From 7fe425bf07f8c76c7eb6514dbd290c159a5def0f Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Sun, 19 Apr 2026 15:33:54 +0300 Subject: [PATCH] Adjustments --- resources/config2/navigation2.json | 8 +- resources/dialogue/sample_dialogues.json | 108 + resources/e/azs/AzsBase.txt | 642 + resources/e/azs/AzsBase_Base_color_1001.png | 3 + resources/e/azs/AzsRoof.txt | 333 + resources/e/azs/AzsRoof_Base_color_1001.png | 3 + resources/e/azs/Price.txt | 123 + resources/e/azs/Price_Base_color_1001.png | 3 + resources/e/azs/Walls.txt | 928 + resources/e/azs/floor.txt | 9 + resources/e/azs/floor_Base_color_1001.png | 3 + resources/e/azs/roof.txt | 9 + resources/e/azs/roof_Base_color_1001.png | 3 + resources/e/azs/shelves.txt | 2277 + resources/e/azs/shelves_Base_color_1001.png | 3 + resources/e/azs/showcase.txt | 39 + resources/e/azs/showcase_Base_color_1001.png | 3 + resources/e/azs/table.txt | 175 + resources/e/azs/table_Base_color_1001.png | 3 + resources/e/azs/walls_Base_color_1001.png | 3 + ...i_Generated_Image_eq858beq858beq85_azs.png | 3 + resources/e/police_run003.anim2 | Bin 0 -> 1353053 bytes resources/e/police_run003.txt | 204620 +++++++++++++++ .../out/main2/house1_Base_color_1001.png | 3 + .../out/main2/house2_Base_color_1001.png | 3 + .../out/main2/house3_Base_color_1001.png | 3 + .../out/main2/house4_Base_color_1001.png | 3 + resources/out/main2/leaf_Base_color_1001.png | 3 + resources/out/main2/log_Base_color_1001.png | 3 + resources/out/main2/pole_Base_color_1001.png | 3 + resources/shaders/default_desktop.fragment | 3 + resources/shaders/default_web.fragment | 3 +- src/Game.cpp | 46 +- src/Game.h | 2 + src/Location.cpp | 286 +- src/Location.h | 22 +- src/dialogue/DialogueSystem.cpp | 37 + src/dialogue/DialogueSystem.h | 16 + src/navigation/PathFinder.cpp | 6 +- 39 files changed, 209650 insertions(+), 93 deletions(-) create mode 100644 resources/e/azs/AzsBase.txt create mode 100644 resources/e/azs/AzsBase_Base_color_1001.png create mode 100644 resources/e/azs/AzsRoof.txt create mode 100644 resources/e/azs/AzsRoof_Base_color_1001.png create mode 100644 resources/e/azs/Price.txt create mode 100644 resources/e/azs/Price_Base_color_1001.png create mode 100644 resources/e/azs/Walls.txt create mode 100644 resources/e/azs/floor.txt create mode 100644 resources/e/azs/floor_Base_color_1001.png create mode 100644 resources/e/azs/roof.txt create mode 100644 resources/e/azs/roof_Base_color_1001.png create mode 100644 resources/e/azs/shelves.txt create mode 100644 resources/e/azs/shelves_Base_color_1001.png create mode 100644 resources/e/azs/showcase.txt create mode 100644 resources/e/azs/showcase_Base_color_1001.png create mode 100644 resources/e/azs/table.txt create mode 100644 resources/e/azs/table_Base_color_1001.png create mode 100644 resources/e/azs/walls_Base_color_1001.png create mode 100644 resources/e/land/Gemini_Generated_Image_eq858beq858beq85_azs.png create mode 100644 resources/e/police_run003.anim2 create mode 100644 resources/e/police_run003.txt create mode 100644 resources/out/main2/house1_Base_color_1001.png create mode 100644 resources/out/main2/house2_Base_color_1001.png create mode 100644 resources/out/main2/house3_Base_color_1001.png create mode 100644 resources/out/main2/house4_Base_color_1001.png create mode 100644 resources/out/main2/leaf_Base_color_1001.png create mode 100644 resources/out/main2/log_Base_color_1001.png create mode 100644 resources/out/main2/pole_Base_color_1001.png diff --git a/resources/config2/navigation2.json b/resources/config2/navigation2.json index 59f56ee..9475494 100644 --- a/resources/config2/navigation2.json +++ b/resources/config2/navigation2.json @@ -118,10 +118,10 @@ "name": "main_corridor10x", "available": true, "polygon": [ - [-100, -100], - [100, -100], - [100, 100], - [-100, 100] + [-400, -400], + [400, -400], + [400, 400], + [-400, 400] ] }, { diff --git a/resources/dialogue/sample_dialogues.json b/resources/dialogue/sample_dialogues.json index fd1af74..513b265 100644 --- a/resources/dialogue/sample_dialogues.json +++ b/resources/dialogue/sample_dialogues.json @@ -583,6 +583,24 @@ } ] }, + { + "id": "dialogue_village_caught1_car", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Эй, парень! Остановись и выйди!", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] + }, { "id": "dialogue_village_caught2", "start": "line_1", @@ -601,6 +619,24 @@ } ] }, + { + "id": "dialogue_village_caught3", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Ну все, вам конец!", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] + }, { "id": "dialogue_village_resque1", "start": "line_1", @@ -618,6 +654,78 @@ "type": "End" } ] + }, + { + "id": "dialogue_village_intro1", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Мне лучше поехать туда на авто.", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] + }, + { + "id": "dialogue_village_intro2", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Да, похоже это как раз тот дом.", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] + }, + { + "id": "dialogue_village_final1", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Финал 1", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] + }, + { + "id": "dialogue_village_final2", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Игрок", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Финал 2", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] }, { "id": "test_line_dialogue", diff --git a/resources/e/azs/AzsBase.txt b/resources/e/azs/AzsBase.txt new file mode 100644 index 0000000..1b4b930 --- /dev/null +++ b/resources/e/azs/AzsBase.txt @@ -0,0 +1,642 @@ +===Vertices (Split by UV/Normal): 335 +V 0: Pos(-5.109732, -3.78697, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.183669, 0.603883) +V 1: Pos(-4.628472, -3.78697, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.183669, 0.5) +V 2: Pos(-4.399885, -3.558383, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.233011, 0.450658) +V 3: Pos(-5.109732, -3.4637, 0.110089) Norm(0.047796, 0.719834, 0.692498) UV(0.253449, 0.603883) +V 4: Pos(-4.628472, 0.579866, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.183669, 0.5) +V 5: Pos(-4.628472, 0.285462, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.12012, 0.5) +V 6: Pos(-4.399885, 0.056875, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.070778, 0.450658) +V 7: Pos(-4.399885, 0.808453, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.233011, 0.450658) +V 8: Pos(-5.109732, 0.579866, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.794432) +V 9: Pos(-5.551109, 0.579866, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.699158) +V 10: Pos(-5.551109, 0.903137, -0.001786) Norm(0.0, 0.707107, -0.707107) UV(0.456559, 0.699158) +V 11: Pos(-5.109732, 0.903137, -0.001786) Norm(0.047796, 0.719834, -0.692498) UV(0.456559, 0.794432) +V 12: Pos(-6.473746, -3.78697, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.5) +V 13: Pos(-6.473746, -4.081375, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.5) +V 14: Pos(-6.702333, -4.309962, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.273888, 0.450658) +V 15: Pos(-6.702333, -3.558383, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.436121, 0.450658) +V 16: Pos(-4.628472, 0.579866, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.898315) +V 17: Pos(-4.399885, 0.808453, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.436121, 0.947657) +V 18: Pos(-4.628472, 0.285462, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.898315) +V 19: Pos(-5.109732, 0.285462, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.794432) +V 20: Pos(-5.992487, -4.081375, 0.110089) Norm(-0.0, -0.707107, 0.707107) UV(0.12012, 0.794432) +V 21: Pos(-6.473746, -4.081375, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.12012, 0.898315) +V 22: Pos(-6.702333, -4.309962, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.070778, 0.947658) +V 23: Pos(-5.992487, -4.404645, 0.110089) Norm(-0.047796, -0.719834, 0.692498) UV(0.05034, 0.794432) +V 24: Pos(-5.109732, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.12012, 0.603883) +V 25: Pos(-5.551109, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.12012, 0.699158) +V 26: Pos(-5.551109, -0.037808, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.699158) +V 27: Pos(-5.109732, -0.037808, 0.110089) Norm(0.047796, -0.719834, 0.692498) UV(0.05034, 0.603883) +V 28: Pos(-5.992487, 0.579866, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.603883) +V 29: Pos(-5.992487, 0.285462, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.603883) +V 30: Pos(-6.473746, 0.285462, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.5) +V 31: Pos(-6.473746, 0.579866, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.5) +V 32: Pos(-4.628472, -3.78697, -0.001786) Norm(-0.0, 0.0, -1.0) UV(0.386779, 0.898315) +V 33: Pos(-4.628472, -4.081375, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.898315) +V 34: Pos(-5.109732, -4.081375, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.794432) +V 35: Pos(-5.109732, -3.78697, -0.001786) Norm(-0.0, 0.0, -1.0) UV(0.386779, 0.794432) +V 36: Pos(-5.551109, 0.285462, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.699158) +V 37: Pos(-5.551109, -0.037808, -0.001786) Norm(0.0, -0.707107, -0.707107) UV(0.253449, 0.699158) +V 38: Pos(-5.992487, -0.037808, -0.001786) Norm(-0.047796, -0.719834, -0.692498) UV(0.253449, 0.603883) +V 39: Pos(-6.702333, 0.056875, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.273888, 0.450658) +V 40: Pos(-6.702333, 0.808453, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.436121, 0.450658) +V 41: Pos(-5.992487, -3.78697, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.603883) +V 42: Pos(-5.992487, -4.081375, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.603883) +V 43: Pos(-5.992487, -3.78697, 0.110089) Norm(-0.0, 0.707107, 0.707107) UV(0.183669, 0.794432) +V 44: Pos(-5.551109, -3.78697, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.183669, 0.699158) +V 45: Pos(-5.551109, -3.4637, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.253449, 0.699158) +V 46: Pos(-5.992487, -3.4637, 0.110089) Norm(-0.047796, 0.719834, 0.692498) UV(0.253449, 0.794432) +V 47: Pos(-5.992487, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.183669, 0.794432) +V 48: Pos(-5.551109, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.183669, 0.699158) +V 49: Pos(-5.551109, 0.903137, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.253449, 0.699158) +V 50: Pos(-5.992487, 0.903137, 0.110089) Norm(-0.047796, 0.719834, 0.692498) UV(0.253449, 0.794432) +V 51: Pos(-5.109732, -0.037808, -0.001786) Norm(0.047796, -0.719834, -0.692498) UV(0.253449, 0.794432) +V 52: Pos(-5.551109, -4.081375, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.32323, 0.699158) +V 53: Pos(-5.551109, -3.78697, -0.001786) Norm(0.0, 0.0, -1.0) UV(0.386779, 0.699158) +V 54: Pos(-5.109732, -4.081375, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.12012, 0.603883) +V 55: Pos(-5.551109, -4.081375, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.12012, 0.699158) +V 56: Pos(-5.551109, -4.404645, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.699158) +V 57: Pos(-5.109732, -4.404645, 0.110089) Norm(0.047796, -0.719834, 0.692498) UV(0.05034, 0.603883) +V 58: Pos(-5.109732, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.183669, 0.603883) +V 59: Pos(-5.109732, 0.903137, 0.110089) Norm(0.047796, 0.719834, 0.692498) UV(0.253449, 0.603883) +V 60: Pos(-5.992487, 0.903137, -0.001786) Norm(-0.047796, 0.719834, -0.692498) UV(0.456559, 0.603883) +V 61: Pos(-5.109732, -3.78697, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.799547, 0.242891) +V 62: Pos(-5.109732, -4.081375, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.735998, 0.242891) +V 63: Pos(-5.551109, -4.081375, 1.250813) Norm(0.0, -0.707107, -0.707107) UV(0.735998, 0.147617) +V 64: Pos(-5.551109, -3.78697, 1.250813) Norm(0.0, 0.707107, -0.707107) UV(0.799547, 0.147617) +V 65: Pos(-5.992487, -4.081375, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.735998, 0.052343) +V 66: Pos(-5.992487, -3.78697, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.799547, 0.052343) +V 67: Pos(-5.992487, -3.78697, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.647207, 0.450658) +V 68: Pos(-5.992487, -4.081375, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.710756, 0.450658) +V 69: Pos(-5.992487, -4.081375, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.710756, 0.644972) +V 70: Pos(-5.992487, -3.78697, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.647207, 0.644972) +V 71: Pos(-4.628472, 0.285462, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.05034, 0.450658) +V 72: Pos(-5.109732, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.346775) +V 73: Pos(-5.109732, 0.285462, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.146936, 0.346775) +V 74: Pos(-4.628472, 0.285462, 1.250813) Norm(0.707107, -0.707107, 0.0) UV(0.146935, 0.450658) +V 75: Pos(-5.992487, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.156226) +V 76: Pos(-6.473746, 0.285462, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.05034, 0.052343) +V 77: Pos(-6.473746, 0.285462, 1.250813) Norm(-0.707107, -0.707107, 0.0) UV(0.146936, 0.052343) +V 78: Pos(-5.992487, 0.285462, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.146936, 0.156226) +V 79: Pos(-6.473746, 0.579866, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.393169, 0.450658) +V 80: Pos(-5.992487, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.346775) +V 81: Pos(-5.992487, 0.579866, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.489765, 0.346775) +V 82: Pos(-6.473746, 0.579866, 1.250813) Norm(-0.707107, 0.707107, 0.0) UV(0.489765, 0.450658) +V 83: Pos(-5.109732, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.156226) +V 84: Pos(-4.628472, 0.579866, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.393169, 0.052343) +V 85: Pos(-4.628472, 0.579866, 1.250813) Norm(0.707107, 0.707107, 0.0) UV(0.489765, 0.052343) +V 86: Pos(-5.109732, 0.579866, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.489765, 0.156226) +V 87: Pos(-6.473746, 0.285462, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.520108, 0.450658) +V 88: Pos(-6.473746, 0.579866, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.583657, 0.450658) +V 89: Pos(-6.473746, 0.579866, 1.250813) Norm(-0.707107, 0.707107, 0.0) UV(0.583657, 0.547254) +V 90: Pos(-6.473746, 0.285462, 1.250813) Norm(-0.707107, -0.707107, 0.0) UV(0.520108, 0.547254) +V 91: Pos(-4.628472, 0.579866, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.583657, 0.450658) +V 92: Pos(-4.628472, 0.285462, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.647207, 0.450658) +V 93: Pos(-4.628472, 0.285462, 1.250813) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.547254) +V 94: Pos(-4.628472, 0.579866, 1.250813) Norm(0.707107, 0.707107, 0.0) UV(0.583657, 0.547254) +V 95: Pos(-5.551109, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.2515) +V 96: Pos(-5.551109, 0.285462, 1.250813) Norm(0.0, -0.707107, -0.707107) UV(0.146936, 0.2515) +V 97: Pos(-5.551109, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.2515) +V 98: Pos(-5.551109, 0.579866, 1.250813) Norm(0.0, 0.707107, -0.707107) UV(0.489765, 0.2515) +V 99: Pos(-5.551109, 0.579866, 0.350614) Norm(-0.301511, 0.904534, 0.301511) UV(0.684079, 0.2515) +V 100: Pos(-5.551109, 0.579866, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.538063, 0.2515) +V 101: Pos(-5.109732, 0.579866, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.538063, 0.156226) +V 102: Pos(-5.109732, 0.579866, 0.350614) Norm(0.0, 1.0, 0.0) UV(0.684079, 0.156226) +V 103: Pos(-6.473746, 0.579866, 0.350614) Norm(-0.707107, 0.707107, 0.0) UV(0.583657, 0.741568) +V 104: Pos(-6.473746, 0.285462, 0.350614) Norm(-0.707107, -0.707107, 0.0) UV(0.520108, 0.741568) +V 105: Pos(-4.628472, 0.579866, 1.027063) Norm(0.707107, 0.707107, 0.0) UV(0.583657, 0.595552) +V 106: Pos(-4.628472, 0.285462, 1.027063) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.595552) +V 107: Pos(-4.628472, 0.285462, 0.350614) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.741568) +V 108: Pos(-4.628472, 0.579866, 0.350614) Norm(0.707107, 0.707107, 0.0) UV(0.583657, 0.741568) +V 109: Pos(-5.992487, 0.579866, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.684079, 0.346775) +V 110: Pos(-6.473746, 0.579866, 0.350614) Norm(-0.707107, 0.707107, 0.0) UV(0.684079, 0.450658) +V 111: Pos(-6.473746, 0.285462, 0.350614) Norm(-0.707107, -0.707107, 0.0) UV(0.34125, 0.052343) +V 112: Pos(-5.992487, 0.285462, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.34125, 0.156226) +V 113: Pos(-4.628472, 0.579866, 1.027063) Norm(0.707107, 0.707107, 0.0) UV(0.538063, 0.052343) +V 114: Pos(-4.628472, 0.579866, 0.350614) Norm(0.707107, 0.707107, 0.0) UV(0.684079, 0.052343) +V 115: Pos(-5.551109, -4.081375, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.195233, 0.2515) +V 116: Pos(-5.551109, -4.081375, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.34125, 0.2515) +V 117: Pos(-5.109732, -4.081375, 0.350614) Norm(0.0, -1.0, 0.0) UV(0.34125, 0.346775) +V 118: Pos(-5.109732, -4.081375, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.195233, 0.346775) +V 119: Pos(-6.473746, -4.081375, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.520108, 0.450658) +V 120: Pos(-6.473746, -3.78697, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.583658, 0.450658) +V 121: Pos(-6.473746, -3.78697, 1.250813) Norm(-0.707107, 0.707107, 0.0) UV(0.583658, 0.547254) +V 122: Pos(-6.473746, -4.081375, 1.250813) Norm(-0.707107, -0.707107, 0.0) UV(0.520108, 0.547254) +V 123: Pos(-4.628472, -3.78697, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.583658, 0.450658) +V 124: Pos(-4.628472, -4.081375, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.647207, 0.450658) +V 125: Pos(-4.628472, -4.081375, 1.250813) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.547254) +V 126: Pos(-4.628472, -3.78697, 1.250813) Norm(0.707107, 0.707107, 0.0) UV(0.583658, 0.547254) +V 127: Pos(-6.473746, -3.78697, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.393169, 0.450658) +V 128: Pos(-5.992487, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.346775) +V 129: Pos(-5.992487, -3.78697, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.489765, 0.346775) +V 130: Pos(-6.473746, -3.78697, 1.250813) Norm(-0.707107, 0.707107, 0.0) UV(0.489765, 0.450658) +V 131: Pos(-4.628472, -4.081375, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.05034, 0.450658) +V 132: Pos(-5.109732, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.346775) +V 133: Pos(-5.109732, -4.081375, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.146936, 0.346775) +V 134: Pos(-4.628472, -4.081375, 1.250813) Norm(0.707107, -0.707107, 0.0) UV(0.146935, 0.450658) +V 135: Pos(-5.109732, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.156226) +V 136: Pos(-4.628472, -3.78697, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.393169, 0.052343) +V 137: Pos(-4.628472, -3.78697, 1.250813) Norm(0.707107, 0.707107, 0.0) UV(0.489765, 0.052343) +V 138: Pos(-5.109732, -3.78697, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.489765, 0.156226) +V 139: Pos(-5.992487, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.156226) +V 140: Pos(-6.473746, -4.081375, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.05034, 0.052343) +V 141: Pos(-6.473746, -4.081375, 1.250813) Norm(-0.707107, -0.707107, 0.0) UV(0.146936, 0.052343) +V 142: Pos(-5.992487, -4.081375, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.146936, 0.156226) +V 143: Pos(-5.551109, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.393169, 0.2515) +V 144: Pos(-5.551109, -3.78697, 1.250813) Norm(0.0, 0.707107, -0.707107) UV(0.489765, 0.2515) +V 145: Pos(-5.551109, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.05034, 0.2515) +V 146: Pos(-5.551109, -4.081375, 1.250813) Norm(0.0, -0.707107, -0.707107) UV(0.146936, 0.2515) +V 147: Pos(-5.109732, -3.78697, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.863097, 0.376809) +V 148: Pos(-5.109732, -3.78697, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.911395, 0.376809) +V 149: Pos(-5.109732, -4.081375, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.911395, 0.440359) +V 150: Pos(-5.109732, -4.081375, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.863097, 0.440359) +V 151: Pos(-6.473746, -4.081375, 0.350614) Norm(-0.707107, -0.707107, 0.0) UV(0.34125, 0.052343) +V 152: Pos(-5.992487, -4.081375, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.34125, 0.156226) +V 153: Pos(-5.551109, -3.78697, 0.350614) Norm(-0.301511, 0.904534, 0.301511) UV(0.684079, 0.2515) +V 154: Pos(-5.551109, -3.78697, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.538063, 0.2515) +V 155: Pos(-5.109732, -3.78697, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.538063, 0.156226) +V 156: Pos(-5.109732, -3.78697, 0.350614) Norm(0.0, 1.0, 0.0) UV(0.684079, 0.156226) +V 157: Pos(-4.628472, -3.78697, 1.027063) Norm(0.707107, 0.707107, 0.0) UV(0.538063, 0.052343) +V 158: Pos(-4.628472, -3.78697, 0.350614) Norm(0.707107, 0.707107, 0.0) UV(0.684079, 0.052343) +V 159: Pos(-5.992487, -3.78697, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.684079, 0.346775) +V 160: Pos(-6.473746, -3.78697, 0.350614) Norm(-0.707107, 0.707107, 0.0) UV(0.684079, 0.450658) +V 161: Pos(-4.628472, -4.081375, 1.027063) Norm(0.707107, -0.707107, 0.0) UV(0.195233, 0.450658) +V 162: Pos(-4.628472, -4.081375, 0.350614) Norm(0.707107, -0.707107, 0.0) UV(0.34125, 0.450658) +V 163: Pos(-6.473746, -3.78697, 0.350614) Norm(-0.707107, 0.707107, 0.0) UV(0.583658, 0.741568) +V 164: Pos(-6.473746, -4.081375, 0.350614) Norm(-0.707107, -0.707107, 0.0) UV(0.520108, 0.741568) +V 165: Pos(-5.551109, -3.78697, 0.350614) Norm(-0.301511, 0.904534, 0.301511) UV(0.863097, 0.695358) +V 166: Pos(-5.992487, -3.78697, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.863097, 0.790633) +V 167: Pos(-5.992487, -4.081375, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.799548, 0.790633) +V 168: Pos(-5.551109, -4.081375, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.799548, 0.695358) +V 169: Pos(-5.992487, 0.285462, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.710756, 0.450658) +V 170: Pos(-5.992487, 0.285462, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.710756, 0.644972) +V 171: Pos(-5.992487, 0.579866, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.647207, 0.644972) +V 172: Pos(-5.992487, 0.579866, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.647207, 0.450658) +V 173: Pos(-5.992487, 0.285462, 0.350614) Norm(0.301511, -0.904534, 0.301511) UV(0.799547, 0.885907) +V 174: Pos(-5.551109, 0.285462, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.799547, 0.790633) +V 175: Pos(-5.551109, 0.579866, 0.350614) Norm(-0.301511, 0.904534, 0.301511) UV(0.863096, 0.790633) +V 176: Pos(-5.992487, 0.579866, 0.350614) Norm(0.301511, 0.904534, 0.301511) UV(0.863096, 0.885907) +V 177: Pos(-5.992487, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.12012, 0.794432) +V 178: Pos(-5.992487, -0.037808, 0.110089) Norm(-0.047796, -0.719834, 0.692498) UV(0.05034, 0.794432) +V 179: Pos(-4.628472, 0.285462, 1.027063) Norm(0.707107, -0.707107, 0.0) UV(0.195233, 0.450658) +V 180: Pos(-5.109732, 0.285462, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.195233, 0.346775) +V 181: Pos(-5.109732, 0.285462, 0.350614) Norm(0.0, -1.0, 0.0) UV(0.34125, 0.346775) +V 182: Pos(-4.628472, 0.285462, 0.350614) Norm(0.707107, -0.707107, 0.0) UV(0.34125, 0.450658) +V 183: Pos(-4.399885, 0.056875, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.273887, 0.947657) +V 184: Pos(-5.992487, 0.579866, 1.250813) Norm(0.301511, 0.904534, -0.301511) UV(0.799547, 0.052343) +V 185: Pos(-5.551109, 0.579866, 1.250813) Norm(0.0, 0.707107, -0.707107) UV(0.799547, 0.147617) +V 186: Pos(-5.551109, 0.285462, 1.250813) Norm(0.0, -0.707107, -0.707107) UV(0.735998, 0.147617) +V 187: Pos(-5.992487, 0.285462, 1.250813) Norm(0.301511, -0.904534, -0.301511) UV(0.735998, 0.052343) +V 188: Pos(-5.551109, 0.285462, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.195233, 0.2515) +V 189: Pos(-5.551109, 0.285462, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.34125, 0.2515) +V 190: Pos(-5.109732, -3.78697, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.156226) +V 191: Pos(-5.551109, -3.78697, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.2515) +V 192: Pos(-5.992487, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.393169, 0.156226) +V 193: Pos(-5.551109, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.393169, 0.2515) +V 194: Pos(-5.109732, 0.285462, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.393169, 0.346775) +V 195: Pos(-4.628472, 0.285462, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.393169, 0.450658) +V 196: Pos(-5.109732, -4.081375, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.799548, 0.790633) +V 197: Pos(-5.109732, -3.78697, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.863097, 0.790633) +V 198: Pos(-5.551109, -3.78697, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.863097, 0.885907) +V 199: Pos(-5.551109, -4.081375, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.799547, 0.885907) +V 200: Pos(-5.109732, 0.285462, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.735998, 0.242891) +V 201: Pos(-5.109732, 0.579866, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.799547, 0.242891) +V 202: Pos(-4.628472, -3.78697, 1.027063) Norm(0.707107, 0.707107, 0.0) UV(0.583658, 0.595552) +V 203: Pos(-4.628472, -4.081375, 1.027063) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.595552) +V 204: Pos(-4.628472, -4.081375, 0.350614) Norm(0.707107, -0.707107, 0.0) UV(0.647207, 0.741568) +V 205: Pos(-4.628472, -3.78697, 0.350614) Norm(0.707107, 0.707107, 0.0) UV(0.583658, 0.741568) +V 206: Pos(-5.109732, 0.579866, 1.250813) Norm(-0.301511, 0.904534, -0.301511) UV(0.863096, 0.376809) +V 207: Pos(-5.109732, 0.579866, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.911394, 0.376809) +V 208: Pos(-5.109732, 0.285462, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.911394, 0.440358) +V 209: Pos(-5.109732, 0.285462, 1.250813) Norm(-0.301511, -0.904534, -0.301511) UV(0.863096, 0.440358) +V 210: Pos(-5.109732, 0.285462, 1.027063) Norm(-0.301511, -0.904534, 0.301511) UV(0.799547, 0.695358) +V 211: Pos(-5.109732, 0.579866, 1.027063) Norm(-0.301511, 0.904534, 0.301511) UV(0.863096, 0.695358) +V 212: Pos(-5.551109, 0.579866, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.863096, 0.790633) +V 213: Pos(-5.551109, 0.285462, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.799547, 0.790633) +V 214: Pos(-5.551109, -4.081375, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.799547, 0.549342) +V 215: Pos(-5.551109, -3.78697, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.863097, 0.549342) +V 216: Pos(-5.551109, -4.081375, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.799547, 0.695358) +V 217: Pos(-5.551109, 0.579866, 1.027063) Norm(-0.57735, 0.57735, 0.57735) UV(0.863096, 0.549342) +V 218: Pos(-5.551109, 0.579866, 0.350614) Norm(-0.301511, 0.904534, 0.301511) UV(0.863096, 0.695358) +V 219: Pos(-5.551109, 0.285462, 0.350614) Norm(-0.301511, -0.904534, 0.301511) UV(0.799547, 0.695358) +V 220: Pos(-5.551109, 0.285462, 1.027063) Norm(-0.57735, -0.57735, 0.57735) UV(0.799547, 0.549342) +V 221: Pos(-5.551109, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.2515) +V 222: Pos(-5.992487, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.346775) +V 223: Pos(-4.628472, 0.285462, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.647207, 0.793487) +V 224: Pos(-4.628472, 0.579866, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.583657, 0.793487) +V 225: Pos(-6.473746, 0.579866, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.583657, 0.793487) +V 226: Pos(-6.473746, 0.285462, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.520108, 0.793487) +V 227: Pos(-4.628472, 0.579866, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.735998, 0.052343) +V 228: Pos(-5.109732, 0.579866, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.156226) +V 229: Pos(-6.473746, 0.579866, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.735998, 0.450658) +V 230: Pos(-6.473746, 0.285462, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.393169, 0.052343) +V 231: Pos(-5.992487, -4.081375, 0.110089) Norm(-0.0, -0.707107, 0.707107) UV(0.393169, 0.156226) +V 232: Pos(-5.551109, -4.081375, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.393169, 0.2515) +V 233: Pos(-5.109732, -4.081375, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.393169, 0.346775) +V 234: Pos(-5.992487, -3.78697, 0.110089) Norm(-0.0, 0.707107, 0.707107) UV(0.735998, 0.346775) +V 235: Pos(-6.473746, -4.081375, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.393169, 0.052343) +V 236: Pos(-4.628472, -3.78697, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.735998, 0.052343) +V 237: Pos(-4.628472, -4.081375, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.393169, 0.450658) +V 238: Pos(-6.473746, -3.78697, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.735998, 0.450658) +V 239: Pos(-4.628472, -4.081375, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.647207, 0.793487) +V 240: Pos(-4.628472, -3.78697, 0.110089) Norm(0.301516, 0.301516, 0.904531) UV(0.583658, 0.793487) +V 241: Pos(-6.473746, -3.78697, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.583658, 0.793487) +V 242: Pos(-6.473746, -4.081375, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.520108, 0.793487) +V 243: Pos(-4.399885, 0.056875, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.735998, 0.739891) +V 244: Pos(-5.109732, -0.037808, 0.110089) Norm(0.047796, -0.719834, 0.692498) UV(0.735998, 0.586666) +V 245: Pos(-5.109732, -0.037808, -0.001786) Norm(0.047796, -0.719834, -0.692498) UV(0.760147, 0.586666) +V 246: Pos(-4.399885, 0.056875, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.760147, 0.739891) +V 247: Pos(-6.702333, -4.309962, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.863097, 0.214576) +V 248: Pos(-6.702333, -3.558383, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.863097, 0.052343) +V 249: Pos(-6.702333, -3.558383, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.887246, 0.052343) +V 250: Pos(-6.702333, -4.309962, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.887246, 0.214576) +V 251: Pos(-5.992487, -0.037808, 0.110089) Norm(-0.047796, -0.719834, 0.692498) UV(0.735998, 0.396117) +V 252: Pos(-6.702333, 0.056875, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.735998, 0.242891) +V 253: Pos(-6.702333, 0.056875, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.760147, 0.242891) +V 254: Pos(-5.992487, -0.037808, -0.001786) Norm(-0.047796, -0.719834, -0.692498) UV(0.760147, 0.396117) +V 255: Pos(-6.702333, 0.808453, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.799547, 0.549342) +V 256: Pos(-5.992487, 0.903137, 0.110089) Norm(-0.047796, 0.719834, 0.692498) UV(0.799547, 0.396117) +V 257: Pos(-5.992487, 0.903137, -0.001786) Norm(-0.047796, 0.719834, -0.692498) UV(0.823696, 0.396117) +V 258: Pos(-6.702333, 0.808453, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.823696, 0.549342) +V 259: Pos(-4.399885, -3.558383, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.863097, 0.376809) +V 260: Pos(-4.399885, -4.309962, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.863097, 0.214576) +V 261: Pos(-4.399885, -4.309962, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.887246, 0.214576) +V 262: Pos(-4.399885, -3.558383, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.887246, 0.37681) +V 263: Pos(-6.702333, -3.558383, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.735998, 0.739891) +V 264: Pos(-5.992487, -3.4637, 0.110089) Norm(-0.047796, 0.719834, 0.692498) UV(0.735998, 0.586666) +V 265: Pos(-5.992487, -3.4637, -0.001786) Norm(-0.047796, 0.719834, -0.692498) UV(0.760147, 0.586666) +V 266: Pos(-6.702333, -3.558383, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.760147, 0.739891) +V 267: Pos(-5.109732, 0.903137, 0.110089) Norm(0.047796, 0.719834, 0.692498) UV(0.799547, 0.205568) +V 268: Pos(-4.399885, 0.808453, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.799547, 0.052343) +V 269: Pos(-4.399885, 0.808453, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.823696, 0.052343) +V 270: Pos(-5.109732, 0.903137, -0.001786) Norm(0.047796, 0.719834, -0.692498) UV(0.823696, 0.205568) +V 271: Pos(-6.702333, 0.056875, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.863096, 0.214576) +V 272: Pos(-6.702333, 0.808453, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.863097, 0.052343) +V 273: Pos(-6.702333, 0.808453, -0.001786) Norm(-0.610406, 0.534393, -0.584661) UV(0.887246, 0.052343) +V 274: Pos(-6.702333, 0.056875, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.887246, 0.214576) +V 275: Pos(-4.399885, 0.808453, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.863096, 0.376809) +V 276: Pos(-4.399885, 0.056875, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.863096, 0.214576) +V 277: Pos(-4.399885, 0.056875, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.887246, 0.214576) +V 278: Pos(-4.399885, 0.808453, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.887245, 0.376809) +V 279: Pos(-4.399885, -4.309962, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.799547, 0.549342) +V 280: Pos(-5.109732, -4.404645, 0.110089) Norm(0.047796, -0.719834, 0.692498) UV(0.799547, 0.396117) +V 281: Pos(-5.109732, -4.404645, -0.001786) Norm(0.047796, -0.719834, -0.692498) UV(0.823696, 0.396117) +V 282: Pos(-4.399885, -4.309962, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.823696, 0.549342) +V 283: Pos(-5.109732, -3.4637, 0.110089) Norm(0.047796, 0.719834, 0.692498) UV(0.735998, 0.396117) +V 284: Pos(-4.399885, -3.558383, 0.110089) Norm(0.610406, 0.534393, 0.584661) UV(0.735998, 0.242891) +V 285: Pos(-4.399885, -3.558383, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.760147, 0.242891) +V 286: Pos(-5.109732, -3.4637, -0.001786) Norm(0.047796, 0.719834, -0.692498) UV(0.760147, 0.396117) +V 287: Pos(-5.992487, -4.404645, 0.110089) Norm(-0.047796, -0.719834, 0.692498) UV(0.799547, 0.205568) +V 288: Pos(-6.702333, -4.309962, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.799547, 0.052343) +V 289: Pos(-6.702333, -4.309962, -0.001786) Norm(-0.610406, -0.534393, -0.584661) UV(0.823696, 0.052343) +V 290: Pos(-5.992487, -4.404645, -0.001786) Norm(-0.047796, -0.719834, -0.692498) UV(0.823696, 0.205568) +V 291: Pos(-5.551109, -3.4637, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.735998, 0.491391) +V 292: Pos(-5.551109, -3.4637, -0.001786) Norm(0.0, 0.707107, -0.707107) UV(0.760147, 0.491391) +V 293: Pos(-5.551109, -4.404645, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.799547, 0.300842) +V 294: Pos(-5.551109, -4.404645, -0.001786) Norm(0.0, -0.707107, -0.707107) UV(0.823696, 0.300842) +V 295: Pos(-5.551109, -0.037808, 0.110089) Norm(0.0, -0.707107, 0.707107) UV(0.735998, 0.491391) +V 296: Pos(-5.551109, -0.037808, -0.001786) Norm(0.0, -0.707107, -0.707107) UV(0.760147, 0.491391) +V 297: Pos(-5.551109, 0.903137, 0.110089) Norm(0.0, 0.707107, 0.707107) UV(0.799547, 0.300842) +V 298: Pos(-5.551109, 0.903137, -0.001786) Norm(0.0, 0.707107, -0.707107) UV(0.823696, 0.300842) +V 299: Pos(-4.399885, -3.558383, -0.001786) Norm(0.610406, 0.534393, -0.584661) UV(0.436121, 0.947657) +V 300: Pos(-4.399885, -4.309962, -0.001786) Norm(0.610406, -0.534393, -0.584661) UV(0.273887, 0.947657) +V 301: Pos(-6.473746, 0.285462, 0.110089) Norm(-0.301516, -0.301516, 0.904531) UV(0.12012, 0.898315) +V 302: Pos(-6.473746, 0.579866, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.183669, 0.898315) +V 303: Pos(-6.702333, 0.808453, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.233011, 0.947657) +V 304: Pos(-6.702333, 0.056875, 0.110089) Norm(-0.610406, -0.534393, 0.584661) UV(0.070778, 0.947657) +V 305: Pos(-4.628472, -4.081375, 0.110089) Norm(0.301516, -0.301516, 0.904531) UV(0.12012, 0.5) +V 306: Pos(-4.399885, -4.309962, 0.110089) Norm(0.610406, -0.534393, 0.584661) UV(0.070778, 0.450658) +V 307: Pos(-5.992487, -3.4637, -0.001786) Norm(-0.047796, 0.719834, -0.692498) UV(0.456559, 0.603883) +V 308: Pos(-5.551109, -3.4637, -0.001786) Norm(0.0, 0.707107, -0.707107) UV(0.456559, 0.699158) +V 309: Pos(-5.109732, -3.4637, -0.001786) Norm(0.047796, 0.719834, -0.692498) UV(0.456559, 0.794432) +V 310: Pos(-6.473746, -3.78697, 0.110089) Norm(-0.301516, 0.301516, 0.904531) UV(0.183669, 0.898315) +V 311: Pos(-6.702333, -3.558383, 0.110089) Norm(-0.610406, 0.534393, 0.584661) UV(0.233011, 0.947658) +V 312: Pos(-5.992487, -4.404645, -0.001786) Norm(-0.047796, -0.719834, -0.692498) UV(0.253449, 0.603883) +V 313: Pos(-5.551109, -4.404645, -0.001786) Norm(0.0, -0.707107, -0.707107) UV(0.253449, 0.699158) +V 314: Pos(-5.109732, -4.404645, -0.001786) Norm(0.047796, -0.719834, -0.692498) UV(0.253449, 0.794432) +V 315: Pos(-4.628472, 0.285462, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.456559, 0.450658) +V 316: Pos(-4.628472, 0.579866, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.520108, 0.450658) +V 317: Pos(-5.109732, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.554541) +V 318: Pos(-5.109732, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.554541) +V 319: Pos(-5.551109, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.649816) +V 320: Pos(-5.551109, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.649816) +V 321: Pos(-5.992487, 0.579866, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.74509) +V 322: Pos(-5.992487, 0.285462, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.74509) +V 323: Pos(-6.473746, 0.579866, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.520108, 0.848973) +V 324: Pos(-6.473746, 0.285462, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.456559, 0.848973) +V 325: Pos(-4.628472, -4.081375, 1.698312) Norm(0.57735, -0.57735, 0.57735) UV(0.456559, 0.450658) +V 326: Pos(-4.628472, -3.78697, 1.698312) Norm(0.57735, 0.57735, 0.57735) UV(0.520108, 0.450658) +V 327: Pos(-5.109732, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.554541) +V 328: Pos(-5.109732, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.554541) +V 329: Pos(-5.551109, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.649816) +V 330: Pos(-5.551109, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.649816) +V 331: Pos(-5.992487, -3.78697, 1.698312) Norm(0.0, 0.707107, 0.707107) UV(0.520108, 0.74509) +V 332: Pos(-5.992487, -4.081375, 1.698312) Norm(0.0, -0.707107, 0.707107) UV(0.456559, 0.74509) +V 333: Pos(-6.473746, -3.78697, 1.698312) Norm(-0.57735, 0.57735, 0.57735) UV(0.520108, 0.848973) +V 334: Pos(-6.473746, -4.081375, 1.698312) Norm(-0.57735, -0.57735, 0.57735) UV(0.456559, 0.848973) + +===Triangles (Indices): 304 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 16 8 11 +Tri: 16 11 17 +Tri: 16 18 19 +Tri: 16 19 8 +Tri: 20 21 22 +Tri: 20 22 23 +Tri: 24 25 26 +Tri: 24 26 27 +Tri: 28 29 30 +Tri: 28 30 31 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 29 36 37 +Tri: 29 37 38 +Tri: 31 30 39 +Tri: 31 39 40 +Tri: 41 42 13 +Tri: 41 13 12 +Tri: 43 44 45 +Tri: 43 45 46 +Tri: 47 48 49 +Tri: 47 49 50 +Tri: 36 19 51 +Tri: 36 51 37 +Tri: 30 29 38 +Tri: 30 38 39 +Tri: 52 53 35 +Tri: 52 35 34 +Tri: 54 55 56 +Tri: 54 56 57 +Tri: 48 58 59 +Tri: 48 59 49 +Tri: 28 31 40 +Tri: 28 40 60 +Tri: 36 9 8 +Tri: 36 8 19 +Tri: 61 62 63 +Tri: 61 63 64 +Tri: 63 65 66 +Tri: 63 66 64 +Tri: 67 68 69 +Tri: 67 69 70 +Tri: 71 72 73 +Tri: 71 73 74 +Tri: 75 76 77 +Tri: 75 77 78 +Tri: 79 80 81 +Tri: 79 81 82 +Tri: 83 84 85 +Tri: 83 85 86 +Tri: 87 88 89 +Tri: 87 89 90 +Tri: 91 92 93 +Tri: 91 93 94 +Tri: 95 96 73 +Tri: 95 73 72 +Tri: 97 98 81 +Tri: 97 81 80 +Tri: 99 100 101 +Tri: 99 101 102 +Tri: 90 89 103 +Tri: 90 103 104 +Tri: 105 106 107 +Tri: 105 107 108 +Tri: 82 81 109 +Tri: 82 109 110 +Tri: 78 77 111 +Tri: 78 111 112 +Tri: 101 113 114 +Tri: 101 114 102 +Tri: 115 116 117 +Tri: 115 117 118 +Tri: 119 120 121 +Tri: 119 121 122 +Tri: 123 124 125 +Tri: 123 125 126 +Tri: 127 128 129 +Tri: 127 129 130 +Tri: 131 132 133 +Tri: 131 133 134 +Tri: 135 136 137 +Tri: 135 137 138 +Tri: 139 140 141 +Tri: 139 141 142 +Tri: 143 144 129 +Tri: 143 129 128 +Tri: 145 146 133 +Tri: 145 133 132 +Tri: 147 148 149 +Tri: 147 149 150 +Tri: 142 141 151 +Tri: 142 151 152 +Tri: 153 154 155 +Tri: 153 155 156 +Tri: 155 157 158 +Tri: 155 158 156 +Tri: 130 129 159 +Tri: 130 159 160 +Tri: 161 118 117 +Tri: 161 117 162 +Tri: 122 121 163 +Tri: 122 163 164 +Tri: 165 166 167 +Tri: 165 167 168 +Tri: 169 170 171 +Tri: 169 171 172 +Tri: 173 174 175 +Tri: 173 175 176 +Tri: 29 28 9 +Tri: 29 9 36 +Tri: 55 20 23 +Tri: 55 23 56 +Tri: 25 177 178 +Tri: 25 178 26 +Tri: 179 180 181 +Tri: 179 181 182 +Tri: 19 18 183 +Tri: 19 183 51 +Tri: 42 41 53 +Tri: 42 53 52 +Tri: 44 0 3 +Tri: 44 3 45 +Tri: 139 142 146 +Tri: 139 146 145 +Tri: 135 138 144 +Tri: 135 144 143 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 83 86 98 +Tri: 83 98 97 +Tri: 75 78 96 +Tri: 75 96 95 +Tri: 188 189 181 +Tri: 188 181 180 +Tri: 156 190 191 +Tri: 156 191 153 +Tri: 112 192 193 +Tri: 112 193 189 +Tri: 182 181 194 +Tri: 182 194 195 +Tri: 94 93 106 +Tri: 94 106 105 +Tri: 86 85 113 +Tri: 86 113 101 +Tri: 74 73 180 +Tri: 74 180 179 +Tri: 196 197 198 +Tri: 196 198 199 +Tri: 200 186 185 +Tri: 200 185 201 +Tri: 202 203 204 +Tri: 202 204 205 +Tri: 206 207 208 +Tri: 206 208 209 +Tri: 210 211 212 +Tri: 210 212 213 +Tri: 138 137 157 +Tri: 138 157 155 +Tri: 134 133 118 +Tri: 134 118 161 +Tri: 126 125 203 +Tri: 126 203 202 +Tri: 214 215 165 +Tri: 214 165 216 +Tri: 217 218 219 +Tri: 217 219 220 +Tri: 99 221 222 +Tri: 99 222 109 +Tri: 189 193 194 +Tri: 189 194 181 +Tri: 108 107 223 +Tri: 108 223 224 +Tri: 104 103 225 +Tri: 104 225 226 +Tri: 102 114 227 +Tri: 102 227 228 +Tri: 110 109 222 +Tri: 110 222 229 +Tri: 112 111 230 +Tri: 112 230 192 +Tri: 152 231 232 +Tri: 152 232 116 +Tri: 116 232 233 +Tri: 116 233 117 +Tri: 153 191 234 +Tri: 153 234 159 +Tri: 152 151 235 +Tri: 152 235 231 +Tri: 156 158 236 +Tri: 156 236 190 +Tri: 162 117 233 +Tri: 162 233 237 +Tri: 160 159 234 +Tri: 160 234 238 +Tri: 205 204 239 +Tri: 205 239 240 +Tri: 164 163 241 +Tri: 164 241 242 +Tri: 102 228 221 +Tri: 102 221 99 +Tri: 243 244 245 +Tri: 243 245 246 +Tri: 247 248 249 +Tri: 247 249 250 +Tri: 251 252 253 +Tri: 251 253 254 +Tri: 255 256 257 +Tri: 255 257 258 +Tri: 259 260 261 +Tri: 259 261 262 +Tri: 263 264 265 +Tri: 263 265 266 +Tri: 267 268 269 +Tri: 267 269 270 +Tri: 271 272 273 +Tri: 271 273 274 +Tri: 275 276 277 +Tri: 275 277 278 +Tri: 279 280 281 +Tri: 279 281 282 +Tri: 283 284 285 +Tri: 283 285 286 +Tri: 287 288 289 +Tri: 287 289 290 +Tri: 291 292 265 +Tri: 291 265 264 +Tri: 293 294 281 +Tri: 293 281 280 +Tri: 295 296 245 +Tri: 295 245 244 +Tri: 297 298 257 +Tri: 297 257 256 +Tri: 267 270 298 +Tri: 267 298 297 +Tri: 251 254 296 +Tri: 251 296 295 +Tri: 287 290 294 +Tri: 287 294 293 +Tri: 283 286 292 +Tri: 283 292 291 +Tri: 33 32 299 +Tri: 33 299 300 +Tri: 301 302 303 +Tri: 301 303 304 +Tri: 305 54 57 +Tri: 305 57 306 +Tri: 53 41 307 +Tri: 53 307 308 +Tri: 32 35 309 +Tri: 32 309 299 +Tri: 18 16 17 +Tri: 18 17 183 +Tri: 9 28 60 +Tri: 9 60 10 +Tri: 58 4 7 +Tri: 58 7 59 +Tri: 310 43 46 +Tri: 310 46 311 +Tri: 41 12 15 +Tri: 41 15 307 +Tri: 302 47 50 +Tri: 302 50 303 +Tri: 1 305 306 +Tri: 1 306 2 +Tri: 13 42 312 +Tri: 13 312 14 +Tri: 42 52 313 +Tri: 42 313 312 +Tri: 177 301 304 +Tri: 177 304 178 +Tri: 21 310 311 +Tri: 21 311 22 +Tri: 34 33 300 +Tri: 34 300 314 +Tri: 35 53 308 +Tri: 35 308 309 +Tri: 5 24 27 +Tri: 5 27 6 +Tri: 52 34 314 +Tri: 52 314 313 +Tri: 315 316 317 +Tri: 315 317 318 +Tri: 319 320 318 +Tri: 319 318 317 +Tri: 320 319 321 +Tri: 320 321 322 +Tri: 323 324 322 +Tri: 323 322 321 +Tri: 325 326 327 +Tri: 325 327 328 +Tri: 329 330 328 +Tri: 329 328 327 +Tri: 330 329 331 +Tri: 330 331 332 +Tri: 333 334 332 +Tri: 333 332 331 diff --git a/resources/e/azs/AzsBase_Base_color_1001.png b/resources/e/azs/AzsBase_Base_color_1001.png new file mode 100644 index 0000000..c21efc9 --- /dev/null +++ b/resources/e/azs/AzsBase_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207781f3f483d8822bf382b6e2a97519f0f37bb254db79bc7292d1bd13c33fa5 +size 342416 diff --git a/resources/e/azs/AzsRoof.txt b/resources/e/azs/AzsRoof.txt new file mode 100644 index 0000000..28550bc --- /dev/null +++ b/resources/e/azs/AzsRoof.txt @@ -0,0 +1,333 @@ +===Vertices (Split by UV/Normal): 154 +V 0: Pos(-7.396383, 0.579866, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.906557, 0.110692) +V 1: Pos(-7.396383, 0.579866, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.871882, 0.110692) +V 2: Pos(-7.396383, 1.35674, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.871882, 0.021461) +V 3: Pos(-7.396383, 1.35674, 1.698312) Norm(-0.57735, 0.57735, -0.57735) UV(0.906557, 0.021461) +V 4: Pos(-4.628472, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.975906, 0.127434) +V 5: Pos(-4.628472, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.941231, 0.127434) +V 6: Pos(-3.705836, 1.35674, 2.000198) Norm(0.57735, 0.57735, 0.57735) UV(0.941231, 0.021461) +V 7: Pos(-3.705836, 1.35674, 1.698312) Norm(0.57735, 0.57735, -0.57735) UV(0.975906, 0.021461) +V 8: Pos(-3.705836, -4.081375, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.941231, 0.110692) +V 9: Pos(-3.705836, -4.081375, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.906557, 0.110692) +V 10: Pos(-3.705836, -4.858248, 2.000198) Norm(0.57735, -0.57735, 0.57735) UV(0.906557, 0.021461) +V 11: Pos(-3.705836, -4.858248, 1.698312) Norm(0.57735, -0.57735, -0.57735) UV(0.941231, 0.021461) +V 12: Pos(-6.473746, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.975906, 0.551328) +V 13: Pos(-6.473746, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.941231, 0.551328) +V 14: Pos(-7.396383, -4.858248, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.941231, 0.445355) +V 15: Pos(-7.396383, -4.858248, 1.698312) Norm(-0.57735, -0.57735, -0.57735) UV(0.975906, 0.445355) +V 16: Pos(-4.628472, -4.081375, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.130068, 0.110692) +V 17: Pos(-3.705836, -4.081375, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.024094, 0.110692) +V 18: Pos(-3.705836, -4.858248, 1.698312) Norm(0.57735, -0.57735, -0.57735) UV(0.024094, 0.021461) +V 19: Pos(-4.628472, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.130068, 0.021461) +V 20: Pos(-6.473746, -4.081375, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.553962, 0.110692) +V 21: Pos(-7.396383, -4.081375, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.447988, 0.110692) +V 22: Pos(-7.396383, -4.858248, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.447988, 0.021461) +V 23: Pos(-6.473746, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.553962, 0.021461) +V 24: Pos(-6.473746, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.553962, 0.735311) +V 25: Pos(-6.473746, 0.579866, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.553962, 0.646079) +V 26: Pos(-5.992487, 0.579866, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.609239, 0.646079) +V 27: Pos(-5.992487, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.609239, 0.735311) +V 28: Pos(-5.992487, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.609239, 0.021461) +V 29: Pos(-5.992487, -4.081375, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.609239, 0.110692) +V 30: Pos(-6.473746, -1.750754, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.553962, 0.378386) +V 31: Pos(-6.473746, -3.697454, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.553962, 0.154789) +V 32: Pos(-5.992487, -3.697454, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.609239, 0.154789) +V 33: Pos(-5.992487, -1.750754, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.609239, 0.378386) +V 34: Pos(-6.473746, 0.195946, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.553962, 0.601983) +V 35: Pos(-5.992487, 0.195946, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.609239, 0.601983) +V 36: Pos(-5.992487, -1.750754, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.286738, 0.378386) +V 37: Pos(-5.992487, -3.78697, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.286738, 0.144507) +V 38: Pos(-6.473746, -3.78697, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.342015, 0.144507) +V 39: Pos(-6.473746, -1.750754, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.342015, 0.378386) +V 40: Pos(-7.396383, 0.195946, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.447988, 0.601983) +V 41: Pos(-7.396383, -1.750754, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.447988, 0.378386) +V 42: Pos(-4.628472, 0.285462, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.130068, 0.612264) +V 43: Pos(-3.705836, 0.195946, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.024094, 0.601983) +V 44: Pos(-3.705836, -1.750754, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.024094, 0.378386) +V 45: Pos(-4.628472, -1.750754, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.130068, 0.378386) +V 46: Pos(-3.705836, 0.195946, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.941231, 0.601983) +V 47: Pos(-3.705836, 0.195946, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.906557, 0.601983) +V 48: Pos(-3.705836, -1.750754, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.906557, 0.378386) +V 49: Pos(-3.705836, -1.750754, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.941231, 0.378386) +V 50: Pos(-7.396383, -3.697454, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.906557, 0.601983) +V 51: Pos(-7.396383, -3.697454, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.871882, 0.601983) +V 52: Pos(-7.396383, -1.750754, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.871882, 0.378386) +V 53: Pos(-7.396383, -1.750754, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.906557, 0.378386) +V 54: Pos(-3.705836, 0.579866, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.941231, 0.64608) +V 55: Pos(-3.705836, 0.579866, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.906557, 0.646079) +V 56: Pos(-4.628472, 0.579866, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.130068, 0.646079) +V 57: Pos(-3.705836, 0.579866, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.024094, 0.646079) +V 58: Pos(-7.396383, 0.579866, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.447988, 0.646079) +V 59: Pos(-5.109732, -1.750754, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.710632, 0.378386) +V 60: Pos(-5.109732, -3.697454, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.710632, 0.154789) +V 61: Pos(-4.628472, -3.697454, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.765909, 0.154789) +V 62: Pos(-4.628472, -1.750754, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.765909, 0.378386) +V 63: Pos(-7.396383, 0.195946, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.871882, 0.154789) +V 64: Pos(-7.396383, 0.195946, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.906557, 0.154789) +V 65: Pos(-5.109732, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.941231, 0.182712) +V 66: Pos(-5.109732, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.975906, 0.182712) +V 67: Pos(-7.396383, 1.35674, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.447988, 0.735311) +V 68: Pos(-4.628472, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.130068, 0.735311) +V 69: Pos(-3.705836, 1.35674, 1.698312) Norm(0.57735, 0.57735, -0.57735) UV(0.024094, 0.735311) +V 70: Pos(-3.705836, 1.35674, 1.698312) Norm(0.57735, 0.57735, -0.57735) UV(0.941231, 0.735311) +V 71: Pos(-3.705836, 1.35674, 2.000198) Norm(0.57735, 0.57735, 0.57735) UV(0.906557, 0.735311) +V 72: Pos(-7.396383, -4.081375, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.906557, 0.646079) +V 73: Pos(-7.396383, -4.081375, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.871882, 0.646079) +V 74: Pos(-5.109732, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.185345, 0.021461) +V 75: Pos(-5.109732, -4.081375, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.185345, 0.110692) +V 76: Pos(-7.396383, -3.697454, 2.000198) Norm(-0.707107, 0.0, 0.707107) UV(0.447988, 0.154789) +V 77: Pos(-3.705836, -3.697454, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.024094, 0.154789) +V 78: Pos(-4.628472, -3.78697, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.130068, 0.144507) +V 79: Pos(-3.705836, -3.697454, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.906557, 0.154789) +V 80: Pos(-3.705836, -3.697454, 1.698312) Norm(0.707107, 0.0, -0.707107) UV(0.941231, 0.154789) +V 81: Pos(-7.396383, -4.858248, 1.698312) Norm(-0.57735, -0.57735, -0.57735) UV(0.906557, 0.735311) +V 82: Pos(-7.396383, -4.858248, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.871882, 0.735311) +V 83: Pos(-7.396383, -3.697454, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.447988, 0.154789) +V 84: Pos(-6.473746, -4.081375, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.342015, 0.110692) +V 85: Pos(-7.396383, -4.081375, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.447988, 0.110692) +V 86: Pos(-7.396383, -1.750754, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.447988, 0.378386) +V 87: Pos(-5.109732, -1.750754, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.185345, 0.378386) +V 88: Pos(-5.109732, 0.285462, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.185345, 0.612264) +V 89: Pos(-7.396383, 1.35674, 1.698312) Norm(-0.57735, 0.57735, -0.57735) UV(0.447988, 0.735311) +V 90: Pos(-6.473746, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.342015, 0.735311) +V 91: Pos(-6.473746, 0.579866, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.342015, 0.646079) +V 92: Pos(-7.396383, 0.579866, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.447988, 0.646079) +V 93: Pos(-6.473746, 0.285462, 1.698312) Norm(-0.0, 0.0, -1.0) UV(0.342015, 0.612264) +V 94: Pos(-7.396383, 0.195946, 1.698312) Norm(-0.707107, 0.0, -0.707107) UV(0.447988, 0.601983) +V 95: Pos(-5.109732, 0.579866, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.185345, 0.646079) +V 96: Pos(-5.109732, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.185345, 0.735311) +V 97: Pos(-7.396383, 1.35674, 1.698312) Norm(-0.57735, 0.57735, -0.57735) UV(0.975906, 0.445355) +V 98: Pos(-7.396383, 1.35674, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.941231, 0.445355) +V 99: Pos(-6.473746, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.941231, 0.339381) +V 100: Pos(-6.473746, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.975906, 0.339381) +V 101: Pos(-6.473746, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.342015, 0.021461) +V 102: Pos(-7.396383, -4.858248, 1.698312) Norm(-0.57735, -0.57735, -0.57735) UV(0.447988, 0.021461) +V 103: Pos(-3.705836, -3.697454, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.871882, 0.154789) +V 104: Pos(-4.628472, -4.081375, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.765909, 0.110692) +V 105: Pos(-3.705836, -4.081375, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.871882, 0.110692) +V 106: Pos(-3.705836, -1.750754, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.871882, 0.378386) +V 107: Pos(-3.705836, 1.35674, 2.000198) Norm(0.57735, 0.57735, 0.57735) UV(0.871882, 0.735311) +V 108: Pos(-4.628472, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.765909, 0.735311) +V 109: Pos(-4.628472, 0.579866, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.765909, 0.646079) +V 110: Pos(-3.705836, 0.579866, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.871882, 0.646079) +V 111: Pos(-4.628472, 0.195946, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.765909, 0.601983) +V 112: Pos(-3.705836, 0.195946, 2.000198) Norm(0.707107, 0.0, 0.707107) UV(0.871882, 0.601983) +V 113: Pos(-3.705836, -4.858248, 1.698312) Norm(0.57735, -0.57735, -0.57735) UV(0.975906, 0.869249) +V 114: Pos(-3.705836, -4.858248, 2.000198) Norm(0.57735, -0.57735, 0.57735) UV(0.941231, 0.869249) +V 115: Pos(-4.628472, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.941231, 0.763276) +V 116: Pos(-4.628472, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.975906, 0.763276) +V 117: Pos(-4.628472, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.765909, 0.021461) +V 118: Pos(-3.705836, -4.858248, 2.000198) Norm(0.57735, -0.57735, 0.57735) UV(0.871882, 0.021461) +V 119: Pos(-5.992487, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.941231, 0.606606) +V 120: Pos(-5.992487, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.975906, 0.606606) +V 121: Pos(-5.992487, 0.285462, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.286738, 0.612264) +V 122: Pos(-5.992487, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.941231, 0.284104) +V 123: Pos(-5.992487, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.975906, 0.284104) +V 124: Pos(-5.109732, 0.579866, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.710632, 0.646079) +V 125: Pos(-5.109732, 0.195946, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.710632, 0.601983) +V 126: Pos(-5.109732, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.710632, 0.735311) +V 127: Pos(-5.109732, -3.78697, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.185345, 0.144507) +V 128: Pos(-5.109732, -4.081375, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.710632, 0.110692) +V 129: Pos(-5.992487, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.286738, 0.735311) +V 130: Pos(-5.992487, 0.579866, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.286738, 0.646079) +V 131: Pos(-5.109732, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.710632, 0.021461) +V 132: Pos(-5.992487, -4.081375, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.286738, 0.110692) +V 133: Pos(-5.992487, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.286738, 0.021461) +V 134: Pos(-5.551109, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.659935, 0.021461) +V 135: Pos(-5.551109, -4.081375, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.659935, 0.110692) +V 136: Pos(-5.551109, -3.78697, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.236041, 0.144507) +V 137: Pos(-5.551109, -1.750754, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.236041, 0.378386) +V 138: Pos(-5.551109, -3.697454, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.659935, 0.154789) +V 139: Pos(-5.551109, 0.579866, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.236041, 0.646079) +V 140: Pos(-5.551109, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.236041, 0.735311) +V 141: Pos(-5.551109, -1.750754, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.659935, 0.378386) +V 142: Pos(-5.551109, 0.579866, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.659935, 0.646079) +V 143: Pos(-5.551109, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.659935, 0.735311) +V 144: Pos(-5.551109, 0.285462, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.236041, 0.612264) +V 145: Pos(-5.551109, 0.195946, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.659935, 0.601983) +V 146: Pos(-5.551109, 1.35674, 2.000198) Norm(0.0, 0.707107, 0.707107) UV(0.941231, 0.233408) +V 147: Pos(-5.551109, 1.35674, 1.698312) Norm(0.0, 0.707107, -0.707107) UV(0.975906, 0.233408) +V 148: Pos(-5.551109, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.941231, 0.657302) +V 149: Pos(-5.551109, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.975906, 0.657302) +V 150: Pos(-5.109732, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.975906, 0.707998) +V 151: Pos(-5.109732, -4.858248, 2.000198) Norm(0.0, -0.707107, 0.707107) UV(0.941231, 0.707998) +V 152: Pos(-5.551109, -4.858248, 1.698312) Norm(0.0, -0.707107, -0.707107) UV(0.236041, 0.021461) +V 153: Pos(-5.551109, -4.081375, 1.698312) Norm(0.0, 0.0, -1.0) UV(0.236041, 0.110692) + +===Triangles (Indices): 176 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 16 17 18 +Tri: 16 18 19 +Tri: 20 21 22 +Tri: 20 22 23 +Tri: 24 25 26 +Tri: 24 26 27 +Tri: 20 23 28 +Tri: 20 28 29 +Tri: 30 31 32 +Tri: 30 32 33 +Tri: 25 34 35 +Tri: 25 35 26 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 34 40 41 +Tri: 34 41 30 +Tri: 42 43 44 +Tri: 42 44 45 +Tri: 46 47 48 +Tri: 46 48 49 +Tri: 50 51 52 +Tri: 50 52 53 +Tri: 54 55 47 +Tri: 54 47 46 +Tri: 56 57 43 +Tri: 56 43 42 +Tri: 25 58 40 +Tri: 25 40 34 +Tri: 59 60 61 +Tri: 59 61 62 +Tri: 53 52 63 +Tri: 53 63 64 +Tri: 34 30 33 +Tri: 34 33 35 +Tri: 65 5 4 +Tri: 65 4 66 +Tri: 24 67 58 +Tri: 24 58 25 +Tri: 68 69 57 +Tri: 68 57 56 +Tri: 70 71 55 +Tri: 70 55 54 +Tri: 64 63 1 +Tri: 64 1 0 +Tri: 72 73 51 +Tri: 72 51 50 +Tri: 31 20 29 +Tri: 31 29 32 +Tri: 16 19 74 +Tri: 16 74 75 +Tri: 30 41 76 +Tri: 30 76 31 +Tri: 45 44 77 +Tri: 45 77 78 +Tri: 49 48 79 +Tri: 49 79 80 +Tri: 81 82 73 +Tri: 81 73 72 +Tri: 31 76 21 +Tri: 31 21 20 +Tri: 78 77 17 +Tri: 78 17 16 +Tri: 80 79 9 +Tri: 80 9 8 +Tri: 83 38 84 +Tri: 83 84 85 +Tri: 86 39 38 +Tri: 86 38 83 +Tri: 42 45 87 +Tri: 42 87 88 +Tri: 89 90 91 +Tri: 89 91 92 +Tri: 92 91 93 +Tri: 92 93 94 +Tri: 68 56 95 +Tri: 68 95 96 +Tri: 94 93 39 +Tri: 94 39 86 +Tri: 97 98 99 +Tri: 97 99 100 +Tri: 85 84 101 +Tri: 85 101 102 +Tri: 103 61 104 +Tri: 103 104 105 +Tri: 106 62 61 +Tri: 106 61 103 +Tri: 107 108 109 +Tri: 107 109 110 +Tri: 110 109 111 +Tri: 110 111 112 +Tri: 112 111 62 +Tri: 112 62 106 +Tri: 113 114 115 +Tri: 113 115 116 +Tri: 105 104 117 +Tri: 105 117 118 +Tri: 119 13 12 +Tri: 119 12 120 +Tri: 121 36 39 +Tri: 121 39 93 +Tri: 99 122 123 +Tri: 99 123 100 +Tri: 124 125 111 +Tri: 124 111 109 +Tri: 126 124 109 +Tri: 126 109 108 +Tri: 45 78 127 +Tri: 45 127 87 +Tri: 60 128 104 +Tri: 60 104 61 +Tri: 125 59 62 +Tri: 125 62 111 +Tri: 129 130 91 +Tri: 129 91 90 +Tri: 128 131 117 +Tri: 128 117 104 +Tri: 132 133 101 +Tri: 132 101 84 +Tri: 134 135 29 +Tri: 134 29 28 +Tri: 136 137 87 +Tri: 136 87 127 +Tri: 135 138 32 +Tri: 135 32 29 +Tri: 139 140 96 +Tri: 139 96 95 +Tri: 138 141 33 +Tri: 138 33 32 +Tri: 142 143 27 +Tri: 142 27 26 +Tri: 137 144 88 +Tri: 137 88 87 +Tri: 145 142 26 +Tri: 145 26 35 +Tri: 141 145 35 +Tri: 141 35 33 +Tri: 146 147 123 +Tri: 146 123 122 +Tri: 148 149 150 +Tri: 148 150 151 +Tri: 152 153 75 +Tri: 152 75 74 +Tri: 115 151 150 +Tri: 115 150 116 +Tri: 133 132 153 +Tri: 133 153 152 +Tri: 119 120 149 +Tri: 119 149 148 +Tri: 65 66 147 +Tri: 65 147 146 +Tri: 59 125 145 +Tri: 59 145 141 +Tri: 125 124 142 +Tri: 125 142 145 +Tri: 36 121 144 +Tri: 36 144 137 +Tri: 124 126 143 +Tri: 124 143 142 +Tri: 60 59 141 +Tri: 60 141 138 +Tri: 130 129 140 +Tri: 130 140 139 +Tri: 128 60 138 +Tri: 128 138 135 +Tri: 37 36 137 +Tri: 37 137 136 +Tri: 131 128 135 +Tri: 131 135 134 diff --git a/resources/e/azs/AzsRoof_Base_color_1001.png b/resources/e/azs/AzsRoof_Base_color_1001.png new file mode 100644 index 0000000..b648a7d --- /dev/null +++ b/resources/e/azs/AzsRoof_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcdd4e70c18a5c967f49f91a2089249c916f8c78a4fca28884c049e93d91171 +size 209931 diff --git a/resources/e/azs/Price.txt b/resources/e/azs/Price.txt new file mode 100644 index 0000000..6eb24a1 --- /dev/null +++ b/resources/e/azs/Price.txt @@ -0,0 +1,123 @@ +===Vertices (Split by UV/Normal): 68 +V 0: Pos(-8.497553, -5.038609, 0.086623) Norm(-0.301516, 0.301513, 0.904532) UV(0.884913, 0.689241) +V 1: Pos(-8.497552, -5.175128, 0.086623) Norm(-0.301516, -0.301519, 0.90453) UV(0.827898, 0.689241) +V 2: Pos(-8.497552, -5.175128, 1.567311) Norm(-0.731857, -0.665727, 0.145576) UV(0.827898, 0.076078) +V 3: Pos(-8.497553, -5.038609, 1.567311) Norm(-0.731864, 0.66572, 0.145577) UV(0.884913, 0.076078) +V 4: Pos(-7.720679, -5.038609, 1.567311) Norm(0.731861, 0.665723, 0.145576) UV(0.884913, 0.076078) +V 5: Pos(-7.720679, -5.175128, 1.567311) Norm(0.731861, -0.665723, 0.145576) UV(0.941929, 0.076078) +V 6: Pos(-7.720679, -5.175128, 0.086623) Norm(0.301516, -0.301516, 0.904531) UV(0.941929, 0.689241) +V 7: Pos(-7.720679, -5.038609, 0.086623) Norm(0.301516, 0.301516, 0.904531) UV(0.884913, 0.689241) +V 8: Pos(-7.720679, -5.038609, 0.000198) Norm(0.0, 0.0, -1.0) UV(0.720882, 0.071812) +V 9: Pos(-7.720679, -5.175128, 0.000198) Norm(0.0, 0.0, -1.0) UV(0.777898, 0.071812) +V 10: Pos(-8.497552, -5.175128, 0.000198) Norm(0.0, 0.0, -1.0) UV(0.777898, 0.396264) +V 11: Pos(-8.497553, -5.038609, 0.000198) Norm(0.0, 0.0, -1.0) UV(0.720882, 0.396264) +V 12: Pos(-8.497552, -5.175128, 0.086623) Norm(-0.301516, -0.301519, 0.90453) UV(0.346429, 0.713623) +V 13: Pos(-7.720679, -5.175128, 0.086623) Norm(0.301516, -0.301516, 0.904531) UV(0.021977, 0.713623) +V 14: Pos(-7.720679, -5.175128, 1.567311) Norm(0.731861, -0.665723, 0.145576) UV(0.021977, 0.09523) +V 15: Pos(-7.772167, -5.175128, 1.691615) Norm(0.54899, -0.630256, 0.548988) UV(0.04348, 0.043315) +V 16: Pos(-7.896471, -5.175128, 1.743104) Norm(0.145577, -0.665723, 0.731861) UV(0.095394, 0.021812) +V 17: Pos(-8.32176, -5.175128, 1.743104) Norm(-0.145576, -0.665723, 0.731861) UV(0.273012, 0.021812) +V 18: Pos(-8.446064, -5.175128, 1.691615) Norm(-0.548988, -0.630257, 0.548989) UV(0.324926, 0.043315) +V 19: Pos(-8.497552, -5.175128, 1.567311) Norm(-0.731857, -0.665727, 0.145576) UV(0.346429, 0.09523) +V 20: Pos(-7.600958, -5.294848, 0.000198) Norm(0.57734, -0.577339, -0.577372) UV(0.827898, 0.021812) +V 21: Pos(-8.617272, -5.294848, 0.000198) Norm(-0.577338, -0.577341, -0.577372) UV(0.827898, 0.446264) +V 22: Pos(-8.497553, -5.038609, 0.086623) Norm(-0.301516, 0.301513, 0.904532) UV(0.346429, 0.713623) +V 23: Pos(-8.497553, -5.038609, 1.567311) Norm(-0.731864, 0.66572, 0.145577) UV(0.346429, 0.09523) +V 24: Pos(-8.446064, -5.038609, 1.691615) Norm(-0.54899, 0.630254, 0.54899) UV(0.367933, 0.043315) +V 25: Pos(-8.32176, -5.038609, 1.743104) Norm(-0.145577, 0.665723, 0.731861) UV(0.419847, 0.021812) +V 26: Pos(-7.896471, -5.038609, 1.743104) Norm(0.145576, 0.665723, 0.731861) UV(0.597464, 0.021812) +V 27: Pos(-7.772167, -5.038609, 1.691615) Norm(0.548989, 0.630256, 0.548989) UV(0.649379, 0.043315) +V 28: Pos(-7.720679, -5.038609, 1.567311) Norm(0.731861, 0.665723, 0.145576) UV(0.670882, 0.09523) +V 29: Pos(-7.720679, -5.038609, 0.086623) Norm(0.301516, 0.301516, 0.904531) UV(0.670882, 0.713623) +V 30: Pos(-7.720679, -5.038609, 0.086623) Norm(0.301516, 0.301516, 0.904531) UV(0.720882, 0.820717) +V 31: Pos(-7.720679, -5.175128, 0.086623) Norm(0.301516, -0.301516, 0.904531) UV(0.777898, 0.820717) +V 32: Pos(-7.600958, -5.294848, 0.086623) Norm(0.57734, -0.577339, 0.577372) UV(0.827898, 0.870717) +V 33: Pos(-7.600958, -4.918888, 0.086623) Norm(0.577339, 0.577339, 0.577372) UV(0.670882, 0.870717) +V 34: Pos(-8.497552, -5.175128, 0.086623) Norm(-0.301516, -0.301519, 0.90453) UV(0.777898, 0.496264) +V 35: Pos(-8.617272, -5.294848, 0.086623) Norm(-0.577338, -0.577341, 0.577372) UV(0.827898, 0.446264) +V 36: Pos(-7.600958, -4.918888, 0.000198) Norm(0.577339, 0.577339, -0.577372) UV(0.670882, 0.021812) +V 37: Pos(-7.600958, -4.918888, 0.086623) Norm(0.577339, 0.577339, 0.577372) UV(0.057766, 0.870638) +V 38: Pos(-7.600958, -5.294848, 0.086623) Norm(0.57734, -0.577339, 0.577372) UV(0.057766, 0.713623) +V 39: Pos(-7.600958, -5.294848, 0.000198) Norm(0.57734, -0.577339, -0.577372) UV(0.093555, 0.713623) +V 40: Pos(-7.600958, -4.918888, 0.000198) Norm(0.577339, 0.577339, -0.577372) UV(0.093555, 0.870638) +V 41: Pos(-8.617273, -4.918888, 0.000198) Norm(-0.57734, 0.577338, -0.577372) UV(0.057766, 0.713623) +V 42: Pos(-8.617272, -5.294848, 0.000198) Norm(-0.577338, -0.577341, -0.577372) UV(0.057766, 0.870638) +V 43: Pos(-8.617272, -5.294848, 0.086623) Norm(-0.577338, -0.577341, 0.577372) UV(0.021977, 0.870638) +V 44: Pos(-8.617273, -4.918888, 0.086623) Norm(-0.57734, 0.577338, 0.577372) UV(0.021977, 0.713623) +V 45: Pos(-8.617272, -5.294848, 0.000198) Norm(-0.577338, -0.577341, -0.577372) UV(0.978023, 0.021812) +V 46: Pos(-7.600958, -5.294848, 0.000198) Norm(0.57734, -0.577339, -0.577372) UV(0.978023, 0.446264) +V 47: Pos(-7.600958, -5.294848, 0.086623) Norm(0.57734, -0.577339, 0.577372) UV(0.941929, 0.446264) +V 48: Pos(-8.617272, -5.294848, 0.086623) Norm(-0.577338, -0.577341, 0.577372) UV(0.941929, 0.021812) +V 49: Pos(-8.617273, -4.918888, 0.000198) Norm(-0.57734, 0.577338, -0.577372) UV(0.978023, 0.870717) +V 50: Pos(-8.617273, -4.918888, 0.086623) Norm(-0.57734, 0.577338, 0.577372) UV(0.941929, 0.870717) +V 51: Pos(-7.600958, -4.918888, 0.086623) Norm(0.577339, 0.577339, 0.577372) UV(0.941929, 0.446264) +V 52: Pos(-7.600958, -4.918888, 0.000198) Norm(0.577339, 0.577339, -0.577372) UV(0.978023, 0.446264) +V 53: Pos(-8.617273, -4.918888, 0.000198) Norm(-0.57734, 0.577338, -0.577372) UV(0.670882, 0.446264) +V 54: Pos(-8.497553, -5.038609, 0.086623) Norm(-0.301516, 0.301513, 0.904532) UV(0.720882, 0.496264) +V 55: Pos(-8.617273, -4.918888, 0.086623) Norm(-0.57734, 0.577338, 0.577372) UV(0.670882, 0.446264) +V 56: Pos(-7.896471, -5.038609, 1.743104) Norm(0.145576, 0.665723, 0.731861) UV(0.827898, 0.918773) +V 57: Pos(-7.896471, -5.175128, 1.743104) Norm(0.145577, -0.665723, 0.731861) UV(0.884913, 0.918773) +V 58: Pos(-7.772167, -5.175128, 1.691615) Norm(0.54899, -0.630256, 0.548988) UV(0.884913, 0.970687) +V 59: Pos(-7.772167, -5.038609, 1.691615) Norm(0.548989, 0.630256, 0.548989) UV(0.827898, 0.970687) +V 60: Pos(-7.772167, -5.038609, 1.691615) Norm(0.548989, 0.630256, 0.548989) UV(0.884913, 0.021812) +V 61: Pos(-7.772167, -5.175128, 1.691615) Norm(0.54899, -0.630256, 0.548988) UV(0.941929, 0.021812) +V 62: Pos(-8.32176, -5.175128, 1.743104) Norm(-0.145576, -0.665723, 0.731861) UV(0.884913, 0.741156) +V 63: Pos(-8.32176, -5.038609, 1.743104) Norm(-0.145577, 0.665723, 0.731861) UV(0.827898, 0.741156) +V 64: Pos(-8.446064, -5.038609, 1.691615) Norm(-0.54899, 0.630254, 0.54899) UV(0.827898, 0.689241) +V 65: Pos(-8.446064, -5.175128, 1.691615) Norm(-0.548988, -0.630257, 0.548989) UV(0.884913, 0.689241) +V 66: Pos(-8.446064, -5.175128, 1.691615) Norm(-0.548988, -0.630257, 0.548989) UV(0.827898, 0.021812) +V 67: Pos(-8.446064, -5.038609, 1.691615) Norm(-0.54899, 0.630254, 0.54899) UV(0.884913, 0.021812) + +===Triangles (Indices): 52 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 12 15 16 +Tri: 12 16 17 +Tri: 12 17 18 +Tri: 12 18 19 +Tri: 10 9 20 +Tri: 10 20 21 +Tri: 22 23 24 +Tri: 22 24 25 +Tri: 22 25 26 +Tri: 22 26 27 +Tri: 22 27 28 +Tri: 22 28 29 +Tri: 30 31 32 +Tri: 30 32 33 +Tri: 31 34 35 +Tri: 31 35 32 +Tri: 9 8 36 +Tri: 9 36 20 +Tri: 37 38 39 +Tri: 37 39 40 +Tri: 41 42 43 +Tri: 41 43 44 +Tri: 45 46 47 +Tri: 45 47 48 +Tri: 49 50 51 +Tri: 49 51 52 +Tri: 8 11 53 +Tri: 8 53 36 +Tri: 11 10 21 +Tri: 11 21 53 +Tri: 54 30 33 +Tri: 54 33 55 +Tri: 34 54 55 +Tri: 34 55 35 +Tri: 56 57 58 +Tri: 56 58 59 +Tri: 60 61 5 +Tri: 60 5 4 +Tri: 62 63 64 +Tri: 62 64 65 +Tri: 66 67 3 +Tri: 66 3 2 +Tri: 63 62 57 +Tri: 63 57 56 diff --git a/resources/e/azs/Price_Base_color_1001.png b/resources/e/azs/Price_Base_color_1001.png new file mode 100644 index 0000000..afe3cfd --- /dev/null +++ b/resources/e/azs/Price_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cdbfe85085df46344155ad8287e69f9c1b5a6a2447bc0dde0cebc54fff871a +size 972801 diff --git a/resources/e/azs/Walls.txt b/resources/e/azs/Walls.txt new file mode 100644 index 0000000..819237a --- /dev/null +++ b/resources/e/azs/Walls.txt @@ -0,0 +1,928 @@ +===Vertices (Split by UV/Normal): 447 +V 0: Pos(-2.690547, 1.162521, 1.500198) Norm(-1.0, 0.0, 0.0) UV(0.365051, 0.030417) +V 1: Pos(-2.690547, 1.162521, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.030417) +V 2: Pos(-2.690547, 1.35674, 2.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.324504, 0.014668) +V 3: Pos(-2.690547, 1.35674, 1.500198) Norm(-0.707107, 0.707107, 0.0) UV(0.365051, 0.014668) +V 4: Pos(0.769341, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.537368) +V 5: Pos(0.769341, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.537368) +V 6: Pos(1.0, 1.35674, 2.000198) Norm(0.707107, 0.707107, 0.0) UV(0.025225, 0.518663) +V 7: Pos(1.0, 1.35674, 1.500198) Norm(0.707107, 0.707107, 0.0) UV(0.065772, 0.518663) +V 8: Pos(1.0, -4.66403, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.030417) +V 9: Pos(1.0, -4.66403, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.030417) +V 10: Pos(1.0, -4.858248, 2.000198) Norm(0.707107, -0.707107, 0.0) UV(0.497078, 0.014668) +V 11: Pos(1.0, -4.858248, 1.500198) Norm(0.707107, -0.707107, 0.0) UV(0.537625, 0.014668) +V 12: Pos(-2.459888, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.537368) +V 13: Pos(-2.459888, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.537368) +V 14: Pos(-2.690547, -4.858248, 2.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.197799, 0.518663) +V 15: Pos(-2.690547, -4.858248, 1.500198) Norm(-0.707107, -0.707107, 0.0) UV(0.238346, 0.518663) +V 16: Pos(-2.587708, -4.469811, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.862687, 0.942345) +V 17: Pos(-2.587708, -4.469811, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.82214, 0.942345) +V 18: Pos(-2.587708, -4.081375, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.82214, 0.910846) +V 19: Pos(-2.587708, -4.081375, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.862687, 0.910846) +V 20: Pos(-1.76791, -4.66403, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.736824, 0.724418) +V 21: Pos(-2.229229, -4.66403, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.736824, 0.761828) +V 22: Pos(-2.229229, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.726437, 0.761828) +V 23: Pos(-1.76791, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.726437, 0.724418) +V 24: Pos(-2.459888, -0.197007, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954167, 0.863596) +V 25: Pos(-2.459888, 0.579866, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954167, 0.926596) +V 26: Pos(-2.459888, 0.579866, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.926596) +V 27: Pos(-2.459888, -0.197007, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.863596) +V 28: Pos(-2.587708, 0.579866, 1.000198) Norm(-0.904534, -0.301511, -0.301511) UV(0.862687, 0.532849) +V 29: Pos(-2.587708, 0.579866, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.82214, 0.532849) +V 30: Pos(-2.587708, 0.968303, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.82214, 0.501349) +V 31: Pos(-2.587708, 0.968303, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.862687, 0.501349) +V 32: Pos(1.0, -0.197007, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.392664) +V 33: Pos(1.0, -0.197007, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.392664) +V 34: Pos(1.0, -1.750754, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.266665) +V 35: Pos(1.0, -1.750754, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.266665) +V 36: Pos(-2.690547, -3.304501, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.365051, 0.392664) +V 37: Pos(-2.690547, -3.304501, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.392664) +V 38: Pos(-2.690547, -1.750754, 2.000198) Norm(-0.904534, -0.301511, 0.301511) UV(0.324504, 0.266665) +V 39: Pos(-2.690547, -1.750754, 1.500198) Norm(-0.301511, -0.301511, -0.904534) UV(0.365051, 0.266665) +V 40: Pos(-2.690547, -4.081375, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.365051, 0.455664) +V 41: Pos(-2.690547, -4.081375, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.455664) +V 42: Pos(-0.845274, 1.162521, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.747211, 0.649598) +V 43: Pos(0.077363, 1.162521, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.747211, 0.724418) +V 44: Pos(0.077363, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.736824, 0.724418) +V 45: Pos(-0.845274, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.736824, 0.649598) +V 46: Pos(-2.587708, -3.304501, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.943781, 0.847846) +V 47: Pos(-2.587708, -3.304501, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.862687, 0.847846) +V 48: Pos(-2.587708, -1.750754, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.862687, 0.721847) +V 49: Pos(-2.587708, -1.750754, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.943781, 0.721847) +V 50: Pos(1.0, -3.304501, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.140666) +V 51: Pos(1.0, -3.304501, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.140666) +V 52: Pos(1.0, 0.579866, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.455664) +V 53: Pos(1.0, 0.579866, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.455664) +V 54: Pos(-2.587708, -4.081375, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.943781, 0.910846) +V 55: Pos(0.538682, -4.66403, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.736824, 0.537368) +V 56: Pos(0.077363, -4.66403, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.736824, 0.574778) +V 57: Pos(0.077363, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.726437, 0.574778) +V 58: Pos(0.538682, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.726437, 0.537368) +V 59: Pos(-2.690547, -0.197007, 1.500198) Norm(-0.301511, 0.301511, -0.904534) UV(0.810199, 0.853872) +V 60: Pos(-2.690547, -1.750754, 1.500198) Norm(-0.301511, -0.301511, -0.904534) UV(0.810199, 0.727873) +V 61: Pos(-2.837802, -1.750754, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.82214, 0.727873) +V 62: Pos(-2.837802, -0.197007, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.82214, 0.853872) +V 63: Pos(-2.690547, -4.469811, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.487163) +V 64: Pos(-2.690547, -4.66403, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.502913) +V 65: Pos(-2.690547, -4.66403, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.502913) +V 66: Pos(-2.690547, -4.469811, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.487163) +V 67: Pos(-2.587708, -0.197007, 1.000198) Norm(-0.904534, 0.301511, -0.301511) UV(0.862687, 0.595849) +V 68: Pos(-2.587708, -0.197007, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.943781, 0.595849) +V 69: Pos(1.0, 0.968303, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.487163) +V 70: Pos(1.0, 0.968303, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.487163) +V 71: Pos(-2.690547, -0.197007, 1.500198) Norm(-0.301511, 0.301511, -0.904534) UV(0.365051, 0.140666) +V 72: Pos(-2.690547, -0.197007, 2.000198) Norm(-0.904534, 0.301511, 0.301511) UV(0.324504, 0.140666) +V 73: Pos(-2.690547, 0.579866, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.077667) +V 74: Pos(-2.690547, 0.579866, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.365051, 0.077667) +V 75: Pos(-2.690547, -4.469811, 1.500198) Norm(-0.904534, 0.301511, -0.301511) UV(0.365051, 0.487163) +V 76: Pos(0.538682, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.556073) +V 77: Pos(0.538682, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.556073) +V 78: Pos(0.769341, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.537368) +V 79: Pos(-2.587708, -0.197007, 1.000198) Norm(-0.904534, 0.301511, -0.301511) UV(0.773799, 0.644662) +V 80: Pos(-2.587708, 0.579866, 1.000198) Norm(-0.904534, -0.301511, -0.301511) UV(0.773799, 0.707661) +V 81: Pos(-2.495824, 0.579866, 1.000198) Norm(0.904534, -0.301511, -0.301511) UV(0.766348, 0.707661) +V 82: Pos(-2.495824, -0.197007, 1.000198) Norm(0.904534, 0.301511, -0.301511) UV(0.766348, 0.644662) +V 83: Pos(1.0, -4.081375, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.077667) +V 84: Pos(1.0, -4.081375, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.077667) +V 85: Pos(-2.690547, -4.66403, 1.500198) Norm(-1.0, 0.0, 0.0) UV(0.365051, 0.502913) +V 86: Pos(-2.459888, 0.968303, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954167, 0.958095) +V 87: Pos(-2.459888, 0.968303, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.958095) +V 88: Pos(-2.587708, -4.469811, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.943781, 0.942345) +V 89: Pos(1.0, -4.469811, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.046167) +V 90: Pos(1.0, -4.469811, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.046167) +V 91: Pos(1.0, 1.162521, 1.500198) Norm(1.0, 0.0, 0.0) UV(0.537625, 0.502913) +V 92: Pos(1.0, 1.162521, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.497078, 0.502913) +V 93: Pos(-2.587708, 0.579866, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.943781, 0.532849) +V 94: Pos(-2.587708, 0.968303, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.943781, 0.501349) +V 95: Pos(-1.76791, 1.162521, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.747211, 0.574778) +V 96: Pos(-1.76791, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.736824, 0.574778) +V 97: Pos(-2.690547, 0.968303, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.324504, 0.046167) +V 98: Pos(-2.690547, 0.968303, 1.500198) Norm(-0.904534, -0.301511, -0.301511) UV(0.365051, 0.046167) +V 99: Pos(1.0, 1.162521, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.502913) +V 100: Pos(1.0, 1.162521, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.502913) +V 101: Pos(1.0, 0.968303, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.487163) +V 102: Pos(1.0, 0.968303, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.487163) +V 103: Pos(1.0, -4.081375, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.077667) +V 104: Pos(1.0, -4.081375, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.077667) +V 105: Pos(1.0, -4.469811, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.046167) +V 106: Pos(1.0, -4.469811, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.046167) +V 107: Pos(-2.690547, -4.66403, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.486692, 0.502913) +V 108: Pos(-2.690547, -4.66403, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.405598, 0.502913) +V 109: Pos(-2.690547, -4.469811, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.405598, 0.487163) +V 110: Pos(-2.690547, -4.469811, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.486692, 0.487163) +V 111: Pos(1.0, -3.304501, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.140666) +V 112: Pos(1.0, -3.304501, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.140666) +V 113: Pos(1.0, 0.579866, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.455664) +V 114: Pos(1.0, 0.579866, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.455664) +V 115: Pos(-2.690547, -4.469811, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.68589, 0.766302) +V 116: Pos(-2.690547, -4.469811, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.68589, 0.685209) +V 117: Pos(-2.587708, -4.469811, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.69423, 0.685209) +V 118: Pos(-2.587708, -4.469811, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.69423, 0.766302) +V 119: Pos(1.0, -0.197007, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.392664) +V 120: Pos(1.0, -0.197007, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.392664) +V 121: Pos(1.0, -1.750754, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.266665) +V 122: Pos(1.0, -1.750754, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.266665) +V 123: Pos(-2.587708, -0.197007, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.801859, 0.853872) +V 124: Pos(-2.587708, -1.750754, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.801859, 0.727873) +V 125: Pos(-2.690547, 0.579866, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.810199, 0.916871) +V 126: Pos(-2.690547, 0.968303, 1.500198) Norm(-0.904534, -0.301511, -0.301511) UV(0.810199, 0.948371) +V 127: Pos(-2.587708, 0.968303, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.801859, 0.948371) +V 128: Pos(-2.587708, 0.579866, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.801859, 0.916871) +V 129: Pos(-2.459888, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.537368) +V 130: Pos(-2.459888, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.537368) +V 131: Pos(-2.690547, -4.858248, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.278892, 0.518663) +V 132: Pos(-2.690547, -4.858248, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.359986, 0.518663) +V 133: Pos(1.0, -4.66403, 0.000198) Norm(1.0, 0.0, 0.0) UV(0.659266, 0.030417) +V 134: Pos(1.0, -4.66403, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.578172, 0.030417) +V 135: Pos(1.0, -4.858248, 1.000198) Norm(0.707107, -0.707107, 0.0) UV(0.578172, 0.014668) +V 136: Pos(1.0, -4.858248, 0.000198) Norm(0.707107, -0.707107, 0.0) UV(0.659266, 0.014668) +V 137: Pos(0.769341, 1.35674, 0.000198) Norm(0.0, 1.0, 0.0) UV(0.187412, 0.537368) +V 138: Pos(0.769341, 1.35674, 1.000198) Norm(0.0, 1.0, 0.0) UV(0.106318, 0.537368) +V 139: Pos(1.0, 1.35674, 1.000198) Norm(0.707107, 0.707107, 0.0) UV(0.106318, 0.518663) +V 140: Pos(1.0, 1.35674, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.187412, 0.518663) +V 141: Pos(-2.690547, 1.162521, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.486692, 0.030417) +V 142: Pos(-2.690547, 1.162521, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.405598, 0.030417) +V 143: Pos(-2.690547, 1.35674, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.405598, 0.014668) +V 144: Pos(-2.690547, 1.35674, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.486692, 0.014668) +V 145: Pos(-2.690547, 0.968303, 1.500198) Norm(-0.904534, -0.301511, -0.301511) UV(0.702569, 0.644662) +V 146: Pos(-2.690547, 0.968303, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.702569, 0.685209) +V 147: Pos(-2.587708, 0.968303, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.69423, 0.685209) +V 148: Pos(-2.587708, 0.968303, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.69423, 0.644662) +V 149: Pos(-2.690547, -4.469811, 1.500198) Norm(-0.904534, 0.301511, -0.301511) UV(0.810199, 0.507375) +V 150: Pos(-2.690547, -4.081375, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.810199, 0.538875) +V 151: Pos(-2.587708, -4.081375, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.801859, 0.538875) +V 152: Pos(-2.587708, -4.469811, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.801859, 0.507375) +V 153: Pos(-2.690547, -3.304501, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.810199, 0.601874) +V 154: Pos(-2.587708, -3.304501, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.801859, 0.601874) +V 155: Pos(-2.690547, -4.469811, 1.500198) Norm(-0.904534, 0.301511, -0.301511) UV(0.68589, 0.644662) +V 156: Pos(-2.587708, -4.469811, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.69423, 0.644662) +V 157: Pos(-2.587708, -0.197007, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.82214, 0.595849) +V 158: Pos(-2.587708, -1.750754, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.82214, 0.721847) +V 159: Pos(-2.587708, -3.304501, 1.500198) Norm(-0.707107, 0.0, -0.707107) UV(0.82214, 0.847846) +V 160: Pos(-2.690547, 0.968303, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.702569, 0.766302) +V 161: Pos(-2.587708, 0.968303, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.69423, 0.766302) +V 162: Pos(-2.587708, 0.579866, 1.000198) Norm(-0.904534, -0.301511, -0.301511) UV(0.766603, 0.518663) +V 163: Pos(-2.587708, 0.579866, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.766603, 0.599757) +V 164: Pos(-2.495824, 0.579866, 0.000198) Norm(0.894427, -0.447214, 0.0) UV(0.759152, 0.599757) +V 165: Pos(-2.495824, 0.579866, 1.000198) Norm(0.904534, -0.301511, -0.301511) UV(0.759152, 0.518663) +V 166: Pos(-2.587708, -0.197007, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.758896, 0.725755) +V 167: Pos(-2.587708, -0.197007, 1.000198) Norm(-0.904534, 0.301511, -0.301511) UV(0.758896, 0.644662) +V 168: Pos(-2.495824, -0.197007, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.766348, 0.725755) +V 169: Pos(-1.76791, 1.35674, 1.000198) Norm(0.0, 1.0, 0.0) UV(0.106318, 0.743123) +V 170: Pos(-1.76791, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.743123) +V 171: Pos(-0.845274, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.668303) +V 172: Pos(-0.845274, 1.35674, 1.000198) Norm(0.301511, 0.904534, -0.301511) UV(0.106318, 0.668303) +V 173: Pos(0.077363, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.743123) +V 174: Pos(0.077363, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.743123) +V 175: Pos(-0.845274, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.668303) +V 176: Pos(-0.845274, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.668303) +V 177: Pos(-1.76791, 1.35674, 0.000198) Norm(0.0, 1.0, 0.0) UV(0.187412, 0.743123) +V 178: Pos(-0.845274, 1.35674, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.187412, 0.668303) +V 179: Pos(0.077363, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.743123) +V 180: Pos(-0.845274, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.668303) +V 181: Pos(0.769341, -4.66403, 2.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.736824, 0.518663) +V 182: Pos(0.769341, -4.66403, 2.128283) Norm(-0.301511, 0.301511, 0.904534) UV(0.726437, 0.518663) +V 183: Pos(0.077363, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.743123) +V 184: Pos(-0.845274, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.668303) +V 185: Pos(-1.76791, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.743123) +V 186: Pos(-0.845274, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.668303) +V 187: Pos(-2.229229, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.780533) +V 188: Pos(-2.229229, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.780533) +V 189: Pos(-2.229229, 1.35674, 0.000198) Norm(0.0, 1.0, 0.0) UV(0.187412, 0.780533) +V 190: Pos(-2.229229, 1.35674, 1.000198) Norm(0.0, 1.0, 0.0) UV(0.106318, 0.780533) +V 191: Pos(-1.76791, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.593483) +V 192: Pos(-1.76791, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.593483) +V 193: Pos(-1.76791, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.593483) +V 194: Pos(1.0, -4.081375, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.077667) +V 195: Pos(1.0, -4.469811, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.046167) +V 196: Pos(-1.76791, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.593483) +V 197: Pos(-2.459888, 1.35674, 1.000198) Norm(0.0, 1.0, 0.0) UV(0.106318, 0.799238) +V 198: Pos(-2.459888, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.799238) +V 199: Pos(-2.459888, 1.35674, 0.000198) Norm(0.0, 1.0, 0.0) UV(0.187412, 0.799238) +V 200: Pos(-2.459888, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.799238) +V 201: Pos(-2.229229, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.556073) +V 202: Pos(-2.229229, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.556073) +V 203: Pos(-2.229229, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.556073) +V 204: Pos(1.0, -4.66403, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.030417) +V 205: Pos(1.0, -4.858248, 2.128283) Norm(0.57735, -0.57735, 0.57735) UV(0.486692, 0.014668) +V 206: Pos(-2.229229, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.556073) +V 207: Pos(0.538682, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.780533) +V 208: Pos(0.538682, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.780533) +V 209: Pos(-2.459888, -4.081375, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954168, 0.548599) +V 210: Pos(-2.459888, -3.304501, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954168, 0.611598) +V 211: Pos(-2.459888, -3.304501, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.611598) +V 212: Pos(-2.459888, -4.081375, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.548599) +V 213: Pos(0.538682, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.780533) +V 214: Pos(0.538682, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.780533) +V 215: Pos(0.077363, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.593483) +V 216: Pos(0.077363, 1.35674, 1.000198) Norm(-0.301511, 0.904534, -0.301511) UV(0.106318, 0.593483) +V 217: Pos(-0.845274, 1.35674, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.702569, 0.725755) +V 218: Pos(-0.845274, 1.35674, 1.000198) Norm(0.301511, 0.904534, -0.301511) UV(0.702569, 0.644662) +V 219: Pos(-0.845274, 1.212636, 1.000198) Norm(0.301511, -0.904534, -0.301511) UV(0.714255, 0.644662) +V 220: Pos(-0.845274, 1.212636, 0.000198) Norm(0.447214, -0.894427, 0.0) UV(0.714255, 0.725755) +V 221: Pos(0.077363, 1.35674, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.025225, 0.593483) +V 222: Pos(0.769341, -4.858248, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.278892, 0.799238) +V 223: Pos(0.769341, -4.858248, 1.500198) Norm(0.0, -1.0, 0.0) UV(0.238346, 0.799238) +V 224: Pos(0.769341, -4.858248, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.799238) +V 225: Pos(-2.229229, 1.162521, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.747211, 0.537368) +V 226: Pos(-2.229229, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.736824, 0.537368) +V 227: Pos(0.769341, -4.858248, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.197799, 0.799238) +V 228: Pos(0.538682, 1.35674, 1.500198) Norm(0.0, 1.0, 0.0) UV(0.065772, 0.556073) +V 229: Pos(0.538682, 1.35674, 1.000198) Norm(0.0, 1.0, 0.0) UV(0.106318, 0.556073) +V 230: Pos(0.077363, 1.35674, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.187412, 0.593483) +V 231: Pos(0.538682, 1.35674, 0.000198) Norm(0.0, 1.0, 0.0) UV(0.187412, 0.556073) +V 232: Pos(1.0, -4.858248, 1.500198) Norm(0.707107, -0.707107, 0.0) UV(0.238346, 0.817943) +V 233: Pos(1.0, -4.858248, 2.000198) Norm(0.707107, -0.707107, 0.0) UV(0.197799, 0.817943) +V 234: Pos(-2.459888, -4.469811, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954168, 0.517099) +V 235: Pos(-2.459888, -4.469811, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.517099) +V 236: Pos(0.538682, 1.162521, 2.000198) Norm(0.0, -1.0, 0.0) UV(0.747211, 0.761828) +V 237: Pos(0.538682, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.736824, 0.761828) +V 238: Pos(0.077363, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.593483) +V 239: Pos(1.0, -0.197007, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.392664) +V 240: Pos(1.0, -1.750754, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.266665) +V 241: Pos(-2.459888, -4.66403, 2.000198) Norm(0.707107, 0.707107, 0.0) UV(0.736824, 0.780533) +V 242: Pos(-2.459888, -4.66403, 2.128283) Norm(0.301511, 0.301511, 0.904534) UV(0.726437, 0.780533) +V 243: Pos(0.769341, 1.162521, 2.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.964554, 0.501349) +V 244: Pos(0.769341, 0.968303, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.517099) +V 245: Pos(0.769341, 0.968303, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.517099) +V 246: Pos(0.769341, 1.162521, 2.128283) Norm(-0.301511, -0.301511, 0.904534) UV(0.954168, 0.501349) +V 247: Pos(-2.459888, 1.162521, 2.000198) Norm(0.707107, -0.707107, 0.0) UV(0.954167, 0.973845) +V 248: Pos(-2.459888, 1.162521, 2.128283) Norm(0.301511, -0.301511, 0.904534) UV(0.943781, 0.973845) +V 249: Pos(0.769341, 1.162521, 2.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.747211, 0.780533) +V 250: Pos(0.769341, 1.162521, 2.128283) Norm(-0.301511, -0.301511, 0.904534) UV(0.736824, 0.780533) +V 251: Pos(1.0, -4.858248, 0.000198) Norm(0.707107, -0.707107, 0.0) UV(0.359986, 0.817943) +V 252: Pos(1.0, -4.858248, 1.000198) Norm(0.707107, -0.707107, 0.0) UV(0.278892, 0.817943) +V 253: Pos(-2.690547, 1.35674, 1.500198) Norm(-0.707107, 0.707107, 0.0) UV(0.065772, 0.817943) +V 254: Pos(-2.690547, 1.35674, 2.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.025225, 0.817943) +V 255: Pos(-2.690547, 1.35674, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.187412, 0.817943) +V 256: Pos(-2.690547, 1.35674, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.106318, 0.817943) +V 257: Pos(-2.459888, -4.66403, 2.000198) Norm(0.707107, 0.707107, 0.0) UV(0.954168, 0.501349) +V 258: Pos(-2.459888, -4.66403, 2.128283) Norm(0.301511, 0.301511, 0.904534) UV(0.943781, 0.501349) +V 259: Pos(0.769341, -4.081375, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.926596) +V 260: Pos(0.769341, -4.469811, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.958095) +V 261: Pos(0.769341, -4.469811, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.958095) +V 262: Pos(0.769341, -4.081375, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.926596) +V 263: Pos(1.0, 1.35674, 2.128283) Norm(0.57735, 0.57735, 0.57735) UV(0.014838, 0.518663) +V 264: Pos(-2.459888, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.799238) +V 265: Pos(-2.229229, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.780533) +V 266: Pos(-2.690547, -3.304501, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.392664) +V 267: Pos(-2.690547, -1.750754, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.266665) +V 268: Pos(0.769341, -4.66403, 2.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.964554, 0.973845) +V 269: Pos(0.769341, -4.66403, 2.128283) Norm(-0.301511, 0.301511, 0.904534) UV(0.954168, 0.973845) +V 270: Pos(0.769341, -3.304501, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.863596) +V 271: Pos(0.769341, -3.304501, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.863596) +V 272: Pos(-2.459888, 1.162521, 2.000198) Norm(0.707107, -0.707107, 0.0) UV(0.747211, 0.518663) +V 273: Pos(-2.459888, 1.162521, 2.128283) Norm(0.301511, -0.301511, 0.904534) UV(0.736824, 0.518663) +V 274: Pos(-2.690547, 0.968303, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.405598, 0.046167) +V 275: Pos(1.0, 1.35674, 1.000198) Norm(0.707107, 0.707107, 0.0) UV(0.578172, 0.518663) +V 276: Pos(1.0, 1.35674, 1.500198) Norm(0.707107, 0.707107, 0.0) UV(0.537625, 0.518663) +V 277: Pos(-2.690547, 0.968303, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.486692, 0.046167) +V 278: Pos(1.0, 1.35674, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.659265, 0.518663) +V 279: Pos(-0.845274, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.668303) +V 280: Pos(1.0, 1.35674, 2.000198) Norm(0.707107, 0.707107, 0.0) UV(0.497078, 0.518663) +V 281: Pos(0.769341, 0.579866, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.548599) +V 282: Pos(0.769341, 0.579866, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.548599) +V 283: Pos(-2.690547, -4.858248, 1.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.405598, 0.518663) +V 284: Pos(-2.690547, -4.858248, 1.500198) Norm(-0.707107, -0.707107, 0.0) UV(0.365051, 0.518663) +V 285: Pos(-2.690547, -4.858248, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.486692, 0.518663) +V 286: Pos(-2.690547, -4.858248, 2.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.324504, 0.518663) +V 287: Pos(-2.690547, -4.081375, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.455664) +V 288: Pos(-2.459888, -4.66403, 2.128283) Norm(0.301511, 0.301511, 0.904534) UV(0.033543, 0.030417) +V 289: Pos(-2.690547, -4.66403, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.030417) +V 290: Pos(-2.690547, -4.858248, 2.128283) Norm(-0.57735, -0.57735, 0.57735) UV(0.014838, 0.014668) +V 291: Pos(-2.459888, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.033543, 0.014668) +V 292: Pos(-2.459888, -0.197007, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.392664) +V 293: Pos(-2.690547, -0.197007, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.392664) +V 294: Pos(-2.690547, -1.750754, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.266665) +V 295: Pos(-2.459888, -1.750754, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.266665) +V 296: Pos(-2.690547, -3.304501, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.140666) +V 297: Pos(-2.459888, -3.304501, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.140666) +V 298: Pos(-2.459888, 0.579866, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.455664) +V 299: Pos(-2.690547, 0.579866, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.455664) +V 300: Pos(-2.459888, 0.968303, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.487163) +V 301: Pos(-2.690547, 0.968303, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.487163) +V 302: Pos(-2.690547, -4.081375, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.077667) +V 303: Pos(-2.459888, -4.081375, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.077667) +V 304: Pos(-2.690547, -4.469811, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.046167) +V 305: Pos(-2.459888, -4.469811, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.033543, 0.046167) +V 306: Pos(-2.459888, 1.162521, 2.128283) Norm(0.301511, -0.301511, 0.904534) UV(0.033543, 0.502913) +V 307: Pos(-2.690547, 1.162521, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.014838, 0.502913) +V 308: Pos(0.077363, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.239298, 0.030417) +V 309: Pos(-0.845274, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.164478, 0.030417) +V 310: Pos(-0.845274, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.164478, 0.014668) +V 311: Pos(0.077363, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.239298, 0.014668) +V 312: Pos(-1.76791, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.089658, 0.030417) +V 313: Pos(-1.76791, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.089658, 0.014668) +V 314: Pos(-2.229229, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.052248, 0.030417) +V 315: Pos(-2.229229, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.052248, 0.014668) +V 316: Pos(0.538682, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.276708, 0.030417) +V 317: Pos(0.538682, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.276708, 0.014668) +V 318: Pos(0.769341, -4.66403, 2.128283) Norm(-0.301511, 0.301511, 0.904534) UV(0.295413, 0.030417) +V 319: Pos(0.769341, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.295413, 0.014668) +V 320: Pos(1.0, -4.66403, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.030417) +V 321: Pos(1.0, -4.858248, 2.128283) Norm(0.57735, -0.57735, 0.57735) UV(0.314118, 0.014668) +V 322: Pos(1.0, -0.197007, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.392664) +V 323: Pos(0.769341, -0.197007, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.392664) +V 324: Pos(0.769341, -1.750754, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.266665) +V 325: Pos(1.0, -1.750754, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.266665) +V 326: Pos(0.769341, -3.304501, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.140666) +V 327: Pos(1.0, -3.304501, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.140666) +V 328: Pos(1.0, 0.579866, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.455664) +V 329: Pos(0.769341, 0.579866, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.455664) +V 330: Pos(1.0, 0.968303, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.487163) +V 331: Pos(0.769341, 0.968303, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.487163) +V 332: Pos(0.769341, -4.081375, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.077667) +V 333: Pos(1.0, -4.081375, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.077667) +V 334: Pos(0.769341, -4.469811, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.295413, 0.046167) +V 335: Pos(1.0, -4.469811, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.046167) +V 336: Pos(1.0, 1.162521, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.314118, 0.502913) +V 337: Pos(0.769341, 1.162521, 2.128283) Norm(-0.301511, -0.301511, 0.904534) UV(0.295413, 0.502913) +V 338: Pos(-2.229229, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.052248, 0.518663) +V 339: Pos(-2.459888, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.033543, 0.518663) +V 340: Pos(-2.229229, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.052248, 0.502913) +V 341: Pos(1.0, 1.35674, 2.128283) Norm(0.57735, 0.57735, 0.57735) UV(0.314118, 0.518663) +V 342: Pos(0.769341, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.295413, 0.518663) +V 343: Pos(0.538682, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.276708, 0.518663) +V 344: Pos(0.538682, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.276708, 0.502913) +V 345: Pos(0.077363, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.239298, 0.518663) +V 346: Pos(0.077363, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.239298, 0.502913) +V 347: Pos(-1.76791, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.089658, 0.518663) +V 348: Pos(-1.76791, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.089658, 0.502913) +V 349: Pos(-0.845274, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.164478, 0.518663) +V 350: Pos(-0.845274, 1.162521, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.164478, 0.502913) +V 351: Pos(-2.690547, 1.35674, 2.128283) Norm(-0.57735, 0.57735, 0.57735) UV(0.014838, 0.518663) +V 352: Pos(1.0, -3.304501, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.140666) +V 353: Pos(-2.459888, -1.750754, 2.000198) Norm(1.0, 0.0, 0.0) UV(0.954168, 0.737597) +V 354: Pos(-2.459888, -1.750754, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.943781, 0.737597) +V 355: Pos(-2.459888, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.537368) +V 356: Pos(-2.690547, -4.858248, 2.128283) Norm(-0.57735, -0.57735, 0.57735) UV(0.187412, 0.518663) +V 357: Pos(-0.845274, -4.66403, 2.000198) Norm(0.0, 1.0, 0.0) UV(0.736824, 0.649598) +V 358: Pos(-0.845274, -4.66403, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.726437, 0.649598) +V 359: Pos(-2.229229, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.556073) +V 360: Pos(-2.690547, 0.968303, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.046167) +V 361: Pos(-2.690547, 1.162521, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.030417) +V 362: Pos(-2.690547, 0.579866, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.077667) +V 363: Pos(0.538682, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.780533) +V 364: Pos(0.077363, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.743123) +V 365: Pos(-2.690547, 1.35674, 2.128283) Norm(-0.57735, 0.57735, 0.57735) UV(0.014838, 0.817943) +V 366: Pos(-2.690547, -0.197007, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.314118, 0.140666) +V 367: Pos(1.0, 1.35674, 2.128283) Norm(0.57735, 0.57735, 0.57735) UV(0.486692, 0.518663) +V 368: Pos(1.0, 1.162521, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.502913) +V 369: Pos(1.0, 0.968303, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.487163) +V 370: Pos(1.0, 0.579866, 2.128283) Norm(0.707107, 0.0, 0.707107) UV(0.486692, 0.455664) +V 371: Pos(0.769341, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.799238) +V 372: Pos(-2.690547, -4.858248, 2.128283) Norm(-0.57735, -0.57735, 0.57735) UV(0.314118, 0.518663) +V 373: Pos(1.0, -4.858248, 2.128283) Norm(0.57735, -0.57735, 0.57735) UV(0.187412, 0.817943) +V 374: Pos(-1.76791, 1.35674, 2.128283) Norm(0.0, 0.707107, 0.707107) UV(0.014838, 0.743123) +V 375: Pos(-0.845274, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.668303) +V 376: Pos(-1.76791, -4.858248, 2.128283) Norm(0.0, -0.707107, 0.707107) UV(0.187412, 0.593483) +V 377: Pos(0.769341, -0.197007, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.611598) +V 378: Pos(0.769341, -1.750754, 2.000198) Norm(-1.0, 0.0, 0.0) UV(0.964554, 0.737597) +V 379: Pos(0.769341, -1.750754, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.737597) +V 380: Pos(0.769341, -0.197007, 2.128283) Norm(-0.707107, 0.0, 0.707107) UV(0.954168, 0.611598) +V 381: Pos(-2.690547, 1.35674, 2.128283) Norm(-0.57735, 0.57735, 0.57735) UV(0.314118, 0.014668) +V 382: Pos(-2.837802, -1.750754, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.726437, 0.644662) +V 383: Pos(-2.837802, -1.750754, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.68589, 0.644662) +V 384: Pos(-2.837802, -0.197007, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.68589, 0.518663) +V 385: Pos(-2.837802, -0.197007, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.726437, 0.518663) +V 386: Pos(-2.690547, -1.750754, 2.000198) Norm(-0.904534, -0.301511, 0.301511) UV(0.759152, 0.518663) +V 387: Pos(-2.690547, -0.197007, 2.000198) Norm(-0.904534, 0.301511, 0.301511) UV(0.759152, 0.644662) +V 388: Pos(-2.837802, -0.197007, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.747211, 0.644662) +V 389: Pos(-2.837802, -1.750754, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.747211, 0.518663) +V 390: Pos(-2.690547, -0.197007, 2.000198) Norm(-0.904534, 0.301511, 0.301511) UV(0.714511, 0.725755) +V 391: Pos(-2.690547, -0.197007, 1.500198) Norm(-0.301511, 0.301511, -0.904534) UV(0.714511, 0.766302) +V 392: Pos(-2.837802, -0.197007, 1.500198) Norm(-0.57735, 0.57735, -0.57735) UV(0.702569, 0.766302) +V 393: Pos(-2.837802, -0.197007, 2.000198) Norm(-0.57735, 0.57735, 0.57735) UV(0.702569, 0.725755) +V 394: Pos(-2.690547, -1.750754, 1.500198) Norm(-0.301511, -0.301511, -0.904534) UV(0.758897, 0.766302) +V 395: Pos(-2.690547, -1.750754, 2.000198) Norm(-0.904534, -0.301511, 0.301511) UV(0.758897, 0.725755) +V 396: Pos(-2.837802, -1.750754, 2.000198) Norm(-0.57735, -0.57735, 0.57735) UV(0.770838, 0.725755) +V 397: Pos(-2.837802, -1.750754, 1.500198) Norm(-0.57735, -0.57735, -0.57735) UV(0.770838, 0.766302) +V 398: Pos(0.077363, 1.35674, 1.000198) Norm(-0.301511, 0.904534, -0.301511) UV(0.725941, 0.644662) +V 399: Pos(0.077363, 1.35674, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.725941, 0.725755) +V 400: Pos(0.077363, 1.212636, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.714255, 0.725755) +V 401: Pos(0.077363, 1.212636, 1.000198) Norm(-0.301511, -0.904534, -0.301511) UV(0.714255, 0.644662) +V 402: Pos(-0.845274, 1.35674, 1.000198) Norm(0.301511, 0.904534, -0.301511) UV(0.758896, 0.644662) +V 403: Pos(0.077363, 1.35674, 1.000198) Norm(-0.301511, 0.904534, -0.301511) UV(0.758896, 0.719482) +V 404: Pos(0.077363, 1.212636, 1.000198) Norm(-0.301511, -0.904534, -0.301511) UV(0.747211, 0.719482) +V 405: Pos(-0.845274, 1.212636, 1.000198) Norm(0.301511, -0.904534, -0.301511) UV(0.747211, 0.644662) +V 406: Pos(-0.845274, 1.212636, 1.000198) Norm(0.301511, -0.904534, -0.301511) UV(0.441767, 0.664627) +V 407: Pos(0.077363, 1.212636, 1.000198) Norm(-0.301511, -0.904534, -0.301511) UV(0.441767, 0.739446) +V 408: Pos(0.077363, 1.212636, 2.008677) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.739446) +V 409: Pos(-0.845274, 1.212636, 2.008677) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.664627) +V 410: Pos(-2.495824, -0.197007, 1.000198) Norm(0.904534, 0.301511, -0.301511) UV(0.903921, 0.385965) +V 411: Pos(-2.495824, 0.579866, 1.000198) Norm(0.904534, -0.301511, -0.301511) UV(0.903921, 0.448965) +V 412: Pos(-2.495824, 0.579866, 2.008677) Norm(1.0, 0.0, 0.0) UV(0.82214, 0.448965) +V 413: Pos(-2.495824, -0.197007, 2.008677) Norm(1.0, 0.0, 0.0) UV(0.82214, 0.385965) +V 414: Pos(-2.645214, 1.212636, 2.008677) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.518663) +V 415: Pos(-2.645214, 1.212636, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.441767, 0.518663) +V 416: Pos(-2.495824, 1.225846, 1.000198) Norm(1.0, 0.0, 0.0) UV(0.903921, 0.501349) +V 417: Pos(-2.495824, 1.225846, 2.008677) Norm(1.0, 0.0, 0.0) UV(0.82214, 0.501349) +V 418: Pos(-2.495824, -4.775642, 2.008677) Norm(0.707107, 0.707107, 0.0) UV(0.82214, 0.014668) +V 419: Pos(-2.495824, -4.775642, 1.000198) Norm(0.707107, 0.707107, 0.0) UV(0.903921, 0.014668) +V 420: Pos(-2.495824, -0.197007, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.985015, 0.385965) +V 421: Pos(-2.495824, -4.775642, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.985015, 0.014668) +V 422: Pos(-2.495824, -4.775642, 1.000198) Norm(0.707107, 0.707107, 0.0) UV(0.604796, 0.798692) +V 423: Pos(-2.495824, -4.775642, 2.008677) Norm(0.707107, 0.707107, 0.0) UV(0.523015, 0.798692) +V 424: Pos(0.957332, -4.775642, 2.008677) Norm(-0.707107, 0.707107, 0.0) UV(0.523015, 0.518663) +V 425: Pos(0.957332, -4.775642, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.604796, 0.518663) +V 426: Pos(-2.495824, -4.775642, 0.000198) Norm(0.707107, 0.707107, 0.0) UV(0.68589, 0.798692) +V 427: Pos(0.957332, -4.775642, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.68589, 0.518663) +V 428: Pos(0.957332, -4.775642, 1.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.741047, 0.507375) +V 429: Pos(0.957332, -4.775642, 2.008677) Norm(-0.707107, 0.707107, 0.0) UV(0.659266, 0.507375) +V 430: Pos(0.957332, -1.381675, 2.008677) Norm(-1.0, 0.0, 0.0) UV(0.659266, 0.232146) +V 431: Pos(0.957332, -1.381675, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.741047, 0.232146) +V 432: Pos(0.957332, -4.775642, 0.000198) Norm(-0.707107, 0.707107, 0.0) UV(0.82214, 0.507375) +V 433: Pos(0.957332, -1.381675, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.82214, 0.232146) +V 434: Pos(0.957332, 1.300147, 2.008677) Norm(-1.0, 0.0, 0.0) UV(0.659266, 0.014668) +V 435: Pos(0.957332, 1.300147, 1.000198) Norm(-1.0, 0.0, 0.0) UV(0.741047, 0.014668) +V 436: Pos(0.957332, 1.300147, 0.000198) Norm(-1.0, 0.0, 0.0) UV(0.82214, 0.014668) +V 437: Pos(0.970647, 1.212636, 1.000198) Norm(0.0, -1.0, 0.0) UV(0.441767, 0.811886) +V 438: Pos(0.970647, 1.212636, 2.008677) Norm(0.0, -1.0, 0.0) UV(0.359986, 0.811886) +V 439: Pos(0.077363, 1.212636, 0.000198) Norm(-0.707107, -0.707107, 0.0) UV(0.522861, 0.739446) +V 440: Pos(0.970647, 1.212636, 0.000198) Norm(0.0, -1.0, 0.0) UV(0.522861, 0.811886) +V 441: Pos(-2.495824, 0.579866, 0.000198) Norm(0.894427, -0.447214, 0.0) UV(0.985015, 0.448965) +V 442: Pos(-2.495824, 0.579866, -0.001615) Norm(1.0, 0.0, 0.0) UV(0.985162, 0.448965) +V 443: Pos(-2.495824, 1.225846, -0.001615) Norm(1.0, 0.0, 0.0) UV(0.985162, 0.501349) +V 444: Pos(-0.845274, 1.212636, 0.000198) Norm(0.447214, -0.894427, 0.0) UV(0.522861, 0.664627) +V 445: Pos(-2.645214, 1.212636, -0.00171) Norm(0.0, -1.0, 0.0) UV(0.523015, 0.518663) +V 446: Pos(-0.845274, 1.212636, -0.00171) Norm(0.0, -1.0, 0.0) UV(0.523015, 0.664627) + +===Triangles (Indices): 478 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 16 17 18 +Tri: 16 18 19 +Tri: 20 21 22 +Tri: 20 22 23 +Tri: 24 25 26 +Tri: 24 26 27 +Tri: 28 29 30 +Tri: 28 30 31 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 40 41 37 +Tri: 40 37 36 +Tri: 42 43 44 +Tri: 42 44 45 +Tri: 46 47 48 +Tri: 46 48 49 +Tri: 35 34 50 +Tri: 35 50 51 +Tri: 52 53 33 +Tri: 52 33 32 +Tri: 54 19 47 +Tri: 54 47 46 +Tri: 55 56 57 +Tri: 55 57 58 +Tri: 59 60 61 +Tri: 59 61 62 +Tri: 63 64 65 +Tri: 63 65 66 +Tri: 49 48 67 +Tri: 49 67 68 +Tri: 69 70 53 +Tri: 69 53 52 +Tri: 71 72 73 +Tri: 71 73 74 +Tri: 75 63 41 +Tri: 75 41 40 +Tri: 5 76 77 +Tri: 5 77 78 +Tri: 79 80 81 +Tri: 79 81 82 +Tri: 51 50 83 +Tri: 51 83 84 +Tri: 85 64 63 +Tri: 85 63 75 +Tri: 25 86 87 +Tri: 25 87 26 +Tri: 88 16 19 +Tri: 88 19 54 +Tri: 84 83 89 +Tri: 84 89 90 +Tri: 91 92 70 +Tri: 91 70 69 +Tri: 93 28 31 +Tri: 93 31 94 +Tri: 95 42 45 +Tri: 95 45 96 +Tri: 74 73 97 +Tri: 74 97 98 +Tri: 99 100 101 +Tri: 99 101 102 +Tri: 103 104 105 +Tri: 103 105 106 +Tri: 107 108 109 +Tri: 107 109 110 +Tri: 111 112 104 +Tri: 111 104 103 +Tri: 102 101 113 +Tri: 102 113 114 +Tri: 115 116 117 +Tri: 115 117 118 +Tri: 114 113 119 +Tri: 114 119 120 +Tri: 121 122 112 +Tri: 121 112 111 +Tri: 60 59 123 +Tri: 60 123 124 +Tri: 125 126 127 +Tri: 125 127 128 +Tri: 120 119 122 +Tri: 120 122 121 +Tri: 129 130 131 +Tri: 129 131 132 +Tri: 133 134 135 +Tri: 133 135 136 +Tri: 137 138 139 +Tri: 137 139 140 +Tri: 141 142 143 +Tri: 141 143 144 +Tri: 145 146 147 +Tri: 145 147 148 +Tri: 100 91 69 +Tri: 100 69 101 +Tri: 104 84 90 +Tri: 104 90 105 +Tri: 108 85 75 +Tri: 108 75 109 +Tri: 112 51 84 +Tri: 112 84 104 +Tri: 59 125 128 +Tri: 59 128 123 +Tri: 149 150 151 +Tri: 149 151 152 +Tri: 101 69 52 +Tri: 101 52 113 +Tri: 113 52 32 +Tri: 113 32 119 +Tri: 122 35 51 +Tri: 122 51 112 +Tri: 153 60 124 +Tri: 153 124 154 +Tri: 116 155 156 +Tri: 116 156 117 +Tri: 119 32 35 +Tri: 119 35 122 +Tri: 130 12 15 +Tri: 130 15 131 +Tri: 134 8 11 +Tri: 134 11 135 +Tri: 138 4 7 +Tri: 138 7 139 +Tri: 142 0 3 +Tri: 142 3 143 +Tri: 67 157 29 +Tri: 67 29 28 +Tri: 48 158 157 +Tri: 48 157 67 +Tri: 19 18 159 +Tri: 19 159 47 +Tri: 47 159 158 +Tri: 47 158 48 +Tri: 150 153 154 +Tri: 150 154 151 +Tri: 146 160 161 +Tri: 146 161 147 +Tri: 162 163 164 +Tri: 162 164 165 +Tri: 166 167 82 +Tri: 166 82 168 +Tri: 169 170 171 +Tri: 169 171 172 +Tri: 173 174 175 +Tri: 173 175 176 +Tri: 177 169 172 +Tri: 177 172 178 +Tri: 179 173 176 +Tri: 179 176 180 +Tri: 181 55 58 +Tri: 181 58 182 +Tri: 174 183 184 +Tri: 174 184 175 +Tri: 170 185 186 +Tri: 170 186 171 +Tri: 187 188 185 +Tri: 187 185 170 +Tri: 189 190 169 +Tri: 189 169 177 +Tri: 190 187 170 +Tri: 190 170 169 +Tri: 176 175 191 +Tri: 176 191 192 +Tri: 180 176 192 +Tri: 180 192 193 +Tri: 89 83 194 +Tri: 89 194 195 +Tri: 175 184 196 +Tri: 175 196 191 +Tri: 197 198 187 +Tri: 197 187 190 +Tri: 199 197 190 +Tri: 199 190 189 +Tri: 198 200 188 +Tri: 198 188 187 +Tri: 192 191 201 +Tri: 192 201 202 +Tri: 193 192 202 +Tri: 193 202 203 +Tri: 10 9 204 +Tri: 10 204 205 +Tri: 191 196 206 +Tri: 191 206 201 +Tri: 207 208 183 +Tri: 207 183 174 +Tri: 209 210 211 +Tri: 209 211 212 +Tri: 213 214 173 +Tri: 213 173 179 +Tri: 214 207 174 +Tri: 214 174 173 +Tri: 172 171 215 +Tri: 172 215 216 +Tri: 217 218 219 +Tri: 217 219 220 +Tri: 171 186 221 +Tri: 171 221 215 +Tri: 222 223 207 +Tri: 222 207 214 +Tri: 224 222 214 +Tri: 224 214 213 +Tri: 225 95 96 +Tri: 225 96 226 +Tri: 223 227 208 +Tri: 223 208 207 +Tri: 216 215 228 +Tri: 216 228 229 +Tri: 230 216 229 +Tri: 230 229 231 +Tri: 215 221 76 +Tri: 215 76 228 +Tri: 232 233 227 +Tri: 232 227 223 +Tri: 234 209 212 +Tri: 234 212 235 +Tri: 43 236 237 +Tri: 43 237 44 +Tri: 76 221 238 +Tri: 76 238 77 +Tri: 34 33 239 +Tri: 34 239 240 +Tri: 21 241 242 +Tri: 21 242 22 +Tri: 243 244 245 +Tri: 243 245 246 +Tri: 86 247 248 +Tri: 86 248 87 +Tri: 236 249 250 +Tri: 236 250 237 +Tri: 251 252 222 +Tri: 251 222 224 +Tri: 252 232 223 +Tri: 252 223 222 +Tri: 229 228 4 +Tri: 229 4 138 +Tri: 231 229 138 +Tri: 231 138 137 +Tri: 228 76 5 +Tri: 228 5 4 +Tri: 253 254 200 +Tri: 253 200 198 +Tri: 255 256 197 +Tri: 255 197 199 +Tri: 256 253 198 +Tri: 256 198 197 +Tri: 202 201 12 +Tri: 202 12 130 +Tri: 203 202 130 +Tri: 203 130 129 +Tri: 257 234 235 +Tri: 257 235 258 +Tri: 201 206 13 +Tri: 201 13 12 +Tri: 259 260 261 +Tri: 259 261 262 +Tri: 6 5 78 +Tri: 6 78 263 +Tri: 188 200 264 +Tri: 188 264 265 +Tri: 38 37 266 +Tri: 38 266 267 +Tri: 260 268 269 +Tri: 260 269 261 +Tri: 270 259 262 +Tri: 270 262 271 +Tri: 272 225 226 +Tri: 272 226 273 +Tri: 274 98 0 +Tri: 274 0 142 +Tri: 275 276 91 +Tri: 275 91 100 +Tri: 277 274 142 +Tri: 277 142 141 +Tri: 278 275 100 +Tri: 278 100 99 +Tri: 221 186 279 +Tri: 221 279 238 +Tri: 276 280 92 +Tri: 276 92 91 +Tri: 98 97 1 +Tri: 98 1 0 +Tri: 244 281 282 +Tri: 244 282 245 +Tri: 105 90 8 +Tri: 105 8 134 +Tri: 283 284 85 +Tri: 283 85 108 +Tri: 106 105 134 +Tri: 106 134 133 +Tri: 285 283 108 +Tri: 285 108 107 +Tri: 284 286 64 +Tri: 284 64 85 +Tri: 41 63 66 +Tri: 41 66 287 +Tri: 90 89 9 +Tri: 90 9 8 +Tri: 288 289 290 +Tri: 288 290 291 +Tri: 292 293 294 +Tri: 292 294 295 +Tri: 295 294 296 +Tri: 295 296 297 +Tri: 298 299 293 +Tri: 298 293 292 +Tri: 300 301 299 +Tri: 300 299 298 +Tri: 297 296 302 +Tri: 297 302 303 +Tri: 303 302 304 +Tri: 303 304 305 +Tri: 306 307 301 +Tri: 306 301 300 +Tri: 308 309 310 +Tri: 308 310 311 +Tri: 309 312 313 +Tri: 309 313 310 +Tri: 312 314 315 +Tri: 312 315 313 +Tri: 316 308 311 +Tri: 316 311 317 +Tri: 318 316 317 +Tri: 318 317 319 +Tri: 320 318 319 +Tri: 320 319 321 +Tri: 322 323 324 +Tri: 322 324 325 +Tri: 325 324 326 +Tri: 325 326 327 +Tri: 328 329 323 +Tri: 328 323 322 +Tri: 330 331 329 +Tri: 330 329 328 +Tri: 327 326 332 +Tri: 327 332 333 +Tri: 333 332 334 +Tri: 333 334 335 +Tri: 336 337 331 +Tri: 336 331 330 +Tri: 314 288 291 +Tri: 314 291 315 +Tri: 338 339 306 +Tri: 338 306 340 +Tri: 341 342 337 +Tri: 341 337 336 +Tri: 342 343 344 +Tri: 342 344 337 +Tri: 343 345 346 +Tri: 343 346 344 +Tri: 347 338 340 +Tri: 347 340 348 +Tri: 349 347 348 +Tri: 349 348 350 +Tri: 345 349 350 +Tri: 345 350 346 +Tri: 339 351 307 +Tri: 339 307 306 +Tri: 335 334 318 +Tri: 335 318 320 +Tri: 305 304 289 +Tri: 305 289 288 +Tri: 50 34 240 +Tri: 50 240 352 +Tri: 210 353 354 +Tri: 210 354 211 +Tri: 14 13 355 +Tri: 14 355 356 +Tri: 357 20 23 +Tri: 357 23 358 +Tri: 37 41 287 +Tri: 37 287 266 +Tri: 353 24 27 +Tri: 353 27 354 +Tri: 56 357 358 +Tri: 56 358 57 +Tri: 13 206 359 +Tri: 13 359 355 +Tri: 1 97 360 +Tri: 1 360 361 +Tri: 97 73 362 +Tri: 97 362 360 +Tri: 183 208 363 +Tri: 183 363 364 +Tri: 200 254 365 +Tri: 200 365 264 +Tri: 72 38 267 +Tri: 72 267 366 +Tri: 92 280 367 +Tri: 92 367 368 +Tri: 70 92 368 +Tri: 70 368 369 +Tri: 33 53 370 +Tri: 33 370 239 +Tri: 208 227 371 +Tri: 208 371 363 +Tri: 9 89 195 +Tri: 9 195 204 +Tri: 64 286 372 +Tri: 64 372 65 +Tri: 227 233 373 +Tri: 227 373 371 +Tri: 73 72 366 +Tri: 73 366 362 +Tri: 186 185 374 +Tri: 186 374 279 +Tri: 53 70 369 +Tri: 53 369 370 +Tri: 184 183 364 +Tri: 184 364 375 +Tri: 196 184 375 +Tri: 196 375 376 +Tri: 377 378 379 +Tri: 377 379 380 +Tri: 378 270 271 +Tri: 378 271 379 +Tri: 83 50 352 +Tri: 83 352 194 +Tri: 206 196 376 +Tri: 206 376 359 +Tri: 2 1 361 +Tri: 2 361 381 +Tri: 185 188 265 +Tri: 185 265 374 +Tri: 281 377 380 +Tri: 281 380 282 +Tri: 382 383 384 +Tri: 382 384 385 +Tri: 386 387 388 +Tri: 386 388 389 +Tri: 390 391 392 +Tri: 390 392 393 +Tri: 394 395 396 +Tri: 394 396 397 +Tri: 398 399 400 +Tri: 398 400 401 +Tri: 402 403 404 +Tri: 402 404 405 +Tri: 406 407 408 +Tri: 406 408 409 +Tri: 410 411 412 +Tri: 410 412 413 +Tri: 406 409 414 +Tri: 406 414 415 +Tri: 412 411 416 +Tri: 412 416 417 +Tri: 410 413 418 +Tri: 410 418 419 +Tri: 420 410 419 +Tri: 420 419 421 +Tri: 422 423 424 +Tri: 422 424 425 +Tri: 426 422 425 +Tri: 426 425 427 +Tri: 428 429 430 +Tri: 428 430 431 +Tri: 432 428 431 +Tri: 432 431 433 +Tri: 431 430 434 +Tri: 431 434 435 +Tri: 433 431 435 +Tri: 433 435 436 +Tri: 408 407 437 +Tri: 408 437 438 +Tri: 407 439 440 +Tri: 407 440 437 +Tri: 411 441 442 +Tri: 411 442 443 +Tri: 411 443 416 +Tri: 444 406 415 +Tri: 444 415 445 +Tri: 444 445 446 diff --git a/resources/e/azs/floor.txt b/resources/e/azs/floor.txt new file mode 100644 index 0000000..ecfe345 --- /dev/null +++ b/resources/e/azs/floor.txt @@ -0,0 +1,9 @@ +===Vertices (Split by UV/Normal): 4 +V 0: Pos(-2.584592, 1.35329, 0.006137) Norm(0.0, 0.0, 1.0) UV(0.015834, 0.972716) +V 1: Pos(-2.584592, -4.777208, 0.006137) Norm(0.0, 0.0, 1.0) UV(0.015834, 0.027284) +V 2: Pos(0.973088, -4.777208, 0.006137) Norm(0.0, 0.0, 1.0) UV(0.564491, 0.027284) +V 3: Pos(0.973088, 1.35329, 0.006137) Norm(0.0, 0.0, 1.0) UV(0.564491, 0.972716) + +===Triangles (Indices): 2 +Tri: 0 1 2 +Tri: 0 2 3 diff --git a/resources/e/azs/floor_Base_color_1001.png b/resources/e/azs/floor_Base_color_1001.png new file mode 100644 index 0000000..6ca28c0 --- /dev/null +++ b/resources/e/azs/floor_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23df4c8e6b8fe3f0042ec8d161ccd506bb04b0d7da9b0e3f1f6978ca7683a068 +size 1227126 diff --git a/resources/e/azs/roof.txt b/resources/e/azs/roof.txt new file mode 100644 index 0000000..32c9321 --- /dev/null +++ b/resources/e/azs/roof.txt @@ -0,0 +1,9 @@ +===Vertices (Split by UV/Normal): 4 +V 0: Pos(0.769341, -4.66403, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.546265, 0.014364) +V 1: Pos(0.769341, 1.162521, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.546265, 0.985636) +V 2: Pos(-2.459888, 1.162521, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.007961, 0.985636) +V 3: Pos(-2.459888, -4.66403, 2.000198) Norm(0.0, 0.0, 1.0) UV(0.007961, 0.014364) + +===Triangles (Indices): 2 +Tri: 0 1 2 +Tri: 0 2 3 diff --git a/resources/e/azs/roof_Base_color_1001.png b/resources/e/azs/roof_Base_color_1001.png new file mode 100644 index 0000000..e9d244e --- /dev/null +++ b/resources/e/azs/roof_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88e1169db8737f6cad1629e51d7c334c495f0cf464daeedc75af457363fe7c +size 701504 diff --git a/resources/e/azs/shelves.txt b/resources/e/azs/shelves.txt new file mode 100644 index 0000000..277c2e4 --- /dev/null +++ b/resources/e/azs/shelves.txt @@ -0,0 +1,2277 @@ +===Vertices (Split by UV/Normal): 1338 +V 0: Pos(-1.193714, -0.317617, 0.877515) Norm(-0.577369, 0.577342, 0.57734) UV(0.017285, 0.017354) +V 1: Pos(-1.193714, -0.317617, 0.657183) Norm(-0.707125, 0.707088, 0.0) UV(0.069874, 0.017354) +V 2: Pos(-1.193714, -0.331253, 0.668898) Norm(-0.904532, -0.301513, 0.301516) UV(0.067078, 0.020609) +V 3: Pos(-1.193714, -0.331253, 0.8658) Norm(-0.904532, -0.301513, -0.301516) UV(0.020082, 0.020609) +V 4: Pos(-0.778328, -1.317617, 0.436851) Norm(1.0, 0.0, 0.0) UV(0.332815, 0.256032) +V 5: Pos(-0.778328, -1.317617, 0.21652) Norm(1.0, 0.0, -0.0) UV(0.385404, 0.256032) +V 6: Pos(-0.778328, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.382711, 0.259286) +V 7: Pos(-0.778328, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.335508, 0.259286) +V 8: Pos(-0.778328, -1.317617, 0.657183) Norm(1.0, -1e-06, -0.0) UV(0.280227, 0.256032) +V 9: Pos(-0.778328, -2.317617, 0.657183) Norm(0.707125, -0.707088, -0.0) UV(0.280227, 0.017354) +V 10: Pos(-0.778328, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.283815, 0.021184) +V 11: Pos(-0.778328, -1.333662, 0.642152) Norm(0.90453, -0.301518, -0.301516) UV(0.283815, 0.252203) +V 12: Pos(-0.778328, -0.317617, 0.436851) Norm(0.707125, 0.707089, 0.0) UV(0.332815, 0.49471) +V 13: Pos(-0.778328, -0.33125, 0.425569) Norm(0.904531, -0.301517, -0.301515) UV(0.335508, 0.491456) +V 14: Pos(-0.778328, -0.317617, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.385404, 0.49471) +V 15: Pos(-0.778328, -0.33125, 0.227802) Norm(0.904531, -0.301517, 0.301515) UV(0.382711, 0.491456) +V 16: Pos(-0.778328, -0.333631, 0.642825) Norm(0.904531, -0.301516, -0.301516) UV(0.729216, 0.248388) +V 17: Pos(-0.778328, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.729216, 0.017354) +V 18: Pos(-0.953844, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.771108, 0.017354) +V 19: Pos(-0.953844, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.771108, 0.248388) +V 20: Pos(-0.778328, -0.317617, 0.657183) Norm(0.707125, 0.707088, 0.0) UV(0.280227, 0.49471) +V 21: Pos(-0.778328, -0.333631, 0.642825) Norm(0.904531, -0.301516, -0.301516) UV(0.283654, 0.490888) +V 22: Pos(-0.778328, -0.333631, 0.45121) Norm(0.904531, -0.301516, 0.301516) UV(0.329388, 0.490888) +V 23: Pos(-0.778328, -2.317617, 0.21652) Norm(0.707127, -0.707087, -0.0) UV(0.385404, 0.017354) +V 24: Pos(-0.778328, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.382296, 0.253068) +V 25: Pos(-0.778328, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.382296, 0.020318) +V 26: Pos(-0.778328, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.329388, 0.259854) +V 27: Pos(-0.778328, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.283654, 0.259854) +V 28: Pos(-1.193714, -0.317617, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.17505, 0.017354) +V 29: Pos(-1.193714, -1.317617, 0.21652) Norm(-1.0, -1e-06, 0.0) UV(0.17505, 0.256032) +V 30: Pos(-1.193714, -1.305199, 0.229541) Norm(-0.904532, 0.301514, 0.301516) UV(0.171943, 0.253068) +V 31: Pos(-1.193714, -0.330035, 0.229541) Norm(-0.904532, -0.301514, 0.301516) UV(0.171943, 0.020318) +V 32: Pos(-0.778328, -2.317617, -0.003812) Norm(0.577372, -0.577339, -0.577339) UV(0.437992, 0.017354) +V 33: Pos(-0.778328, -2.304671, 0.008948) Norm(0.904531, 0.301516, 0.301516) UV(0.434947, 0.020444) +V 34: Pos(-0.778328, -2.304671, 0.203759) Norm(0.904531, 0.301516, -0.301516) UV(0.388449, 0.020444) +V 35: Pos(-0.778328, -0.33125, 0.425569) Norm(0.904531, -0.301517, -0.301515) UV(0.8162, 0.480558) +V 36: Pos(-0.778328, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.8162, 0.248388) +V 37: Pos(-0.953844, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.858092, 0.248388) +V 38: Pos(-0.953844, -0.33125, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.858092, 0.480558) +V 39: Pos(-1.193714, -1.317617, 0.657183) Norm(-1.0, -0.0, 0.0) UV(0.069874, 0.256032) +V 40: Pos(-1.193714, -0.333662, 0.642152) Norm(-0.90453, -0.301518, -0.301516) UV(0.073461, 0.021184) +V 41: Pos(-1.193714, -1.301572, 0.642152) Norm(-0.90453, 0.301518, -0.301516) UV(0.073461, 0.252203) +V 42: Pos(-1.193714, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.227639, 0.017354) +V 43: Pos(-1.193714, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.224593, 0.020444) +V 44: Pos(-1.193714, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.178096, 0.020444) +V 45: Pos(-0.778328, -1.317617, 0.877515) Norm(0.707125, -0.0, 0.707089) UV(0.227639, 0.256032) +V 46: Pos(-0.778328, -1.302628, 0.670251) Norm(0.904531, 0.301518, 0.301515) UV(0.277108, 0.25961) +V 47: Pos(-0.778328, -1.302628, 0.864447) Norm(0.904531, 0.301518, -0.301515) UV(0.230758, 0.25961) +V 48: Pos(-0.778328, -2.317617, 0.877515) Norm(0.577369, -0.577341, 0.577341) UV(0.227639, 0.017354) +V 49: Pos(-0.778328, -2.303982, 0.668898) Norm(0.904531, 0.301515, 0.301515) UV(0.277431, 0.020609) +V 50: Pos(-0.778328, -2.303982, 0.8658) Norm(0.904531, 0.301515, -0.301515) UV(0.230435, 0.020609) +V 51: Pos(-0.778328, -0.317617, 0.877515) Norm(0.57737, 0.57734, 0.57734) UV(0.227639, 0.49471) +V 52: Pos(-0.778328, -0.332606, 0.864447) Norm(0.904531, -0.301515, -0.301516) UV(0.230758, 0.491133) +V 53: Pos(-0.778328, -0.332606, 0.670251) Norm(0.904531, -0.301515, 0.301516) UV(0.277108, 0.491133) +V 54: Pos(-1.193714, -1.317617, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.227639, 0.256032) +V 55: Pos(-1.193714, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.224884, 0.259625) +V 56: Pos(-1.193714, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.177805, 0.259625) +V 57: Pos(-1.193714, -2.317617, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.069874, 0.49471) +V 58: Pos(-1.193714, -1.333631, 0.642825) Norm(-0.904531, -0.301516, -0.301516) UV(0.073301, 0.259854) +V 59: Pos(-1.193714, -2.301603, 0.642825) Norm(-0.904531, 0.301516, -0.301516) UV(0.073301, 0.490888) +V 60: Pos(-1.193714, -2.317617, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.17505, 0.49471) +V 61: Pos(-1.193714, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.172358, 0.491456) +V 62: Pos(-1.193714, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.172358, 0.259286) +V 63: Pos(-0.778328, -1.330563, 0.203759) Norm(0.90453, -0.301518, -0.301516) UV(0.774308, 0.480886) +V 64: Pos(-0.778328, -2.304671, 0.203759) Norm(0.904531, 0.301516, -0.301516) UV(0.774308, 0.248388) +V 65: Pos(-0.953844, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.8162, 0.248388) +V 66: Pos(-0.953844, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.8162, 0.480886) +V 67: Pos(-0.778328, -1.317617, -0.003812) Norm(0.707123, -1e-06, -0.70709) UV(0.437992, 0.256032) +V 68: Pos(-0.778328, -1.302565, 0.007728) Norm(0.904532, 0.301514, 0.301514) UV(0.435238, 0.259625) +V 69: Pos(-0.778328, -1.302565, 0.20498) Norm(0.904532, 0.301514, -0.301514) UV(0.388158, 0.259625) +V 70: Pos(-1.193714, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.577341) UV(0.017285, 0.49471) +V 71: Pos(-1.193714, -2.302629, 0.864447) Norm(-0.904531, 0.301516, -0.301516) UV(0.020404, 0.491133) +V 72: Pos(-1.193714, -2.302629, 0.670251) Norm(-0.904531, 0.301516, 0.301516) UV(0.066755, 0.491133) +V 73: Pos(-1.193714, -2.302629, 0.864447) Norm(-0.904531, 0.301516, -0.301516) UV(0.301946, 0.726202) +V 74: Pos(-1.193714, -1.332606, 0.864447) Norm(-0.904531, -0.301516, -0.301516) UV(0.301946, 0.957725) +V 75: Pos(-1.028733, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.262568, 0.957725) +V 76: Pos(-1.028733, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.262568, 0.726202) +V 77: Pos(-1.193714, -1.332606, 0.670251) Norm(-0.904531, -0.301516, 0.301516) UV(0.066755, 0.25961) +V 78: Pos(-1.193714, -1.317617, 0.877515) Norm(-0.707125, -1e-06, 0.707089) UV(0.017285, 0.256032) +V 79: Pos(-1.193714, -1.332606, 0.864447) Norm(-0.904531, -0.301516, -0.301516) UV(0.020404, 0.25961) +V 80: Pos(-1.193714, -0.333662, 0.451882) Norm(-0.90453, -0.301518, 0.301516) UV(0.356728, 0.958227) +V 81: Pos(-1.193714, -1.301572, 0.451882) Norm(-0.90453, 0.301518, 0.301516) UV(0.356728, 0.727208) +V 82: Pos(-1.028733, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.396105, 0.727208) +V 83: Pos(-1.028733, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.396105, 0.958227) +V 84: Pos(-1.193714, -1.317617, 0.436851) Norm(-1.0, -0.0, 0.0) UV(0.122462, 0.256032) +V 85: Pos(-1.193714, -2.317617, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.122462, 0.49471) +V 86: Pos(-1.193714, -2.301603, 0.45121) Norm(-0.904531, 0.301516, 0.301516) UV(0.119035, 0.490888) +V 87: Pos(-1.193714, -1.333631, 0.45121) Norm(-0.904531, -0.301516, 0.301516) UV(0.119035, 0.259854) +V 88: Pos(-1.193714, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.975538, 0.157173) +V 89: Pos(-1.193714, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.975538, 0.204253) +V 90: Pos(-1.028733, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.204253) +V 91: Pos(-1.028733, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.157173) +V 92: Pos(-1.193714, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.125155, 0.491456) +V 93: Pos(-1.193714, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.125155, 0.259286) +V 94: Pos(-1.193714, -2.302629, 0.670251) Norm(-0.904531, 0.301516, 0.301516) UV(0.939361, 0.433981) +V 95: Pos(-1.193714, -2.302629, 0.864447) Norm(-0.904531, 0.301516, -0.301516) UV(0.939361, 0.38763) +V 96: Pos(-1.028733, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.38763) +V 97: Pos(-1.028733, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.433981) +V 98: Pos(-1.193714, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.227639, 0.49471) +V 99: Pos(-1.193714, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.224884, 0.491117) +V 100: Pos(-1.193714, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.177805, 0.491117) +V 101: Pos(-1.193714, -0.333662, 0.642152) Norm(-0.90453, -0.301518, -0.301516) UV(0.137932, 0.936586) +V 102: Pos(-1.193714, -0.333662, 0.451882) Norm(-0.90453, -0.301518, 0.301516) UV(0.137932, 0.981999) +V 103: Pos(-1.028733, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.098554, 0.981999) +V 104: Pos(-1.028733, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.098554, 0.936586) +V 105: Pos(-1.193714, -1.303982, 0.8658) Norm(-0.904532, 0.301513, -0.301516) UV(0.020082, 0.252778) +V 106: Pos(-1.193714, -1.303982, 0.668898) Norm(-0.904532, 0.301513, 0.301516) UV(0.067078, 0.252778) +V 107: Pos(-1.193714, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.581844, 0.726233) +V 108: Pos(-1.193714, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.581844, 0.957725) +V 109: Pos(-1.028733, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.957725) +V 110: Pos(-1.028733, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 111: Pos(-1.193714, -0.317617, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.122462, 0.017354) +V 112: Pos(-1.193714, -1.301572, 0.451882) Norm(-0.90453, 0.301518, 0.301516) UV(0.118875, 0.252203) +V 113: Pos(-1.193714, -0.333662, 0.451882) Norm(-0.90453, -0.301518, 0.301516) UV(0.118875, 0.021184) +V 114: Pos(-1.193714, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.938468, 0.528774) +V 115: Pos(-1.193714, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.938468, 0.481694) +V 116: Pos(-1.028733, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.481694) +V 117: Pos(-1.028733, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.528774) +V 118: Pos(-1.193714, -0.330035, 0.42383) Norm(-0.904532, -0.301514, -0.301516) UV(0.12557, 0.020318) +V 119: Pos(-1.193714, -1.305199, 0.42383) Norm(-0.904532, 0.301514, -0.301516) UV(0.12557, 0.253068) +V 120: Pos(-1.193714, -1.333631, 0.642825) Norm(-0.904531, -0.301516, -0.301516) UV(0.182338, 0.936556) +V 121: Pos(-1.193714, -1.333631, 0.45121) Norm(-0.904531, -0.301516, 0.301516) UV(0.182338, 0.98229) +V 122: Pos(-1.028733, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.142961, 0.98229) +V 123: Pos(-1.028733, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.142961, 0.936556) +V 124: Pos(-1.193714, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.224593, 0.252942) +V 125: Pos(-1.193714, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.178096, 0.252942) +V 126: Pos(-0.778328, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.977845, 0.805887) +V 127: Pos(-0.778328, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.977845, 0.851622) +V 128: Pos(-0.953844, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.851622) +V 129: Pos(-0.953844, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.805887) +V 130: Pos(-0.778328, -0.317617, -0.003812) Norm(0.577364, 0.577343, -0.577343) UV(0.437992, 0.49471) +V 131: Pos(-0.778328, -0.33267, 0.007728) Norm(0.904532, -0.301514, 0.301514) UV(0.435238, 0.491117) +V 132: Pos(-0.778328, -0.33267, 0.20498) Norm(0.904532, -0.301514, -0.301514) UV(0.388158, 0.491117) +V 133: Pos(-0.778328, -1.333662, 0.451882) Norm(0.90453, -0.301518, 0.301516) UV(0.935954, 0.942769) +V 134: Pos(-0.778328, -1.333662, 0.642152) Norm(0.90453, -0.301518, -0.301516) UV(0.935954, 0.897356) +V 135: Pos(-0.953844, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.897356) +V 136: Pos(-0.953844, -1.333662, 0.451882) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.942769) +V 137: Pos(-0.778328, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.230435, 0.252778) +V 138: Pos(-0.778328, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.277431, 0.252778) +V 139: Pos(-0.778328, -0.33125, 0.227802) Norm(0.904531, -0.301517, 0.301515) UV(0.449722, 0.774663) +V 140: Pos(-0.778328, -0.33125, 0.425569) Norm(0.904531, -0.301517, -0.301515) UV(0.449722, 0.72746) +V 141: Pos(-0.953844, -0.33125, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.72746) +V 142: Pos(-0.953844, -0.33125, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.774663) +V 143: Pos(-0.778328, -2.317617, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.332816, 0.017354) +V 144: Pos(-0.778328, -1.333662, 0.451882) Norm(0.90453, -0.301518, 0.301516) UV(0.329228, 0.252203) +V 145: Pos(-0.778328, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.329228, 0.021184) +V 146: Pos(-0.778328, -2.304671, 0.203759) Norm(0.904531, 0.301516, -0.301516) UV(0.491614, 0.868739) +V 147: Pos(-0.778328, -2.304671, 0.008948) Norm(0.904531, 0.301516, 0.301516) UV(0.491614, 0.915236) +V 148: Pos(-0.953844, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.915236) +V 149: Pos(-0.953844, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.868739) +V 150: Pos(-0.778328, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.335923, 0.020318) +V 151: Pos(-0.778328, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.335923, 0.253068) +V 152: Pos(-0.778328, -1.333662, 0.642152) Norm(0.90453, -0.301518, -0.301516) UV(0.813, 0.248373) +V 153: Pos(-0.778328, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.813, 0.017354) +V 154: Pos(-0.953844, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.854891, 0.017354) +V 155: Pos(-0.953844, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.854891, 0.248373) +V 156: Pos(-0.778328, -1.330563, 0.008948) Norm(0.90453, -0.301518, 0.301516) UV(0.434947, 0.252942) +V 157: Pos(-0.778328, -1.330563, 0.203759) Norm(0.90453, -0.301518, -0.301516) UV(0.388449, 0.252942) +V 158: Pos(-1.193714, -1.317617, 0.877515) Norm(-0.707125, -1e-06, 0.707089) UV(0.437992, 0.256032) +V 159: Pos(-1.193714, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.577341) UV(0.437992, 0.017354) +V 160: Pos(-0.778328, -2.317617, 0.877515) Norm(0.577369, -0.577341, 0.577341) UV(0.537136, 0.017354) +V 161: Pos(-0.778328, -1.317617, 0.877515) Norm(0.707125, -0.0, 0.707089) UV(0.537136, 0.256032) +V 162: Pos(-1.193714, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.577341) UV(0.116429, 0.49471) +V 163: Pos(-1.193714, -2.317617, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.116429, 0.547298) +V 164: Pos(-0.778328, -2.317617, 0.657183) Norm(0.707125, -0.707088, -0.0) UV(0.017285, 0.547298) +V 165: Pos(-0.778328, -2.317617, 0.877515) Norm(0.577369, -0.577341, 0.577341) UV(0.017285, 0.49471) +V 166: Pos(-1.193714, -2.317617, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.116429, 0.599887) +V 167: Pos(-0.778328, -2.317617, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.017285, 0.599887) +V 168: Pos(-1.193714, -2.317617, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.116429, 0.652475) +V 169: Pos(-0.778328, -2.317617, 0.21652) Norm(0.707127, -0.707087, -0.0) UV(0.017285, 0.652475) +V 170: Pos(-1.193714, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.116429, 0.705063) +V 171: Pos(-0.778328, -2.317617, -0.003812) Norm(0.577372, -0.577339, -0.577339) UV(0.017285, 0.705063) +V 172: Pos(-1.193714, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.636279, 0.017354) +V 173: Pos(-1.193714, -1.317617, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.636279, 0.256032) +V 174: Pos(-0.778328, -1.317617, -0.003812) Norm(0.707123, -1e-06, -0.70709) UV(0.537136, 0.256032) +V 175: Pos(-0.778328, -2.317617, -0.003812) Norm(0.577372, -0.577339, -0.577339) UV(0.537136, 0.017354) +V 176: Pos(-1.193714, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.636279, 0.49471) +V 177: Pos(-0.778328, -0.317617, -0.003812) Norm(0.577364, 0.577343, -0.577343) UV(0.537136, 0.49471) +V 178: Pos(-1.193714, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.116429, 0.705063) +V 179: Pos(-1.193714, -0.317617, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.652475) +V 180: Pos(-0.778328, -0.317617, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.215572, 0.652475) +V 181: Pos(-0.778328, -0.317617, -0.003812) Norm(0.577364, 0.577343, -0.577343) UV(0.215572, 0.705063) +V 182: Pos(-1.193714, -0.317617, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.599887) +V 183: Pos(-0.778328, -0.317617, 0.436851) Norm(0.707125, 0.707089, 0.0) UV(0.215572, 0.599887) +V 184: Pos(-1.193714, -0.317617, 0.657183) Norm(-0.707125, 0.707088, 0.0) UV(0.116429, 0.547298) +V 185: Pos(-0.778328, -0.317617, 0.657183) Norm(0.707125, 0.707088, 0.0) UV(0.215572, 0.547298) +V 186: Pos(-1.193714, -0.317617, 0.877515) Norm(-0.577369, 0.577342, 0.57734) UV(0.116429, 0.49471) +V 187: Pos(-0.778328, -0.317617, 0.877515) Norm(0.57737, 0.57734, 0.57734) UV(0.215572, 0.49471) +V 188: Pos(-1.193714, -0.317617, 0.877515) Norm(-0.577369, 0.577342, 0.57734) UV(0.437992, 0.49471) +V 189: Pos(-0.778328, -0.317617, 0.877515) Norm(0.57737, 0.57734, 0.57734) UV(0.537136, 0.49471) +V 190: Pos(-1.028733, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.588818, 0.726233) +V 191: Pos(-1.028733, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 192: Pos(-1.028733, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.49471) +V 193: Pos(-1.028733, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.588818, 0.49471) +V 194: Pos(-1.028733, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.729009, 0.712728) +V 195: Pos(-1.028733, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.683275, 0.712728) +V 196: Pos(-1.028733, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.683275, 0.481694) +V 197: Pos(-1.028733, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.72901, 0.481694) +V 198: Pos(-1.028733, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 199: Pos(-1.028733, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 200: Pos(-1.028733, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.017354) +V 201: Pos(-1.028733, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.683482, 0.017354) +V 202: Pos(-1.028733, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.356728, 0.726202) +V 203: Pos(-1.028733, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.309648, 0.726202) +V 204: Pos(-1.028733, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.309648, 0.49471) +V 205: Pos(-1.028733, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.356728, 0.49471) +V 206: Pos(-1.028733, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.683275, 0.713863) +V 207: Pos(-1.028733, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.713863) +V 208: Pos(-1.028733, -0.331253, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 209: Pos(-1.028733, -0.331253, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.683275, 0.481694) +V 210: Pos(-1.028733, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.728895, 0.479407) +V 211: Pos(-1.028733, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.683482, 0.479407) +V 212: Pos(-1.028733, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 213: Pos(-1.028733, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.728895, 0.248388) +V 214: Pos(-1.028733, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.496095, 0.72746) +V 215: Pos(-1.028733, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.449722, 0.72746) +V 216: Pos(-1.028733, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.449722, 0.49471) +V 217: Pos(-1.028733, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.496095, 0.49471) +V 218: Pos(-1.028733, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.403225, 0.727208) +V 219: Pos(-1.028733, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.356728, 0.727208) +V 220: Pos(-1.028733, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.356728, 0.49471) +V 221: Pos(-1.028733, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.403225, 0.49471) +V 222: Pos(-1.193714, -1.301572, 0.642152) Norm(-0.90453, 0.301518, -0.301516) UV(0.435482, 0.727208) +V 223: Pos(-1.193714, -0.333662, 0.642152) Norm(-0.90453, -0.301518, -0.301516) UV(0.435482, 0.958227) +V 224: Pos(-1.028733, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.396105, 0.958227) +V 225: Pos(-1.028733, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.396105, 0.727208) +V 226: Pos(-1.193714, -1.332606, 0.670251) Norm(-0.904531, -0.301516, 0.301516) UV(0.301946, 0.957725) +V 227: Pos(-1.193714, -2.302629, 0.670251) Norm(-0.904531, 0.301516, 0.301516) UV(0.301946, 0.726202) +V 228: Pos(-1.028733, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.341323, 0.726202) +V 229: Pos(-1.028733, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.341323, 0.957725) +V 230: Pos(-1.193714, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.977845, 0.622766) +V 231: Pos(-1.193714, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.977845, 0.669264) +V 232: Pos(-1.028733, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.669264) +V 233: Pos(-1.028733, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.622766) +V 234: Pos(-1.193714, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.93616, 0.10997) +V 235: Pos(-1.193714, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.93616, 0.062768) +V 236: Pos(-1.028733, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.975538, 0.062768) +V 237: Pos(-1.028733, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.975538, 0.10997) +V 238: Pos(-1.193714, -1.301572, 0.451882) Norm(-0.90453, 0.301518, 0.301516) UV(0.017285, 0.982646) +V 239: Pos(-1.193714, -1.301572, 0.642152) Norm(-0.90453, 0.301518, -0.301516) UV(0.017285, 0.937232) +V 240: Pos(-1.028733, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.056663, 0.937232) +V 241: Pos(-1.028733, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.056663, 0.982646) +V 242: Pos(-1.193714, -1.332606, 0.864447) Norm(-0.904531, -0.301516, -0.301516) UV(0.978738, 0.433981) +V 243: Pos(-1.193714, -1.332606, 0.670251) Norm(-0.904531, -0.301516, 0.301516) UV(0.978738, 0.480331) +V 244: Pos(-1.028733, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.480331) +V 245: Pos(-1.028733, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.433981) +V 246: Pos(-1.193714, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.935954, 0.713187) +V 247: Pos(-1.193714, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.935954, 0.945685) +V 248: Pos(-1.028733, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.896576, 0.945685) +V 249: Pos(-1.028733, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.896576, 0.713187) +V 250: Pos(-1.193714, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.894062, 0.713864) +V 251: Pos(-1.193714, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.894062, 0.946034) +V 252: Pos(-1.028733, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.854685, 0.946034) +V 253: Pos(-1.028733, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.854685, 0.713864) +V 254: Pos(-1.193714, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.636279, 0.946361) +V 255: Pos(-1.193714, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.636279, 0.713863) +V 256: Pos(-1.028733, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.675656, 0.713863) +V 257: Pos(-1.028733, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.675656, 0.946361) +V 258: Pos(-1.193714, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.812793, 0.946362) +V 259: Pos(-1.193714, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.812793, 0.714192) +V 260: Pos(-1.028733, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.85217, 0.714192) +V 261: Pos(-1.028733, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.85217, 0.946362) +V 262: Pos(-1.193714, -1.303982, 0.8658) Norm(-0.904532, 0.301513, -0.301516) UV(0.768387, 0.714444) +V 263: Pos(-1.193714, -0.331253, 0.8658) Norm(-0.904532, -0.301513, -0.301516) UV(0.768387, 0.946613) +V 264: Pos(-1.028733, -0.331253, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.729009, 0.946613) +V 265: Pos(-1.028733, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.729009, 0.714444) +V 266: Pos(-1.193714, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.939361, 0.294885) +V 267: Pos(-1.193714, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.939361, 0.248388) +V 268: Pos(-1.028733, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.248388) +V 269: Pos(-1.028733, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.294885) +V 270: Pos(-1.193714, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.975538, 0.10997) +V 271: Pos(-1.193714, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.975538, 0.157173) +V 272: Pos(-1.028733, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.157173) +V 273: Pos(-1.028733, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.10997) +V 274: Pos(-1.193714, -0.331253, 0.8658) Norm(-0.904532, -0.301513, -0.301516) UV(0.977845, 0.528774) +V 275: Pos(-1.193714, -0.331253, 0.668898) Norm(-0.904532, -0.301513, 0.301516) UV(0.977845, 0.57577) +V 276: Pos(-1.028733, -0.331253, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.57577) +V 277: Pos(-1.028733, -0.331253, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.528774) +V 278: Pos(-1.193714, -0.331253, 0.668898) Norm(-0.904532, -0.301513, 0.301516) UV(0.770901, 0.946613) +V 279: Pos(-1.193714, -1.303982, 0.668898) Norm(-0.904532, 0.301513, 0.301516) UV(0.770901, 0.714444) +V 280: Pos(-1.028733, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.810278, 0.714444) +V 281: Pos(-1.028733, -0.331253, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.810278, 0.946613) +V 282: Pos(-1.193714, -1.305199, 0.42383) Norm(-0.904532, 0.301514, -0.301516) UV(0.939361, 0.248388) +V 283: Pos(-1.193714, -0.330035, 0.42383) Norm(-0.904532, -0.301514, -0.301516) UV(0.939361, 0.481138) +V 284: Pos(-1.028733, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.899983, 0.481138) +V 285: Pos(-1.028733, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.899983, 0.248388) +V 286: Pos(-1.193714, -2.301603, 0.45121) Norm(-0.904531, 0.301516, 0.301516) UV(0.059177, 0.982321) +V 287: Pos(-1.193714, -2.301603, 0.642825) Norm(-0.904531, 0.301516, -0.301516) UV(0.059177, 0.936586) +V 288: Pos(-1.028733, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.098554, 0.936586) +V 289: Pos(-1.028733, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.098554, 0.982321) +V 290: Pos(-1.193714, -1.303982, 0.668898) Norm(-0.904532, 0.301513, 0.301516) UV(0.938468, 0.622766) +V 291: Pos(-1.193714, -1.303982, 0.8658) Norm(-0.904532, 0.301513, -0.301516) UV(0.938468, 0.57577) +V 292: Pos(-1.028733, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.57577) +V 293: Pos(-1.028733, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.622766) +V 294: Pos(-1.193714, -0.330035, 0.42383) Norm(-0.904532, -0.301514, -0.301516) UV(0.978738, 0.294885) +V 295: Pos(-1.193714, -0.330035, 0.229541) Norm(-0.904532, -0.301514, 0.301516) UV(0.978738, 0.341258) +V 296: Pos(-1.028733, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.341258) +V 297: Pos(-1.028733, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.294885) +V 298: Pos(-1.193714, -1.333631, 0.45121) Norm(-0.904531, -0.301516, 0.301516) UV(0.896783, 0.248388) +V 299: Pos(-1.193714, -2.301603, 0.45121) Norm(-0.904531, 0.301516, 0.301516) UV(0.896783, 0.017354) +V 300: Pos(-1.028733, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.93616, 0.017354) +V 301: Pos(-1.028733, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.248388) +V 302: Pos(-1.193714, -0.330035, 0.229541) Norm(-0.904532, -0.301514, 0.301516) UV(0.683275, 0.945478) +V 303: Pos(-1.193714, -1.305199, 0.229541) Norm(-0.904532, 0.301514, 0.301516) UV(0.683275, 0.712728) +V 304: Pos(-1.028733, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.722652, 0.712728) +V 305: Pos(-1.028733, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.722652, 0.945478) +V 306: Pos(-1.193714, -2.301603, 0.642825) Norm(-0.904531, 0.301516, -0.301516) UV(0.254949, 0.726879) +V 307: Pos(-1.193714, -1.333631, 0.642825) Norm(-0.904531, -0.301516, -0.301516) UV(0.254949, 0.957913) +V 308: Pos(-1.028733, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.215572, 0.957913) +V 309: Pos(-1.028733, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.215572, 0.726879) +V 310: Pos(-1.193714, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.581844, 0.957725) +V 311: Pos(-1.193714, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.581844, 0.726233) +V 312: Pos(-1.028733, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.621222, 0.726233) +V 313: Pos(-1.028733, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.621222, 0.957725) +V 314: Pos(-1.193714, -1.305199, 0.229541) Norm(-0.904532, 0.301514, 0.301516) UV(0.939361, 0.38763) +V 315: Pos(-1.193714, -1.305199, 0.42383) Norm(-0.904532, 0.301514, -0.301516) UV(0.939361, 0.341258) +V 316: Pos(-1.028733, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.341258) +V 317: Pos(-1.028733, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.38763) +V 318: Pos(-0.953844, -0.33125, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.683482, 0.481694) +V 319: Pos(-0.953844, -0.33125, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 320: Pos(-0.953844, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 321: Pos(-0.953844, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 322: Pos(-0.953844, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.729216, 0.248388) +V 323: Pos(-0.953844, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 324: Pos(-0.953844, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.683482, 0.017354) +V 325: Pos(-0.953844, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.729216, 0.017354) +V 326: Pos(-0.953844, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.635168, 0.726233) +V 327: Pos(-0.953844, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.588818, 0.726233) +V 328: Pos(-0.953844, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.588818, 0.49471) +V 329: Pos(-0.953844, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.635168, 0.49471) +V 330: Pos(-0.953844, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.309648, 0.726202) +V 331: Pos(-0.953844, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.262568, 0.726202) +V 332: Pos(-0.953844, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.262568, 0.49471) +V 333: Pos(-0.953844, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.309648, 0.49471) +V 334: Pos(-0.953844, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.262568, 0.726879) +V 335: Pos(-0.953844, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.215572, 0.726879) +V 336: Pos(-0.953844, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.215572, 0.49471) +V 337: Pos(-0.953844, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.262568, 0.49471) +V 338: Pos(-0.953844, -1.333662, 0.451882) Norm(0.57735, -0.57735, 0.57735) UV(0.774308, 0.479407) +V 339: Pos(-0.953844, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.728895, 0.479407) +V 340: Pos(-0.953844, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.728895, 0.248388) +V 341: Pos(-0.953844, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.774308, 0.248388) +V 342: Pos(-0.953844, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.542467, 0.72746) +V 343: Pos(-0.953844, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.496095, 0.72746) +V 344: Pos(-0.953844, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.496095, 0.49471) +V 345: Pos(-0.953844, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.542467, 0.49471) +V 346: Pos(-0.953844, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.449722, 0.727208) +V 347: Pos(-0.953844, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.403225, 0.727208) +V 348: Pos(-0.953844, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.403225, 0.49471) +V 349: Pos(-0.953844, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.49471) +V 350: Pos(-0.778328, -2.304671, 0.008948) Norm(0.904531, 0.301516, 0.301516) UV(0.854685, 0.481694) +V 351: Pos(-0.778328, -1.330563, 0.008948) Norm(0.90453, -0.301518, 0.301516) UV(0.854685, 0.714192) +V 352: Pos(-0.953844, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.812793, 0.714192) +V 353: Pos(-0.953844, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.812793, 0.481694) +V 354: Pos(-0.778328, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.896576, 0.481694) +V 355: Pos(-0.778328, -0.33125, 0.227802) Norm(0.904531, -0.301517, 0.301515) UV(0.896576, 0.713864) +V 356: Pos(-0.953844, -0.33125, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.854685, 0.713864) +V 357: Pos(-0.953844, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.854685, 0.481694) +V 358: Pos(-0.778328, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.858092, 0.480557) +V 359: Pos(-0.778328, -2.303982, 0.8658) Norm(0.904531, 0.301515, -0.301515) UV(0.858092, 0.248388) +V 360: Pos(-0.953844, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.899984, 0.248388) +V 361: Pos(-0.953844, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.899984, 0.480557) +V 362: Pos(-0.778328, -1.330563, 0.008948) Norm(0.90453, -0.301518, 0.301516) UV(0.491614, 0.915236) +V 363: Pos(-0.778328, -1.330563, 0.203759) Norm(0.90453, -0.301518, -0.301516) UV(0.491614, 0.868739) +V 364: Pos(-0.953844, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.868739) +V 365: Pos(-0.953844, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.915236) +V 366: Pos(-0.778328, -1.302628, 0.864447) Norm(0.904531, 0.301518, -0.301515) UV(0.977845, 0.713187) +V 367: Pos(-0.778328, -1.302628, 0.670251) Norm(0.904531, 0.301518, 0.301515) UV(0.977845, 0.759537) +V 368: Pos(-0.953844, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.759537) +V 369: Pos(-0.953844, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.713187) +V 370: Pos(-0.778328, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.533506, 0.72746) +V 371: Pos(-0.778328, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.533506, 0.774663) +V 372: Pos(-0.953844, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.774663) +V 373: Pos(-0.953844, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.72746) +V 374: Pos(-0.778328, -2.303982, 0.8658) Norm(0.904531, 0.301515, -0.301515) UV(0.491614, 0.821743) +V 375: Pos(-0.778328, -2.303982, 0.668898) Norm(0.904531, 0.301515, 0.301515) UV(0.491614, 0.868739) +V 376: Pos(-0.953844, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.868739) +V 377: Pos(-0.953844, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.821743) +V 378: Pos(-0.778328, -2.303982, 0.668898) Norm(0.904531, 0.301515, 0.301515) UV(0.059177, 0.705063) +V 379: Pos(-0.778328, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.059177, 0.937232) +V 380: Pos(-0.953844, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.017285, 0.937232) +V 381: Pos(-0.953844, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.017285, 0.705063) +V 382: Pos(-0.778328, -1.302628, 0.670251) Norm(0.904531, 0.301518, 0.301515) UV(0.101069, 0.705063) +V 383: Pos(-0.778328, -0.332606, 0.670251) Norm(0.904531, -0.301515, 0.301516) UV(0.101069, 0.936586) +V 384: Pos(-0.953844, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.059177, 0.936586) +V 385: Pos(-0.953844, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.059177, 0.705063) +V 386: Pos(-0.778328, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.72901, 0.714444) +V 387: Pos(-0.778328, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.72901, 0.481694) +V 388: Pos(-0.953844, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.770901, 0.481694) +V 389: Pos(-0.953844, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.770901, 0.714444) +V 390: Pos(-0.778328, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.491614, 0.868739) +V 391: Pos(-0.778328, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.491614, 0.821743) +V 392: Pos(-0.953844, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.821743) +V 393: Pos(-0.953844, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.868739) +V 394: Pos(-0.778328, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.491614, 0.915236) +V 395: Pos(-0.778328, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.491614, 0.961609) +V 396: Pos(-0.953844, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.961609) +V 397: Pos(-0.953844, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.915236) +V 398: Pos(-0.778328, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.813, 0.017354) +V 399: Pos(-0.778328, -0.333631, 0.45121) Norm(0.904531, -0.301516, 0.301516) UV(0.813, 0.248388) +V 400: Pos(-0.953844, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.771108, 0.248388) +V 401: Pos(-0.953844, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.771108, 0.017354) +V 402: Pos(-0.778328, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.812793, 0.481694) +V 403: Pos(-0.778328, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.812793, 0.714444) +V 404: Pos(-0.953844, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.770901, 0.714444) +V 405: Pos(-0.953844, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.770901, 0.481694) +V 406: Pos(-0.778328, -0.333631, 0.45121) Norm(0.904531, -0.301516, 0.301516) UV(0.935954, 0.897356) +V 407: Pos(-0.778328, -0.333631, 0.642825) Norm(0.904531, -0.301516, -0.301516) UV(0.935954, 0.851622) +V 408: Pos(-0.953844, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.851622) +V 409: Pos(-0.953844, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.897356) +V 410: Pos(-0.778328, -1.302565, 0.007728) Norm(0.904532, 0.301514, 0.301514) UV(0.184852, 0.705063) +V 411: Pos(-0.778328, -0.33267, 0.007728) Norm(0.904532, -0.301514, 0.301514) UV(0.184852, 0.936556) +V 412: Pos(-0.953844, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.142961, 0.936556) +V 413: Pos(-0.953844, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.142961, 0.705063) +V 414: Pos(-0.778328, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.491614, 0.961609) +V 415: Pos(-0.778328, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.491614, 0.915236) +V 416: Pos(-0.953844, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.915236) +V 417: Pos(-0.953844, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.961609) +V 418: Pos(-0.778328, -0.332606, 0.864447) Norm(0.904531, -0.301515, -0.301516) UV(0.101069, 0.936586) +V 419: Pos(-0.778328, -1.302628, 0.864447) Norm(0.904531, 0.301518, -0.301515) UV(0.101069, 0.705063) +V 420: Pos(-0.953844, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.142961, 0.705063) +V 421: Pos(-0.953844, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.142961, 0.936586) +V 422: Pos(-0.778328, -0.33267, 0.007728) Norm(0.904532, -0.301514, 0.301514) UV(0.449722, 0.821743) +V 423: Pos(-0.778328, -0.33267, 0.20498) Norm(0.904532, -0.301514, -0.301514) UV(0.449722, 0.774663) +V 424: Pos(-0.953844, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.774663) +V 425: Pos(-0.953844, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.821743) +V 426: Pos(-0.778328, -0.332606, 0.670251) Norm(0.904531, -0.301515, 0.301516) UV(0.935954, 0.805887) +V 427: Pos(-0.778328, -0.332606, 0.864447) Norm(0.904531, -0.301515, -0.301516) UV(0.935954, 0.759537) +V 428: Pos(-0.953844, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.759537) +V 429: Pos(-0.953844, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.805887) +V 430: Pos(-0.778328, -0.33267, 0.20498) Norm(0.904532, -0.301514, -0.301514) UV(0.896576, 0.713187) +V 431: Pos(-0.778328, -1.302565, 0.20498) Norm(0.904532, 0.301514, -0.301514) UV(0.896576, 0.481694) +V 432: Pos(-0.953844, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.938468, 0.481694) +V 433: Pos(-0.953844, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.938468, 0.713187) +V 434: Pos(-0.778328, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.978052, 0.017354) +V 435: Pos(-0.778328, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.978052, 0.062768) +V 436: Pos(-0.953844, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.93616, 0.062768) +V 437: Pos(-0.953844, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.93616, 0.017354) +V 438: Pos(-0.778328, -1.302565, 0.20498) Norm(0.904532, 0.301514, -0.301514) UV(0.533506, 0.774663) +V 439: Pos(-0.778328, -1.302565, 0.007728) Norm(0.904532, 0.301514, 0.301514) UV(0.533506, 0.821743) +V 440: Pos(-0.953844, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.821743) +V 441: Pos(-0.953844, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.774663) +V 442: Pos(-0.778328, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.896783, 0.017354) +V 443: Pos(-0.778328, -1.333662, 0.451882) Norm(0.90453, -0.301518, 0.301516) UV(0.896783, 0.248373) +V 444: Pos(-0.953844, -1.333662, 0.451882) Norm(0.57735, -0.57735, 0.57735) UV(0.854891, 0.248373) +V 445: Pos(-0.953844, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.854891, 0.017354) +V 446: Pos(0.465813, -2.446624, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.017285, 0.017354) +V 447: Pos(0.465813, -2.446624, 0.657183) Norm(-0.707125, 0.707089, 0.0) UV(0.069874, 0.017354) +V 448: Pos(0.465813, -2.460259, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.067078, 0.020609) +V 449: Pos(0.465813, -2.460259, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.020082, 0.020609) +V 450: Pos(0.881199, -3.446624, 0.436851) Norm(1.0, 1e-06, -0.0) UV(0.332815, 0.256032) +V 451: Pos(0.881199, -3.446624, 0.21652) Norm(1.0, 1e-06, 0.0) UV(0.385404, 0.256032) +V 452: Pos(0.881199, -3.432991, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.382711, 0.259286) +V 453: Pos(0.881199, -3.432991, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.335508, 0.259286) +V 454: Pos(0.881199, -3.446624, 0.657183) Norm(1.0, -1e-06, 0.0) UV(0.280227, 0.256032) +V 455: Pos(0.881199, -4.446624, 0.657183) Norm(0.707126, -0.707088, 0.0) UV(0.280227, 0.017354) +V 456: Pos(0.881199, -4.430579, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.283815, 0.021184) +V 457: Pos(0.881199, -3.462669, 0.642152) Norm(0.904531, -0.301516, -0.301515) UV(0.283815, 0.252203) +V 458: Pos(0.881199, -2.446624, 0.436851) Norm(0.707125, 0.707089, -0.0) UV(0.332815, 0.49471) +V 459: Pos(0.881199, -2.460257, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.335508, 0.491456) +V 460: Pos(0.881199, -2.446624, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.385404, 0.49471) +V 461: Pos(0.881199, -2.460257, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.382711, 0.491456) +V 462: Pos(0.881199, -2.462638, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.729216, 0.248388) +V 463: Pos(0.881199, -3.43061, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.729216, 0.017354) +V 464: Pos(0.705683, -3.43061, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.771108, 0.017354) +V 465: Pos(0.705683, -2.462638, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.771108, 0.248388) +V 466: Pos(0.881199, -2.446624, 0.657183) Norm(0.707125, 0.707089, 0.0) UV(0.280227, 0.49471) +V 467: Pos(0.881199, -2.462638, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.283654, 0.490888) +V 468: Pos(0.881199, -2.462638, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.329388, 0.490888) +V 469: Pos(0.881199, -4.446624, 0.21652) Norm(0.707126, -0.707087, 0.0) UV(0.385404, 0.017354) +V 470: Pos(0.881199, -3.459042, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.382296, 0.253068) +V 471: Pos(0.881199, -4.434206, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.382296, 0.020318) +V 472: Pos(0.881199, -3.43061, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.329388, 0.259854) +V 473: Pos(0.881199, -3.43061, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.283654, 0.259854) +V 474: Pos(0.465813, -2.446624, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.17505, 0.017354) +V 475: Pos(0.465813, -3.446624, 0.21652) Norm(-1.0, -0.0, 0.0) UV(0.17505, 0.256032) +V 476: Pos(0.465813, -3.434206, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.171943, 0.253068) +V 477: Pos(0.465813, -2.459042, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.171943, 0.020318) +V 478: Pos(0.881199, -4.446624, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.437992, 0.017354) +V 479: Pos(0.881199, -4.433678, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.434947, 0.020444) +V 480: Pos(0.881199, -4.433678, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.388449, 0.020444) +V 481: Pos(0.881199, -2.460257, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.8162, 0.480558) +V 482: Pos(0.881199, -3.432991, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.8162, 0.248388) +V 483: Pos(0.705683, -3.432991, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.858092, 0.248388) +V 484: Pos(0.705683, -2.460257, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.858092, 0.480558) +V 485: Pos(0.465813, -3.446624, 0.657183) Norm(-1.0, -0.0, 0.0) UV(0.069874, 0.256032) +V 486: Pos(0.465813, -2.462669, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.073461, 0.021184) +V 487: Pos(0.465813, -3.430579, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.073461, 0.252203) +V 488: Pos(0.465813, -2.446624, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.227639, 0.017354) +V 489: Pos(0.465813, -2.45957, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.224593, 0.020444) +V 490: Pos(0.465813, -2.45957, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.178096, 0.020444) +V 491: Pos(0.881199, -3.446624, 0.877515) Norm(0.707125, -1e-06, 0.707089) UV(0.227639, 0.256032) +V 492: Pos(0.881199, -3.431635, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.277108, 0.25961) +V 493: Pos(0.881199, -3.431635, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.230758, 0.25961) +V 494: Pos(0.881199, -4.446624, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.227639, 0.017354) +V 495: Pos(0.881199, -4.432989, 0.668898) Norm(0.904531, 0.301517, 0.301515) UV(0.277431, 0.020609) +V 496: Pos(0.881199, -4.432989, 0.8658) Norm(0.904531, 0.301517, -0.301515) UV(0.230435, 0.020609) +V 497: Pos(0.881199, -2.446624, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.227639, 0.49471) +V 498: Pos(0.881199, -2.461613, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.230758, 0.491133) +V 499: Pos(0.881199, -2.461613, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.277108, 0.491133) +V 500: Pos(0.465813, -3.446624, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.227639, 0.256032) +V 501: Pos(0.465813, -3.461677, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.224884, 0.259625) +V 502: Pos(0.465813, -3.461677, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.177805, 0.259625) +V 503: Pos(0.465813, -4.446624, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.069874, 0.49471) +V 504: Pos(0.465813, -3.462638, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.073301, 0.259854) +V 505: Pos(0.465813, -4.43061, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.073301, 0.490888) +V 506: Pos(0.465813, -4.446624, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.17505, 0.49471) +V 507: Pos(0.465813, -4.432991, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.172358, 0.491456) +V 508: Pos(0.465813, -3.460257, 0.227802) Norm(-0.904532, -0.301515, 0.301515) UV(0.172358, 0.259286) +V 509: Pos(0.881199, -3.45957, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.774308, 0.480886) +V 510: Pos(0.881199, -4.433678, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.774308, 0.248388) +V 511: Pos(0.705683, -4.433678, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.8162, 0.248388) +V 512: Pos(0.705683, -3.45957, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.8162, 0.480886) +V 513: Pos(0.881199, -3.446624, -0.003812) Norm(0.707123, 0.0, -0.70709) UV(0.437992, 0.256032) +V 514: Pos(0.881199, -3.431571, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.435238, 0.259625) +V 515: Pos(0.881199, -3.431571, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.388158, 0.259625) +V 516: Pos(0.465813, -4.446624, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.017285, 0.49471) +V 517: Pos(0.465813, -4.431635, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.020404, 0.491133) +V 518: Pos(0.465813, -4.431635, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.066755, 0.491133) +V 519: Pos(0.465813, -4.431635, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.301946, 0.726202) +V 520: Pos(0.465813, -3.461613, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.301946, 0.957725) +V 521: Pos(0.630794, -3.461613, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.262568, 0.957725) +V 522: Pos(0.630794, -4.431635, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.262568, 0.726202) +V 523: Pos(0.465813, -3.461613, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.066755, 0.25961) +V 524: Pos(0.465813, -3.446624, 0.877515) Norm(-0.707125, -0.0, 0.707089) UV(0.017285, 0.256032) +V 525: Pos(0.465813, -3.461613, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.020404, 0.25961) +V 526: Pos(0.465813, -2.462669, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.356728, 0.958227) +V 527: Pos(0.465813, -3.430579, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.356728, 0.727208) +V 528: Pos(0.630794, -3.430579, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.396105, 0.727208) +V 529: Pos(0.630794, -2.462669, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.396105, 0.958227) +V 530: Pos(0.465813, -3.446624, 0.436851) Norm(-1.0, -1e-06, 0.0) UV(0.122462, 0.256032) +V 531: Pos(0.465813, -4.446624, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.122462, 0.49471) +V 532: Pos(0.465813, -4.43061, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.119035, 0.490888) +V 533: Pos(0.465813, -3.462638, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.119035, 0.259854) +V 534: Pos(0.465813, -3.461677, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.975538, 0.157173) +V 535: Pos(0.465813, -3.461677, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.975538, 0.204253) +V 536: Pos(0.630794, -3.461677, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.204253) +V 537: Pos(0.630794, -3.461677, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.157173) +V 538: Pos(0.465813, -4.432991, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.125155, 0.491456) +V 539: Pos(0.465813, -3.460257, 0.425569) Norm(-0.904532, -0.301515, -0.301515) UV(0.125155, 0.259286) +V 540: Pos(0.465813, -4.431635, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.939361, 0.433981) +V 541: Pos(0.465813, -4.431635, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.38763) +V 542: Pos(0.630794, -4.431635, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.38763) +V 543: Pos(0.630794, -4.431635, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.433981) +V 544: Pos(0.465813, -4.446624, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.227639, 0.49471) +V 545: Pos(0.465813, -4.431571, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.224884, 0.491117) +V 546: Pos(0.465813, -4.431571, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.177805, 0.491117) +V 547: Pos(0.465813, -2.462669, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.137932, 0.936586) +V 548: Pos(0.465813, -2.462669, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.137932, 0.981999) +V 549: Pos(0.630794, -2.462669, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.098554, 0.981999) +V 550: Pos(0.630794, -2.462669, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.098554, 0.936586) +V 551: Pos(0.465813, -3.432989, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.020082, 0.252778) +V 552: Pos(0.465813, -3.432989, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.067078, 0.252778) +V 553: Pos(0.465813, -4.431571, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.581844, 0.726233) +V 554: Pos(0.465813, -3.461677, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.581844, 0.957725) +V 555: Pos(0.630794, -3.461677, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.957725) +V 556: Pos(0.630794, -4.431571, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 557: Pos(0.465813, -2.446624, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.122462, 0.017354) +V 558: Pos(0.465813, -3.430579, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.118875, 0.252203) +V 559: Pos(0.465813, -2.462669, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.118875, 0.021184) +V 560: Pos(0.465813, -4.431571, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.938468, 0.528774) +V 561: Pos(0.465813, -4.431571, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.938468, 0.481694) +V 562: Pos(0.630794, -4.431571, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.481694) +V 563: Pos(0.630794, -4.431571, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.528774) +V 564: Pos(0.465813, -2.459042, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.12557, 0.020318) +V 565: Pos(0.465813, -3.434206, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.12557, 0.253068) +V 566: Pos(0.465813, -3.462638, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.182338, 0.936556) +V 567: Pos(0.465813, -3.462638, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.182338, 0.98229) +V 568: Pos(0.630794, -3.462638, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.142961, 0.98229) +V 569: Pos(0.630794, -3.462638, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.142961, 0.936556) +V 570: Pos(0.465813, -3.433678, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.224593, 0.252942) +V 571: Pos(0.465813, -3.433678, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.178096, 0.252942) +V 572: Pos(0.881199, -3.43061, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.977845, 0.805887) +V 573: Pos(0.881199, -3.43061, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.977845, 0.851622) +V 574: Pos(0.705683, -3.43061, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.851622) +V 575: Pos(0.705683, -3.43061, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.805887) +V 576: Pos(0.881199, -2.446624, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.437992, 0.49471) +V 577: Pos(0.881199, -2.461677, 0.007728) Norm(0.904531, -0.301516, 0.301514) UV(0.435238, 0.491117) +V 578: Pos(0.881199, -2.461677, 0.20498) Norm(0.904531, -0.301516, -0.301514) UV(0.388158, 0.491117) +V 579: Pos(0.881199, -3.462669, 0.451882) Norm(0.904531, -0.301516, 0.301515) UV(0.935954, 0.942769) +V 580: Pos(0.881199, -3.462669, 0.642152) Norm(0.904531, -0.301516, -0.301515) UV(0.935954, 0.897356) +V 581: Pos(0.705683, -3.462669, 0.642152) Norm(0.577351, -0.577349, -0.57735) UV(0.977845, 0.897356) +V 582: Pos(0.705683, -3.462669, 0.451882) Norm(0.577351, -0.577349, 0.57735) UV(0.977845, 0.942769) +V 583: Pos(0.881199, -3.460259, 0.8658) Norm(0.904531, -0.301517, -0.301515) UV(0.230435, 0.252778) +V 584: Pos(0.881199, -3.460259, 0.668898) Norm(0.904531, -0.301517, 0.301515) UV(0.277431, 0.252778) +V 585: Pos(0.881199, -2.460257, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.449722, 0.774663) +V 586: Pos(0.881199, -2.460257, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.449722, 0.72746) +V 587: Pos(0.705683, -2.460257, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.72746) +V 588: Pos(0.705683, -2.460257, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.774663) +V 589: Pos(0.881199, -4.446624, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.332816, 0.017354) +V 590: Pos(0.881199, -3.462669, 0.451882) Norm(0.904531, -0.301516, 0.301515) UV(0.329228, 0.252203) +V 591: Pos(0.881199, -4.430579, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.329228, 0.021184) +V 592: Pos(0.881199, -4.433678, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.491614, 0.868739) +V 593: Pos(0.881199, -4.433678, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.491614, 0.915236) +V 594: Pos(0.705683, -4.433678, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.915236) +V 595: Pos(0.705683, -4.433678, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.868739) +V 596: Pos(0.881199, -4.434206, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.335923, 0.020318) +V 597: Pos(0.881199, -3.459042, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.335923, 0.253068) +V 598: Pos(0.881199, -3.462669, 0.642152) Norm(0.904531, -0.301516, -0.301515) UV(0.813, 0.248373) +V 599: Pos(0.881199, -4.430579, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.813, 0.017354) +V 600: Pos(0.705683, -4.430579, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.854891, 0.017354) +V 601: Pos(0.705683, -3.462669, 0.642152) Norm(0.577351, -0.577349, -0.57735) UV(0.854891, 0.248373) +V 602: Pos(0.881199, -3.45957, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.434947, 0.252942) +V 603: Pos(0.881199, -3.45957, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.388449, 0.252942) +V 604: Pos(0.465813, -3.446624, 0.877515) Norm(-0.707125, -0.0, 0.707089) UV(0.437992, 0.256032) +V 605: Pos(0.465813, -4.446624, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.437992, 0.017354) +V 606: Pos(0.881199, -4.446624, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.537136, 0.017354) +V 607: Pos(0.881199, -3.446624, 0.877515) Norm(0.707125, -1e-06, 0.707089) UV(0.537136, 0.256032) +V 608: Pos(0.465813, -4.446624, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.116429, 0.49471) +V 609: Pos(0.465813, -4.446624, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.116429, 0.547298) +V 610: Pos(0.881199, -4.446624, 0.657183) Norm(0.707126, -0.707088, 0.0) UV(0.017285, 0.547298) +V 611: Pos(0.881199, -4.446624, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.017285, 0.49471) +V 612: Pos(0.465813, -4.446624, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.116429, 0.599887) +V 613: Pos(0.881199, -4.446624, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.017285, 0.599887) +V 614: Pos(0.465813, -4.446624, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.116429, 0.652475) +V 615: Pos(0.881199, -4.446624, 0.21652) Norm(0.707126, -0.707087, 0.0) UV(0.017285, 0.652475) +V 616: Pos(0.465813, -4.446624, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.116429, 0.705063) +V 617: Pos(0.881199, -4.446624, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.017285, 0.705063) +V 618: Pos(0.465813, -4.446624, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.636279, 0.017354) +V 619: Pos(0.465813, -3.446624, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.636279, 0.256032) +V 620: Pos(0.881199, -3.446624, -0.003812) Norm(0.707123, 0.0, -0.70709) UV(0.537136, 0.256032) +V 621: Pos(0.881199, -4.446624, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.537136, 0.017354) +V 622: Pos(0.465813, -2.446624, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.636279, 0.49471) +V 623: Pos(0.881199, -2.446624, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.537136, 0.49471) +V 624: Pos(0.465813, -2.446624, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.116429, 0.705063) +V 625: Pos(0.465813, -2.446624, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.652475) +V 626: Pos(0.881199, -2.446624, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.215572, 0.652475) +V 627: Pos(0.881199, -2.446624, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.215572, 0.705063) +V 628: Pos(0.465813, -2.446624, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.599887) +V 629: Pos(0.881199, -2.446624, 0.436851) Norm(0.707125, 0.707089, -0.0) UV(0.215572, 0.599887) +V 630: Pos(0.465813, -2.446624, 0.657183) Norm(-0.707125, 0.707089, 0.0) UV(0.116429, 0.547298) +V 631: Pos(0.881199, -2.446624, 0.657183) Norm(0.707125, 0.707089, 0.0) UV(0.215572, 0.547298) +V 632: Pos(0.465813, -2.446624, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.116429, 0.49471) +V 633: Pos(0.881199, -2.446624, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.215572, 0.49471) +V 634: Pos(0.465813, -2.446624, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.437992, 0.49471) +V 635: Pos(0.881199, -2.446624, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.537136, 0.49471) +V 636: Pos(0.630794, -4.431635, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.588818, 0.726233) +V 637: Pos(0.630794, -4.431635, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 638: Pos(0.630794, -3.461613, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.49471) +V 639: Pos(0.630794, -3.461613, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.588818, 0.49471) +V 640: Pos(0.630794, -4.43061, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.729009, 0.712728) +V 641: Pos(0.630794, -4.43061, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.683275, 0.712728) +V 642: Pos(0.630794, -3.462638, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.683275, 0.481694) +V 643: Pos(0.630794, -3.462638, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.72901, 0.481694) +V 644: Pos(0.630794, -4.432991, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 645: Pos(0.630794, -4.432991, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 646: Pos(0.630794, -3.460257, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.017354) +V 647: Pos(0.630794, -3.460257, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.683482, 0.017354) +V 648: Pos(0.630794, -4.431571, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.356728, 0.726202) +V 649: Pos(0.630794, -4.431571, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.309648, 0.726202) +V 650: Pos(0.630794, -3.461677, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.309648, 0.49471) +V 651: Pos(0.630794, -3.461677, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.356728, 0.49471) +V 652: Pos(0.630794, -3.432989, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.683275, 0.713863) +V 653: Pos(0.630794, -3.432989, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.713863) +V 654: Pos(0.630794, -2.460259, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 655: Pos(0.630794, -2.460259, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.683275, 0.481694) +V 656: Pos(0.630794, -3.430579, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.728895, 0.479407) +V 657: Pos(0.630794, -3.430579, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.683482, 0.479407) +V 658: Pos(0.630794, -2.462669, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 659: Pos(0.630794, -2.462669, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.728895, 0.248388) +V 660: Pos(0.630794, -3.434206, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.496095, 0.72746) +V 661: Pos(0.630794, -3.434206, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.449722, 0.72746) +V 662: Pos(0.630794, -2.459042, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.449722, 0.49471) +V 663: Pos(0.630794, -2.459042, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.496095, 0.49471) +V 664: Pos(0.630794, -3.433678, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.403225, 0.727208) +V 665: Pos(0.630794, -3.433678, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.356728, 0.727208) +V 666: Pos(0.630794, -2.45957, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.356728, 0.49471) +V 667: Pos(0.630794, -2.45957, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.403225, 0.49471) +V 668: Pos(0.465813, -3.430579, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.435482, 0.727208) +V 669: Pos(0.465813, -2.462669, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.435482, 0.958227) +V 670: Pos(0.630794, -2.462669, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.396105, 0.958227) +V 671: Pos(0.630794, -3.430579, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.396105, 0.727208) +V 672: Pos(0.465813, -3.461613, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.301946, 0.957725) +V 673: Pos(0.465813, -4.431635, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.301946, 0.726202) +V 674: Pos(0.630794, -4.431635, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.341323, 0.726202) +V 675: Pos(0.630794, -3.461613, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.341323, 0.957725) +V 676: Pos(0.465813, -2.45957, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.977845, 0.622766) +V 677: Pos(0.465813, -2.45957, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.977845, 0.669264) +V 678: Pos(0.630794, -2.45957, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.669264) +V 679: Pos(0.630794, -2.45957, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.622766) +V 680: Pos(0.465813, -4.432991, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.93616, 0.10997) +V 681: Pos(0.465813, -4.432991, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.93616, 0.062768) +V 682: Pos(0.630794, -4.432991, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.975538, 0.062768) +V 683: Pos(0.630794, -4.432991, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.975538, 0.10997) +V 684: Pos(0.465813, -3.430579, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.017285, 0.982646) +V 685: Pos(0.465813, -3.430579, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.017285, 0.937232) +V 686: Pos(0.630794, -3.430579, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.056663, 0.937232) +V 687: Pos(0.630794, -3.430579, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.056663, 0.982646) +V 688: Pos(0.465813, -3.461613, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.978738, 0.433981) +V 689: Pos(0.465813, -3.461613, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.978738, 0.480331) +V 690: Pos(0.630794, -3.461613, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.480331) +V 691: Pos(0.630794, -3.461613, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.433981) +V 692: Pos(0.465813, -3.433678, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.935954, 0.713187) +V 693: Pos(0.465813, -2.45957, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.935954, 0.945685) +V 694: Pos(0.630794, -2.45957, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.896576, 0.945685) +V 695: Pos(0.630794, -3.433678, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.896576, 0.713187) +V 696: Pos(0.465813, -4.432991, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.894062, 0.713864) +V 697: Pos(0.465813, -3.460257, 0.425569) Norm(-0.904532, -0.301515, -0.301515) UV(0.894062, 0.946034) +V 698: Pos(0.630794, -3.460257, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.854685, 0.946034) +V 699: Pos(0.630794, -4.432991, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.854685, 0.713864) +V 700: Pos(0.465813, -2.45957, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.636279, 0.946361) +V 701: Pos(0.465813, -3.433678, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.636279, 0.713863) +V 702: Pos(0.630794, -3.433678, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.675656, 0.713863) +V 703: Pos(0.630794, -2.45957, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.675656, 0.946361) +V 704: Pos(0.465813, -3.460257, 0.227802) Norm(-0.904532, -0.301515, 0.301515) UV(0.812793, 0.946362) +V 705: Pos(0.465813, -4.432991, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.812793, 0.714192) +V 706: Pos(0.630794, -4.432991, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.85217, 0.714192) +V 707: Pos(0.630794, -3.460257, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.85217, 0.946362) +V 708: Pos(0.465813, -3.432989, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.768387, 0.714444) +V 709: Pos(0.465813, -2.460259, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.768387, 0.946613) +V 710: Pos(0.630794, -2.460259, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.729009, 0.946613) +V 711: Pos(0.630794, -3.432989, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.729009, 0.714444) +V 712: Pos(0.465813, -3.433678, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.939361, 0.294885) +V 713: Pos(0.465813, -3.433678, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.939361, 0.248388) +V 714: Pos(0.630794, -3.433678, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.248388) +V 715: Pos(0.630794, -3.433678, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.294885) +V 716: Pos(0.465813, -3.460257, 0.425569) Norm(-0.904532, -0.301515, -0.301515) UV(0.975538, 0.10997) +V 717: Pos(0.465813, -3.460257, 0.227802) Norm(-0.904532, -0.301515, 0.301515) UV(0.975538, 0.157173) +V 718: Pos(0.630794, -3.460257, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.157173) +V 719: Pos(0.630794, -3.460257, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.10997) +V 720: Pos(0.465813, -2.460259, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.977845, 0.528774) +V 721: Pos(0.465813, -2.460259, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.977845, 0.57577) +V 722: Pos(0.630794, -2.460259, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.57577) +V 723: Pos(0.630794, -2.460259, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.528774) +V 724: Pos(0.465813, -2.460259, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.770901, 0.946613) +V 725: Pos(0.465813, -3.432989, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.770901, 0.714444) +V 726: Pos(0.630794, -3.432989, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.810278, 0.714444) +V 727: Pos(0.630794, -2.460259, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.810278, 0.946613) +V 728: Pos(0.465813, -3.434206, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.248388) +V 729: Pos(0.465813, -2.459042, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.939361, 0.481138) +V 730: Pos(0.630794, -2.459042, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.899983, 0.481138) +V 731: Pos(0.630794, -3.434206, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.899983, 0.248388) +V 732: Pos(0.465813, -4.43061, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.059177, 0.982321) +V 733: Pos(0.465813, -4.43061, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.059177, 0.936586) +V 734: Pos(0.630794, -4.43061, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.098554, 0.936586) +V 735: Pos(0.630794, -4.43061, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.098554, 0.982321) +V 736: Pos(0.465813, -3.432989, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.938468, 0.622766) +V 737: Pos(0.465813, -3.432989, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.938468, 0.57577) +V 738: Pos(0.630794, -3.432989, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.57577) +V 739: Pos(0.630794, -3.432989, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.622766) +V 740: Pos(0.465813, -2.459042, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.978738, 0.294885) +V 741: Pos(0.465813, -2.459042, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.978738, 0.341258) +V 742: Pos(0.630794, -2.459042, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.341258) +V 743: Pos(0.630794, -2.459042, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.294885) +V 744: Pos(0.465813, -3.462638, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.896783, 0.248388) +V 745: Pos(0.465813, -4.43061, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.896783, 0.017354) +V 746: Pos(0.630794, -4.43061, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.93616, 0.017354) +V 747: Pos(0.630794, -3.462638, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.248388) +V 748: Pos(0.465813, -2.459042, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.683275, 0.945478) +V 749: Pos(0.465813, -3.434206, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.683275, 0.712728) +V 750: Pos(0.630794, -3.434206, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.722652, 0.712728) +V 751: Pos(0.630794, -2.459042, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.722652, 0.945478) +V 752: Pos(0.465813, -4.43061, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.254949, 0.726879) +V 753: Pos(0.465813, -3.462638, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.254949, 0.957913) +V 754: Pos(0.630794, -3.462638, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.215572, 0.957913) +V 755: Pos(0.630794, -4.43061, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.215572, 0.726879) +V 756: Pos(0.465813, -3.461677, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.581844, 0.957725) +V 757: Pos(0.465813, -4.431571, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.581844, 0.726233) +V 758: Pos(0.630794, -4.431571, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.621222, 0.726233) +V 759: Pos(0.630794, -3.461677, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.621222, 0.957725) +V 760: Pos(0.465813, -3.434206, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.939361, 0.38763) +V 761: Pos(0.465813, -3.434206, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.341258) +V 762: Pos(0.630794, -3.434206, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.341258) +V 763: Pos(0.630794, -3.434206, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.38763) +V 764: Pos(0.705683, -2.460257, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.683482, 0.481694) +V 765: Pos(0.705683, -2.460257, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 766: Pos(0.705683, -3.432991, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 767: Pos(0.705683, -3.432991, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 768: Pos(0.705683, -2.462638, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.729216, 0.248388) +V 769: Pos(0.705683, -2.462638, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 770: Pos(0.705683, -3.43061, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.683482, 0.017354) +V 771: Pos(0.705683, -3.43061, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.729216, 0.017354) +V 772: Pos(0.705683, -2.461613, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.635168, 0.726233) +V 773: Pos(0.705683, -2.461613, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.588818, 0.726233) +V 774: Pos(0.705683, -3.431635, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.588818, 0.49471) +V 775: Pos(0.705683, -3.431635, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.635168, 0.49471) +V 776: Pos(0.705683, -2.461677, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.309648, 0.726202) +V 777: Pos(0.705683, -2.461677, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.262568, 0.726202) +V 778: Pos(0.705683, -3.431571, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.262568, 0.49471) +V 779: Pos(0.705683, -3.431571, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.309648, 0.49471) +V 780: Pos(0.705683, -3.460259, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.262568, 0.726879) +V 781: Pos(0.705683, -3.460259, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.215572, 0.726879) +V 782: Pos(0.705683, -4.432989, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.215572, 0.49471) +V 783: Pos(0.705683, -4.432989, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.262568, 0.49471) +V 784: Pos(0.705683, -3.462669, 0.451882) Norm(0.577351, -0.577349, 0.57735) UV(0.774308, 0.479407) +V 785: Pos(0.705683, -3.462669, 0.642152) Norm(0.577351, -0.577349, -0.57735) UV(0.728895, 0.479407) +V 786: Pos(0.705683, -4.430579, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.728895, 0.248388) +V 787: Pos(0.705683, -4.430579, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.774308, 0.248388) +V 788: Pos(0.705683, -3.459042, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.542467, 0.72746) +V 789: Pos(0.705683, -3.459042, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.496095, 0.72746) +V 790: Pos(0.705683, -4.434206, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.496095, 0.49471) +V 791: Pos(0.705683, -4.434206, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.542467, 0.49471) +V 792: Pos(0.705683, -3.45957, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.449722, 0.727208) +V 793: Pos(0.705683, -3.45957, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.403225, 0.727208) +V 794: Pos(0.705683, -4.433678, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.403225, 0.49471) +V 795: Pos(0.705683, -4.433678, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.49471) +V 796: Pos(0.881199, -4.433678, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.854685, 0.481694) +V 797: Pos(0.881199, -3.45957, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.854685, 0.714192) +V 798: Pos(0.705683, -3.45957, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.812793, 0.714192) +V 799: Pos(0.705683, -4.433678, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.812793, 0.481694) +V 800: Pos(0.881199, -3.432991, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.896576, 0.481694) +V 801: Pos(0.881199, -2.460257, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.896576, 0.713864) +V 802: Pos(0.705683, -2.460257, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.854685, 0.713864) +V 803: Pos(0.705683, -3.432991, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.854685, 0.481694) +V 804: Pos(0.881199, -3.460259, 0.8658) Norm(0.904531, -0.301517, -0.301515) UV(0.858092, 0.480557) +V 805: Pos(0.881199, -4.432989, 0.8658) Norm(0.904531, 0.301517, -0.301515) UV(0.858092, 0.248388) +V 806: Pos(0.705683, -4.432989, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.899984, 0.248388) +V 807: Pos(0.705683, -3.460259, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.899984, 0.480557) +V 808: Pos(0.881199, -3.45957, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.491614, 0.915236) +V 809: Pos(0.881199, -3.45957, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.491614, 0.868739) +V 810: Pos(0.705683, -3.45957, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.868739) +V 811: Pos(0.705683, -3.45957, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.915236) +V 812: Pos(0.881199, -3.431635, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.977845, 0.713187) +V 813: Pos(0.881199, -3.431635, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.977845, 0.759537) +V 814: Pos(0.705683, -3.431635, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.759537) +V 815: Pos(0.705683, -3.431635, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.713187) +V 816: Pos(0.881199, -3.432991, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.533506, 0.72746) +V 817: Pos(0.881199, -3.432991, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.533506, 0.774663) +V 818: Pos(0.705683, -3.432991, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.774663) +V 819: Pos(0.705683, -3.432991, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.72746) +V 820: Pos(0.881199, -4.432989, 0.8658) Norm(0.904531, 0.301517, -0.301515) UV(0.491614, 0.821743) +V 821: Pos(0.881199, -4.432989, 0.668898) Norm(0.904531, 0.301517, 0.301515) UV(0.491614, 0.868739) +V 822: Pos(0.705683, -4.432989, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.868739) +V 823: Pos(0.705683, -4.432989, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.821743) +V 824: Pos(0.881199, -4.432989, 0.668898) Norm(0.904531, 0.301517, 0.301515) UV(0.059177, 0.705063) +V 825: Pos(0.881199, -3.460259, 0.668898) Norm(0.904531, -0.301517, 0.301515) UV(0.059177, 0.937232) +V 826: Pos(0.705683, -3.460259, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.017285, 0.937232) +V 827: Pos(0.705683, -4.432989, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.017285, 0.705063) +V 828: Pos(0.881199, -3.431635, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.101069, 0.705063) +V 829: Pos(0.881199, -2.461613, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.101069, 0.936586) +V 830: Pos(0.705683, -2.461613, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.059177, 0.936586) +V 831: Pos(0.705683, -3.431635, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.059177, 0.705063) +V 832: Pos(0.881199, -3.459042, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.72901, 0.714444) +V 833: Pos(0.881199, -4.434206, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.72901, 0.481694) +V 834: Pos(0.705683, -4.434206, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.770901, 0.481694) +V 835: Pos(0.705683, -3.459042, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.770901, 0.714444) +V 836: Pos(0.881199, -3.460259, 0.668898) Norm(0.904531, -0.301517, 0.301515) UV(0.491614, 0.868739) +V 837: Pos(0.881199, -3.460259, 0.8658) Norm(0.904531, -0.301517, -0.301515) UV(0.491614, 0.821743) +V 838: Pos(0.705683, -3.460259, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.821743) +V 839: Pos(0.705683, -3.460259, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.868739) +V 840: Pos(0.881199, -4.434206, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.491614, 0.915236) +V 841: Pos(0.881199, -4.434206, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.491614, 0.961609) +V 842: Pos(0.705683, -4.434206, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.961609) +V 843: Pos(0.705683, -4.434206, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.915236) +V 844: Pos(0.881199, -3.43061, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.813, 0.017354) +V 845: Pos(0.881199, -2.462638, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.813, 0.248388) +V 846: Pos(0.705683, -2.462638, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.771108, 0.248388) +V 847: Pos(0.705683, -3.43061, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.771108, 0.017354) +V 848: Pos(0.881199, -4.434206, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.812793, 0.481694) +V 849: Pos(0.881199, -3.459042, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.812793, 0.714444) +V 850: Pos(0.705683, -3.459042, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.770901, 0.714444) +V 851: Pos(0.705683, -4.434206, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.770901, 0.481694) +V 852: Pos(0.881199, -2.462638, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.935954, 0.897356) +V 853: Pos(0.881199, -2.462638, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.935954, 0.851622) +V 854: Pos(0.705683, -2.462638, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.851622) +V 855: Pos(0.705683, -2.462638, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.897356) +V 856: Pos(0.881199, -3.431571, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.184852, 0.705063) +V 857: Pos(0.881199, -2.461677, 0.007728) Norm(0.904531, -0.301516, 0.301514) UV(0.184852, 0.936556) +V 858: Pos(0.705683, -2.461677, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.142961, 0.936556) +V 859: Pos(0.705683, -3.431571, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.142961, 0.705063) +V 860: Pos(0.881199, -3.459042, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.491614, 0.961609) +V 861: Pos(0.881199, -3.459042, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.491614, 0.915236) +V 862: Pos(0.705683, -3.459042, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.915236) +V 863: Pos(0.705683, -3.459042, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.961609) +V 864: Pos(0.881199, -2.461613, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.101069, 0.936586) +V 865: Pos(0.881199, -3.431635, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.101069, 0.705063) +V 866: Pos(0.705683, -3.431635, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.142961, 0.705063) +V 867: Pos(0.705683, -2.461613, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.142961, 0.936586) +V 868: Pos(0.881199, -2.461677, 0.007728) Norm(0.904531, -0.301516, 0.301514) UV(0.449722, 0.821743) +V 869: Pos(0.881199, -2.461677, 0.20498) Norm(0.904531, -0.301516, -0.301514) UV(0.449722, 0.774663) +V 870: Pos(0.705683, -2.461677, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.774663) +V 871: Pos(0.705683, -2.461677, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.821743) +V 872: Pos(0.881199, -2.461613, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.935954, 0.805887) +V 873: Pos(0.881199, -2.461613, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.935954, 0.759537) +V 874: Pos(0.705683, -2.461613, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.759537) +V 875: Pos(0.705683, -2.461613, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.805887) +V 876: Pos(0.881199, -2.461677, 0.20498) Norm(0.904531, -0.301516, -0.301514) UV(0.896576, 0.713187) +V 877: Pos(0.881199, -3.431571, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.896576, 0.481694) +V 878: Pos(0.705683, -3.431571, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.938468, 0.481694) +V 879: Pos(0.705683, -2.461677, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.938468, 0.713187) +V 880: Pos(0.881199, -4.430579, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.978052, 0.017354) +V 881: Pos(0.881199, -4.430579, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.978052, 0.062768) +V 882: Pos(0.705683, -4.430579, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.93616, 0.062768) +V 883: Pos(0.705683, -4.430579, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.93616, 0.017354) +V 884: Pos(0.881199, -3.431571, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.533506, 0.774663) +V 885: Pos(0.881199, -3.431571, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.533506, 0.821743) +V 886: Pos(0.705683, -3.431571, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.821743) +V 887: Pos(0.705683, -3.431571, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.774663) +V 888: Pos(0.881199, -4.430579, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.896783, 0.017354) +V 889: Pos(0.881199, -3.462669, 0.451882) Norm(0.904531, -0.301516, 0.301515) UV(0.896783, 0.248373) +V 890: Pos(0.705683, -3.462669, 0.451882) Norm(0.577351, -0.577349, 0.57735) UV(0.854891, 0.248373) +V 891: Pos(0.705683, -4.430579, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.854891, 0.017354) +V 892: Pos(0.465813, -0.317617, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.017285, 0.017354) +V 893: Pos(0.465813, -0.317617, 0.657183) Norm(-0.707125, 0.707089, 0.0) UV(0.069874, 0.017354) +V 894: Pos(0.465813, -0.331252, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.067078, 0.020609) +V 895: Pos(0.465813, -0.331252, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.020082, 0.020609) +V 896: Pos(0.881199, -1.317617, 0.436851) Norm(1.0, 1e-06, -0.0) UV(0.332815, 0.256032) +V 897: Pos(0.881199, -1.317617, 0.21652) Norm(1.0, 1e-06, 0.0) UV(0.385404, 0.256032) +V 898: Pos(0.881199, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.382711, 0.259286) +V 899: Pos(0.881199, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.335508, 0.259286) +V 900: Pos(0.881199, -1.317617, 0.657183) Norm(1.0, -1e-06, 0.0) UV(0.280227, 0.256032) +V 901: Pos(0.881199, -2.317617, 0.657183) Norm(0.707126, -0.707088, 0.0) UV(0.280227, 0.017354) +V 902: Pos(0.881199, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.283815, 0.021184) +V 903: Pos(0.881199, -1.333662, 0.642152) Norm(0.904531, -0.301516, -0.301516) UV(0.283815, 0.252203) +V 904: Pos(0.881199, -0.317617, 0.436851) Norm(0.707125, 0.707089, -0.0) UV(0.332815, 0.49471) +V 905: Pos(0.881199, -0.331251, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.335508, 0.491456) +V 906: Pos(0.881199, -0.317617, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.385404, 0.49471) +V 907: Pos(0.881199, -0.331251, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.382711, 0.491456) +V 908: Pos(0.881199, -0.333631, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.729216, 0.248388) +V 909: Pos(0.881199, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.729216, 0.017354) +V 910: Pos(0.705683, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.771108, 0.017354) +V 911: Pos(0.705683, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.771108, 0.248388) +V 912: Pos(0.881199, -0.317617, 0.657183) Norm(0.707125, 0.707089, 0.0) UV(0.280227, 0.49471) +V 913: Pos(0.881199, -0.333631, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.283654, 0.490888) +V 914: Pos(0.881199, -0.333631, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.329388, 0.490888) +V 915: Pos(0.881199, -2.317617, 0.21652) Norm(0.707126, -0.707087, 0.0) UV(0.385404, 0.017354) +V 916: Pos(0.881199, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.382296, 0.253068) +V 917: Pos(0.881199, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.382296, 0.020318) +V 918: Pos(0.881199, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.329388, 0.259854) +V 919: Pos(0.881199, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.283654, 0.259854) +V 920: Pos(0.465813, -0.317617, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.17505, 0.017354) +V 921: Pos(0.465813, -1.317617, 0.21652) Norm(-1.0, -0.0, 0.0) UV(0.17505, 0.256032) +V 922: Pos(0.465813, -1.305199, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.171943, 0.253068) +V 923: Pos(0.465813, -0.330035, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.171943, 0.020318) +V 924: Pos(0.881199, -2.317617, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.437992, 0.017354) +V 925: Pos(0.881199, -2.304671, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.434947, 0.020444) +V 926: Pos(0.881199, -2.304671, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.388449, 0.020444) +V 927: Pos(0.881199, -0.331251, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.8162, 0.480558) +V 928: Pos(0.881199, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.8162, 0.248388) +V 929: Pos(0.705683, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.858092, 0.248388) +V 930: Pos(0.705683, -0.331251, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.858092, 0.480558) +V 931: Pos(0.465813, -1.317617, 0.657183) Norm(-1.0, -0.0, 0.0) UV(0.069874, 0.256032) +V 932: Pos(0.465813, -0.333662, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.073461, 0.021184) +V 933: Pos(0.465813, -1.301572, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.073461, 0.252203) +V 934: Pos(0.465813, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.227639, 0.017354) +V 935: Pos(0.465813, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.224593, 0.020444) +V 936: Pos(0.465813, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.178096, 0.020444) +V 937: Pos(0.881199, -1.317617, 0.877515) Norm(0.707125, -1e-06, 0.707089) UV(0.227639, 0.256032) +V 938: Pos(0.881199, -1.302628, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.277108, 0.25961) +V 939: Pos(0.881199, -1.302628, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.230758, 0.25961) +V 940: Pos(0.881199, -2.317617, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.227639, 0.017354) +V 941: Pos(0.881199, -2.303982, 0.668898) Norm(0.904531, 0.301518, 0.301515) UV(0.277431, 0.020609) +V 942: Pos(0.881199, -2.303982, 0.8658) Norm(0.904531, 0.301518, -0.301515) UV(0.230435, 0.020609) +V 943: Pos(0.881199, -0.317617, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.227639, 0.49471) +V 944: Pos(0.881199, -0.332606, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.230758, 0.491133) +V 945: Pos(0.881199, -0.332606, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.277108, 0.491133) +V 946: Pos(0.465813, -1.317617, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.227639, 0.256032) +V 947: Pos(0.465813, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.224884, 0.259625) +V 948: Pos(0.465813, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.177805, 0.259625) +V 949: Pos(0.465813, -2.317617, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.069874, 0.49471) +V 950: Pos(0.465813, -1.333631, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.073301, 0.259854) +V 951: Pos(0.465813, -2.301603, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.073301, 0.490888) +V 952: Pos(0.465813, -2.317617, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.17505, 0.49471) +V 953: Pos(0.465813, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.172358, 0.491456) +V 954: Pos(0.465813, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.172358, 0.259286) +V 955: Pos(0.881199, -1.330563, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.774308, 0.480886) +V 956: Pos(0.881199, -2.304671, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.774308, 0.248388) +V 957: Pos(0.705683, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.8162, 0.248388) +V 958: Pos(0.705683, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.8162, 0.480886) +V 959: Pos(0.881199, -1.317617, -0.003812) Norm(0.707123, 0.0, -0.70709) UV(0.437992, 0.256032) +V 960: Pos(0.881199, -1.302565, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.435238, 0.259625) +V 961: Pos(0.881199, -1.302565, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.388158, 0.259625) +V 962: Pos(0.465813, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.017285, 0.49471) +V 963: Pos(0.465813, -2.302629, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.020404, 0.491133) +V 964: Pos(0.465813, -2.302629, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.066755, 0.491133) +V 965: Pos(0.465813, -2.302629, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.301946, 0.726202) +V 966: Pos(0.465813, -1.332606, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.301946, 0.957725) +V 967: Pos(0.630794, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.262568, 0.957725) +V 968: Pos(0.630794, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.262568, 0.726202) +V 969: Pos(0.465813, -1.332606, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.066755, 0.25961) +V 970: Pos(0.465813, -1.317617, 0.877515) Norm(-0.707124, -0.0, 0.707089) UV(0.017285, 0.256032) +V 971: Pos(0.465813, -1.332606, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.020404, 0.25961) +V 972: Pos(0.465813, -0.333662, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.356728, 0.958227) +V 973: Pos(0.465813, -1.301572, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.356728, 0.727208) +V 974: Pos(0.630794, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.396105, 0.727208) +V 975: Pos(0.630794, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.396105, 0.958227) +V 976: Pos(0.465813, -1.317617, 0.436851) Norm(-1.0, -1e-06, 0.0) UV(0.122462, 0.256032) +V 977: Pos(0.465813, -2.317617, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.122462, 0.49471) +V 978: Pos(0.465813, -2.301603, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.119035, 0.490888) +V 979: Pos(0.465813, -1.333631, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.119035, 0.259854) +V 980: Pos(0.465813, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.975538, 0.157173) +V 981: Pos(0.465813, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.975538, 0.204253) +V 982: Pos(0.630794, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.204253) +V 983: Pos(0.630794, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.157173) +V 984: Pos(0.465813, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.125155, 0.491456) +V 985: Pos(0.465813, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.125155, 0.259286) +V 986: Pos(0.465813, -2.302629, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.939361, 0.433981) +V 987: Pos(0.465813, -2.302629, 0.864447) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.38763) +V 988: Pos(0.630794, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.38763) +V 989: Pos(0.630794, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.433981) +V 990: Pos(0.465813, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.227639, 0.49471) +V 991: Pos(0.465813, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.224884, 0.491117) +V 992: Pos(0.465813, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.177805, 0.491117) +V 993: Pos(0.465813, -0.333662, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.137932, 0.936586) +V 994: Pos(0.465813, -0.333662, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.137932, 0.981999) +V 995: Pos(0.630794, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.098554, 0.981999) +V 996: Pos(0.630794, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.098554, 0.936586) +V 997: Pos(0.465813, -1.303982, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.020082, 0.252778) +V 998: Pos(0.465813, -1.303982, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.067078, 0.252778) +V 999: Pos(0.465813, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.581844, 0.726233) +V 1000: Pos(0.465813, -1.33267, 0.20498) Norm(-0.904532, -0.301514, -0.301514) UV(0.581844, 0.957725) +V 1001: Pos(0.630794, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.957725) +V 1002: Pos(0.630794, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 1003: Pos(0.465813, -0.317617, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.122462, 0.017354) +V 1004: Pos(0.465813, -1.301572, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.118875, 0.252203) +V 1005: Pos(0.465813, -0.333662, 0.451882) Norm(-0.904531, -0.301516, 0.301516) UV(0.118875, 0.021184) +V 1006: Pos(0.465813, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.938468, 0.528774) +V 1007: Pos(0.465813, -2.302565, 0.20498) Norm(-0.904532, 0.301514, -0.301514) UV(0.938468, 0.481694) +V 1008: Pos(0.630794, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.481694) +V 1009: Pos(0.630794, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.528774) +V 1010: Pos(0.465813, -0.330035, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.12557, 0.020318) +V 1011: Pos(0.465813, -1.305199, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.12557, 0.253068) +V 1012: Pos(0.465813, -1.333631, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.182338, 0.936556) +V 1013: Pos(0.465813, -1.333631, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.182338, 0.98229) +V 1014: Pos(0.630794, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.142961, 0.98229) +V 1015: Pos(0.630794, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.142961, 0.936556) +V 1016: Pos(0.465813, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.224593, 0.252942) +V 1017: Pos(0.465813, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.178096, 0.252942) +V 1018: Pos(0.881199, -1.301603, 0.642825) Norm(0.904531, 0.301516, -0.301516) UV(0.977845, 0.805887) +V 1019: Pos(0.881199, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.977845, 0.851622) +V 1020: Pos(0.705683, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.851622) +V 1021: Pos(0.705683, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.805887) +V 1022: Pos(0.881199, -0.317617, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.437992, 0.49471) +V 1023: Pos(0.881199, -0.33267, 0.007728) Norm(0.904532, -0.301516, 0.301514) UV(0.435238, 0.491117) +V 1024: Pos(0.881199, -0.33267, 0.20498) Norm(0.904532, -0.301516, -0.301514) UV(0.388158, 0.491117) +V 1025: Pos(0.881199, -1.333662, 0.451882) Norm(0.904531, -0.301516, 0.301516) UV(0.935954, 0.942769) +V 1026: Pos(0.881199, -1.333662, 0.642152) Norm(0.904531, -0.301516, -0.301516) UV(0.935954, 0.897356) +V 1027: Pos(0.705683, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.897356) +V 1028: Pos(0.705683, -1.333662, 0.451882) Norm(0.577351, -0.57735, 0.57735) UV(0.977845, 0.942769) +V 1029: Pos(0.881199, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.230435, 0.252778) +V 1030: Pos(0.881199, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.277431, 0.252778) +V 1031: Pos(0.881199, -0.331251, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.449722, 0.774663) +V 1032: Pos(0.881199, -0.331251, 0.425569) Norm(0.904532, -0.301515, -0.301515) UV(0.449722, 0.72746) +V 1033: Pos(0.705683, -0.331251, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.72746) +V 1034: Pos(0.705683, -0.331251, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.774663) +V 1035: Pos(0.881199, -2.317617, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.332816, 0.017354) +V 1036: Pos(0.881199, -1.333662, 0.451882) Norm(0.904531, -0.301516, 0.301516) UV(0.329228, 0.252203) +V 1037: Pos(0.881199, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.329228, 0.021184) +V 1038: Pos(0.881199, -2.304671, 0.203759) Norm(0.904532, 0.301514, -0.301516) UV(0.491614, 0.868739) +V 1039: Pos(0.881199, -2.304671, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.491614, 0.915236) +V 1040: Pos(0.705683, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.915236) +V 1041: Pos(0.705683, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.868739) +V 1042: Pos(0.881199, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.335923, 0.020318) +V 1043: Pos(0.881199, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.335923, 0.253068) +V 1044: Pos(0.881199, -1.333662, 0.642152) Norm(0.904531, -0.301516, -0.301516) UV(0.813, 0.248373) +V 1045: Pos(0.881199, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.813, 0.017354) +V 1046: Pos(0.705683, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.854891, 0.017354) +V 1047: Pos(0.705683, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.854891, 0.248373) +V 1048: Pos(0.881199, -1.330563, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.434947, 0.252942) +V 1049: Pos(0.881199, -1.330563, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.388449, 0.252942) +V 1050: Pos(0.465813, -1.317617, 0.877515) Norm(-0.707124, -0.0, 0.707089) UV(0.437992, 0.256032) +V 1051: Pos(0.465813, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.437992, 0.017354) +V 1052: Pos(0.881199, -2.317617, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.537136, 0.017354) +V 1053: Pos(0.881199, -1.317617, 0.877515) Norm(0.707125, -1e-06, 0.707089) UV(0.537136, 0.256032) +V 1054: Pos(0.465813, -2.317617, 0.877515) Norm(-0.57737, -0.577341, 0.57734) UV(0.116429, 0.49471) +V 1055: Pos(0.465813, -2.317617, 0.657183) Norm(-0.707125, -0.707088, 0.0) UV(0.116429, 0.547298) +V 1056: Pos(0.881199, -2.317617, 0.657183) Norm(0.707126, -0.707088, 0.0) UV(0.017285, 0.547298) +V 1057: Pos(0.881199, -2.317617, 0.877515) Norm(0.57737, -0.57734, 0.577341) UV(0.017285, 0.49471) +V 1058: Pos(0.465813, -2.317617, 0.436851) Norm(-0.707124, -0.707089, 0.0) UV(0.116429, 0.599887) +V 1059: Pos(0.881199, -2.317617, 0.436851) Norm(0.707126, -0.707087, 0.0) UV(0.017285, 0.599887) +V 1060: Pos(0.465813, -2.317617, 0.21652) Norm(-0.707121, -0.707092, 0.0) UV(0.116429, 0.652475) +V 1061: Pos(0.881199, -2.317617, 0.21652) Norm(0.707126, -0.707087, 0.0) UV(0.017285, 0.652475) +V 1062: Pos(0.465813, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.116429, 0.705063) +V 1063: Pos(0.881199, -2.317617, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.017285, 0.705063) +V 1064: Pos(0.465813, -2.317617, -0.003812) Norm(-0.577364, -0.577343, -0.577343) UV(0.636279, 0.017354) +V 1065: Pos(0.465813, -1.317617, -0.003812) Norm(-0.707123, 0.0, -0.70709) UV(0.636279, 0.256032) +V 1066: Pos(0.881199, -1.317617, -0.003812) Norm(0.707123, 0.0, -0.70709) UV(0.537136, 0.256032) +V 1067: Pos(0.881199, -2.317617, -0.003812) Norm(0.577371, -0.57734, -0.577339) UV(0.537136, 0.017354) +V 1068: Pos(0.465813, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.636279, 0.49471) +V 1069: Pos(0.881199, -0.317617, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.537136, 0.49471) +V 1070: Pos(0.465813, -0.317617, -0.003812) Norm(-0.577372, 0.577339, -0.577339) UV(0.116429, 0.705063) +V 1071: Pos(0.465813, -0.317617, 0.21652) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.652475) +V 1072: Pos(0.881199, -0.317617, 0.21652) Norm(0.707122, 0.707092, 0.0) UV(0.215572, 0.652475) +V 1073: Pos(0.881199, -0.317617, -0.003812) Norm(0.577365, 0.577342, -0.577344) UV(0.215572, 0.705063) +V 1074: Pos(0.465813, -0.317617, 0.436851) Norm(-0.707126, 0.707087, 0.0) UV(0.116429, 0.599887) +V 1075: Pos(0.881199, -0.317617, 0.436851) Norm(0.707125, 0.707089, -0.0) UV(0.215572, 0.599887) +V 1076: Pos(0.465813, -0.317617, 0.657183) Norm(-0.707125, 0.707089, 0.0) UV(0.116429, 0.547298) +V 1077: Pos(0.881199, -0.317617, 0.657183) Norm(0.707125, 0.707089, 0.0) UV(0.215572, 0.547298) +V 1078: Pos(0.465813, -0.317617, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.116429, 0.49471) +V 1079: Pos(0.881199, -0.317617, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.215572, 0.49471) +V 1080: Pos(0.465813, -0.317617, 0.877515) Norm(-0.577369, 0.577341, 0.57734) UV(0.437992, 0.49471) +V 1081: Pos(0.881199, -0.317617, 0.877515) Norm(0.577369, 0.577342, 0.57734) UV(0.537136, 0.49471) +V 1082: Pos(0.630794, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.588818, 0.726233) +V 1083: Pos(0.630794, -2.302629, 0.864447) Norm(-0.57735, 0.57735, -0.57735) UV(0.542467, 0.726233) +V 1084: Pos(0.630794, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.542467, 0.49471) +V 1085: Pos(0.630794, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.588818, 0.49471) +V 1086: Pos(0.630794, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.729009, 0.712728) +V 1087: Pos(0.630794, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.683275, 0.712728) +V 1088: Pos(0.630794, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.683275, 0.481694) +V 1089: Pos(0.630794, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.72901, 0.481694) +V 1090: Pos(0.630794, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 1091: Pos(0.630794, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 1092: Pos(0.630794, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.017354) +V 1093: Pos(0.630794, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.683482, 0.017354) +V 1094: Pos(0.630794, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.356728, 0.726202) +V 1095: Pos(0.630794, -2.302565, 0.20498) Norm(-0.57735, 0.57735, -0.57735) UV(0.309648, 0.726202) +V 1096: Pos(0.630794, -1.33267, 0.20498) Norm(-0.57735, -0.57735, -0.57735) UV(0.309648, 0.49471) +V 1097: Pos(0.630794, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.356728, 0.49471) +V 1098: Pos(0.630794, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.683275, 0.713863) +V 1099: Pos(0.630794, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.636279, 0.713863) +V 1100: Pos(0.630794, -0.331252, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 1101: Pos(0.630794, -0.331252, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.683275, 0.481694) +V 1102: Pos(0.630794, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.728895, 0.479407) +V 1103: Pos(0.630794, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.683482, 0.479407) +V 1104: Pos(0.630794, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 1105: Pos(0.630794, -0.333662, 0.451882) Norm(-0.57735, -0.57735, 0.57735) UV(0.728895, 0.248388) +V 1106: Pos(0.630794, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.496095, 0.72746) +V 1107: Pos(0.630794, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.449722, 0.72746) +V 1108: Pos(0.630794, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.449722, 0.49471) +V 1109: Pos(0.630794, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.496095, 0.49471) +V 1110: Pos(0.630794, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.403225, 0.727208) +V 1111: Pos(0.630794, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.356728, 0.727208) +V 1112: Pos(0.630794, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.356728, 0.49471) +V 1113: Pos(0.630794, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.403225, 0.49471) +V 1114: Pos(0.465813, -1.301572, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.435482, 0.727208) +V 1115: Pos(0.465813, -0.333662, 0.642152) Norm(-0.904531, -0.301516, -0.301516) UV(0.435482, 0.958227) +V 1116: Pos(0.630794, -0.333662, 0.642152) Norm(-0.57735, -0.57735, -0.57735) UV(0.396105, 0.958227) +V 1117: Pos(0.630794, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.396105, 0.727208) +V 1118: Pos(0.465813, -1.332606, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.301946, 0.957725) +V 1119: Pos(0.465813, -2.302629, 0.670251) Norm(-0.904531, 0.301515, 0.301516) UV(0.301946, 0.726202) +V 1120: Pos(0.630794, -2.302629, 0.670251) Norm(-0.57735, 0.57735, 0.57735) UV(0.341323, 0.726202) +V 1121: Pos(0.630794, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.341323, 0.957725) +V 1122: Pos(0.465813, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.977845, 0.622766) +V 1123: Pos(0.465813, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.977845, 0.669264) +V 1124: Pos(0.630794, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.669264) +V 1125: Pos(0.630794, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.622766) +V 1126: Pos(0.465813, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.93616, 0.10997) +V 1127: Pos(0.465813, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.93616, 0.062768) +V 1128: Pos(0.630794, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.975538, 0.062768) +V 1129: Pos(0.630794, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.975538, 0.10997) +V 1130: Pos(0.465813, -1.301572, 0.451882) Norm(-0.904531, 0.301516, 0.301516) UV(0.017285, 0.982646) +V 1131: Pos(0.465813, -1.301572, 0.642152) Norm(-0.904531, 0.301516, -0.301516) UV(0.017285, 0.937232) +V 1132: Pos(0.630794, -1.301572, 0.642152) Norm(-0.57735, 0.57735, -0.57735) UV(0.056663, 0.937232) +V 1133: Pos(0.630794, -1.301572, 0.451882) Norm(-0.57735, 0.57735, 0.57735) UV(0.056663, 0.982646) +V 1134: Pos(0.465813, -1.332606, 0.864447) Norm(-0.904531, -0.301515, -0.301516) UV(0.978738, 0.433981) +V 1135: Pos(0.465813, -1.332606, 0.670251) Norm(-0.904531, -0.301515, 0.301516) UV(0.978738, 0.480331) +V 1136: Pos(0.630794, -1.332606, 0.670251) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.480331) +V 1137: Pos(0.630794, -1.332606, 0.864447) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.433981) +V 1138: Pos(0.465813, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.935954, 0.713187) +V 1139: Pos(0.465813, -0.330563, 0.203759) Norm(-0.904531, -0.301516, -0.301516) UV(0.935954, 0.945685) +V 1140: Pos(0.630794, -0.330563, 0.203759) Norm(-0.57735, -0.57735, -0.57735) UV(0.896576, 0.945685) +V 1141: Pos(0.630794, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.896576, 0.713187) +V 1142: Pos(0.465813, -2.303984, 0.425569) Norm(-0.904531, 0.301515, -0.301515) UV(0.894062, 0.713864) +V 1143: Pos(0.465813, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.894062, 0.946034) +V 1144: Pos(0.630794, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.854685, 0.946034) +V 1145: Pos(0.630794, -2.303984, 0.425569) Norm(-0.57735, 0.57735, -0.57735) UV(0.854685, 0.713864) +V 1146: Pos(0.465813, -0.330563, 0.008948) Norm(-0.904531, -0.301516, 0.301516) UV(0.636279, 0.946361) +V 1147: Pos(0.465813, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.636279, 0.713863) +V 1148: Pos(0.630794, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.675656, 0.713863) +V 1149: Pos(0.630794, -0.330563, 0.008948) Norm(-0.57735, -0.57735, 0.57735) UV(0.675656, 0.946361) +V 1150: Pos(0.465813, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.812793, 0.946362) +V 1151: Pos(0.465813, -2.303984, 0.227802) Norm(-0.904531, 0.301515, 0.301515) UV(0.812793, 0.714192) +V 1152: Pos(0.630794, -2.303984, 0.227802) Norm(-0.57735, 0.57735, 0.57735) UV(0.85217, 0.714192) +V 1153: Pos(0.630794, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.85217, 0.946362) +V 1154: Pos(0.465813, -1.303982, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.768387, 0.714444) +V 1155: Pos(0.465813, -0.331252, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.768387, 0.946613) +V 1156: Pos(0.630794, -0.331252, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.729009, 0.946613) +V 1157: Pos(0.630794, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.729009, 0.714444) +V 1158: Pos(0.465813, -1.304671, 0.008948) Norm(-0.904531, 0.301516, 0.301516) UV(0.939361, 0.294885) +V 1159: Pos(0.465813, -1.304671, 0.203759) Norm(-0.904531, 0.301516, -0.301516) UV(0.939361, 0.248388) +V 1160: Pos(0.630794, -1.304671, 0.203759) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.248388) +V 1161: Pos(0.630794, -1.304671, 0.008948) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.294885) +V 1162: Pos(0.465813, -1.33125, 0.425569) Norm(-0.904531, -0.301515, -0.301515) UV(0.975538, 0.10997) +V 1163: Pos(0.465813, -1.33125, 0.227802) Norm(-0.904531, -0.301515, 0.301515) UV(0.975538, 0.157173) +V 1164: Pos(0.630794, -1.33125, 0.227802) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.157173) +V 1165: Pos(0.630794, -1.33125, 0.425569) Norm(-0.57735, -0.57735, -0.57735) UV(0.93616, 0.10997) +V 1166: Pos(0.465813, -0.331252, 0.8658) Norm(-0.904532, -0.301514, -0.301515) UV(0.977845, 0.528774) +V 1167: Pos(0.465813, -0.331252, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.977845, 0.57577) +V 1168: Pos(0.630794, -0.331252, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.938468, 0.57577) +V 1169: Pos(0.630794, -0.331252, 0.8658) Norm(-0.57735, -0.57735, -0.57735) UV(0.938468, 0.528774) +V 1170: Pos(0.465813, -0.331252, 0.668898) Norm(-0.904532, -0.301514, 0.301515) UV(0.770901, 0.946613) +V 1171: Pos(0.465813, -1.303982, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.770901, 0.714444) +V 1172: Pos(0.630794, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.810278, 0.714444) +V 1173: Pos(0.630794, -0.331252, 0.668898) Norm(-0.57735, -0.57735, 0.57735) UV(0.810278, 0.946613) +V 1174: Pos(0.465813, -1.305199, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.248388) +V 1175: Pos(0.465813, -0.330035, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.939361, 0.481138) +V 1176: Pos(0.630794, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.899983, 0.481138) +V 1177: Pos(0.630794, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.899983, 0.248388) +V 1178: Pos(0.465813, -2.301603, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.059177, 0.982321) +V 1179: Pos(0.465813, -2.301603, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.059177, 0.936586) +V 1180: Pos(0.630794, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.098554, 0.936586) +V 1181: Pos(0.630794, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.098554, 0.982321) +V 1182: Pos(0.465813, -1.303982, 0.668898) Norm(-0.904532, 0.301514, 0.301516) UV(0.938468, 0.622766) +V 1183: Pos(0.465813, -1.303982, 0.8658) Norm(-0.904532, 0.301514, -0.301516) UV(0.938468, 0.57577) +V 1184: Pos(0.630794, -1.303982, 0.8658) Norm(-0.57735, 0.57735, -0.57735) UV(0.977845, 0.57577) +V 1185: Pos(0.630794, -1.303982, 0.668898) Norm(-0.57735, 0.57735, 0.57735) UV(0.977845, 0.622766) +V 1186: Pos(0.465813, -0.330035, 0.42383) Norm(-0.904531, -0.301515, -0.301516) UV(0.978738, 0.294885) +V 1187: Pos(0.465813, -0.330035, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.978738, 0.341258) +V 1188: Pos(0.630794, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.939361, 0.341258) +V 1189: Pos(0.630794, -0.330035, 0.42383) Norm(-0.57735, -0.57735, -0.57735) UV(0.939361, 0.294885) +V 1190: Pos(0.465813, -1.333631, 0.45121) Norm(-0.904531, -0.301517, 0.301516) UV(0.896783, 0.248388) +V 1191: Pos(0.465813, -2.301603, 0.45121) Norm(-0.904531, 0.301517, 0.301516) UV(0.896783, 0.017354) +V 1192: Pos(0.630794, -2.301603, 0.45121) Norm(-0.57735, 0.57735, 0.57735) UV(0.93616, 0.017354) +V 1193: Pos(0.630794, -1.333631, 0.45121) Norm(-0.57735, -0.57735, 0.57735) UV(0.93616, 0.248388) +V 1194: Pos(0.465813, -0.330035, 0.229541) Norm(-0.904531, -0.301515, 0.301516) UV(0.683275, 0.945478) +V 1195: Pos(0.465813, -1.305199, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.683275, 0.712728) +V 1196: Pos(0.630794, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.722652, 0.712728) +V 1197: Pos(0.630794, -0.330035, 0.229541) Norm(-0.57735, -0.57735, 0.57735) UV(0.722652, 0.945478) +V 1198: Pos(0.465813, -2.301603, 0.642825) Norm(-0.904531, 0.301517, -0.301516) UV(0.254949, 0.726879) +V 1199: Pos(0.465813, -1.333631, 0.642825) Norm(-0.904531, -0.301517, -0.301516) UV(0.254949, 0.957913) +V 1200: Pos(0.630794, -1.333631, 0.642825) Norm(-0.57735, -0.57735, -0.57735) UV(0.215572, 0.957913) +V 1201: Pos(0.630794, -2.301603, 0.642825) Norm(-0.57735, 0.57735, -0.57735) UV(0.215572, 0.726879) +V 1202: Pos(0.465813, -1.33267, 0.007728) Norm(-0.904532, -0.301514, 0.301514) UV(0.581844, 0.957725) +V 1203: Pos(0.465813, -2.302565, 0.007728) Norm(-0.904532, 0.301514, 0.301514) UV(0.581844, 0.726233) +V 1204: Pos(0.630794, -2.302565, 0.007728) Norm(-0.57735, 0.57735, 0.57735) UV(0.621222, 0.726233) +V 1205: Pos(0.630794, -1.33267, 0.007728) Norm(-0.57735, -0.57735, 0.57735) UV(0.621222, 0.957725) +V 1206: Pos(0.465813, -1.305199, 0.229541) Norm(-0.904531, 0.301515, 0.301516) UV(0.939361, 0.38763) +V 1207: Pos(0.465813, -1.305199, 0.42383) Norm(-0.904531, 0.301515, -0.301516) UV(0.939361, 0.341258) +V 1208: Pos(0.630794, -1.305199, 0.42383) Norm(-0.57735, 0.57735, -0.57735) UV(0.978738, 0.341258) +V 1209: Pos(0.630794, -1.305199, 0.229541) Norm(-0.57735, 0.57735, 0.57735) UV(0.978738, 0.38763) +V 1210: Pos(0.705683, -0.331251, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.683482, 0.481694) +V 1211: Pos(0.705683, -0.331251, 0.425569) Norm(0.57735, -0.57735, -0.57735) UV(0.636279, 0.481694) +V 1212: Pos(0.705683, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.636279, 0.249524) +V 1213: Pos(0.705683, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.683482, 0.249524) +V 1214: Pos(0.705683, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.729216, 0.248388) +V 1215: Pos(0.705683, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.683482, 0.248388) +V 1216: Pos(0.705683, -1.301603, 0.642825) Norm(0.57735, 0.57735, -0.57735) UV(0.683482, 0.017354) +V 1217: Pos(0.705683, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.729216, 0.017354) +V 1218: Pos(0.705683, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.635168, 0.726233) +V 1219: Pos(0.705683, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.588818, 0.726233) +V 1220: Pos(0.705683, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.588818, 0.49471) +V 1221: Pos(0.705683, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.635168, 0.49471) +V 1222: Pos(0.705683, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.309648, 0.726202) +V 1223: Pos(0.705683, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.262568, 0.726202) +V 1224: Pos(0.705683, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.262568, 0.49471) +V 1225: Pos(0.705683, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.309648, 0.49471) +V 1226: Pos(0.705683, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.262568, 0.726879) +V 1227: Pos(0.705683, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.215572, 0.726879) +V 1228: Pos(0.705683, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.215572, 0.49471) +V 1229: Pos(0.705683, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.262568, 0.49471) +V 1230: Pos(0.705683, -1.333662, 0.451882) Norm(0.577351, -0.57735, 0.57735) UV(0.774308, 0.479407) +V 1231: Pos(0.705683, -1.333662, 0.642152) Norm(0.57735, -0.57735, -0.57735) UV(0.728895, 0.479407) +V 1232: Pos(0.705683, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.728895, 0.248388) +V 1233: Pos(0.705683, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.774308, 0.248388) +V 1234: Pos(0.705683, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.542467, 0.72746) +V 1235: Pos(0.705683, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.496095, 0.72746) +V 1236: Pos(0.705683, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.496095, 0.49471) +V 1237: Pos(0.705683, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.542467, 0.49471) +V 1238: Pos(0.705683, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.449722, 0.727208) +V 1239: Pos(0.705683, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.403225, 0.727208) +V 1240: Pos(0.705683, -2.304671, 0.203759) Norm(0.57735, 0.57735, -0.57735) UV(0.403225, 0.49471) +V 1241: Pos(0.705683, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.49471) +V 1242: Pos(0.881199, -2.304671, 0.008948) Norm(0.904532, 0.301514, 0.301516) UV(0.854685, 0.481694) +V 1243: Pos(0.881199, -1.330563, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.854685, 0.714192) +V 1244: Pos(0.705683, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.812793, 0.714192) +V 1245: Pos(0.705683, -2.304671, 0.008948) Norm(0.57735, 0.57735, 0.57735) UV(0.812793, 0.481694) +V 1246: Pos(0.881199, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.896576, 0.481694) +V 1247: Pos(0.881199, -0.331251, 0.227802) Norm(0.904532, -0.301515, 0.301515) UV(0.896576, 0.713864) +V 1248: Pos(0.705683, -0.331251, 0.227802) Norm(0.57735, -0.57735, 0.57735) UV(0.854685, 0.713864) +V 1249: Pos(0.705683, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.854685, 0.481694) +V 1250: Pos(0.881199, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.858092, 0.480557) +V 1251: Pos(0.881199, -2.303982, 0.8658) Norm(0.904531, 0.301518, -0.301515) UV(0.858092, 0.248388) +V 1252: Pos(0.705683, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.899984, 0.248388) +V 1253: Pos(0.705683, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.899984, 0.480557) +V 1254: Pos(0.881199, -1.330563, 0.008948) Norm(0.904532, -0.301514, 0.301516) UV(0.491614, 0.915236) +V 1255: Pos(0.881199, -1.330563, 0.203759) Norm(0.904532, -0.301514, -0.301516) UV(0.491614, 0.868739) +V 1256: Pos(0.705683, -1.330563, 0.203759) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.868739) +V 1257: Pos(0.705683, -1.330563, 0.008948) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.915236) +V 1258: Pos(0.881199, -1.302628, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.977845, 0.713187) +V 1259: Pos(0.881199, -1.302628, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.977845, 0.759537) +V 1260: Pos(0.705683, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.935954, 0.759537) +V 1261: Pos(0.705683, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.935954, 0.713187) +V 1262: Pos(0.881199, -1.303984, 0.425569) Norm(0.904531, 0.301517, -0.301515) UV(0.533506, 0.72746) +V 1263: Pos(0.881199, -1.303984, 0.227802) Norm(0.904531, 0.301517, 0.301515) UV(0.533506, 0.774663) +V 1264: Pos(0.705683, -1.303984, 0.227802) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.774663) +V 1265: Pos(0.705683, -1.303984, 0.425569) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.72746) +V 1266: Pos(0.881199, -2.303982, 0.8658) Norm(0.904531, 0.301518, -0.301515) UV(0.491614, 0.821743) +V 1267: Pos(0.881199, -2.303982, 0.668898) Norm(0.904531, 0.301518, 0.301515) UV(0.491614, 0.868739) +V 1268: Pos(0.705683, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.868739) +V 1269: Pos(0.705683, -2.303982, 0.8658) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.821743) +V 1270: Pos(0.881199, -2.303982, 0.668898) Norm(0.904531, 0.301518, 0.301515) UV(0.059177, 0.705063) +V 1271: Pos(0.881199, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.059177, 0.937232) +V 1272: Pos(0.705683, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.017285, 0.937232) +V 1273: Pos(0.705683, -2.303982, 0.668898) Norm(0.57735, 0.57735, 0.57735) UV(0.017285, 0.705063) +V 1274: Pos(0.881199, -1.302628, 0.670251) Norm(0.904531, 0.301516, 0.301515) UV(0.101069, 0.705063) +V 1275: Pos(0.881199, -0.332606, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.101069, 0.936586) +V 1276: Pos(0.705683, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.059177, 0.936586) +V 1277: Pos(0.705683, -1.302628, 0.670251) Norm(0.57735, 0.57735, 0.57735) UV(0.059177, 0.705063) +V 1278: Pos(0.881199, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.72901, 0.714444) +V 1279: Pos(0.881199, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.72901, 0.481694) +V 1280: Pos(0.705683, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.770901, 0.481694) +V 1281: Pos(0.705683, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.770901, 0.714444) +V 1282: Pos(0.881199, -1.331253, 0.668898) Norm(0.904531, -0.301518, 0.301515) UV(0.491614, 0.868739) +V 1283: Pos(0.881199, -1.331253, 0.8658) Norm(0.904531, -0.301518, -0.301515) UV(0.491614, 0.821743) +V 1284: Pos(0.705683, -1.331253, 0.8658) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.821743) +V 1285: Pos(0.705683, -1.331253, 0.668898) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.868739) +V 1286: Pos(0.881199, -2.305199, 0.42383) Norm(0.904531, 0.301516, -0.301516) UV(0.491614, 0.915236) +V 1287: Pos(0.881199, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.491614, 0.961609) +V 1288: Pos(0.705683, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.449722, 0.961609) +V 1289: Pos(0.705683, -2.305199, 0.42383) Norm(0.57735, 0.57735, -0.57735) UV(0.449722, 0.915236) +V 1290: Pos(0.881199, -1.301603, 0.45121) Norm(0.904531, 0.301516, 0.301516) UV(0.813, 0.017354) +V 1291: Pos(0.881199, -0.333631, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.813, 0.248388) +V 1292: Pos(0.705683, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.771108, 0.248388) +V 1293: Pos(0.705683, -1.301603, 0.45121) Norm(0.57735, 0.57735, 0.57735) UV(0.771108, 0.017354) +V 1294: Pos(0.881199, -2.305199, 0.229541) Norm(0.904531, 0.301516, 0.301516) UV(0.812793, 0.481694) +V 1295: Pos(0.881199, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.812793, 0.714444) +V 1296: Pos(0.705683, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.770901, 0.714444) +V 1297: Pos(0.705683, -2.305199, 0.229541) Norm(0.57735, 0.57735, 0.57735) UV(0.770901, 0.481694) +V 1298: Pos(0.881199, -0.333631, 0.45121) Norm(0.904531, -0.301517, 0.301516) UV(0.935954, 0.897356) +V 1299: Pos(0.881199, -0.333631, 0.642825) Norm(0.904531, -0.301517, -0.301516) UV(0.935954, 0.851622) +V 1300: Pos(0.705683, -0.333631, 0.642825) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.851622) +V 1301: Pos(0.705683, -0.333631, 0.45121) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.897356) +V 1302: Pos(0.881199, -1.302565, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.184852, 0.705063) +V 1303: Pos(0.881199, -0.33267, 0.007728) Norm(0.904532, -0.301516, 0.301514) UV(0.184852, 0.936556) +V 1304: Pos(0.705683, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.142961, 0.936556) +V 1305: Pos(0.705683, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.142961, 0.705063) +V 1306: Pos(0.881199, -1.330035, 0.229541) Norm(0.904531, -0.301516, 0.301516) UV(0.491614, 0.961609) +V 1307: Pos(0.881199, -1.330035, 0.42383) Norm(0.904531, -0.301516, -0.301516) UV(0.491614, 0.915236) +V 1308: Pos(0.705683, -1.330035, 0.42383) Norm(0.57735, -0.57735, -0.57735) UV(0.533506, 0.915236) +V 1309: Pos(0.705683, -1.330035, 0.229541) Norm(0.57735, -0.57735, 0.57735) UV(0.533506, 0.961609) +V 1310: Pos(0.881199, -0.332606, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.101069, 0.936586) +V 1311: Pos(0.881199, -1.302628, 0.864447) Norm(0.904531, 0.301516, -0.301515) UV(0.101069, 0.705063) +V 1312: Pos(0.705683, -1.302628, 0.864447) Norm(0.57735, 0.57735, -0.57735) UV(0.142961, 0.705063) +V 1313: Pos(0.705683, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.142961, 0.936586) +V 1314: Pos(0.881199, -0.33267, 0.007728) Norm(0.904532, -0.301516, 0.301514) UV(0.449722, 0.821743) +V 1315: Pos(0.881199, -0.33267, 0.20498) Norm(0.904532, -0.301516, -0.301514) UV(0.449722, 0.774663) +V 1316: Pos(0.705683, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.491614, 0.774663) +V 1317: Pos(0.705683, -0.33267, 0.007728) Norm(0.57735, -0.57735, 0.57735) UV(0.491614, 0.821743) +V 1318: Pos(0.881199, -0.332606, 0.670251) Norm(0.904532, -0.301514, 0.301516) UV(0.935954, 0.805887) +V 1319: Pos(0.881199, -0.332606, 0.864447) Norm(0.904532, -0.301514, -0.301516) UV(0.935954, 0.759537) +V 1320: Pos(0.705683, -0.332606, 0.864447) Norm(0.57735, -0.57735, -0.57735) UV(0.977845, 0.759537) +V 1321: Pos(0.705683, -0.332606, 0.670251) Norm(0.57735, -0.57735, 0.57735) UV(0.977845, 0.805887) +V 1322: Pos(0.881199, -0.33267, 0.20498) Norm(0.904532, -0.301516, -0.301514) UV(0.896576, 0.713187) +V 1323: Pos(0.881199, -1.302565, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.896576, 0.481694) +V 1324: Pos(0.705683, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.938468, 0.481694) +V 1325: Pos(0.705683, -0.33267, 0.20498) Norm(0.57735, -0.57735, -0.57735) UV(0.938468, 0.713187) +V 1326: Pos(0.881199, -2.301572, 0.642152) Norm(0.904531, 0.301516, -0.301516) UV(0.978052, 0.017354) +V 1327: Pos(0.881199, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.978052, 0.062768) +V 1328: Pos(0.705683, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.93616, 0.062768) +V 1329: Pos(0.705683, -2.301572, 0.642152) Norm(0.57735, 0.57735, -0.57735) UV(0.93616, 0.017354) +V 1330: Pos(0.881199, -1.302565, 0.20498) Norm(0.904533, 0.301513, -0.301514) UV(0.533506, 0.774663) +V 1331: Pos(0.881199, -1.302565, 0.007728) Norm(0.904533, 0.301513, 0.301514) UV(0.533506, 0.821743) +V 1332: Pos(0.705683, -1.302565, 0.007728) Norm(0.57735, 0.57735, 0.57735) UV(0.491614, 0.821743) +V 1333: Pos(0.705683, -1.302565, 0.20498) Norm(0.57735, 0.57735, -0.57735) UV(0.491614, 0.774663) +V 1334: Pos(0.881199, -2.301572, 0.451882) Norm(0.904531, 0.301516, 0.301516) UV(0.896783, 0.017354) +V 1335: Pos(0.881199, -1.333662, 0.451882) Norm(0.904531, -0.301516, 0.301516) UV(0.896783, 0.248373) +V 1336: Pos(0.705683, -1.333662, 0.451882) Norm(0.577351, -0.57735, 0.57735) UV(0.854891, 0.248373) +V 1337: Pos(0.705683, -2.301572, 0.451882) Norm(0.57735, 0.57735, 0.57735) UV(0.854891, 0.017354) + +===Triangles (Indices): 936 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 4 7 +Tri: 12 7 13 +Tri: 14 12 13 +Tri: 14 13 15 +Tri: 16 17 18 +Tri: 16 18 19 +Tri: 12 20 21 +Tri: 12 21 22 +Tri: 23 5 24 +Tri: 23 24 25 +Tri: 8 4 26 +Tri: 8 26 27 +Tri: 28 29 30 +Tri: 28 30 31 +Tri: 4 12 22 +Tri: 4 22 26 +Tri: 23 32 33 +Tri: 23 33 34 +Tri: 35 36 37 +Tri: 35 37 38 +Tri: 39 1 40 +Tri: 39 40 41 +Tri: 28 42 43 +Tri: 28 43 44 +Tri: 45 8 46 +Tri: 45 46 47 +Tri: 48 9 49 +Tri: 48 49 50 +Tri: 51 45 47 +Tri: 51 47 52 +Tri: 20 51 52 +Tri: 20 52 53 +Tri: 29 54 55 +Tri: 29 55 56 +Tri: 57 39 58 +Tri: 57 58 59 +Tri: 5 14 15 +Tri: 5 15 6 +Tri: 29 60 61 +Tri: 29 61 62 +Tri: 20 8 27 +Tri: 20 27 21 +Tri: 8 20 53 +Tri: 8 53 46 +Tri: 63 64 65 +Tri: 63 65 66 +Tri: 5 67 68 +Tri: 5 68 69 +Tri: 57 70 71 +Tri: 57 71 72 +Tri: 73 74 75 +Tri: 73 75 76 +Tri: 39 57 72 +Tri: 39 72 77 +Tri: 70 78 79 +Tri: 70 79 71 +Tri: 78 39 77 +Tri: 78 77 79 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 84 85 86 +Tri: 84 86 87 +Tri: 39 84 87 +Tri: 39 87 58 +Tri: 85 57 59 +Tri: 85 59 86 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 60 85 92 +Tri: 60 92 61 +Tri: 85 84 93 +Tri: 85 93 92 +Tri: 84 29 62 +Tri: 84 62 93 +Tri: 94 95 96 +Tri: 94 96 97 +Tri: 54 98 99 +Tri: 54 99 55 +Tri: 60 29 56 +Tri: 60 56 100 +Tri: 98 60 100 +Tri: 98 100 99 +Tri: 101 102 103 +Tri: 101 103 104 +Tri: 78 0 3 +Tri: 78 3 105 +Tri: 39 78 105 +Tri: 39 105 106 +Tri: 1 39 106 +Tri: 1 106 2 +Tri: 107 108 109 +Tri: 107 109 110 +Tri: 111 84 112 +Tri: 111 112 113 +Tri: 84 39 41 +Tri: 84 41 112 +Tri: 1 111 113 +Tri: 1 113 40 +Tri: 114 115 116 +Tri: 114 116 117 +Tri: 84 111 118 +Tri: 84 118 119 +Tri: 111 28 31 +Tri: 111 31 118 +Tri: 29 84 119 +Tri: 29 119 30 +Tri: 120 121 122 +Tri: 120 122 123 +Tri: 42 54 124 +Tri: 42 124 43 +Tri: 54 29 125 +Tri: 54 125 124 +Tri: 29 28 44 +Tri: 29 44 125 +Tri: 126 127 128 +Tri: 126 128 129 +Tri: 67 130 131 +Tri: 67 131 68 +Tri: 14 5 69 +Tri: 14 69 132 +Tri: 130 14 132 +Tri: 130 132 131 +Tri: 133 134 135 +Tri: 133 135 136 +Tri: 45 48 50 +Tri: 45 50 137 +Tri: 8 45 137 +Tri: 8 137 138 +Tri: 9 8 138 +Tri: 9 138 49 +Tri: 139 140 141 +Tri: 139 141 142 +Tri: 143 4 144 +Tri: 143 144 145 +Tri: 4 8 11 +Tri: 4 11 144 +Tri: 9 143 145 +Tri: 9 145 10 +Tri: 146 147 148 +Tri: 146 148 149 +Tri: 4 143 150 +Tri: 4 150 151 +Tri: 143 23 25 +Tri: 143 25 150 +Tri: 5 4 151 +Tri: 5 151 24 +Tri: 152 153 154 +Tri: 152 154 155 +Tri: 32 67 156 +Tri: 32 156 33 +Tri: 67 5 157 +Tri: 67 157 156 +Tri: 5 23 34 +Tri: 5 34 157 +Tri: 158 159 160 +Tri: 158 160 161 +Tri: 162 163 164 +Tri: 162 164 165 +Tri: 164 163 166 +Tri: 164 166 167 +Tri: 167 166 168 +Tri: 167 168 169 +Tri: 168 170 171 +Tri: 168 171 169 +Tri: 172 173 174 +Tri: 172 174 175 +Tri: 173 176 177 +Tri: 173 177 174 +Tri: 178 179 180 +Tri: 178 180 181 +Tri: 179 182 183 +Tri: 179 183 180 +Tri: 182 184 185 +Tri: 182 185 183 +Tri: 184 186 187 +Tri: 184 187 185 +Tri: 188 158 161 +Tri: 188 161 189 +Tri: 190 191 192 +Tri: 190 192 193 +Tri: 194 195 196 +Tri: 194 196 197 +Tri: 198 199 200 +Tri: 198 200 201 +Tri: 202 203 204 +Tri: 202 204 205 +Tri: 206 207 208 +Tri: 206 208 209 +Tri: 210 211 212 +Tri: 210 212 213 +Tri: 214 215 216 +Tri: 214 216 217 +Tri: 218 219 220 +Tri: 218 220 221 +Tri: 222 223 224 +Tri: 222 224 225 +Tri: 226 227 228 +Tri: 226 228 229 +Tri: 230 231 232 +Tri: 230 232 233 +Tri: 234 235 236 +Tri: 234 236 237 +Tri: 238 239 240 +Tri: 238 240 241 +Tri: 242 243 244 +Tri: 242 244 245 +Tri: 246 247 248 +Tri: 246 248 249 +Tri: 250 251 252 +Tri: 250 252 253 +Tri: 254 255 256 +Tri: 254 256 257 +Tri: 258 259 260 +Tri: 258 260 261 +Tri: 262 263 264 +Tri: 262 264 265 +Tri: 266 267 268 +Tri: 266 268 269 +Tri: 270 271 272 +Tri: 270 272 273 +Tri: 274 275 276 +Tri: 274 276 277 +Tri: 278 279 280 +Tri: 278 280 281 +Tri: 282 283 284 +Tri: 282 284 285 +Tri: 286 287 288 +Tri: 286 288 289 +Tri: 290 291 292 +Tri: 290 292 293 +Tri: 294 295 296 +Tri: 294 296 297 +Tri: 298 299 300 +Tri: 298 300 301 +Tri: 302 303 304 +Tri: 302 304 305 +Tri: 306 307 308 +Tri: 306 308 309 +Tri: 310 311 312 +Tri: 310 312 313 +Tri: 314 315 316 +Tri: 314 316 317 +Tri: 318 319 320 +Tri: 318 320 321 +Tri: 322 323 324 +Tri: 322 324 325 +Tri: 326 327 328 +Tri: 326 328 329 +Tri: 330 331 332 +Tri: 330 332 333 +Tri: 334 335 336 +Tri: 334 336 337 +Tri: 338 339 340 +Tri: 338 340 341 +Tri: 342 343 344 +Tri: 342 344 345 +Tri: 346 347 348 +Tri: 346 348 349 +Tri: 350 351 352 +Tri: 350 352 353 +Tri: 354 355 356 +Tri: 354 356 357 +Tri: 358 359 360 +Tri: 358 360 361 +Tri: 362 363 364 +Tri: 362 364 365 +Tri: 366 367 368 +Tri: 366 368 369 +Tri: 370 371 372 +Tri: 370 372 373 +Tri: 374 375 376 +Tri: 374 376 377 +Tri: 378 379 380 +Tri: 378 380 381 +Tri: 382 383 384 +Tri: 382 384 385 +Tri: 386 387 388 +Tri: 386 388 389 +Tri: 390 391 392 +Tri: 390 392 393 +Tri: 394 395 396 +Tri: 394 396 397 +Tri: 398 399 400 +Tri: 398 400 401 +Tri: 402 403 404 +Tri: 402 404 405 +Tri: 406 407 408 +Tri: 406 408 409 +Tri: 410 411 412 +Tri: 410 412 413 +Tri: 414 415 416 +Tri: 414 416 417 +Tri: 418 419 420 +Tri: 418 420 421 +Tri: 422 423 424 +Tri: 422 424 425 +Tri: 426 427 428 +Tri: 426 428 429 +Tri: 430 431 432 +Tri: 430 432 433 +Tri: 434 435 436 +Tri: 434 436 437 +Tri: 438 439 440 +Tri: 438 440 441 +Tri: 442 443 444 +Tri: 442 444 445 +Tri: 446 447 448 +Tri: 446 448 449 +Tri: 450 451 452 +Tri: 450 452 453 +Tri: 454 455 456 +Tri: 454 456 457 +Tri: 458 450 453 +Tri: 458 453 459 +Tri: 460 458 459 +Tri: 460 459 461 +Tri: 462 463 464 +Tri: 462 464 465 +Tri: 458 466 467 +Tri: 458 467 468 +Tri: 469 451 470 +Tri: 469 470 471 +Tri: 454 450 472 +Tri: 454 472 473 +Tri: 474 475 476 +Tri: 474 476 477 +Tri: 450 458 468 +Tri: 450 468 472 +Tri: 469 478 479 +Tri: 469 479 480 +Tri: 481 482 483 +Tri: 481 483 484 +Tri: 485 447 486 +Tri: 485 486 487 +Tri: 474 488 489 +Tri: 474 489 490 +Tri: 491 454 492 +Tri: 491 492 493 +Tri: 494 455 495 +Tri: 494 495 496 +Tri: 497 491 493 +Tri: 497 493 498 +Tri: 466 497 498 +Tri: 466 498 499 +Tri: 475 500 501 +Tri: 475 501 502 +Tri: 503 485 504 +Tri: 503 504 505 +Tri: 451 460 461 +Tri: 451 461 452 +Tri: 475 506 507 +Tri: 475 507 508 +Tri: 466 454 473 +Tri: 466 473 467 +Tri: 454 466 499 +Tri: 454 499 492 +Tri: 509 510 511 +Tri: 509 511 512 +Tri: 451 513 514 +Tri: 451 514 515 +Tri: 503 516 517 +Tri: 503 517 518 +Tri: 519 520 521 +Tri: 519 521 522 +Tri: 485 503 518 +Tri: 485 518 523 +Tri: 516 524 525 +Tri: 516 525 517 +Tri: 524 485 523 +Tri: 524 523 525 +Tri: 526 527 528 +Tri: 526 528 529 +Tri: 530 531 532 +Tri: 530 532 533 +Tri: 485 530 533 +Tri: 485 533 504 +Tri: 531 503 505 +Tri: 531 505 532 +Tri: 534 535 536 +Tri: 534 536 537 +Tri: 506 531 538 +Tri: 506 538 507 +Tri: 531 530 539 +Tri: 531 539 538 +Tri: 530 475 508 +Tri: 530 508 539 +Tri: 540 541 542 +Tri: 540 542 543 +Tri: 500 544 545 +Tri: 500 545 501 +Tri: 506 475 502 +Tri: 506 502 546 +Tri: 544 506 546 +Tri: 544 546 545 +Tri: 547 548 549 +Tri: 547 549 550 +Tri: 524 446 449 +Tri: 524 449 551 +Tri: 485 524 551 +Tri: 485 551 552 +Tri: 447 485 552 +Tri: 447 552 448 +Tri: 553 554 555 +Tri: 553 555 556 +Tri: 557 530 558 +Tri: 557 558 559 +Tri: 530 485 487 +Tri: 530 487 558 +Tri: 447 557 559 +Tri: 447 559 486 +Tri: 560 561 562 +Tri: 560 562 563 +Tri: 530 557 564 +Tri: 530 564 565 +Tri: 557 474 477 +Tri: 557 477 564 +Tri: 475 530 565 +Tri: 475 565 476 +Tri: 566 567 568 +Tri: 566 568 569 +Tri: 488 500 570 +Tri: 488 570 489 +Tri: 500 475 571 +Tri: 500 571 570 +Tri: 475 474 490 +Tri: 475 490 571 +Tri: 572 573 574 +Tri: 572 574 575 +Tri: 513 576 577 +Tri: 513 577 514 +Tri: 460 451 515 +Tri: 460 515 578 +Tri: 576 460 578 +Tri: 576 578 577 +Tri: 579 580 581 +Tri: 579 581 582 +Tri: 491 494 496 +Tri: 491 496 583 +Tri: 454 491 583 +Tri: 454 583 584 +Tri: 455 454 584 +Tri: 455 584 495 +Tri: 585 586 587 +Tri: 585 587 588 +Tri: 589 450 590 +Tri: 589 590 591 +Tri: 450 454 457 +Tri: 450 457 590 +Tri: 455 589 591 +Tri: 455 591 456 +Tri: 592 593 594 +Tri: 592 594 595 +Tri: 450 589 596 +Tri: 450 596 597 +Tri: 589 469 471 +Tri: 589 471 596 +Tri: 451 450 597 +Tri: 451 597 470 +Tri: 598 599 600 +Tri: 598 600 601 +Tri: 478 513 602 +Tri: 478 602 479 +Tri: 513 451 603 +Tri: 513 603 602 +Tri: 451 469 480 +Tri: 451 480 603 +Tri: 604 605 606 +Tri: 604 606 607 +Tri: 608 609 610 +Tri: 608 610 611 +Tri: 610 609 612 +Tri: 610 612 613 +Tri: 613 612 614 +Tri: 613 614 615 +Tri: 614 616 617 +Tri: 614 617 615 +Tri: 618 619 620 +Tri: 618 620 621 +Tri: 619 622 623 +Tri: 619 623 620 +Tri: 624 625 626 +Tri: 624 626 627 +Tri: 625 628 629 +Tri: 625 629 626 +Tri: 628 630 631 +Tri: 628 631 629 +Tri: 630 632 633 +Tri: 630 633 631 +Tri: 634 604 607 +Tri: 634 607 635 +Tri: 636 637 638 +Tri: 636 638 639 +Tri: 640 641 642 +Tri: 640 642 643 +Tri: 644 645 646 +Tri: 644 646 647 +Tri: 648 649 650 +Tri: 648 650 651 +Tri: 652 653 654 +Tri: 652 654 655 +Tri: 656 657 658 +Tri: 656 658 659 +Tri: 660 661 662 +Tri: 660 662 663 +Tri: 664 665 666 +Tri: 664 666 667 +Tri: 668 669 670 +Tri: 668 670 671 +Tri: 672 673 674 +Tri: 672 674 675 +Tri: 676 677 678 +Tri: 676 678 679 +Tri: 680 681 682 +Tri: 680 682 683 +Tri: 684 685 686 +Tri: 684 686 687 +Tri: 688 689 690 +Tri: 688 690 691 +Tri: 692 693 694 +Tri: 692 694 695 +Tri: 696 697 698 +Tri: 696 698 699 +Tri: 700 701 702 +Tri: 700 702 703 +Tri: 704 705 706 +Tri: 704 706 707 +Tri: 708 709 710 +Tri: 708 710 711 +Tri: 712 713 714 +Tri: 712 714 715 +Tri: 716 717 718 +Tri: 716 718 719 +Tri: 720 721 722 +Tri: 720 722 723 +Tri: 724 725 726 +Tri: 724 726 727 +Tri: 728 729 730 +Tri: 728 730 731 +Tri: 732 733 734 +Tri: 732 734 735 +Tri: 736 737 738 +Tri: 736 738 739 +Tri: 740 741 742 +Tri: 740 742 743 +Tri: 744 745 746 +Tri: 744 746 747 +Tri: 748 749 750 +Tri: 748 750 751 +Tri: 752 753 754 +Tri: 752 754 755 +Tri: 756 757 758 +Tri: 756 758 759 +Tri: 760 761 762 +Tri: 760 762 763 +Tri: 764 765 766 +Tri: 764 766 767 +Tri: 768 769 770 +Tri: 768 770 771 +Tri: 772 773 774 +Tri: 772 774 775 +Tri: 776 777 778 +Tri: 776 778 779 +Tri: 780 781 782 +Tri: 780 782 783 +Tri: 784 785 786 +Tri: 784 786 787 +Tri: 788 789 790 +Tri: 788 790 791 +Tri: 792 793 794 +Tri: 792 794 795 +Tri: 796 797 798 +Tri: 796 798 799 +Tri: 800 801 802 +Tri: 800 802 803 +Tri: 804 805 806 +Tri: 804 806 807 +Tri: 808 809 810 +Tri: 808 810 811 +Tri: 812 813 814 +Tri: 812 814 815 +Tri: 816 817 818 +Tri: 816 818 819 +Tri: 820 821 822 +Tri: 820 822 823 +Tri: 824 825 826 +Tri: 824 826 827 +Tri: 828 829 830 +Tri: 828 830 831 +Tri: 832 833 834 +Tri: 832 834 835 +Tri: 836 837 838 +Tri: 836 838 839 +Tri: 840 841 842 +Tri: 840 842 843 +Tri: 844 845 846 +Tri: 844 846 847 +Tri: 848 849 850 +Tri: 848 850 851 +Tri: 852 853 854 +Tri: 852 854 855 +Tri: 856 857 858 +Tri: 856 858 859 +Tri: 860 861 862 +Tri: 860 862 863 +Tri: 864 865 866 +Tri: 864 866 867 +Tri: 868 869 870 +Tri: 868 870 871 +Tri: 872 873 874 +Tri: 872 874 875 +Tri: 876 877 878 +Tri: 876 878 879 +Tri: 880 881 882 +Tri: 880 882 883 +Tri: 884 885 886 +Tri: 884 886 887 +Tri: 888 889 890 +Tri: 888 890 891 +Tri: 892 893 894 +Tri: 892 894 895 +Tri: 896 897 898 +Tri: 896 898 899 +Tri: 900 901 902 +Tri: 900 902 903 +Tri: 904 896 899 +Tri: 904 899 905 +Tri: 906 904 905 +Tri: 906 905 907 +Tri: 908 909 910 +Tri: 908 910 911 +Tri: 904 912 913 +Tri: 904 913 914 +Tri: 915 897 916 +Tri: 915 916 917 +Tri: 900 896 918 +Tri: 900 918 919 +Tri: 920 921 922 +Tri: 920 922 923 +Tri: 896 904 914 +Tri: 896 914 918 +Tri: 915 924 925 +Tri: 915 925 926 +Tri: 927 928 929 +Tri: 927 929 930 +Tri: 931 893 932 +Tri: 931 932 933 +Tri: 920 934 935 +Tri: 920 935 936 +Tri: 937 900 938 +Tri: 937 938 939 +Tri: 940 901 941 +Tri: 940 941 942 +Tri: 943 937 939 +Tri: 943 939 944 +Tri: 912 943 944 +Tri: 912 944 945 +Tri: 921 946 947 +Tri: 921 947 948 +Tri: 949 931 950 +Tri: 949 950 951 +Tri: 897 906 907 +Tri: 897 907 898 +Tri: 921 952 953 +Tri: 921 953 954 +Tri: 912 900 919 +Tri: 912 919 913 +Tri: 900 912 945 +Tri: 900 945 938 +Tri: 955 956 957 +Tri: 955 957 958 +Tri: 897 959 960 +Tri: 897 960 961 +Tri: 949 962 963 +Tri: 949 963 964 +Tri: 965 966 967 +Tri: 965 967 968 +Tri: 931 949 964 +Tri: 931 964 969 +Tri: 962 970 971 +Tri: 962 971 963 +Tri: 970 931 969 +Tri: 970 969 971 +Tri: 972 973 974 +Tri: 972 974 975 +Tri: 976 977 978 +Tri: 976 978 979 +Tri: 931 976 979 +Tri: 931 979 950 +Tri: 977 949 951 +Tri: 977 951 978 +Tri: 980 981 982 +Tri: 980 982 983 +Tri: 952 977 984 +Tri: 952 984 953 +Tri: 977 976 985 +Tri: 977 985 984 +Tri: 976 921 954 +Tri: 976 954 985 +Tri: 986 987 988 +Tri: 986 988 989 +Tri: 946 990 991 +Tri: 946 991 947 +Tri: 952 921 948 +Tri: 952 948 992 +Tri: 990 952 992 +Tri: 990 992 991 +Tri: 993 994 995 +Tri: 993 995 996 +Tri: 970 892 895 +Tri: 970 895 997 +Tri: 931 970 997 +Tri: 931 997 998 +Tri: 893 931 998 +Tri: 893 998 894 +Tri: 999 1000 1001 +Tri: 999 1001 1002 +Tri: 1003 976 1004 +Tri: 1003 1004 1005 +Tri: 976 931 933 +Tri: 976 933 1004 +Tri: 893 1003 1005 +Tri: 893 1005 932 +Tri: 1006 1007 1008 +Tri: 1006 1008 1009 +Tri: 976 1003 1010 +Tri: 976 1010 1011 +Tri: 1003 920 923 +Tri: 1003 923 1010 +Tri: 921 976 1011 +Tri: 921 1011 922 +Tri: 1012 1013 1014 +Tri: 1012 1014 1015 +Tri: 934 946 1016 +Tri: 934 1016 935 +Tri: 946 921 1017 +Tri: 946 1017 1016 +Tri: 921 920 936 +Tri: 921 936 1017 +Tri: 1018 1019 1020 +Tri: 1018 1020 1021 +Tri: 959 1022 1023 +Tri: 959 1023 960 +Tri: 906 897 961 +Tri: 906 961 1024 +Tri: 1022 906 1024 +Tri: 1022 1024 1023 +Tri: 1025 1026 1027 +Tri: 1025 1027 1028 +Tri: 937 940 942 +Tri: 937 942 1029 +Tri: 900 937 1029 +Tri: 900 1029 1030 +Tri: 901 900 1030 +Tri: 901 1030 941 +Tri: 1031 1032 1033 +Tri: 1031 1033 1034 +Tri: 1035 896 1036 +Tri: 1035 1036 1037 +Tri: 896 900 903 +Tri: 896 903 1036 +Tri: 901 1035 1037 +Tri: 901 1037 902 +Tri: 1038 1039 1040 +Tri: 1038 1040 1041 +Tri: 896 1035 1042 +Tri: 896 1042 1043 +Tri: 1035 915 917 +Tri: 1035 917 1042 +Tri: 897 896 1043 +Tri: 897 1043 916 +Tri: 1044 1045 1046 +Tri: 1044 1046 1047 +Tri: 924 959 1048 +Tri: 924 1048 925 +Tri: 959 897 1049 +Tri: 959 1049 1048 +Tri: 897 915 926 +Tri: 897 926 1049 +Tri: 1050 1051 1052 +Tri: 1050 1052 1053 +Tri: 1054 1055 1056 +Tri: 1054 1056 1057 +Tri: 1056 1055 1058 +Tri: 1056 1058 1059 +Tri: 1059 1058 1060 +Tri: 1059 1060 1061 +Tri: 1060 1062 1063 +Tri: 1060 1063 1061 +Tri: 1064 1065 1066 +Tri: 1064 1066 1067 +Tri: 1065 1068 1069 +Tri: 1065 1069 1066 +Tri: 1070 1071 1072 +Tri: 1070 1072 1073 +Tri: 1071 1074 1075 +Tri: 1071 1075 1072 +Tri: 1074 1076 1077 +Tri: 1074 1077 1075 +Tri: 1076 1078 1079 +Tri: 1076 1079 1077 +Tri: 1080 1050 1053 +Tri: 1080 1053 1081 +Tri: 1082 1083 1084 +Tri: 1082 1084 1085 +Tri: 1086 1087 1088 +Tri: 1086 1088 1089 +Tri: 1090 1091 1092 +Tri: 1090 1092 1093 +Tri: 1094 1095 1096 +Tri: 1094 1096 1097 +Tri: 1098 1099 1100 +Tri: 1098 1100 1101 +Tri: 1102 1103 1104 +Tri: 1102 1104 1105 +Tri: 1106 1107 1108 +Tri: 1106 1108 1109 +Tri: 1110 1111 1112 +Tri: 1110 1112 1113 +Tri: 1114 1115 1116 +Tri: 1114 1116 1117 +Tri: 1118 1119 1120 +Tri: 1118 1120 1121 +Tri: 1122 1123 1124 +Tri: 1122 1124 1125 +Tri: 1126 1127 1128 +Tri: 1126 1128 1129 +Tri: 1130 1131 1132 +Tri: 1130 1132 1133 +Tri: 1134 1135 1136 +Tri: 1134 1136 1137 +Tri: 1138 1139 1140 +Tri: 1138 1140 1141 +Tri: 1142 1143 1144 +Tri: 1142 1144 1145 +Tri: 1146 1147 1148 +Tri: 1146 1148 1149 +Tri: 1150 1151 1152 +Tri: 1150 1152 1153 +Tri: 1154 1155 1156 +Tri: 1154 1156 1157 +Tri: 1158 1159 1160 +Tri: 1158 1160 1161 +Tri: 1162 1163 1164 +Tri: 1162 1164 1165 +Tri: 1166 1167 1168 +Tri: 1166 1168 1169 +Tri: 1170 1171 1172 +Tri: 1170 1172 1173 +Tri: 1174 1175 1176 +Tri: 1174 1176 1177 +Tri: 1178 1179 1180 +Tri: 1178 1180 1181 +Tri: 1182 1183 1184 +Tri: 1182 1184 1185 +Tri: 1186 1187 1188 +Tri: 1186 1188 1189 +Tri: 1190 1191 1192 +Tri: 1190 1192 1193 +Tri: 1194 1195 1196 +Tri: 1194 1196 1197 +Tri: 1198 1199 1200 +Tri: 1198 1200 1201 +Tri: 1202 1203 1204 +Tri: 1202 1204 1205 +Tri: 1206 1207 1208 +Tri: 1206 1208 1209 +Tri: 1210 1211 1212 +Tri: 1210 1212 1213 +Tri: 1214 1215 1216 +Tri: 1214 1216 1217 +Tri: 1218 1219 1220 +Tri: 1218 1220 1221 +Tri: 1222 1223 1224 +Tri: 1222 1224 1225 +Tri: 1226 1227 1228 +Tri: 1226 1228 1229 +Tri: 1230 1231 1232 +Tri: 1230 1232 1233 +Tri: 1234 1235 1236 +Tri: 1234 1236 1237 +Tri: 1238 1239 1240 +Tri: 1238 1240 1241 +Tri: 1242 1243 1244 +Tri: 1242 1244 1245 +Tri: 1246 1247 1248 +Tri: 1246 1248 1249 +Tri: 1250 1251 1252 +Tri: 1250 1252 1253 +Tri: 1254 1255 1256 +Tri: 1254 1256 1257 +Tri: 1258 1259 1260 +Tri: 1258 1260 1261 +Tri: 1262 1263 1264 +Tri: 1262 1264 1265 +Tri: 1266 1267 1268 +Tri: 1266 1268 1269 +Tri: 1270 1271 1272 +Tri: 1270 1272 1273 +Tri: 1274 1275 1276 +Tri: 1274 1276 1277 +Tri: 1278 1279 1280 +Tri: 1278 1280 1281 +Tri: 1282 1283 1284 +Tri: 1282 1284 1285 +Tri: 1286 1287 1288 +Tri: 1286 1288 1289 +Tri: 1290 1291 1292 +Tri: 1290 1292 1293 +Tri: 1294 1295 1296 +Tri: 1294 1296 1297 +Tri: 1298 1299 1300 +Tri: 1298 1300 1301 +Tri: 1302 1303 1304 +Tri: 1302 1304 1305 +Tri: 1306 1307 1308 +Tri: 1306 1308 1309 +Tri: 1310 1311 1312 +Tri: 1310 1312 1313 +Tri: 1314 1315 1316 +Tri: 1314 1316 1317 +Tri: 1318 1319 1320 +Tri: 1318 1320 1321 +Tri: 1322 1323 1324 +Tri: 1322 1324 1325 +Tri: 1326 1327 1328 +Tri: 1326 1328 1329 +Tri: 1330 1331 1332 +Tri: 1330 1332 1333 +Tri: 1334 1335 1336 +Tri: 1334 1336 1337 diff --git a/resources/e/azs/shelves_Base_color_1001.png b/resources/e/azs/shelves_Base_color_1001.png new file mode 100644 index 0000000..b0b39da --- /dev/null +++ b/resources/e/azs/shelves_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daae234732d541c3b85ec7827ab07b9ea0c523be4aac1eea50c9ab05a635f24e +size 290959 diff --git a/resources/e/azs/showcase.txt b/resources/e/azs/showcase.txt new file mode 100644 index 0000000..127f96f --- /dev/null +++ b/resources/e/azs/showcase.txt @@ -0,0 +1,39 @@ +===Vertices (Split by UV/Normal): 24 +V 0: Pos(0.823043, -4.446624, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.012858) +V 1: Pos(0.823042, -2.446624, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.987142) +V 2: Pos(0.823042, -2.446624, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011332, 0.987142) +V 3: Pos(0.823043, -4.446624, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011333, 0.012858) +V 4: Pos(0.519701, -2.446624, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.012858) +V 5: Pos(0.519701, -4.446624, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.987142) +V 6: Pos(0.519701, -4.446624, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.987142) +V 7: Pos(0.519701, -2.446624, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.012858) +V 8: Pos(-0.836484, -2.317617, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.012858) +V 9: Pos(-0.836484, -0.317617, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.987142) +V 10: Pos(-0.836484, -0.317617, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011332, 0.987142) +V 11: Pos(-0.836484, -2.317617, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011333, 0.012858) +V 12: Pos(-1.139826, -0.317617, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.012858) +V 13: Pos(-1.139825, -2.317617, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.987142) +V 14: Pos(-1.139825, -2.317617, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.987142) +V 15: Pos(-1.139826, -0.317617, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.012858) +V 16: Pos(0.823043, -2.317617, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.012858) +V 17: Pos(0.823042, -0.317617, -0.003812) Norm(1.0, 0.0, 0.0) UV(0.440664, 0.987142) +V 18: Pos(0.823042, -0.317617, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011332, 0.987142) +V 19: Pos(0.823043, -2.317617, 0.877515) Norm(1.0, 0.0, 0.0) UV(0.011333, 0.012858) +V 20: Pos(0.519701, -0.317617, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.012858) +V 21: Pos(0.519701, -2.317617, -0.003812) Norm(-1.0, -0.0, 0.0) UV(0.869995, 0.987142) +V 22: Pos(0.519701, -2.317617, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.987142) +V 23: Pos(0.519701, -0.317617, 0.877515) Norm(-1.0, -0.0, 0.0) UV(0.440664, 0.012858) + +===Triangles (Indices): 12 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 16 17 18 +Tri: 16 18 19 +Tri: 20 21 22 +Tri: 20 22 23 diff --git a/resources/e/azs/showcase_Base_color_1001.png b/resources/e/azs/showcase_Base_color_1001.png new file mode 100644 index 0000000..fbe5924 --- /dev/null +++ b/resources/e/azs/showcase_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049fa8324cc0e3aa0e577aa90550c8c694a9e311848b927a786d0e5cefb70bfa +size 1498292 diff --git a/resources/e/azs/table.txt b/resources/e/azs/table.txt new file mode 100644 index 0000000..b5a0172 --- /dev/null +++ b/resources/e/azs/table.txt @@ -0,0 +1,175 @@ +===Vertices (Split by UV/Normal): 96 +V 0: Pos(-1.841183, -4.260423, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.135128, 0.030379) +V 1: Pos(-1.542135, -4.260423, 0.339864) Norm(0.301516, -0.301516, -0.904531) UV(0.03493, 0.030379) +V 2: Pos(-1.509737, -4.29282, 0.339864) Norm(0.573803, -0.580266, -0.577963) UV(0.024075, 0.019523) +V 3: Pos(-1.873581, -4.29282, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.145983, 0.019523) +V 4: Pos(-1.841183, -4.260423, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.54594, 0.030379) +V 5: Pos(-1.841183, -3.0947, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.54594, 0.420963) +V 6: Pos(-1.873581, -3.127098, 0.412036) Norm(-0.301516, -0.301516, 0.904531) UV(0.535085, 0.410108) +V 7: Pos(-1.873581, -4.29282, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.535085, 0.019523) +V 8: Pos(-1.841183, -2.830566, 0.339864) Norm(0.0, 0.707107, -0.707107) UV(0.135128, 0.509464) +V 9: Pos(-2.421831, -2.830566, 0.339864) Norm(-0.301516, 0.301516, -0.904531) UV(0.329679, 0.509464) +V 10: Pos(-2.454229, -2.798168, 0.339864) Norm(-0.583036, 0.570413, -0.578531) UV(0.340534, 0.520319) +V 11: Pos(-1.841183, -2.784748, 0.339864) Norm(0.006633, 0.713951, -0.700164) UV(0.135128, 0.524815) +V 12: Pos(-1.841183, -3.0947, -0.004789) Norm(-0.301511, -0.301511, -0.904534) UV(0.761689, 0.410108) +V 13: Pos(-1.542135, -3.0947, -0.004789) Norm(0.707107, 0.0, -0.707107) UV(0.66149, 0.410108) +V 14: Pos(-1.542135, -4.260423, -0.004789) Norm(0.57735, -0.57735, -0.57735) UV(0.66149, 0.019523) +V 15: Pos(-1.841183, -4.260423, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.761689, 0.019523) +V 16: Pos(-1.841183, -2.830566, -0.004789) Norm(0.0, 0.707107, -0.707107) UV(0.761689, 0.498609) +V 17: Pos(-1.542135, -2.830566, -0.004789) Norm(0.57735, 0.57735, -0.57735) UV(0.66149, 0.498609) +V 18: Pos(-1.841183, -2.830566, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.54594, 0.509464) +V 19: Pos(-2.421831, -2.830566, 0.412036) Norm(-0.0, 0.0, 1.0) UV(0.351389, 0.509464) +V 20: Pos(-2.421831, -3.0947, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.351389, 0.420963) +V 21: Pos(-2.421831, -3.0947, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.329679, 0.420963) +V 22: Pos(-1.841183, -3.0947, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.135128, 0.420963) +V 23: Pos(-1.873581, -3.127098, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.145983, 0.410108) +V 24: Pos(-2.454229, -3.127098, 0.339864) Norm(-0.57734, -0.577339, -0.577372) UV(0.340534, 0.410108) +V 25: Pos(-1.542135, -2.830566, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.646139, 0.509464) +V 26: Pos(-1.542135, -3.0947, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.646139, 0.420963) +V 27: Pos(-2.421831, -2.830566, -0.004789) Norm(-0.57735, 0.57735, -0.57735) UV(0.95624, 0.498609) +V 28: Pos(-2.421831, -3.0947, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.95624, 0.410108) +V 29: Pos(-1.542135, -4.260423, 0.412036) Norm(0.0, 0.0, 1.0) UV(0.646139, 0.030379) +V 30: Pos(-2.454229, -2.798168, 0.412036) Norm(-0.583036, 0.570413, 0.578531) UV(0.340534, 0.520319) +V 31: Pos(-2.454229, -3.127098, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.340534, 0.410108) +V 32: Pos(-1.841183, -3.0947, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.135057, 0.719366) +V 33: Pos(-2.421831, -3.0947, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.135057, 0.524815) +V 34: Pos(-2.421831, -3.0947, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.250535, 0.524815) +V 35: Pos(-1.841183, -3.0947, -0.004789) Norm(-0.301511, -0.301511, -0.904534) UV(0.250535, 0.719366) +V 36: Pos(-1.841183, -3.0947, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.776969, 0.498608) +V 37: Pos(-1.841183, -3.0947, -0.004789) Norm(-0.301511, -0.301511, -0.904534) UV(0.892448, 0.498608) +V 38: Pos(-1.841183, -4.260423, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.892448, 0.889193) +V 39: Pos(-1.841183, -4.260423, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.776969, 0.889193) +V 40: Pos(-1.509737, -4.29282, 0.412036) Norm(0.573803, -0.580266, 0.577963) UV(0.656994, 0.019523) +V 41: Pos(-1.496318, -3.0947, 0.412036) Norm(0.713237, 0.012135, 0.700818) UV(0.66149, 0.420963) +V 42: Pos(-2.421831, -2.830566, -0.004789) Norm(-0.57735, 0.57735, -0.57735) UV(0.135057, 0.819561) +V 43: Pos(-2.421831, -2.830566, 0.339864) Norm(-0.301516, 0.301516, -0.904531) UV(0.019578, 0.819561) +V 44: Pos(-1.841183, -2.830566, 0.339864) Norm(0.0, 0.707107, -0.707107) UV(0.019578, 0.625013) +V 45: Pos(-1.841183, -2.830566, -0.004789) Norm(0.0, 0.707107, -0.707107) UV(0.135057, 0.625013) +V 46: Pos(-1.542135, -4.260423, -0.004789) Norm(0.57735, -0.57735, -0.57735) UV(0.250535, 0.640294) +V 47: Pos(-1.542135, -4.260423, 0.339864) Norm(0.301516, -0.301516, -0.904531) UV(0.250535, 0.524815) +V 48: Pos(-1.841183, -4.260423, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.350734, 0.524815) +V 49: Pos(-1.841183, -4.260423, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.350734, 0.640294) +V 50: Pos(-1.542135, -2.830566, -0.004789) Norm(0.57735, 0.57735, -0.57735) UV(0.776969, 0.977676) +V 51: Pos(-1.542135, -2.830566, 0.339864) Norm(0.301516, 0.301516, -0.904531) UV(0.66149, 0.977676) +V 52: Pos(-1.542135, -3.0947, 0.339864) Norm(0.707107, 0.0, -0.707107) UV(0.66149, 0.889179) +V 53: Pos(-1.542135, -3.0947, -0.004789) Norm(0.707107, 0.0, -0.707107) UV(0.776969, 0.889179) +V 54: Pos(-1.542135, -4.260423, 0.339864) Norm(0.301516, -0.301516, -0.904531) UV(0.66149, 0.498608) +V 55: Pos(-1.542135, -4.260423, -0.004789) Norm(0.57735, -0.57735, -0.57735) UV(0.776969, 0.498608) +V 56: Pos(-1.542135, -2.830566, 0.339864) Norm(0.301516, 0.301516, -0.904531) UV(0.019578, 0.524815) +V 57: Pos(-1.542135, -2.830566, -0.004789) Norm(0.57735, 0.57735, -0.57735) UV(0.135057, 0.524815) +V 58: Pos(-2.421831, -3.0947, -0.004789) Norm(-0.57735, -0.57735, -0.57735) UV(0.350734, 0.640294) +V 59: Pos(-2.421831, -3.0947, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.350734, 0.524815) +V 60: Pos(-2.421831, -2.830566, 0.339864) Norm(-0.301516, 0.301516, -0.904531) UV(0.439234, 0.524815) +V 61: Pos(-2.421831, -2.830566, -0.004789) Norm(-0.57735, 0.57735, -0.57735) UV(0.439234, 0.640294) +V 62: Pos(-2.454229, -3.127098, 0.339864) Norm(-0.57734, -0.577339, -0.577372) UV(0.560144, 0.635026) +V 63: Pos(-2.454229, -3.127098, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.535962, 0.635026) +V 64: Pos(-2.454229, -2.798168, 0.412036) Norm(-0.583036, 0.570413, 0.578531) UV(0.535962, 0.524815) +V 65: Pos(-2.454229, -2.798168, 0.339864) Norm(-0.583036, 0.570413, -0.578531) UV(0.560144, 0.524815) +V 66: Pos(-1.841183, -2.784748, 0.339864) Norm(0.006633, 0.713951, -0.700164) UV(0.487598, 0.635889) +V 67: Pos(-1.841183, -2.784748, 0.412036) Norm(0.006633, 0.713951, 0.700164) UV(0.463416, 0.635889) +V 68: Pos(-1.509737, -2.798168, 0.412036) Norm(0.573637, 0.576373, 0.58201) UV(0.463416, 0.524815) +V 69: Pos(-1.509737, -2.798168, 0.339864) Norm(0.573637, 0.576373, -0.58201) UV(0.487598, 0.524815) +V 70: Pos(-1.496318, -3.0947, 0.339864) Norm(0.713237, 0.012135, -0.700818) UV(0.980422, 0.420911) +V 71: Pos(-1.496318, -3.0947, 0.412036) Norm(0.713237, 0.012135, 0.700818) UV(0.95624, 0.420911) +V 72: Pos(-1.509737, -4.29282, 0.412036) Norm(0.573803, -0.580266, 0.577963) UV(0.95624, 0.019523) +V 73: Pos(-1.509737, -4.29282, 0.339864) Norm(0.573803, -0.580266, -0.577963) UV(0.980422, 0.019523) +V 74: Pos(-1.509737, -2.798168, 0.339864) Norm(0.573637, 0.576373, -0.58201) UV(0.980422, 0.520301) +V 75: Pos(-1.509737, -2.798168, 0.412036) Norm(0.573637, 0.576373, 0.58201) UV(0.95624, 0.520301) +V 76: Pos(-1.509737, -4.29282, 0.339864) Norm(0.573803, -0.580266, -0.577963) UV(0.535962, 0.646724) +V 77: Pos(-1.509737, -4.29282, 0.412036) Norm(0.573803, -0.580266, 0.577963) UV(0.51178, 0.646724) +V 78: Pos(-1.873581, -4.29282, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.51178, 0.524815) +V 79: Pos(-1.873581, -4.29282, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.535962, 0.524815) +V 80: Pos(-2.454229, -2.798168, 0.339864) Norm(-0.583036, 0.570413, -0.578531) UV(0.487598, 0.841272) +V 81: Pos(-2.454229, -2.798168, 0.412036) Norm(-0.583036, 0.570413, 0.578531) UV(0.463416, 0.841272) +V 82: Pos(-1.873581, -3.127098, 0.412036) Norm(-0.301516, -0.301516, 0.904531) UV(0.439234, 0.524815) +V 83: Pos(-1.873581, -3.127098, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.463416, 0.524815) +V 84: Pos(-1.873581, -4.29282, 0.339864) Norm(-0.577339, -0.577339, -0.577372) UV(0.463416, 0.9154) +V 85: Pos(-1.873581, -4.29282, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.439234, 0.9154) +V 86: Pos(-1.873581, -3.127098, 0.412036) Norm(-0.301516, -0.301516, 0.904531) UV(0.487598, 0.719366) +V 87: Pos(-2.454229, -3.127098, 0.412036) Norm(-0.577339, -0.577339, 0.577372) UV(0.487598, 0.524815) +V 88: Pos(-2.454229, -3.127098, 0.339864) Norm(-0.57734, -0.577339, -0.577372) UV(0.51178, 0.524815) +V 89: Pos(-1.873581, -3.127098, 0.339864) Norm(-0.301516, -0.301516, -0.904531) UV(0.51178, 0.719366) +V 90: Pos(-1.841183, -2.784748, 0.412036) Norm(0.006633, 0.713951, 0.700164) UV(0.54594, 0.524815) +V 91: Pos(-1.509737, -2.798168, 0.412036) Norm(0.573637, 0.576373, 0.58201) UV(0.656994, 0.520319) +V 92: Pos(-1.542135, -3.0947, 0.339864) Norm(0.707107, 0.0, -0.707107) UV(0.03493, 0.420963) +V 93: Pos(-1.542135, -2.830566, 0.339864) Norm(0.301516, 0.301516, -0.904531) UV(0.03493, 0.509464) +V 94: Pos(-1.509737, -2.798168, 0.339864) Norm(0.573637, 0.576373, -0.58201) UV(0.024075, 0.520319) +V 95: Pos(-1.496318, -3.0947, 0.339864) Norm(0.713237, 0.012135, -0.700818) UV(0.019578, 0.420963) + +===Triangles (Indices): 76 +Tri: 0 1 2 +Tri: 0 2 3 +Tri: 4 5 6 +Tri: 4 6 7 +Tri: 8 9 10 +Tri: 8 10 11 +Tri: 12 13 14 +Tri: 12 14 15 +Tri: 16 17 13 +Tri: 16 13 12 +Tri: 18 19 20 +Tri: 18 20 5 +Tri: 21 22 23 +Tri: 21 23 24 +Tri: 25 18 5 +Tri: 25 5 26 +Tri: 27 16 12 +Tri: 27 12 28 +Tri: 26 5 4 +Tri: 26 4 29 +Tri: 20 19 30 +Tri: 20 30 31 +Tri: 22 0 3 +Tri: 22 3 23 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 26 29 40 +Tri: 26 40 41 +Tri: 9 21 24 +Tri: 9 24 10 +Tri: 42 43 44 +Tri: 42 44 45 +Tri: 46 47 48 +Tri: 46 48 49 +Tri: 50 51 52 +Tri: 50 52 53 +Tri: 53 52 54 +Tri: 53 54 55 +Tri: 45 44 56 +Tri: 45 56 57 +Tri: 58 59 60 +Tri: 58 60 61 +Tri: 62 63 64 +Tri: 62 64 65 +Tri: 66 67 68 +Tri: 66 68 69 +Tri: 70 71 72 +Tri: 70 72 73 +Tri: 74 75 71 +Tri: 74 71 70 +Tri: 76 77 78 +Tri: 76 78 79 +Tri: 80 81 67 +Tri: 80 67 66 +Tri: 82 83 84 +Tri: 82 84 85 +Tri: 86 87 88 +Tri: 86 88 89 +Tri: 19 18 90 +Tri: 19 90 30 +Tri: 18 25 91 +Tri: 18 91 90 +Tri: 92 93 94 +Tri: 92 94 95 +Tri: 29 4 7 +Tri: 29 7 40 +Tri: 25 26 41 +Tri: 25 41 91 +Tri: 1 92 95 +Tri: 1 95 2 +Tri: 93 8 11 +Tri: 93 11 94 +Tri: 5 20 31 +Tri: 5 31 6 diff --git a/resources/e/azs/table_Base_color_1001.png b/resources/e/azs/table_Base_color_1001.png new file mode 100644 index 0000000..19c4549 --- /dev/null +++ b/resources/e/azs/table_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bd47f2098ec4382cc91bf594858a595e3202a82af41e345c745baf4b43fbe8 +size 554376 diff --git a/resources/e/azs/walls_Base_color_1001.png b/resources/e/azs/walls_Base_color_1001.png new file mode 100644 index 0000000..9beddce --- /dev/null +++ b/resources/e/azs/walls_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd86be98b613360090353cf8438fd9bd80dd1eff28b2138ecf95363d6ab2ae4 +size 6903421 diff --git a/resources/e/land/Gemini_Generated_Image_eq858beq858beq85_azs.png b/resources/e/land/Gemini_Generated_Image_eq858beq858beq85_azs.png new file mode 100644 index 0000000..2bdbaf1 --- /dev/null +++ b/resources/e/land/Gemini_Generated_Image_eq858beq858beq85_azs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4eea39d6d0dd634b92dd7022e074fe3e755b077299d8e36c1eba9ea43e2619 +size 8747988 diff --git a/resources/e/police_run003.anim2 b/resources/e/police_run003.anim2 new file mode 100644 index 0000000000000000000000000000000000000000..7407a4a0f9b76994dd18e77848966c64be177813 GIT binary patch literal 1353053 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 z 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%0APmR5de&u6O)^v=?&Y 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

OwBTc^6oNP@lmm%*$9{_^j<b}ObiCi_lLuKW= z{W+TXbLFb#OAVA~bJuI))pFH_epQt9KOE4+?Ubu#?=w_>o-|JrkRn(87+pmf7|Fi2 zY#~=ge=|^CxnH6gWGYw94AxODb3CVMwL_-TFRHAJY5R}HC0wS;t)Zv1zH?1u`%tE8 z>8hh_Q2(Z;^oL9p(o|cy{AIi*Tac;xtkze0of)XPFaku^r=?8QK3ZRC z8go+XMwoY@z8X^cm}IWk-oA=VFO`e6}c*{t)6mt!BCGFeYwi0 zjTUPo504rpGFA7_I?4wz-96Iu$Av44WvZrrj6c{ySeGJGEppaneXN?t zbJnJQ$MlskJDPdCJ}OhyY@y5Y^GYz9CsWl9(o;HLAIpAPELRCP^pw+YP4>9Pa^kg4 zR~a0v@R-SLPaHK=zF$%%EKHTFI;2-o?wTy~@J^Deo{X!ad}+K%sJ>FJx{_H%Y1YX&%(*gEU1MG4>wLjO>BI6fUQbyqJIo{Jh)m_W zSw}g?ILhPbC7H_qqqZ_HeWze$EmI9s>nkUIeXSU%lBvv2>nR(Cz7f{dk*OTd=qr6Z zqCAe5$yCX#4?LPZ#-o9WTxAhkS$XjJ5RX^Qf%4&w8Xi5_ z7~I^{P-*Y-T-eWI_8nrVTxY*qI6H^6Q7=Pf?v*mdmaj5ZJj;Js_$1*{Ke0g4H&es_hS5<>Dsp9vz0tRWbuzHoiPPYWJ0^2G-D5X8+UQ;}Yv{b-fLg zfsZd~h6c%1L*MBsgFm0ryd5T2eNER@c71SMvvGo4rR7~&89Q{0#%icc_1IKjxvx=} zCg>mLf3dEz^t+vqqL8W5f9okH)b$o>AB5cMD#x(7$*8lrpnK9m@H<;w_|&ACurI+} zc)6*W5OLUCn9eR<>+O;Yjknkd>;+)K+Ow$;JimtEQ_ogdnqw~9?QAWSJTn)vdP~O( zLuJAewy-(&Lnb7@Z77V%tSP)St|x5kR7=>tqK+{5ZY|-{8uo(Lb#uYg&rWCPc^~4nT;?+znY-y)IezK zX3WG=$bW1i{8H5s67x)jTI`<&3@*%Tlb_WR>|I(>yge7og#Ira zD35Py$%XnKnhEjsYY3r+c9hrTx77v5b@r4`F&`pN%-?^_ujiB+!p)i1!q8UcLaTmO z)DCBJs|#D|)EBh8YYGK}>r&o#G^-)RzO$lZ(N5fo?IE^X@+>o9rQAjk^C9M2tanDC zsnBt>1Lc?XJM2G)&gfzP2^*r1?HAQtOE7S6DqP9b!FFDIPe&N`%3iSFql5j$r=A|x zV`mjT>`%psTG(Hb11n>_s@%}Q{*`t_8~ckCnNL{U}AnV#v==s9{ z`_I@?BkVt-oyZsM*BcmNe=&Wg&&FC~;aX`G>`zcG^p{Pq^|4=xyp?;jvEPXK6XVX* z)yDoa_?HfjLs2j0&oo94`%%zVJ;8jDJ>^%-qo^12_smuc$CsF25f2X5!+s&QgYu#t z_8&3NkiVz5ECi7!=3V5?wAIFOF5+UliS-ULHNbu(=3UG~zkdv{|0op(IG)6MiuDou zkwvT)jvKMwB2S!`#Bn9gSK@dQkHz^+9QQqfOojLLTM2jKjj>&KpEAPvL2O?!E^%Co z^N{FAELR+-;=Cx%hvK*t=S6WVjx%w5iSwa2PQ`gq^ec{cab6VT5aSZ(MRDE|$E!F_ z#d%L0r{etgU*}74{u9SJ%zMyp|LgoG9*gsz7>78|iSwU$Eb7H}5a%iFz^bqMdjw&VOPa#XN|45$8Rz{$gImaVhpo zvEPdGo;W{=^O87EiQ`WkcjCAd$CEgY#CdOww+@~+#c?V6700#cSDZh@xWxHS9Dm|? z6z4y2e#>rYh~q*W2jcuD^2B*goVUbzOq}P$aV?H#Q7_JK;(R8?B_508Tg;z0&c%F* z^O$%n)>EA4#5{_)m=6&b^C-?=;=Co!S7JUzy~r2!Vta_~AmZZuCe~lftC$CIUJ>V$ z|5`tBo)haY_7}1K;`k8PTjD$?&Tpb#9AD!6CXRD)o)hB`&s$>qx)v=}BnL*Q-+nmj zetG<6MT=!&>bbF|ife{V6lc~>QOE4q>pt=8(yW5PQ`8OWJ1I^sU7j7kBtqTy;STrg zf7+>w6CKqDHjd9qSMOC!S~*HReN3!E8Q3VhRllA>t0&cjPF-4Mci-vH&h_6Euk&*= z2U#@`E?w))&VB0@gU5Cf)+{p-Ui3QZUgR@Xy^yZ|(XGYwEK|SQ z!tlY}g}x6PDTWVr6DIpL5gPvdlohv2CX6lh5`6Y0D9+|iRNw8aqiA^|PGRXEp=SR; zNU?QfxWZ>&ggW+JOO{VZ1^cj}x~ux9`yAto?$>=|)w}ywQN*-unl5FA;G~1D7l4vbVy`&Q2_dm$GXJaeO$nX%7iWKgbIyMnnEb|Z)lW)4W&T|yzwQnm- za6g;GwVEBa(}=|JglUZEl(GzUa=V?2#QOt8X}sce|1~%x$1@ntIgom+qSa zMl0UbidN6G&2gWwx2`a0Wmol}rP_+w4llA_l?AHD`u=pc8a9sAStTs;tRtKn8=)B4 zv70cr%uM*|_#`v!NJBwyW+!1oKXrCOTqCyDvKLMqU7U62>ooOO$6)tYWgdzaza0gZ zCt-1uvF!3*#?gw~b=`#bORNQ_ZBB~gx9x@Q?VN>}wjqiyIUR*XcjQ7{<3L5$!;V70 z@!EpQA|$J3T4UkLeRkt7QUIapoS;huX&VX>lZN`N|; zU7UaPJf@hlX|VcW)pSMLkrMZ%j~WUN<5+tfD|1f{v=K6Ol|s$5(^;9Tt%Q_|orK(v zyR!Vp5$6*ucXUOD1|uYB8zGM4yQPliEz=OqwzYU^0XW=l}z*9TN*C#^q9nZQ+I< z#AeO}{F*R<7^^XX8;B6=U?vc!6%)W9J~3W+nctcT)S(d*8zvAte24+IpaX$=K;2|a zAP$Hd%C=_$@p>|8#-uqDeeN(M)uX$oyXy2kZDqs44$9#(O=UwJ)nvoV zE~aeNWvd}uqHGOit0h}6*?P+cAM)YHi_h(4>mXZA*_z0PJVQ3L4|Ugi~YKCvH+ z5ncwwzL5t$xnu(~a6*c|p0X8`ExT;5%hpRa)CJbzvf&S(Eh<}X*d* zzz|GvEEbimm~3&fp$^nlST-D6;F?3W^0I+x57~HJy5xT_FDqLi*>b*2ar~i6eVWYh`&d^pIdk)#qR^-9v@rM-0AKHjEpe@;C!~W4$ zu*FznY;o*0kPSR>Oo1QRfu)iSjBxCEWdlo;^~i>@I6hDpjz93TWHV*M@zz+jUb5kM zLtdh6IJR(%;g|z!aE5KjhT{x%Aq8)=56sc7N-tCF6UQ9di2un{sC zt@}g5%=*87uJ3elT1ESYnO*wr)1AL^TBGJjnR8lSEa$TRy&PuxCmqphlgsMaDct<@ zn-o1X+HGC>JHk9y<12k?u-jUh6lq3X+p2T#b6aJfM@pTm_2L_D>&nl5@jA-+C=LZm$m=1Nb|tn4!Y+ir;#h*>Tbq-Q^v(RXioi zeCk@Qk8X2YAC-2P^+zny5eM8>qp`BKIDUoKCS7+#t8ab`q`6JErpBCyK^_*7BHxXvs^pEwp7EUYo@(6S8v&}l+ zWT(~S{Rs0#v7P#jZ=JH<8)5z#vrjiJ?y{DqN0_eC2lQ!K4@_?xY1Uh`Q;$04vX;+_ zGEbh^rn|4fHP>uD#4x$XQaJ#LuWTEE?4wr{&wZyN8m{z;dIl5b|~ zLj&EG(;aOd8#`Hd^SZ4$MWW56)^I&A(rvAEM4RhJ^w+$im+=Hku6bpPYBX1F`b9JX$fes`g)eYK7<_cxubn+|hYcV!&R9~S8% zvYvcwPo!C{+baEB)}oiaA8A&*x>5IA>9k7Bi8N14*`|A5kTF>wX%-l~Q~zDkW$BBN zX3uiF^_p=m>rVM7Q{UdI&u(#9w<|l$3kjQL9ouEazwI#Rk6EX4#k%cwUMjg#H-FV_ zt;!Q^x}%opGS%GHp2TQ#@a4JsQYp7pL)KbPOnFCtD(6L=0nz5y<|Mu3oXaXLYx1i< z8>1V@x^&61(Po{;qjbmavIcw8VRj!nMi+m@WzCUwypty;>eK(odVVX1`DLYd^mSQh z_Jup-c$=#~`&iCXImSA!UaWsu>a;G-i838WKho}XPRkk^CF_&xbj!m|tJA0Z-=wF>8tES^W!-Ywdfm$BvUXi? zm>E?+(K~*3S%2q?HXZ9$=-&6GolT-8E?|l7@x*1-ly%+b)_fhE=Can#h&KCgnXTJi za9Km%jW&nXct_9P?XnV+qs{4Urs}G)RzIb4wArKi+j>nW`Tx~u^HANXda=YKY)NyN zJ+r){zj@}g&h2u@+V5=L?>DD)=q-m?AoD%FTaHiF$YDM#yF~kB{j*~chgrDG3LX2s zT)Sj_b`IC>Q5U={%;O5OX@srNZXO-<7e__5H|K24! zyVGSgkaMAI>@uAwF%fQw<5=r5P=M{7^NQ{QRrZjBIlj zs9aJW|EC+XRQ;YTGgbAI>qEJrQm4F#m|W9s`J~Rp^`@$iiv;$ywAf7bAjWMqmo_9m zc~6ae>at$jm}-QDEmsTDB}QXHs*zl4ooaH|WzFlFYWzKYn@X4b2hCEA5vTU5%FhD- zd-EPr;W^ze%Y38G7j;{ICZ`$)mwu-X*K*r+o@sGYGL|N9R}j)P2eSwp^;QG5aZ1 z@lfFZqJ1x`L4QcBhm=`Y;)Yt0#ci#S&(>=2ulh%>MKz_)u4c4%(VK4Te0aLCw&8QN zc0CxS8#Ug(rgr@3w$iKIGnNlKuDaiGTVHOwXLzn}R=>&ja<=UEjZ^M-Rjq&B)~ogI z8@ZD^s!2Zt{-2gqTCG~+wi2Ywt-qpGcDc4+mCq)8^uRNutlR2Z^`23ASfqL?-;a}J zU$5UTqV9d+vT{VE8`Z|OP?x8n!to5m>#xEV$t9{*Emg|F5ImV8v z&I4Rlh5o5Vj)*HNPR^-E{qTRLdi-Ue%nxrkymN26toriVDTA|mi&t=4PvjVzmQ=ud zd^E1f_hcM$dN=so)}3GP8J|CSs-8Y}TeVl*H~#8$P8ED5-pZQrz_?rIbJhRVcx&L! z2gYgKm6;+{Oy!Bm{ zM@B~M4wcp}-g;%}BV)Gwcv5dG-pc#uBSU_0Tea|j3+J0 zZB@HfTgcj->K#vV#H(zloOZY$unW=ox?W>@phl>U~_^3eG0Tq$p*-`!Shp+`pX`FXsP zD#u&vN<21lwYsa8_KCN)M`p;l?N-y0;;pG0GmHiD-tS`*PiueQh6A)>BTt zL%)+Yl%Ms`bMaTFH7M+XvEc7M>VVvTb}M?{xIXwZ^^1Hj&z*G7$oa=V>eObZb)d{W zL)NLi{>y>?``#(;ol`}|P0B2LQN{bpGM9C)$bI8N&syHMv%0MlFYX%=2NS$$ay+;B z^^xH_RN4FY-)<{0Cc`K&*zN6@5N}x(pBUA@&QNQ|#9Q8ynZ}G;`;=#Pyp?n=(-<#QD*ey{V^G)^s;k5( z`ExxmM)bU^>W+0<9k$;$?mx@towMC(6_fw3&8y)3L}J`JN}2I74ZI&ta9QulXP-SZ zyh)EGc2DYjZDS+vS-D;{zmOrvZEbJ+D{gD=E1AZ$zlwN$M!eO#{Zk`sc)0h>qc9R&l&a8Xs>}dn3&3nCoB9ceMlm zZ)@B;;qe)_mA6`$IeSJI-|mj`UA*drap?FOU+WXXRO&1~WW2AXiSHK~!={Dz*Zsz6 z4SAet)cxhCr-Ix+U)l3S#<{mTR?2BL+K?gR_LVA{$0^@aj}7OA=c>6pPaPTa*vNgO zi1)5MH{t(-j(Xm2PB^V_DO0_Ab8j}ej%{9#^RA6|*jc$JkvgBBZSBp~!fmCNd2ZY& zZFqMc7Z#IW7}0TMz4t4|TQ7QtnFVvo^?Yc&HS%_txqZ}kDtcPH72hV@EK~Ju_2J-n zD`sZ6Dd(!EWVv{&l>9$t@$!V2uiaKlDRbgZQ=e++wzPcq+j1*>h4;CvmVLrZ(=*W5 zucAwyk6sw%T^}^?eIfUjWuF^s9{=c>{F*%XU3n_k#zCrePN&u2RHiY#@{VdkAKrnl}cx7GPvnAvV=Id7u^@mAsS;bxZy*}R+E$6L3< zBFsjmPO9dE;;k?zR?4nWe>Y`3A{7 zM*Z*ziNhV|i`ppnpHio+q52{uR`;;%tMz-!5^k?{T3<>Vs%E|I`6Iz;{aWyaA!|Wu z(u)G}J^ozoXAY^eHw#$3t!KvZYEj-7;ZAG+uTPCuUzGH&GXwu;e(&)nZ*-DcR_;G*&=^yZzZ|!I&Ou_bEx6nwoLA$u7=C~e>ty9zE6iw zjgZ*e?A|if;^kgF(#)~=M~S(UYgE5Tv+|{R$|u)wwM?GHmKRbJ)70@wrj@ zg|Q(e!8>x5(;6>j8a8g}jgjx`Uh>(9745xkK5|(PKMgZWE^F>RE%$Y+TSQ2E61+#o zxGmS!2(xa(GTzFk+*Y-5k!FLG?B3+)czLFdG{0Z-vvRuQt!A%9$@Aa`s%})g)o((S zJg3xDe;spMQ{?}p#kP5Vl6&cXQl{>%?-DLNcUi~fvz_Yhs{canE8dnmsA1E=+`v;k|x1*QFW4u;FT${ck%O6EX}aC6(9X72yBxObr8v}Vfx*$3A1j{ivVrOZcHn|jCRkozn7Y|)=udE3hK(Q2vF^H!qw zlN&CpZo^24?XB%?(#map_CusushuAM{@Fct-mpZ5YbMwQn8e3U?D#!C7+1G-0?bS({e{)@pGQI0(sj*X?*65isU(xh) z^?Em%x2YLrCJs8Ma<-OvkBmt3d}^5YOm|$PA|*CIpSOj4U*rD^r%HJD`sF$=Wg@dx z@+Qc=$GI9&@=iuo?{az8P*Ufuq+;H&3ne!H9fuj!G2T1nxN!f;VYaxJ%lqCVm({(H z#K;d0^Lq2St=GF^?&1%%Pwx36Wq#w%M89(9mG9X#(QVjOa*2%t_cb+M+G{R^G=DSv@L&Ca1eTQ7@ z_N&-=h$W9QAME>8EuAK@>ZhX2H)dz51`_+9yhpATU*_=M*~0%_-k;Aqtr1eD=klW7 zfpTA6NIomq1aEX(`QESRFtZgb;7yeKt|$LGWw)5K*pkvh-CEmDy#m-VXbE9J^cwc)nBmv9I3OWPFY^e*kj z@$j`;xyvcv=??R|ESFTj&z;t=zL?v2ppthxq;C_9g76o(E6#2p*$b`aMdC6a%WVk9P>3~ z-f3o?%W6x6yq6<$L8&utsCII0mXzzmq|^7*`?&-Ex5)og^(h)C^Z0O>w|Wg3XZdWu z6XD(xa<7Ft?;cyH*3@=e+rCYexr^V`l%_6gU(RT`4$sxoWlm;)msI1Q^mp~GQ8M?w zC{>;TXX(5$cabdR!-mh$Bj?Jq)x%Vy#@cDR?0mP?-<@X6+B8Mqeb+6|1!=~*MajDC z6t`8TYMMOzjMevKzIRv&%xNU)i(TB-K}VV~C3BQMo#?hoTue2NoJrDID!Z)%n^KLM zJ;v(Q1?3)KM5@d$CF>bE+}5}CFxN3f7nOP7{5evM6H}(?L1FT2a{aE+pydp`Im&H) zaQ3d;N6pfMV%^f;yT;(l?`q5)owH`Qo1VWH0bq4cp-n%uL!ryuQcTiq6<89y$Zt*6L$?*3b8a{n`3Uy$$Xu2s{e z{mDA{8~HBooNi1^AEAvMZp-YIZX9_qP}h+A5J$swW6}40^^`$wYgG1hW6!dNfa$=f`gPzVxfsXBdY8I$Ex) z3uDt{4r;7EJx1PJlDVmLnPs^@RKDYir5bAn%+(3WIBxG6>YGJ+$cHZLo8Rslo7XSb zZ_BmlW>l(Cf5b|CE<)yT4uTETJQeZZB6&y zGun?{t{3Ktw|>rc-)Q}GzW%;yyu1r_-#9k*9i3S}-nt<3HaI5pSCD7MIS*tWqnF+u z8E=(b_CSt}Hu|7&Z{PQUapSATy2=EZ&%bxy=u|gRza{fp3)kS$#qHIagyV9wcff?p8Z#+8vEW`uj^b7j9Yk%jru`7dH$6-pL}Yoe!R$S6+Lv% z7(R8Q{`{ufTDsnb_o3lVnxS|1kGF~yd1R!{7^zpv zb3}m&kBqQ|U37Hucx&UFM~1UW6TR&`?lT|BxHZrxCdvKwHxG@gs*Y|RFY`Z+hsNf- z4fM}n$(%r;2gbemjdihJ()SYgje!e0>-{npjrqgET}J2*vc3@BBi%Ut^E=ulYZjmR z(u~717wS5X<$kPBn#>QZ(x=K|?IX>&RC1#(D%a0d3)2jLuB|%!q&%lM(~XB^x9K@@ z&+yjybeXUFQr?wxTSwYGFg_o&RquN2wv3Svjb96{)sN(Pq4Uf~hBxmAI(b~Y^~1Qw z#(T?V>f{;m@~&Hk5mR!6{&={QStj#5e|FH3b>gj8H)qKC>(xd6mgBs4hRjb^*X3j$ zyZLvIje;Ln(uvt|9e89MeO^s(lH+jVpAU_J#l5 zVS1K4_l-=E%@a{4rD7)>fC2xxPn#XBxea z)YpfuV;(QlsC=n{R%7K^``;(VviHmApXI)8{F4l$WuFTA=6nha zZlen~mE*k1bK|QY>*!>;)^-2wnQ`Y+QV2JjL&R&ch)IuMh}f!NgwL^ zz2u$0>ko{SE1&9BYvi8%%md?g<=yhDk@5~=nTIkDpQ1-hmi35>4~-ul`E?8V{;L1` zBjeqlw0ihv{xrTl(mofPvzRORm**+_4^;sz{_p9PGd+MnZ)VdZo-|r5hPC zm-VimChua-?)zBgX+P36J(wGLWGtEWnRd%DF!$@z$c4FnQNguIJOG z@1KOp{oyRKI%J#bo6Zay<6_HL`&c5+&AOP(54 zKOCjI7jjx}4U)OO8gq5F7&2&rqGCpBQ<2e=ac$@;+s1hRk#B*VBHI zXR9Vpj9Q-^){b_v{vMra#BDgLkN)nm4i=F4!!M86u?k}rzc8%N59qz}oLhK&m^|lx zq0K7sR>flB@(i_FkAE}XTDvRUjGp?QUNkY@I#(h>VhqOV%e`e@OXhR#OnhC3%i6@% zVG(lQo1mA-I#h2f!VDW;QE#f_w!Zi$+{F32`g3_dwP(1*S5(kNviXzGnq2$I+*9KlZUsayhM)iBF9; z-q@yF%d^$hN>7cmBYKPBvN{;gjDFp}(L3c?ctgwQa_%3|1?8T{ z_j{PRtMdUJx65rUnH4T^5nt$hx#MMRH$tBER%@r6n?v?S$UXmjy;#1RW|xSRXSxac zf{M5L^p^RYue<35Ro?5(Ir24KLaqrPm6o}VISG1AR>Z?Z z%3Ng~U2Cq(THHzMiA~Uzaeqs z8eKArTJo?_(Eq%D7K!a|q-Jf(qQ1}FIOw1DR~C84;J8 z{w}{{1^sh}{J;6=FWz0ixaB)7;uhtz*!8d+#`*rUMD^i;XnVgb2QFymg`UxNJ6W## zZ_(;jQbU^)+RbvI`QTS0&wu4$kKXN&_pTc$vzNo>MBe#Sw0hoOc)j$KH|ni&ps}!e z>3_)^{dsV)vAtjT$&dL+!JquH^vr74!*b-85i9T5%6?gn{BkVLrf&V!$R2+jkK}gZ zPB!~EV!6=#!3X7sJhEjE9tRkg6(43((Q)$rg?tWv^2UDOm~939?(0rU{cy|rQ z0eO~pIaK?$jb%P4O5GnK=jThFg^xK@Ip8Nh<|74v^24~G9+o4& z&wg;&`(-)u!?>fJEJtqO^k;IS%@3SI^TBWU)F_)TdH$IkrF@4PtDQF^g-xR%&t07z zHZS_g^Zt-%<*U+E(NCV}Plf(XrnqsIr6J;HoI#6 zU1P;^>rLF?N5+6ZN=CTQXl9qu?h`?6+ZKQ_)YJXy=9$L(xy3 z=uho;4S9Df;3q%kBL#o*o0b%9*TZt;hjGMyS&sZL?r0~=ksCOn-7FWH4}N&373VK` z;+<8~(?o5k5Glu2BRMt#yi=}3DZD#JKY3 zlPCH!C9|2_>jeDd$9$yVPktZw$Y$5Wa^#11m~s5D9J&2kFo)evmSg^VWpmp7in^A= zZa;a#?tR3P_cQ~3@FcC}2zNa-if+?}$iOc83OpFGi@f6|rchXnlO z$9$yVPkzHw9dN7&cNVe7)x z+#!vFyp6O-(RgX5=qFEnKQElzT<^HVKFKY5}aTyNKgIdW{! zGTi3Ma^?>Ol+3{^Xj{bW9xL~&E|rjdoMQgL(Rt_KmNGEBaCXt3Jc+&nM0uVwZ;> z^~?L`_WkI>*ugS}sqLc%2K{KSJ86L3-)Vmh2>LM&q4_vYPXGLdJ#MIH zL(ANDJuHWD#(pu5*e}Kx<-h^$#JK;saEQ$V<*K~uw)+KMXgAA|+vLJ7+s|_3R_1U4 z`A!%cZWMB z9{S03LAxk>zx0!5(zyt`o%EAu@AeUPzvw4V*rPIrEBa9$3zWRC}UCuGlJ*F!&fR=yNv@0Wh^Y&Id%ZYTZZdGvXJ zFa6{R`;Uqv6#e9h&sQ5aRMAh~*k6feZz}r98}0L4mmds&=_haWXaAdnBt{|NCqL#R z1%L9x_@Ew^BR`BM_RDhQhw(={S&sa`3;kj_a%;4tfX$cX$S>ie{4(b;R&>MyoXHPb zK(A~XFVE5e&gA!My*RlqN>(gKZl|`ys;XHhDwbnDo;#5bd&Rhk_IThp_^VSEyB_+< zbNOoyd%yIPC$wPDPWs97joFcQzvw4V*t+WonL7yh$rGRd<>*jFKe;iVe8~;%n78lE zAYb$YT+!|}Zw?OfWj@9M`LMe@7-WwJxMJK;5B=mix=}v6J@k_+xS;*?lOOZRncQmR z3Gih(@`EPK@YFGioXKzJ&Ac)6sCueelW)b?ya^!dD(|n?1I7X2(`9brmPww${{TOfZ8@4WwTxZ_0+XK$z z_ECpewLAZWU^(WGOvrBM!(KRff+A07RiPgG$rIXK*f0I$c|JADZYTZZ`D|8{-7osd z8+QLKBV-OY;3q%klQa3D-bLMpDV8HYv;*JIEJto=_lfRr+WiUTiE%(a%B9^O9OQ{{ zLp}79C&n53rJp>(1?{Jw{Fo13;7@L`F#*0TM}9v%%BzacA0zW20nX&N;O{t@Lmy|? zkMSnI#r5*YGv8Zwd%%a>Di*_aDLGh<`Ikp#S4a8F^=DdX+-fHV35Zq5t2)Z}?@1nqqV{p1NvIkc00^2B{Eu1oZjAM?qX{7~*j>5=k% z6yQvLs5e)u;r9GF#+&@mjwu(0+Q%FCklS>fUFJxJ1j{iW~ke|qOpjh2j+`H%o- z@;h2o?(=^hXSWBO@tg;4(A0hZlkq{$%!jrh@?mef{vXfAqvW|m>Y<-J%T&#(_PsY& z^r`}W@`UE$8;?dS`pL7iGmG6{`pJ*^}1VqB0j^YIQH z@?r0L`XA40nc3`m=qFFC*I~c(ljrHgtadx;Cr^nNN7M}DYx z&~SO~c*&Xk#zbVd=NniK9Kj9k{(8qS`}hQB=3^X?5Bu2I|9E2DFmFLWd19QgU;4=t zT&jOPQqfPIwcpKS_m_ThV?H^P-{$qX)ZJrAik!)BQMX+3tUubWALC7ad+y~_j}MQw z+XK$zR$y>W6&o`qSdRI5YUQx=(cea;#@OQm-Xpih*!9p)o>>!OlxQOc{p2|%GrQ;( zCW&rzz)zl-N5u7+e)3~JIg?-7{p`xIZj@p<@Y4bc~eyEM}lle$t z^ZaB!ZJxi(r_J+|`Lua{GM_fjQ|8m=dCGj+JWrWVo98L>Y4bc~eyEM}lle$t^ZaB! zZJwXZr_J+|`Lua{GM_fjQ|8kqPv#ff9w+y`^^|CU%9>|=b@PKbxyIECrnrwga;Cnl zQ^cvB<^D@cjfqqKTn+5+>k`fC2h+Uid1Otsf#~1ok!x0cJB981Dv!*+1#INcACt%a ze4&YX)a}akgZ@&{dF=h+dXpofzN`xb{QbA&w%g~Zk;iT?{ey<*mhZm$axa`mwCL-J zo_@ej8~%l{f&6*R{!3BciVx+7C}lsd6sQ+Wm%YIJa9w-9p6mamXz!40bw$rMk7(@w zm!h9F@7A&VDL;N>r?7EBYLM*i|)aq4nJU3(l+Fa6<{<0QtYu07spC&n56Lv{1o z?E@dQ8(iSW{B&eCX>UrLnmwbQtPKbJwBg5ikSp!df9I8TjQT;&u;{hjLOvyU5S(}OSlwBcWB)wlD(nfCCh z`BYlp28x`SPCA`e{hcpCku%dmx8mgfF~L4gz?rqD`wk9{uU;3fZ4I6%W|I^L~XY&54PpsPd zc^#3+3~*+;Id5*czpriY7voOeXz$^fwe9NzIFUE{Gooj0yT9ZNn>^u1KE?~5Cr|qC z9?NU*Z~04}^n(Z5N1pVbPt7Ou3w7n5H=oUye%kP3Jjj*y-dFO=ZwoY#xU2wYrdQ>z z>A>Cuxn~VsNANjd_x$V!BC;i^_vG)GRlm4Mc zbJ^`9Px@8OTq<7ISDD}E3i3q%Xv06fP2C`8@ z;6&c&&)F5V?EaE7Z1RL3`L5D=?az}Z{TN^P$&-HY*j>Ah%&!G_(tmYZe!D;AUHNUk z^wWkP<3X;p@mn3gw@Ogt%oOVwQ5`)J%N5|vbj^Ug>QS_k_>cf+rsz+)q3r&WGi>sN zANiuUZ-1UV>2F#o*4`g^(l6Q#cKgVae%kmAB%H7KjgQc@+PIu*R)Mr)B#ZzX{W0 z28AhmeGr_rGkFSq@9@}&Rk9l7lNkthBB zNjdHIfmead`ig$qIY;KOk7sgbD(`fw=V$B48ft(uQ`Glu^V)Vj;7s1Q4+RHuX8Nv? zTh^3n+Wml^ywRVjQ31Z>44XXRNB*mu^V**$Px>*wsE<792M@H5Jn4VGs?+WddD1VM z@it%bq#xy1H)tSpNKX5DNzP0=eVSjsvy}Z?S>R0G_B;)J z)DLgeROHMQ-_OIR){x)53UFqM{v5AX!|pFR!zNGok&pEte4ae%$NATNXifY40#EwE z1MMSE^2Trbpg-hEe~;!an=g6N-z-OjtY>t$!xqhLW9Z&YI(Mypx z;#C|+d)o127;o$ke#EPsi|Zrb@d3W%k9d`P^ZN#Q(of#F--VxCnIawq^^q%6#G_#U z;DG%yMH~v+OU_IYkAnV@GgFkm(6ggm9^*pZsQ=*Tc6PnsOx|eEjnZxG_F&w}8|^=} zrIp=&a3XK???9PWL9VpPll(D0_&j;ikMYF*$di7IKiWs0^n(}rL!R^_9;wVHorC;> zeu+;?-q6jCC&PG>H{x*1b?X`AN#2NK5v^i7ehR$E8*wa!ZuPPI86DRz=tuuxBVGr7 za%PJ76x2t~O!3=a*grWlMH~v+OU_Kst|(ylkDQsJe4`~D?eZ8G@<#p3FSWDl$2gKV z+B0W+8@oLick)L2H?(YRw;!Cy8~qbaCA;6`44XX38{>n|lPCQcPwbC8>Bsn^edI|$ z;)~E9@}$3=Bhv0a`O%L!hZWTkvPkbKZhd7pZa`v?2jWGV?jrEpO?%sC15qOa| z;#igs3-Dbtpl{HR{=vp`C;a5hbgwtgu8*9VB5nx#CugRJLqU7VnJMB?aQu=pQe#P^VN^7ZLZ)+{^X7EfS+8MV*F4a zxiT%?&SCGLTxpXh^T7-KAy4`dk7S>}FZt2mesq-jrQ?4*$s6%0ncw%2XR`oL@ho?+4A}A_L6gG zivE!^QBoDV<9t2s_JbGwh-3Nc$6ogF{OIrAK|lHn`#_mkRqp#< zLC)k|)W~DkN6t(!zk~ggGt=(RW!_cVOU_IYj{?5rOq)EJkI&a___|#$#*=>R?`-)F z_HUbF{K*^bJ3qCZ-EQzAZ^S7rAJ*3H@9SOL1pVkQY>Wr|TSF~(A9nqALB{hqBAJJuhw0Dvpc|(yybTiW&WY3 z-G1<-A8{=Ir1!M@JFa5ypdbB(z5e%H@|(mxgPh6x?XM(mLFyxCrdVIW{>hmsehU`u zC1<9%&qaU9l{R@YAD_Rx_;tHpj3@or-{{>P>~>)M$s6svs@mJ}Q{YA3h*KKeqMhB} zb8&5he)JbM#shwGW{UAcedNp(>%tKSJJ=l1F7gH+w3nQjzFA&$6{Nr9N}K$ckM;O2 z{kqEYa)2j!~C$uj*2|V8||AK)xnM@126i~pX1d;8&Y^4ecm?cr;WItPIcP{Ig>ZW5A~5V zQ^W&d|K!XRe9&HUW_qn~7Q4UXN}K$ck9dXM`Mb(oc7P{&A9*0p=YzW`@}wW}Db>bx zSL8{*dOb#!EZf88o2ymNpdWl;<2Q`qCugQ#u8OtmBWI>qufzVynJIn)8SN!!rbid# zvHMG|w8@kC_nUF2P#08jEpJi~*1 zUF>)x@T4E{3_Z(rwc8I~D zIxsksH{utr)as(hnJMNG(O+_p{-sjrf$Gvvsn^4f`Q)jJM~lPWCvXUF41U zl*Df4+AGi5%{Tc*q>SH|5jPLjGvv>7Lf z`#I=f(Z+QiIy}_DqK&vc#8D!J4ie)dsei2mFvi2Z`J;E-1%*a-;qc{p3ddBl^jWI!W}CEA^1*XFhpS_lhaGLWc)BShUHN zx=6Ii74P#v2a7iOA%zYSxl#X!`Q%2OB>KsX`bYGW8}*OqCs*nr(a(Hxr7jX}a-}X3 zZE~e95^Zv&E)s3>Lkb-va>KYl=Zg8{M*SoD$&LC)^phL)kLV{?>LJn3eDXv-bg-C` zD|L}*lPh(RXp<{-k!X`2Qs^L&8}*NvPj1vdqMzKTlSDtcQ4fiJa-|*;{mds<>LSr5 zSL!0sCRger(I!{wBGD#4q|iYkH|ifTpWLW_L_fJv|A>Baqy7>74 z)IXx1`Q%HzB&Os_oh#bpN}Vg(R{0(KcvvXA~&r6Ko5)gPfg7Lt;}^Vc%b zw?YaXEb3Yz9tCF>cVc!Z@N{`Z3OE z2gV;dSM*cYiuy#ihlA$dLSr5SCofd6m4=v{m_@9 zO|EDU^r&c)E7}kJD%#|S6go)chW?`*^T`e4g?i~HH;gaZK|i^H2ii?Pxgq`t?*Y%!~9Bpz%oC@|s zn_Q`jM4Ma@mx6ZECRger(I!`vhh7wIa-|LuZE{6>phrcUT+x2$9ML8}q|i$uH}oIn zm``pPFVssvxnX>vb45S7fd|@6Ke0~KlPh(RXp<{-k!X`E;!w~|+T==IB--SP^3Xw|O|H~S zB2VfhF`qoqZs;7*Pi{z|Z$&@z$q(az&(S77j2m>YXpupipwiu(|> zi#EAZ7l}5x!p3zg)W*0_2Z`KJFZ8CEPi|-j^r`44H?$l2NA#m#;EELd=x08;VjS=} z+T@CH!+vO!E5;e^qD_9(K_WNmA2FX?$&Y?=Lp%!fj}Wf{9V~LAP7?j(Mx7-3(JydC z3Vkd3nNP0NxuQ+3)J39Au831XyJ(Xu;!w~|+T=Y2KU9`y$T+n`Uqy7=|$(8)*CpYROQD=wT z@ZKi$kLV{i>Lk&Ret|1e=p@n4d~&5O5^Zv&E)s2W#e5KSnP`(Mb&+V3E8K@WaK-Zio@?l5KDkooiZ;1Y7l}5x zVm$^rShUHNx=6Ii5BIz1FS$`CiTUJ)dZB+rKeE^T`!)JLej< z0XkUZMx7-3$&ETm^ph)6=v&dxd~&7E6>V~*E)s2W#kw7InP`(Mb&+V3A9aw(jrvE- zCpXj!{UiFx4e>IV522sjsFOrLxgv$W75&U7SL$5RCRdCb_CuRosf$FLT)_o8ShUHH zI!NS7e#|E~#4kYSiux<$M!g*R$&GqB^ph+42fZBnnNP0N&7n=M)Xkwyu83oR4i;^4 zMH~ZkuxOJX<`Z#!CO7KkFrVB|FLbWxCpYTl&`)mE%b}lKkwPzre&&-ab#rKwD|K^d zlPksZb}+vJJr3%sFy4wbz7IlmbZApo1;-EKvS=d? zi25o>sh`3)E85ggVVo6h#J54u2knNA4sGhEFwTlL^;8&V#gzHfRbjjpZPXj8qeGjz zDvY!(x!e2xzeV73c1pz zo(g#~Wj=W_r5*=$Rmhb#bydifHsbt4b#!Q>ztmSjO8pdarA_@5a-~iE6mq3aeHC)0 zO+6LzWXgQ%s*o#f>Z*_{ZR)C!D{bnkkSlHUm-;G5F%HmSAy?YePa#*@)K4K-+SE@W zSK8E5Ay1~vCr_r-S)r~9xzeVt3c1pzt_r!*Mt`ZVf|U9x!(x#pY zxiV!wbydifHg#3Vl{R%%$dxvARmhb#bydifHu_6_6{OTpAy?WMH|XV%D{bnhkSlHK zr;sac>Zgz=ZF2lyuGHnAt_r!*rmhOP(x$Eoxza{|sjq^R`YGf}oBAo_N;{~Z@=_Nm zXus4~Ay1~%S)r~9xzeVtN|5VIT^;JGkSlH6e}?Ml(59{mxza{|sjq^R`YGf}oBAo_ zN}KvAgdq^UmYFV=r472kWw#) zTxsKcf?f`}(#Cr&&`%>*+R(#6JIRwN^Z!>zhxY&K=+H*Jp*lLW|5rzc_W$bW&_;i$ zqk|Ol$I#0mSK2tQpqE3gw5gXvuC%F_L$0)`mqV_!$&p;Cr-Jouyyu5F2I$r>Wj^MI zLUnX#Q%42y4A94+jpsn>=pegUj= zt_tEDLiJYQ57p73jr#DuFY1SW4Q;d|R7Zz4+8wH+LmT~tZVpqd|Dznn1v)ykF>a`r zIytm4&d|%jxT77ksh@(l6TGiPoBAo#$)Qc2C=VSStan3?2J73z1$(1(78|@%h+TeqBlPhiNr;sac z@+4=hcSBDF@qN%&Ay?X1_lCX-xzfhEH}qA=l{WebJr(i{O_7gv?ob^a+F0if)zP6% zT@`YrjrHtM9Ua=#RUuc}@Q3Q?(58+Gxzfh|Lv?g$qrIUzI<(PG>gXWFc%U4)(#H6q zUUH?4@rGUwxzYw7w3}RMQ$K}VX_F^8W1SRwG+6hBUJbd@#yl?ca>$i7*1e&xLawyY zPw1&2C1<9{$Ma{Xjt*_=s*o#f#2) zLaw1U-rM_sxQb036{e^MdNt%q8~cU63c1ooJE4a|uC&ol@FUOA6!{pJP#qoG7{^c@ z9oiW8P#qoG)KOtd{SVBH&fHRMX0`YGf}n|e9qN*n!yo(fWOW{Q03 zs*o#f>Z*_{ZLD*L>gdqMdUmLe4sGhF*ypKmr42vyNtmJ@=&O(`ZR)3xD{boKkSlHU z6M8C0$(bqgsjEV+w5h8?uCy`kp*lLW!6{TZ*_{ZOs3K>gdp>t_r!*rj80z>Zgz^ZPWuD z6LO_Z{Sk2NXeNg@-Z%_DG_=8X#9opc8evm6|>ZmX!PjaRn2lZ3Pl{VJBp|3)&w5gXv zuC&1udMcru$s769RUuc})Kwu@+E}*>)zP6%T@`YrO&t}c)K4K-+NcLQCge&R>+P6F zAXnOGC-hawl{UCSPbHKyc_W{?D&$HVTZxLZR&22D{aIxgzD(frtSv0(#AY7uFp)V zw?VG7Q4jQT$dxwrHprDW^)|?rHu^=q4RU6ReClqHD{bm-kSlGBd#H{MZR&22D{aK3 zU_OT_d6M(u&C^okcU%4Ye{JR&SbVGRYjddo`rz^&nIHAH`L((Ku(P!1@XW^kk9)ZN zFTSkri77eIe=BLX?^@;{&zXZs{%Rezr_8Lg)UzUMSO2-V^aRX{$-J>Y|GX`pXS4Fj zy;dIo9~HwSKCX;v*=M`&!M=F;&9B;WFZgXr_JPIac|K9}j^aI-4=*yKxjOcb-!m%X zu19_In*7d2PMHf^;`#V)V~KAnFELoN6RM3%u-9o89IokG)UA@LXjPE;onL$dix*ON zCdSJ3wz&V=ysRqU>90NCWohBJ3f=M)K32-p`n>`E$ZW?w9Vcx|Iag!2|CD=&=gH(P zzE|EI5S@hpt(;vahLfbXk5e$U2_`uTq? z_%tPM!zFu6ehTZ6u;}|DvaVLif4j|i&zZ|rl;~ji+qeDJ6E@sXADrFn`|HL7PyOFp z$-4@-Ql4%Ow~y6c|C~-J+V_rUXO7*tR>mv*oBHQLk8-y;8QkGu!&&xoxnV{+3| za$g1iS3l80ql;8g7>Y0+6>^bNdCC|g#JsGh#5;{&ACb1kBJw2K?Nx{2%J6hlJT$?x0SLf`#RnU*Wr$;qgDX=v06B?)W+!D(l}K=~N?5x%{Gs;`gnNSM^6!^8Z-;fUkG^ z;xeaL%YW=2<(u8NqWli9)4$mDPD*CC7HZdb(f;9a(-WYpHEYv3Urfoep2A)F$vo_0 zUzGy`JgVj}JU9Cm#wL5dUo%F94G(YNpVZxR;?7(6e(<~++4aZY!c@0;qmH$T$<+qpLK-iOmu zuySF4?&LO7@e`arO7U{PPA&%=D%M8?#^aUE1AG)?1gRq_lnL`*KxJc}LUjTah)> zJ~plu9w5i_Js+-bxBgn{%a-wn??QrTq&@#qKKHc`-wS8UAN9@IzQ&jMq`SnifA5pu z%Jn(c^--0FmGEt-Fx`iKwR4p4ZQC==_eClE{%UdGoi5XSo$8L3YgaK}fA=(Bc#F~U zeO}bpEXOn-Vg(;X7x7IkJ-gS!)K%=+4~)z zJi}M|?zwg-j=+{;Cj&J8pDYLeOZ|@h=echki z^~m*lx~Eu?(Q^J2^~wJ}`Cpwmc%{L`IjcO)CM5Zfw?9-rI&PQ8yMDM|u1^QsUpeY2 zkol(nuTINSiW)z9+;6lR4gk*odZCQNvN*qrpJ9(o2xs<03=xVw9BcM=Hh?(XiHHL8#R!QCM^e7FJz3az1?e1T!#57QgSqGp?>|_IaVTXwXk>{-3&XRtw7- zIpwB?>n!Q6cg;F{V5=6fzOnR-yl-K@*TyevDeL~cVGT%>702BU68pVXqiMJcpPRsO zcLk2?`wu-x*$?N~uGsE^-1ia`+1CJ<5d7 zPM49>>wmJ+pZKofd-f#m@5)8V598Qw$jh}d;GEJ`n|r0Yyd9ZZmU?@@l{7;Gd2+!I z>)_91Zme_4&XrGD<*s>Hb$@ojpPgj2>{$iJuP~W!Kq4!&do%pGK{!Ttu9)ziY2^tS zCh_}m8s-$%&bq@SKG&*!K6optTH?X7Mb4F4xjiRckvqa9&goiCBMj%!E;3c3ms&&T zq*g0qP5hllw8!45@$4l{_F6qg+fb?~90T$1Iqd4S+Q9rdAC9N{+;cky>lxPi$*a#I zt^F4TzLzEo&I9+YM{E7@`}A4l#~c}C`!^}{VCg3lEh;E4M;+B3zQ`wMmk*S+FNVTB zQ0~p>FU>YjDh{lpNxV+jrjue$Qd91fudL#|##x;!H>z)A`RvYf z`=Eu-wo9BBTwQi=!q4s_D{bwnt*t%U!ZB2?&T~-96Y|52&u7THd7o;@UB0ddLp#V5 zHNI+C``7q)o?e*|^Q5y{gZ@D{pMA%6ml?meoJS^kwnf8fir>#G@w;Z&7aQSo3Q4&S zy0IyEGNIBVJfL&mK*fq6kviSL7m z-+#8}^On&)D@**Ym3#L;c`zp`!uQO={dW1btcR?=)W$KWGUgxa@!r0-daVwX!s~&1 z_=f}%*VNK?**({b{co)a!`omxS*i_;jj~ouY9reW0<*%9C2v5wm#=4`=wK+Sd5o|C0z`B}c0N9?k;&uJ)A z?v2*wc06f4Y1>wYpYq0W;~BQsCUR`QX!rIx9@4kC3qC8YGoyTDq0{MPM5Z{a$Kb-8 z3tLUYePpXc<*@%oyPcR^@pDReAcd{jCF=gyPb@#*j5x5rImbK!aHC-A;~);KSyS73!T zylr2N=g;Pshg-2l)44w%9ID@stzm8Ly3FEdaWF@+u-+x#46maPZ(G6|yu_3*g0tgy z%4_01>mWVjY^`*~5fY4U#`v_{k&T>)pP~G?{94A&Kv`)0}c8<+P*$*ashCp5rBbQwKhh2+7hRdHV}y(LHZ$&g|7^*db>Xs?&0l9{@-#PioJ?S1<#7JnbO`qG^G ztka{cM<*DW_=eNBwb+FxrjJKt?s+iMht*ia1s-wLVVkr`xZVMd9~n zW$cpB_`21h>T+s9KkVZ!ck0-l(m!IKR<6nk_n%$EWWVdPFz4{M?pzO(MLIUMd{d9M zW|t3@g<8C|QipA^IOj_4@|RWTT(dZDTAi?_4DJ3MbAs`ht2UB2hv1mjRpWaLAG!7W zPwm8^f;c{C6RA={5?itoy)Zebs_PSog(Is9JNh;7%bD#J>;yY?)M9qA?M7vY9A3jge&V_SDg+?Pr>b}MAx;Quc z`Z$c=HH>4umn^-xHa~BmP5e|tnwk&hXm?zEPvcgs*S1w_>&kg)l$^aWk;`NCtf=jC z2FNRm!f_71?7kdTU*hvCIA&F~ith5`yi%5UIt}mlPHXD?RuXdpcvp1Kz0y^#$aR4di0y!%|1P<)oci_gDx9qo`6-!oBNUq2+7HZF9dwjsJZ?&;RkHlM#*5px0D zQy7oysOi?x4&87ro~_~fTP{3YHNL*-sxG-MQ2g$AtwV+0vd;E78h+RuMlJ$CCm0z0q(Dud@rUbNuJL z@H%UFopsLN@tR=Y-l^er##T9kh}Rk4NqQIOy5thCGk)jfu7=lH z;&sOFXP(#aI!nCH8eV4&ud~GK?B?Hz?F#$f4h!3rhV2T+ZeO0;UECM3T}fW_Q%*EH-$@T`f?4}aINAGx@W z#_w0deq>=k;&B1n?oSK*5q{SrJ-&0Sl*E3dVL#HbAJI|cxeoggj<0)g?Qu=RaRcWS z%ffL(!?6J8pqvuN4GqT)iQ|UEaYMs#!@_Zc$7UCf8x?Wfz&7E+{Anq!v-(LKH!$zW zfX}Rk#@9G*;JZ@%B#s*{95-|vH!K`CTsUrE+nnXbaYMs#689T&YB)}6I8Nfb9%3{c zCp8==vA)mmjN#{%_VWC!<2Z@m319ERaT04Xh4}rS7LJqH{{!&3mxmVjc^oHkk1wyp zaT0%DA)K?T^0=bmIEi~f^(Bsz7LJp6y+W|ganizhLBl)+^XXg?=LN0*-p@Feg<_7s zLc@81*Hv=n>){&C3z%bIE*x7!!+Al&d4bo?8t;SPydZI2&~RSB`f7HG^MZ!+g8t^E zZQ;D2@x8`*!Hx5RcJy--eD6!N3+F)`gIqe!gBs3*c=kj(JQp$!=itKlexw~5&V!gg zl;bhlRq|La9cwFi-gPz$=Rv$iAv(^37S4kj&V&5jMC^-;HJk@=ja*Ffnh@tfK95i0 zJZRxOh+|&~iSxdN^S+MrzQlPS^H~r4PRM1PdqX77`x?&s7S8(;=Y0+5eHX7|aNfu3 zvslAtEV4mZ~JV(Pk z2cMBxYGIzEVV7p^E!*$4bK^v z*GbIl@LAj~7Up%5_meQMvoNp2xil$$Z)J{)bNodM<220cG|cOG4#Qf@cMbD8i8-Ez zc^&U3%Vg)`G|cOC?`fj=Wcw(HB<}Ejqw?+msp=UiS>n=*cXmin72#J+p#Z>!7;F?#JpX{ zyxq-X-{$lA@VVN3F3j5{)-ZI;+wn7nJk&i4)(`K;?+>goZ`Uzz$2F@Tot^eL_)e{@SWDaG z9%S{#_d`VSn$F_ix$@giOL#dr-!#X*GXwiv4v#tHYp*dh|^ zk@(!?Iai7$+GA7sU~R|%XOerX%M5=j33I**$(U*qRZ zu84J0AAEmNN2~wdD)?;sL7XdstT0zMtb=X9HRFBvMz21&$2nDt3+&`}Egpd9S2on} zo<(I19U6Z=#&urQ;R7S|?fE*m)-663#kCz=r~g0eJh4S*xUVdF>gJ!pI-a{}cv*}8 zTdu|B8-R5coCCM#d+biMXoEE^X&>CLU+zA1E5>?Mx*NV5|1{Pao>;gp#{KC)SJTX2 zE#B9~HKt3C{%P$S-vaMluy(Wc7pxsO)8A#9i0k#o@pbXLYjC}L3XU!CEZzOu*naD* zzHzOwJ|neB#%Qa~_742MWo=B72{_jD=XXJCk<-RoHU8<(@6pv_N{qKY{pzoC8#msM z!}`SlJO|e!{=9o2`v85mPm=g?e%`cqhQ#rIp7jBd2>*uh7XQpzcS3Dx`U&y>+cJ|9 zYTM^bi2pnBJ#O0Fyy5Xb3*Y&sajwOGL)mYMv^ihGvF_6!&ni!>`IU{p+D(7_E^iX8 zLA?mP4*m6YDU!yI2d(O_&-s!x{?D`KzyILW@c2JNuOpem#~W< zyHYgPri2WYdFTH*%z5HwZIFC)!pAx{aTl&Fd&qX_Zn!yz8liXOT8F#m@!#60n=Nt8 zSHtzn_QW$K8pp3^@06*qHd!xzEuZ(pJdW3q>z{AXa`*VArKwX#R-SxD!@4TxHFC_{ zN1CZ^z&WR(+z|azTamRl=3LFCU$e&=&KFwS2JK|!?`N^Sb#R?|(-rquHsQGB8->sE z#-EShx37tH>OnGVXjTpLH(cWnmtW?$#JMuiy}#Wk$@P+Tiz`>yc4L%0H}R5tLCv|Y zeIG|)EiSXwX<{B8XJo+P0$h8<+_E3$!t<~(RhRAx=mmaQ`m~$#a;(Knj4lRq|_qWQ+W9C$BC;9L>_tIGRJBK-$cl?~IMb3oy zZt_ps!op?cgqP`YuHCK8%caS&4>RjqvNh8<5B}eu*InY;ohnqODVm6Ld3TrGEhN_q z@!2Y?<(*FQ`sx|Do~vo~3hIMvvh=*afpw)p*nTdSpS{tv^v1(vhH(k3y%~SF@!eLq zcIkq7{-&tTm51P3bFPK=&-JZ-Kdj-bwDztWf;mGsiTeT;?h9zRFM#!p-4;JbhWi2% z_XVt2s~E3&abEB1#(e=?@8_2|7P2wra`;T}KNjx$;CH0b;WLUKFb}Az z-uU~n{MUCeJ+XnT$nozws3zzUbvbR-}8L}_W%sJ^T9@} zhkeF%QXPr=TrS+_l306}xXG+0AR zABFo|68E{VO@wN=&n1^vEQ0%5*D&|UhINay*tT+G9V9uf$BtPQ64ugjU(dq&orU{) zaEZaTu+4@0df2vi;vUE*4fpkQ+}E>8Z%z|G_r!fYi|0|?*TZuuHsM}PGn}gqYq+mx z;l3W`c0XOXuZMdJ&9M&j!HqRX$zkbjWyBASgXlu;XWqTjB8;1P~u#~d0tJ-<5J@qdX9zrn0Qb9CGKOoaUYZCX`atD z+{eUvTNUo-n)W=-df6`@?&Iad?}D7e{iSD?_k{+ykFgflE)A@e-@@>oVU1$rSX?s? z#dl|gV7{OT;to`@n9398j zc^1F(l5>uMb-0FI9rNBRRzTqw7C*=GZbBAZ8+%I3U$m5aOUs!feR-UB;d@eLK;c60 z2)2s-3B+1hAl9`WVht}H_Ja~w&&eY>*TFin9GtSUytU=KJ9bGfDc01H=R0M@nt3{0 z!!^ZP(J5XFTKK#yu9)*-J{n;eV-w+8yfL=z(iY~Em@5s`C%nAqJ`!HQHEi4{KHJ4z zV8upl)7UWHSBy%T*GEqsTMP4%=Z8C-sfF*#^3it>`w+$TFy4b++;F)Y*FU(H5ib9T zOt=>mhG*!6S-4kVaXaT4=jEu?R>8Es_}!}F*heqGV~2LOLTx!>+ZSx>ZCrk38%yoE zCyr@hR?RZiW!nZBaGv^u^`Lw>7kSB)RZGeJ?e1InjGC;LxCyS!OUBRV@Od1W?d3z) z+S;)ezIzn+&kt+3SA}^%Wm)KSPJD;cCpW(D7HhH%@SV`_qjDNEEzU1^A8cNw$rW*~ z<+Z=7zQ<~<@vGiAho{$Y{|;+BA^aX#ErWNR`0rcU-|mmgCx1VDKh>gL)T&ZBc( ztMe?x-xDUej*}>Ag8O!4Et$KA5BJ%MlYeEz`avyRZ+yn}*>a2DJ(KB24Gr(vVVo0m z%&V}ryMXt9ah*30>p1wFL5@oJ9LPdVZ(IZKX$o9NPsOpRH(sZS8n4Hm-yE*jEaU0E zI5QjW72vxvu#SVD>%z~){YxMI4nP!sF0NPc@0j)(>%q%4{9K8ji+i6RD)3z7Y#5LE z`vM+sv93H1>o^(YPoGLMU6X}4Kh?nRGo-*e=TzJa?=A6jEv|Rt=Suus7k)195n|nF zmWJ2a#q||_KQ&%w%z?5>yv~@1PSo%^TX>!E-2^*$Ps7dcnZ@g@H4KQ<_&YIpoi+Y` z23}{Zi#^itI^+KLFRUG3$GH~k*;PB@-09|81;~-$`>HbBr`P_9Lt% zmeg=v6#uz4>_=|wM;eYB_{_*D?0b8$FO4%D3FTrsG>*mW{ zIBrNBH{3XGV87}rah%j}oYZif#C?G)aCo8NI4N<2Z@+oIJcH)Of!Q$4MQ>Nf(ZjI*yaL2FqyiyCra5 z&~aX{a9+T@)qMEf%zP5(1r6r~4d(@UAp2U(^&4n7FW_F{XziT`-lYTy63hj2z!)%3 z^<$CqRX+~7K=l(;Jsuej76Oh%fJJ~~6TxD@u}NSF;27&=U@3?M%T+%axkB|*kSkR` z6}d|F(^WkUIRmT)9GeN&0FKQ9YXQe*gLQyotm(I2F~Bj_ z(cn0s_X*Y0`=sjWeMgmVY2K2iMI7Yu~fMfK#4md`)8-Qc1Z-JYD-nUgx?>nle_g&S~`=09Q z$C}RcyAL= z0UV>>OTaPKufZ!o&o`>4_gmG|`HvI|-6Ky*-fZ>75kGo_?(9OuuAmjDE>cbBunTs5wTz6sS4IntmzKGgBi|0eYuF zvZr@iBztx{q~&@+?j>6uye^z>0ZJ+r8uo>^5- zKh|`npD*AT{jvd$(a#TXjBeQh$LN?tjnOS9pfBs(AQzx#9@Wz`uj=W?n$Gmg2RKH* z{D5Pu3xWcGo`qCT@4~95x4-J?T}1WtE~j9HU=Vz%ja21017YFrYL2ssoPEF9dLmZZ!bM zSl0qI0ljOhp5Ap-Pw%>_r+298>0M9t^scXZdN)u#y&I~Y-i=gGKh|`nUt_>A`ZWO@ zqhC|NG5R$F9HU!vz%lx@0Cc8bOTaPuwE`TYTWi2E)@?x>K<{>{r+0hR)4PM}>D^KF z^zNj3dUsYmU0Ktgu3Z4f=+_l+jCFU=4bZiR>gn23^>po}dit@ZGu?Uvj?u3Vpfml# z0LSRp7jTSj{Q$>U4*>lEy$7nE-h)(6@4>34_Yl?7d#LK^$D0218wNN=zu|ymbQ=LU z#(ESO3Ftjq_4FR2dU}slJ^fhInQr3%$LKd6(3yS{0LSPT4md`)2*5GclfXnk??~0t zd$Q{3Jw^5Oo~n9!Pg6bpSksw)(*eimHv@2tZZiSLSkDHt0KMm^p5Aj+Pw#oErypxN z(``QB82uIiI@50<;28ZD0glmaG2j^MrCU>gl~n^>p2=db+WuGyS#zI@50};28b30glma zJKz}WonQx`_b%1bd$;Q8y+`%*-m7~0v8FTq_5qI3Z$ID|{SE+*(d{7M80*8}5TJLI z>gnxPJ-sc}(_5;ZZmj7{KO4}Qeh%Om{f+>R(d{VU80+KU7@&8w>gjz#_4GcedU~Hy zJ^fhInSL>VWAr->I7YuSfMaw!3pmF5JU9pFeL?l~zNmV7Us652FRPwztm#a@D}c`Q zy9zi)ziWVFbh{2X#`-3>0qA{8_4K~2dV1ecJ-zR$o_?(9Ouu`8WAwWZI7Yu%z%jZ# z032ie2s{Mzeynt3bbARn#`-mQ1?c@o z_4IzLdV0T8J-y$no_?(9Our9+WAyt7I7YuufMay~3^>O6EBFHF{Y~}sj#E9ozpI|! zKU7aQ)^r|&x#ei^6ZKdmd)DKS>{*XTvS&R3$)0sMl0EAPBzx8qk?dJdLb7KaiDb`u zGLk*(DMlsM)tY;$Gvz~=y&w4hJJ?qg(_N@8d@;&{flJ6;N zCf`%mOunD2nS6g)Gx`3qX7c@I&E)&bn#uQ+HIwftYbM`Q)=a*qteJdISu^>5vS#xA zWzFRK%bLmemo<~`FKZ^>Q`Ss+vi=Rc65(0~NxV@fP-H|VRAfRX0?fp!&Wuc=dLN{R z>a!q|sy-_+nd+I@Kyrm2(o>NgnL?2RnNpDxnF=sdt2!4ljp}nF)2coXGM(!4BGap$ znE}w1Spd+P6a;i8g#evNVL(?VJz4t$da^G9=*hk)peOrcz*qIm06=FF2jWKxa}9(3MF~*7X5B**5_6WZw|blYJvlN%hPofX<{TpfhO(=uDae zI+GTFu1tEeZVBkgz7?P+`__P-?Aw4^s%O>)bY->&bS51Dok>SPXVMAKl}S(5odG@B zcLDTd-xbi4J+nJ#tmuKHGwBKFOnL!2liq;Nqz|Aglb)=@06p3F1@vU!573i+f6!L- z1CaD&-wq4{bS8rVoyibDXEGGfl}S(5!vH_%$s9muG8fR9%mZ{L^8ua70zg+LJy|aV^klyX(3AaQKu`8d z06p0+1@vUU4A3`H2=uB)tS0+7KJAj_-j{thIKMLr{ z{urPq`{RIq?4toa>3sswll@6RPxhz4KGic%13Hs4fX?JBpffoK=uFN7I+F{4&g3GX zGr0ulOfCaDlPiF(OnS1u3h2rH8lWfp>wuo@Zvc9-zX|Ba{uZDoy>A10vcCi9$^I^g zQ9biMpfiaDbS4h~oykK$XYvTpnLGw`X404S6F^_~PXT?|KLhk+&wK&sO8xIz4K7vd@5;p6tC) z^FQ|dFC(Bc$pkn|G6OmjA3#?oJy~Y~^kbhD(39T2fS&BL0eZ6c11VI`%mL_3asoP& zT!79bH=r}g1L(}8C+oa`p6v4hda}0KPqlYIc7C;LEb8fX*ZcRR z*;fDsRnK$*Iui}hndpGdL;yMy1JIR8Kh`FoC%r2Hda|z!=*hkcD4}|0H9%()4CqX% z13HrsKxa||(3MF~)-?e=+1CQ}WM3Q5lYJdfQT5DFKxa}9(3#W+bS4deP&7o+l}SI= zjQ~CA-5Ai5eG@=W_Dw-m)iav|I+GTF&ZH%vGie3rOj-lFGU>^>4WK9cwt$}O+W~sA zZx8CKp4k!5nREhlCY=GDNf$t8(iPB^Nk7)z06pp59nh0~4?s`$JwY?oGkXI%lRkjX zBn;4*^aXS#{QzB=ZB*SKNl*3z06p0c1oUJ-2y{?Aa|oa_84Bo3h5}EV-&V=Ba9qrBF4; zQmUF`sZ`Ce)T-uK8dY;Ft*SYePSqSsuWF9bjb0q%`#TEoy(O&q-V)Y)Zwc#O3f6p& z32VN`gf-t|!kX_fVa@lJu;zP9So6Iltohy&)_iXX>%j`ve2)ohzQ=?$-($j>?=fM` z_m;4x>u4|r%vCuSIS(+$f%z)OBNu=PV4xe_p^fmL8SSgq zz@+OIK-aCRrt3D<({;P*>AFMpbls_X)^y#alCHY}a|PI=lCFCJldk&!UH7Y+t_M_4 z*Mq93>mk+C^|0z$({+P_u5Q4jtEG~z5-{m%1G+k@rt1;a)Agw8>3U4{bUm(m)^v?l zN!JsAN!ODq>3Rw<=^6v*dRoe_v iS=T*;|u2BlQUIa|KUQ$Wd%YbQv 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

|>h)ax9_}|^`CT-w^}Oip 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 literal 0 HcmV?d00001 diff --git a/resources/e/police_run003.txt b/resources/e/police_run003.txt new file mode 100644 index 0000000..f3c7bbb --- /dev/null +++ b/resources/e/police_run003.txt @@ -0,0 +1,204620 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 65 +Bone: mixamorig:Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 9.94549545994807 + + + + Parent: None + Children: ['mixamorig:Spine', 'mixamorig:LeftUpLeg', 'mixamorig:RightUpLeg'] +Bone: mixamorig:Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 11.886922282351494 + + + + Parent: mixamorig:Hips + Children: ['mixamorig:Spine1'] +Bone: mixamorig:Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 13.585030795832195 + + + + Parent: mixamorig:Spine + Children: ['mixamorig:Spine2'] +Bone: mixamorig:Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 15.016267006573184 + + + + Parent: mixamorig:Spine1 + Children: ['mixamorig:Neck', 'mixamorig:LeftShoulder', 'mixamorig:RightShoulder'] +Bone: mixamorig:Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 7.269164964240648 + + + + Parent: mixamorig:Spine2 + Children: ['mixamorig:Head'] +Bone: mixamorig:Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 24.203674743595236 + + + + Parent: mixamorig:Neck + Children: ['mixamorig:HeadTop_End'] +Bone: mixamorig:HeadTop_End + HEAD_LOCAL: + TAIL_LOCAL: + Length: 24.203674743595236 + + + + Parent: mixamorig:Head + Children: [] +Bone: mixamorig:LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 14.592834586926926 + + + + Parent: mixamorig:Spine2 + Children: ['mixamorig:LeftArm'] +Bone: mixamorig:LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 24.0535904726177 + + + + Parent: mixamorig:LeftShoulder + Children: ['mixamorig:LeftForeArm'] +Bone: mixamorig:LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 26.09030907437705 + + + + Parent: mixamorig:LeftArm + Children: ['mixamorig:LeftHand'] +Bone: mixamorig:LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 12.11508510875243 + + + + Parent: mixamorig:LeftForeArm + Children: ['mixamorig:LeftHandThumb1', 'mixamorig:LeftHandIndex1', 'mixamorig:LeftHandMiddle1', 'mixamorig:LeftHandRing1', 'mixamorig:LeftHandPinky1'] +Bone: mixamorig:LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.965072890665727 + + + + Parent: mixamorig:LeftHand + Children: ['mixamorig:LeftHandThumb2'] +Bone: mixamorig:LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.325548996011672 + + + + Parent: mixamorig:LeftHandThumb1 + Children: ['mixamorig:LeftHandThumb3'] +Bone: mixamorig:LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.485841775945194 + + + + Parent: mixamorig:LeftHandThumb2 + Children: ['mixamorig:LeftHandThumb4'] +Bone: mixamorig:LeftHandThumb4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.4858420495302678 + + + + Parent: mixamorig:LeftHandThumb3 + Children: [] +Bone: mixamorig:LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.720673474371403 + + + + Parent: mixamorig:LeftHand + Children: ['mixamorig:LeftHandIndex2'] +Bone: mixamorig:LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.699446730300548 + + + + Parent: mixamorig:LeftHandIndex1 + Children: ['mixamorig:LeftHandIndex3'] +Bone: mixamorig:LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.160662358927795 + + + + Parent: mixamorig:LeftHandIndex2 + Children: ['mixamorig:LeftHandIndex4'] +Bone: mixamorig:LeftHandIndex4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.160662358927795 + + + + Parent: mixamorig:LeftHandIndex3 + Children: [] +Bone: mixamorig:LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.046391334061529 + + + + Parent: mixamorig:LeftHand + Children: ['mixamorig:LeftHandMiddle2'] +Bone: mixamorig:LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.903730710166998 + + + + Parent: mixamorig:LeftHandMiddle1 + Children: ['mixamorig:LeftHandMiddle3'] +Bone: mixamorig:LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.3760821050378738 + + + + Parent: mixamorig:LeftHandMiddle2 + Children: ['mixamorig:LeftHandMiddle4'] +Bone: mixamorig:LeftHandMiddle4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.3760821050378738 + + + + Parent: mixamorig:LeftHandMiddle3 + Children: [] +Bone: mixamorig:LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.7369975928647707 + + + + Parent: mixamorig:LeftHand + Children: ['mixamorig:LeftHandRing2'] +Bone: mixamorig:LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.423963233075372 + + + + Parent: mixamorig:LeftHandRing1 + Children: ['mixamorig:LeftHandRing3'] +Bone: mixamorig:LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.9582248136288887 + + + + Parent: mixamorig:LeftHandRing2 + Children: ['mixamorig:LeftHandRing4'] +Bone: mixamorig:LeftHandRing4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.9582248136288887 + + + + Parent: mixamorig:LeftHandRing3 + Children: [] +Bone: mixamorig:LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.8565504968266446 + + + + Parent: mixamorig:LeftHand + Children: ['mixamorig:LeftHandPinky2'] +Bone: mixamorig:LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.1767140534110907 + + + + Parent: mixamorig:LeftHandPinky1 + Children: ['mixamorig:LeftHandPinky3'] +Bone: mixamorig:LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.6833060983582318 + + + + Parent: mixamorig:LeftHandPinky2 + Children: ['mixamorig:LeftHandPinky4'] +Bone: mixamorig:LeftHandPinky4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.6833060983582318 + + + + Parent: mixamorig:LeftHandPinky3 + Children: [] +Bone: mixamorig:RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 14.59283459091571 + + + + Parent: mixamorig:Spine2 + Children: ['mixamorig:RightArm'] +Bone: mixamorig:RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 24.03517052798666 + + + + Parent: mixamorig:RightShoulder + Children: ['mixamorig:RightForeArm'] +Bone: mixamorig:RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 26.094568658881126 + + + + Parent: mixamorig:RightArm + Children: ['mixamorig:RightHand'] +Bone: mixamorig:RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 12.199359850173595 + + + + Parent: mixamorig:RightForeArm + Children: ['mixamorig:RightHandThumb1', 'mixamorig:RightHandIndex1', 'mixamorig:RightHandMiddle1', 'mixamorig:RightHandRing1', 'mixamorig:RightHandPinky1'] +Bone: mixamorig:RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.889007422727341 + + + + Parent: mixamorig:RightHand + Children: ['mixamorig:RightHandThumb2'] +Bone: mixamorig:RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.442354501972401 + + + + Parent: mixamorig:RightHandThumb1 + Children: ['mixamorig:RightHandThumb3'] +Bone: mixamorig:RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.726210219648535 + + + + Parent: mixamorig:RightHandThumb2 + Children: ['mixamorig:RightHandThumb4'] +Bone: mixamorig:RightHandThumb4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.7262100916801333 + + + + Parent: mixamorig:RightHandThumb3 + Children: [] +Bone: mixamorig:RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.8127608400565256 + + + + Parent: mixamorig:RightHand + Children: ['mixamorig:RightHandIndex2'] +Bone: mixamorig:RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.6616389388236983 + + + + Parent: mixamorig:RightHandIndex1 + Children: ['mixamorig:RightHandIndex3'] +Bone: mixamorig:RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.074081146227649 + + + + Parent: mixamorig:RightHandIndex2 + Children: ['mixamorig:RightHandIndex4'] +Bone: mixamorig:RightHandIndex4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.074084304580468 + + + + Parent: mixamorig:RightHandIndex3 + Children: [] +Bone: mixamorig:RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 4.023039069545719 + + + + Parent: mixamorig:RightHand + Children: ['mixamorig:RightHandMiddle2'] +Bone: mixamorig:RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.867095476739004 + + + + Parent: mixamorig:RightHandMiddle1 + Children: ['mixamorig:RightHandMiddle3'] +Bone: mixamorig:RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.448545647794564 + + + + Parent: mixamorig:RightHandMiddle2 + Children: ['mixamorig:RightHandMiddle4'] +Bone: mixamorig:RightHandMiddle4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.448545647794564 + + + + Parent: mixamorig:RightHandMiddle3 + Children: [] +Bone: mixamorig:RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.7646679253079975 + + + + Parent: mixamorig:RightHand + Children: ['mixamorig:RightHandRing2'] +Bone: mixamorig:RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.4822995819060703 + + + + Parent: mixamorig:RightHandRing1 + Children: ['mixamorig:RightHandRing3'] +Bone: mixamorig:RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.0742764246022003 + + + + Parent: mixamorig:RightHandRing2 + Children: ['mixamorig:RightHandRing4'] +Bone: mixamorig:RightHandRing4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.0742840247619267 + + + + Parent: mixamorig:RightHandRing3 + Children: [] +Bone: mixamorig:RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.861373568736799 + + + + Parent: mixamorig:RightHand + Children: ['mixamorig:RightHandPinky2'] +Bone: mixamorig:RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 3.1513670675149426 + + + + Parent: mixamorig:RightHandPinky1 + Children: ['mixamorig:RightHandPinky3'] +Bone: mixamorig:RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.661379925514733 + + + + Parent: mixamorig:RightHandPinky2 + Children: ['mixamorig:RightHandPinky4'] +Bone: mixamorig:RightHandPinky4 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 2.661379925514733 + + + + Parent: mixamorig:RightHandPinky3 + Children: [] +Bone: mixamorig:LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 43.84844156288417 + + + + Parent: mixamorig:Hips + Children: ['mixamorig:LeftLeg'] +Bone: mixamorig:LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 42.19531345879494 + + + + Parent: mixamorig:LeftUpLeg + Children: ['mixamorig:LeftFoot'] +Bone: mixamorig:LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 19.17000111793312 + + + + Parent: mixamorig:LeftLeg + Children: ['mixamorig:LeftToeBase'] +Bone: mixamorig:LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 7.945416000652317 + + + + Parent: mixamorig:LeftFoot + Children: ['mixamorig:LeftToe_End'] +Bone: mixamorig:LeftToe_End + HEAD_LOCAL: + TAIL_LOCAL: + Length: 7.945416007685222 + + + + Parent: mixamorig:LeftToeBase + Children: [] +Bone: mixamorig:RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 43.85147744705213 + + + + Parent: mixamorig:Hips + Children: ['mixamorig:RightLeg'] +Bone: mixamorig:RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 42.18554303328054 + + + + Parent: mixamorig:RightUpLeg + Children: ['mixamorig:RightFoot'] +Bone: mixamorig:RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 18.78944839430213 + + + + Parent: mixamorig:RightLeg + Children: ['mixamorig:RightToeBase'] +Bone: mixamorig:RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 7.773510053669854 + + + + Parent: mixamorig:RightFoot + Children: ['mixamorig:RightToe_End'] +Bone: mixamorig:RightToe_End + HEAD_LOCAL: + TAIL_LOCAL: + Length: 7.773510796953768 + + + + Parent: mixamorig:RightToeBase + Children: [] +=== TOTAL MESHES TO EXPORT: 6 === +=== Mesh Object: Body === +===Vertices: 6231 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +Vertex 1525: +Vertex 1526: +Vertex 1527: +Vertex 1528: +Vertex 1529: +Vertex 1530: +Vertex 1531: +Vertex 1532: +Vertex 1533: +Vertex 1534: +Vertex 1535: +Vertex 1536: +Vertex 1537: +Vertex 1538: +Vertex 1539: +Vertex 1540: +Vertex 1541: +Vertex 1542: +Vertex 1543: +Vertex 1544: +Vertex 1545: +Vertex 1546: +Vertex 1547: +Vertex 1548: +Vertex 1549: +Vertex 1550: +Vertex 1551: +Vertex 1552: +Vertex 1553: +Vertex 1554: +Vertex 1555: +Vertex 1556: +Vertex 1557: +Vertex 1558: +Vertex 1559: +Vertex 1560: +Vertex 1561: +Vertex 1562: +Vertex 1563: +Vertex 1564: +Vertex 1565: +Vertex 1566: +Vertex 1567: +Vertex 1568: +Vertex 1569: +Vertex 1570: +Vertex 1571: +Vertex 1572: +Vertex 1573: +Vertex 1574: +Vertex 1575: +Vertex 1576: +Vertex 1577: +Vertex 1578: +Vertex 1579: +Vertex 1580: +Vertex 1581: +Vertex 1582: +Vertex 1583: +Vertex 1584: +Vertex 1585: +Vertex 1586: +Vertex 1587: +Vertex 1588: +Vertex 1589: +Vertex 1590: +Vertex 1591: +Vertex 1592: +Vertex 1593: +Vertex 1594: +Vertex 1595: +Vertex 1596: +Vertex 1597: +Vertex 1598: +Vertex 1599: +Vertex 1600: +Vertex 1601: +Vertex 1602: +Vertex 1603: +Vertex 1604: +Vertex 1605: +Vertex 1606: +Vertex 1607: +Vertex 1608: +Vertex 1609: +Vertex 1610: +Vertex 1611: +Vertex 1612: +Vertex 1613: +Vertex 1614: +Vertex 1615: +Vertex 1616: +Vertex 1617: +Vertex 1618: +Vertex 1619: +Vertex 1620: +Vertex 1621: +Vertex 1622: +Vertex 1623: +Vertex 1624: +Vertex 1625: +Vertex 1626: +Vertex 1627: +Vertex 1628: +Vertex 1629: +Vertex 1630: +Vertex 1631: +Vertex 1632: +Vertex 1633: +Vertex 1634: +Vertex 1635: +Vertex 1636: +Vertex 1637: +Vertex 1638: +Vertex 1639: +Vertex 1640: +Vertex 1641: +Vertex 1642: +Vertex 1643: +Vertex 1644: +Vertex 1645: +Vertex 1646: +Vertex 1647: +Vertex 1648: +Vertex 1649: +Vertex 1650: +Vertex 1651: +Vertex 1652: +Vertex 1653: +Vertex 1654: +Vertex 1655: +Vertex 1656: +Vertex 1657: +Vertex 1658: +Vertex 1659: +Vertex 1660: +Vertex 1661: +Vertex 1662: +Vertex 1663: +Vertex 1664: +Vertex 1665: +Vertex 1666: +Vertex 1667: +Vertex 1668: +Vertex 1669: +Vertex 1670: +Vertex 1671: +Vertex 1672: +Vertex 1673: +Vertex 1674: +Vertex 1675: +Vertex 1676: +Vertex 1677: +Vertex 1678: +Vertex 1679: +Vertex 1680: +Vertex 1681: +Vertex 1682: +Vertex 1683: +Vertex 1684: +Vertex 1685: +Vertex 1686: +Vertex 1687: +Vertex 1688: +Vertex 1689: +Vertex 1690: +Vertex 1691: +Vertex 1692: +Vertex 1693: +Vertex 1694: +Vertex 1695: +Vertex 1696: +Vertex 1697: +Vertex 1698: +Vertex 1699: +Vertex 1700: +Vertex 1701: +Vertex 1702: +Vertex 1703: +Vertex 1704: +Vertex 1705: +Vertex 1706: +Vertex 1707: +Vertex 1708: +Vertex 1709: +Vertex 1710: +Vertex 1711: +Vertex 1712: +Vertex 1713: +Vertex 1714: +Vertex 1715: +Vertex 1716: +Vertex 1717: +Vertex 1718: +Vertex 1719: +Vertex 1720: +Vertex 1721: +Vertex 1722: +Vertex 1723: +Vertex 1724: +Vertex 1725: +Vertex 1726: +Vertex 1727: +Vertex 1728: +Vertex 1729: +Vertex 1730: +Vertex 1731: +Vertex 1732: +Vertex 1733: +Vertex 1734: +Vertex 1735: +Vertex 1736: +Vertex 1737: +Vertex 1738: +Vertex 1739: +Vertex 1740: +Vertex 1741: +Vertex 1742: +Vertex 1743: +Vertex 1744: +Vertex 1745: +Vertex 1746: +Vertex 1747: +Vertex 1748: +Vertex 1749: +Vertex 1750: +Vertex 1751: +Vertex 1752: +Vertex 1753: +Vertex 1754: +Vertex 1755: +Vertex 1756: +Vertex 1757: +Vertex 1758: +Vertex 1759: +Vertex 1760: +Vertex 1761: +Vertex 1762: +Vertex 1763: +Vertex 1764: +Vertex 1765: +Vertex 1766: +Vertex 1767: +Vertex 1768: +Vertex 1769: +Vertex 1770: +Vertex 1771: +Vertex 1772: +Vertex 1773: +Vertex 1774: +Vertex 1775: +Vertex 1776: +Vertex 1777: +Vertex 1778: +Vertex 1779: +Vertex 1780: +Vertex 1781: +Vertex 1782: +Vertex 1783: +Vertex 1784: +Vertex 1785: +Vertex 1786: +Vertex 1787: +Vertex 1788: +Vertex 1789: +Vertex 1790: +Vertex 1791: +Vertex 1792: +Vertex 1793: +Vertex 1794: +Vertex 1795: +Vertex 1796: +Vertex 1797: +Vertex 1798: +Vertex 1799: +Vertex 1800: +Vertex 1801: +Vertex 1802: +Vertex 1803: +Vertex 1804: +Vertex 1805: +Vertex 1806: +Vertex 1807: +Vertex 1808: +Vertex 1809: +Vertex 1810: +Vertex 1811: +Vertex 1812: +Vertex 1813: +Vertex 1814: +Vertex 1815: +Vertex 1816: +Vertex 1817: +Vertex 1818: +Vertex 1819: +Vertex 1820: +Vertex 1821: +Vertex 1822: +Vertex 1823: +Vertex 1824: +Vertex 1825: +Vertex 1826: +Vertex 1827: +Vertex 1828: +Vertex 1829: +Vertex 1830: +Vertex 1831: +Vertex 1832: +Vertex 1833: +Vertex 1834: +Vertex 1835: +Vertex 1836: +Vertex 1837: +Vertex 1838: +Vertex 1839: +Vertex 1840: +Vertex 1841: +Vertex 1842: +Vertex 1843: +Vertex 1844: +Vertex 1845: +Vertex 1846: +Vertex 1847: +Vertex 1848: +Vertex 1849: +Vertex 1850: +Vertex 1851: +Vertex 1852: +Vertex 1853: +Vertex 1854: +Vertex 1855: +Vertex 1856: +Vertex 1857: +Vertex 1858: +Vertex 1859: +Vertex 1860: +Vertex 1861: +Vertex 1862: +Vertex 1863: +Vertex 1864: +Vertex 1865: +Vertex 1866: +Vertex 1867: +Vertex 1868: +Vertex 1869: +Vertex 1870: +Vertex 1871: +Vertex 1872: +Vertex 1873: +Vertex 1874: +Vertex 1875: +Vertex 1876: +Vertex 1877: +Vertex 1878: +Vertex 1879: +Vertex 1880: +Vertex 1881: +Vertex 1882: +Vertex 1883: +Vertex 1884: +Vertex 1885: +Vertex 1886: +Vertex 1887: +Vertex 1888: +Vertex 1889: +Vertex 1890: +Vertex 1891: +Vertex 1892: +Vertex 1893: +Vertex 1894: +Vertex 1895: +Vertex 1896: +Vertex 1897: +Vertex 1898: +Vertex 1899: +Vertex 1900: +Vertex 1901: +Vertex 1902: +Vertex 1903: +Vertex 1904: +Vertex 1905: +Vertex 1906: +Vertex 1907: +Vertex 1908: +Vertex 1909: +Vertex 1910: +Vertex 1911: +Vertex 1912: +Vertex 1913: +Vertex 1914: +Vertex 1915: +Vertex 1916: +Vertex 1917: +Vertex 1918: +Vertex 1919: +Vertex 1920: +Vertex 1921: +Vertex 1922: +Vertex 1923: +Vertex 1924: +Vertex 1925: +Vertex 1926: +Vertex 1927: +Vertex 1928: +Vertex 1929: +Vertex 1930: +Vertex 1931: +Vertex 1932: +Vertex 1933: +Vertex 1934: +Vertex 1935: +Vertex 1936: +Vertex 1937: +Vertex 1938: +Vertex 1939: +Vertex 1940: +Vertex 1941: +Vertex 1942: +Vertex 1943: +Vertex 1944: +Vertex 1945: +Vertex 1946: +Vertex 1947: +Vertex 1948: +Vertex 1949: +Vertex 1950: +Vertex 1951: +Vertex 1952: +Vertex 1953: +Vertex 1954: +Vertex 1955: +Vertex 1956: +Vertex 1957: +Vertex 1958: +Vertex 1959: +Vertex 1960: +Vertex 1961: +Vertex 1962: +Vertex 1963: +Vertex 1964: +Vertex 1965: +Vertex 1966: +Vertex 1967: +Vertex 1968: +Vertex 1969: +Vertex 1970: +Vertex 1971: +Vertex 1972: +Vertex 1973: +Vertex 1974: +Vertex 1975: +Vertex 1976: +Vertex 1977: +Vertex 1978: +Vertex 1979: +Vertex 1980: +Vertex 1981: +Vertex 1982: +Vertex 1983: +Vertex 1984: +Vertex 1985: +Vertex 1986: +Vertex 1987: +Vertex 1988: +Vertex 1989: +Vertex 1990: +Vertex 1991: +Vertex 1992: +Vertex 1993: +Vertex 1994: +Vertex 1995: +Vertex 1996: +Vertex 1997: +Vertex 1998: +Vertex 1999: +Vertex 2000: +Vertex 2001: +Vertex 2002: +Vertex 2003: +Vertex 2004: +Vertex 2005: +Vertex 2006: +Vertex 2007: +Vertex 2008: +Vertex 2009: +Vertex 2010: +Vertex 2011: +Vertex 2012: +Vertex 2013: +Vertex 2014: +Vertex 2015: +Vertex 2016: +Vertex 2017: +Vertex 2018: +Vertex 2019: +Vertex 2020: +Vertex 2021: +Vertex 2022: +Vertex 2023: +Vertex 2024: +Vertex 2025: +Vertex 2026: +Vertex 2027: +Vertex 2028: +Vertex 2029: +Vertex 2030: +Vertex 2031: +Vertex 2032: +Vertex 2033: +Vertex 2034: +Vertex 2035: +Vertex 2036: +Vertex 2037: +Vertex 2038: +Vertex 2039: +Vertex 2040: +Vertex 2041: +Vertex 2042: +Vertex 2043: +Vertex 2044: +Vertex 2045: +Vertex 2046: +Vertex 2047: +Vertex 2048: +Vertex 2049: +Vertex 2050: +Vertex 2051: +Vertex 2052: +Vertex 2053: +Vertex 2054: +Vertex 2055: +Vertex 2056: +Vertex 2057: +Vertex 2058: +Vertex 2059: +Vertex 2060: +Vertex 2061: +Vertex 2062: +Vertex 2063: +Vertex 2064: +Vertex 2065: +Vertex 2066: +Vertex 2067: +Vertex 2068: +Vertex 2069: +Vertex 2070: +Vertex 2071: +Vertex 2072: +Vertex 2073: +Vertex 2074: +Vertex 2075: +Vertex 2076: +Vertex 2077: +Vertex 2078: +Vertex 2079: +Vertex 2080: +Vertex 2081: +Vertex 2082: +Vertex 2083: +Vertex 2084: +Vertex 2085: +Vertex 2086: +Vertex 2087: +Vertex 2088: +Vertex 2089: +Vertex 2090: +Vertex 2091: +Vertex 2092: +Vertex 2093: +Vertex 2094: +Vertex 2095: +Vertex 2096: +Vertex 2097: +Vertex 2098: +Vertex 2099: +Vertex 2100: +Vertex 2101: +Vertex 2102: +Vertex 2103: +Vertex 2104: +Vertex 2105: +Vertex 2106: +Vertex 2107: +Vertex 2108: +Vertex 2109: +Vertex 2110: +Vertex 2111: +Vertex 2112: +Vertex 2113: +Vertex 2114: +Vertex 2115: +Vertex 2116: +Vertex 2117: +Vertex 2118: +Vertex 2119: +Vertex 2120: +Vertex 2121: +Vertex 2122: +Vertex 2123: +Vertex 2124: +Vertex 2125: +Vertex 2126: +Vertex 2127: +Vertex 2128: +Vertex 2129: +Vertex 2130: +Vertex 2131: +Vertex 2132: +Vertex 2133: +Vertex 2134: +Vertex 2135: +Vertex 2136: +Vertex 2137: +Vertex 2138: +Vertex 2139: +Vertex 2140: +Vertex 2141: +Vertex 2142: +Vertex 2143: +Vertex 2144: +Vertex 2145: +Vertex 2146: +Vertex 2147: +Vertex 2148: +Vertex 2149: +Vertex 2150: +Vertex 2151: +Vertex 2152: +Vertex 2153: +Vertex 2154: +Vertex 2155: +Vertex 2156: +Vertex 2157: +Vertex 2158: +Vertex 2159: +Vertex 2160: +Vertex 2161: +Vertex 2162: +Vertex 2163: +Vertex 2164: +Vertex 2165: +Vertex 2166: +Vertex 2167: +Vertex 2168: +Vertex 2169: +Vertex 2170: +Vertex 2171: +Vertex 2172: +Vertex 2173: +Vertex 2174: +Vertex 2175: +Vertex 2176: +Vertex 2177: +Vertex 2178: +Vertex 2179: +Vertex 2180: +Vertex 2181: +Vertex 2182: +Vertex 2183: +Vertex 2184: +Vertex 2185: +Vertex 2186: +Vertex 2187: +Vertex 2188: +Vertex 2189: +Vertex 2190: +Vertex 2191: +Vertex 2192: +Vertex 2193: +Vertex 2194: +Vertex 2195: +Vertex 2196: +Vertex 2197: +Vertex 2198: +Vertex 2199: +Vertex 2200: +Vertex 2201: +Vertex 2202: +Vertex 2203: +Vertex 2204: +Vertex 2205: +Vertex 2206: +Vertex 2207: +Vertex 2208: +Vertex 2209: +Vertex 2210: +Vertex 2211: +Vertex 2212: +Vertex 2213: +Vertex 2214: +Vertex 2215: +Vertex 2216: +Vertex 2217: +Vertex 2218: +Vertex 2219: +Vertex 2220: +Vertex 2221: +Vertex 2222: +Vertex 2223: +Vertex 2224: +Vertex 2225: +Vertex 2226: +Vertex 2227: +Vertex 2228: +Vertex 2229: +Vertex 2230: +Vertex 2231: +Vertex 2232: +Vertex 2233: +Vertex 2234: +Vertex 2235: +Vertex 2236: +Vertex 2237: +Vertex 2238: +Vertex 2239: +Vertex 2240: +Vertex 2241: +Vertex 2242: +Vertex 2243: +Vertex 2244: +Vertex 2245: +Vertex 2246: +Vertex 2247: +Vertex 2248: +Vertex 2249: +Vertex 2250: +Vertex 2251: +Vertex 2252: +Vertex 2253: +Vertex 2254: +Vertex 2255: +Vertex 2256: +Vertex 2257: +Vertex 2258: +Vertex 2259: +Vertex 2260: +Vertex 2261: +Vertex 2262: +Vertex 2263: +Vertex 2264: +Vertex 2265: +Vertex 2266: +Vertex 2267: +Vertex 2268: +Vertex 2269: +Vertex 2270: +Vertex 2271: +Vertex 2272: +Vertex 2273: +Vertex 2274: +Vertex 2275: +Vertex 2276: +Vertex 2277: +Vertex 2278: +Vertex 2279: +Vertex 2280: +Vertex 2281: +Vertex 2282: +Vertex 2283: +Vertex 2284: +Vertex 2285: +Vertex 2286: +Vertex 2287: +Vertex 2288: +Vertex 2289: +Vertex 2290: +Vertex 2291: +Vertex 2292: +Vertex 2293: +Vertex 2294: +Vertex 2295: +Vertex 2296: +Vertex 2297: +Vertex 2298: +Vertex 2299: +Vertex 2300: +Vertex 2301: +Vertex 2302: +Vertex 2303: +Vertex 2304: +Vertex 2305: +Vertex 2306: +Vertex 2307: +Vertex 2308: +Vertex 2309: +Vertex 2310: +Vertex 2311: +Vertex 2312: +Vertex 2313: +Vertex 2314: +Vertex 2315: +Vertex 2316: +Vertex 2317: +Vertex 2318: +Vertex 2319: +Vertex 2320: +Vertex 2321: +Vertex 2322: +Vertex 2323: +Vertex 2324: +Vertex 2325: +Vertex 2326: +Vertex 2327: +Vertex 2328: +Vertex 2329: +Vertex 2330: +Vertex 2331: +Vertex 2332: +Vertex 2333: +Vertex 2334: +Vertex 2335: +Vertex 2336: +Vertex 2337: +Vertex 2338: +Vertex 2339: +Vertex 2340: +Vertex 2341: +Vertex 2342: +Vertex 2343: +Vertex 2344: +Vertex 2345: +Vertex 2346: +Vertex 2347: +Vertex 2348: +Vertex 2349: +Vertex 2350: +Vertex 2351: +Vertex 2352: +Vertex 2353: +Vertex 2354: +Vertex 2355: +Vertex 2356: +Vertex 2357: +Vertex 2358: +Vertex 2359: +Vertex 2360: +Vertex 2361: +Vertex 2362: +Vertex 2363: +Vertex 2364: +Vertex 2365: +Vertex 2366: +Vertex 2367: +Vertex 2368: +Vertex 2369: +Vertex 2370: +Vertex 2371: +Vertex 2372: +Vertex 2373: +Vertex 2374: +Vertex 2375: +Vertex 2376: +Vertex 2377: +Vertex 2378: +Vertex 2379: +Vertex 2380: +Vertex 2381: +Vertex 2382: +Vertex 2383: +Vertex 2384: +Vertex 2385: +Vertex 2386: +Vertex 2387: +Vertex 2388: +Vertex 2389: +Vertex 2390: +Vertex 2391: +Vertex 2392: +Vertex 2393: +Vertex 2394: +Vertex 2395: +Vertex 2396: +Vertex 2397: +Vertex 2398: +Vertex 2399: +Vertex 2400: +Vertex 2401: +Vertex 2402: +Vertex 2403: +Vertex 2404: +Vertex 2405: +Vertex 2406: +Vertex 2407: +Vertex 2408: +Vertex 2409: +Vertex 2410: +Vertex 2411: +Vertex 2412: +Vertex 2413: +Vertex 2414: +Vertex 2415: +Vertex 2416: +Vertex 2417: +Vertex 2418: +Vertex 2419: +Vertex 2420: +Vertex 2421: +Vertex 2422: +Vertex 2423: +Vertex 2424: +Vertex 2425: +Vertex 2426: +Vertex 2427: +Vertex 2428: +Vertex 2429: +Vertex 2430: +Vertex 2431: +Vertex 2432: +Vertex 2433: +Vertex 2434: +Vertex 2435: +Vertex 2436: +Vertex 2437: +Vertex 2438: +Vertex 2439: +Vertex 2440: +Vertex 2441: +Vertex 2442: +Vertex 2443: +Vertex 2444: +Vertex 2445: +Vertex 2446: +Vertex 2447: +Vertex 2448: +Vertex 2449: +Vertex 2450: +Vertex 2451: +Vertex 2452: +Vertex 2453: +Vertex 2454: +Vertex 2455: +Vertex 2456: +Vertex 2457: +Vertex 2458: +Vertex 2459: +Vertex 2460: +Vertex 2461: +Vertex 2462: +Vertex 2463: +Vertex 2464: +Vertex 2465: +Vertex 2466: +Vertex 2467: +Vertex 2468: +Vertex 2469: +Vertex 2470: +Vertex 2471: +Vertex 2472: +Vertex 2473: +Vertex 2474: +Vertex 2475: +Vertex 2476: +Vertex 2477: +Vertex 2478: +Vertex 2479: +Vertex 2480: +Vertex 2481: +Vertex 2482: +Vertex 2483: +Vertex 2484: +Vertex 2485: +Vertex 2486: +Vertex 2487: +Vertex 2488: +Vertex 2489: +Vertex 2490: +Vertex 2491: +Vertex 2492: +Vertex 2493: +Vertex 2494: +Vertex 2495: +Vertex 2496: +Vertex 2497: +Vertex 2498: +Vertex 2499: +Vertex 2500: +Vertex 2501: +Vertex 2502: +Vertex 2503: +Vertex 2504: +Vertex 2505: +Vertex 2506: +Vertex 2507: +Vertex 2508: +Vertex 2509: +Vertex 2510: +Vertex 2511: +Vertex 2512: +Vertex 2513: +Vertex 2514: +Vertex 2515: +Vertex 2516: +Vertex 2517: +Vertex 2518: +Vertex 2519: +Vertex 2520: +Vertex 2521: +Vertex 2522: +Vertex 2523: +Vertex 2524: +Vertex 2525: +Vertex 2526: +Vertex 2527: +Vertex 2528: +Vertex 2529: +Vertex 2530: +Vertex 2531: +Vertex 2532: +Vertex 2533: +Vertex 2534: +Vertex 2535: +Vertex 2536: +Vertex 2537: +Vertex 2538: +Vertex 2539: +Vertex 2540: +Vertex 2541: +Vertex 2542: +Vertex 2543: +Vertex 2544: +Vertex 2545: +Vertex 2546: +Vertex 2547: +Vertex 2548: +Vertex 2549: +Vertex 2550: +Vertex 2551: +Vertex 2552: +Vertex 2553: +Vertex 2554: +Vertex 2555: +Vertex 2556: +Vertex 2557: +Vertex 2558: +Vertex 2559: +Vertex 2560: +Vertex 2561: +Vertex 2562: +Vertex 2563: +Vertex 2564: +Vertex 2565: +Vertex 2566: +Vertex 2567: +Vertex 2568: +Vertex 2569: +Vertex 2570: +Vertex 2571: +Vertex 2572: +Vertex 2573: +Vertex 2574: +Vertex 2575: +Vertex 2576: +Vertex 2577: +Vertex 2578: +Vertex 2579: +Vertex 2580: +Vertex 2581: +Vertex 2582: +Vertex 2583: +Vertex 2584: +Vertex 2585: +Vertex 2586: +Vertex 2587: +Vertex 2588: +Vertex 2589: +Vertex 2590: +Vertex 2591: +Vertex 2592: +Vertex 2593: +Vertex 2594: +Vertex 2595: +Vertex 2596: +Vertex 2597: +Vertex 2598: +Vertex 2599: +Vertex 2600: +Vertex 2601: +Vertex 2602: +Vertex 2603: +Vertex 2604: +Vertex 2605: +Vertex 2606: +Vertex 2607: +Vertex 2608: +Vertex 2609: +Vertex 2610: +Vertex 2611: +Vertex 2612: +Vertex 2613: +Vertex 2614: +Vertex 2615: +Vertex 2616: +Vertex 2617: +Vertex 2618: +Vertex 2619: +Vertex 2620: +Vertex 2621: +Vertex 2622: +Vertex 2623: +Vertex 2624: +Vertex 2625: +Vertex 2626: +Vertex 2627: +Vertex 2628: +Vertex 2629: +Vertex 2630: +Vertex 2631: +Vertex 2632: +Vertex 2633: +Vertex 2634: +Vertex 2635: +Vertex 2636: +Vertex 2637: +Vertex 2638: +Vertex 2639: +Vertex 2640: +Vertex 2641: +Vertex 2642: +Vertex 2643: +Vertex 2644: +Vertex 2645: +Vertex 2646: +Vertex 2647: +Vertex 2648: +Vertex 2649: +Vertex 2650: +Vertex 2651: +Vertex 2652: +Vertex 2653: +Vertex 2654: +Vertex 2655: +Vertex 2656: +Vertex 2657: +Vertex 2658: +Vertex 2659: +Vertex 2660: +Vertex 2661: +Vertex 2662: +Vertex 2663: +Vertex 2664: +Vertex 2665: +Vertex 2666: +Vertex 2667: +Vertex 2668: +Vertex 2669: +Vertex 2670: +Vertex 2671: +Vertex 2672: +Vertex 2673: +Vertex 2674: +Vertex 2675: +Vertex 2676: +Vertex 2677: +Vertex 2678: +Vertex 2679: +Vertex 2680: +Vertex 2681: +Vertex 2682: +Vertex 2683: +Vertex 2684: +Vertex 2685: +Vertex 2686: +Vertex 2687: +Vertex 2688: +Vertex 2689: +Vertex 2690: +Vertex 2691: +Vertex 2692: +Vertex 2693: +Vertex 2694: +Vertex 2695: +Vertex 2696: +Vertex 2697: +Vertex 2698: +Vertex 2699: +Vertex 2700: +Vertex 2701: +Vertex 2702: +Vertex 2703: +Vertex 2704: +Vertex 2705: +Vertex 2706: +Vertex 2707: +Vertex 2708: +Vertex 2709: +Vertex 2710: +Vertex 2711: +Vertex 2712: +Vertex 2713: +Vertex 2714: +Vertex 2715: +Vertex 2716: +Vertex 2717: +Vertex 2718: +Vertex 2719: +Vertex 2720: +Vertex 2721: +Vertex 2722: +Vertex 2723: +Vertex 2724: +Vertex 2725: +Vertex 2726: +Vertex 2727: +Vertex 2728: +Vertex 2729: +Vertex 2730: +Vertex 2731: +Vertex 2732: +Vertex 2733: +Vertex 2734: +Vertex 2735: +Vertex 2736: +Vertex 2737: +Vertex 2738: +Vertex 2739: +Vertex 2740: +Vertex 2741: +Vertex 2742: +Vertex 2743: +Vertex 2744: +Vertex 2745: +Vertex 2746: +Vertex 2747: +Vertex 2748: +Vertex 2749: +Vertex 2750: +Vertex 2751: +Vertex 2752: +Vertex 2753: +Vertex 2754: +Vertex 2755: +Vertex 2756: +Vertex 2757: +Vertex 2758: +Vertex 2759: +Vertex 2760: +Vertex 2761: +Vertex 2762: +Vertex 2763: +Vertex 2764: +Vertex 2765: +Vertex 2766: +Vertex 2767: +Vertex 2768: +Vertex 2769: +Vertex 2770: +Vertex 2771: +Vertex 2772: +Vertex 2773: +Vertex 2774: +Vertex 2775: +Vertex 2776: +Vertex 2777: +Vertex 2778: +Vertex 2779: +Vertex 2780: +Vertex 2781: +Vertex 2782: +Vertex 2783: +Vertex 2784: +Vertex 2785: +Vertex 2786: +Vertex 2787: +Vertex 2788: +Vertex 2789: +Vertex 2790: +Vertex 2791: +Vertex 2792: +Vertex 2793: +Vertex 2794: +Vertex 2795: +Vertex 2796: +Vertex 2797: +Vertex 2798: +Vertex 2799: +Vertex 2800: +Vertex 2801: +Vertex 2802: +Vertex 2803: +Vertex 2804: +Vertex 2805: +Vertex 2806: +Vertex 2807: +Vertex 2808: +Vertex 2809: +Vertex 2810: +Vertex 2811: +Vertex 2812: +Vertex 2813: +Vertex 2814: +Vertex 2815: +Vertex 2816: +Vertex 2817: +Vertex 2818: +Vertex 2819: +Vertex 2820: +Vertex 2821: +Vertex 2822: +Vertex 2823: +Vertex 2824: +Vertex 2825: +Vertex 2826: +Vertex 2827: +Vertex 2828: +Vertex 2829: +Vertex 2830: +Vertex 2831: +Vertex 2832: +Vertex 2833: +Vertex 2834: +Vertex 2835: +Vertex 2836: +Vertex 2837: +Vertex 2838: +Vertex 2839: +Vertex 2840: +Vertex 2841: +Vertex 2842: +Vertex 2843: +Vertex 2844: +Vertex 2845: +Vertex 2846: +Vertex 2847: +Vertex 2848: +Vertex 2849: +Vertex 2850: +Vertex 2851: +Vertex 2852: +Vertex 2853: +Vertex 2854: +Vertex 2855: +Vertex 2856: +Vertex 2857: +Vertex 2858: +Vertex 2859: +Vertex 2860: +Vertex 2861: +Vertex 2862: +Vertex 2863: +Vertex 2864: +Vertex 2865: +Vertex 2866: +Vertex 2867: +Vertex 2868: +Vertex 2869: +Vertex 2870: +Vertex 2871: +Vertex 2872: +Vertex 2873: +Vertex 2874: +Vertex 2875: +Vertex 2876: +Vertex 2877: +Vertex 2878: +Vertex 2879: +Vertex 2880: +Vertex 2881: +Vertex 2882: +Vertex 2883: +Vertex 2884: +Vertex 2885: +Vertex 2886: +Vertex 2887: +Vertex 2888: +Vertex 2889: +Vertex 2890: +Vertex 2891: +Vertex 2892: +Vertex 2893: +Vertex 2894: +Vertex 2895: +Vertex 2896: +Vertex 2897: +Vertex 2898: +Vertex 2899: +Vertex 2900: +Vertex 2901: +Vertex 2902: +Vertex 2903: +Vertex 2904: +Vertex 2905: +Vertex 2906: +Vertex 2907: +Vertex 2908: +Vertex 2909: +Vertex 2910: +Vertex 2911: +Vertex 2912: +Vertex 2913: +Vertex 2914: +Vertex 2915: +Vertex 2916: +Vertex 2917: +Vertex 2918: +Vertex 2919: +Vertex 2920: +Vertex 2921: +Vertex 2922: +Vertex 2923: +Vertex 2924: +Vertex 2925: +Vertex 2926: +Vertex 2927: +Vertex 2928: +Vertex 2929: +Vertex 2930: +Vertex 2931: +Vertex 2932: +Vertex 2933: +Vertex 2934: +Vertex 2935: +Vertex 2936: +Vertex 2937: +Vertex 2938: +Vertex 2939: +Vertex 2940: +Vertex 2941: +Vertex 2942: +Vertex 2943: +Vertex 2944: +Vertex 2945: +Vertex 2946: +Vertex 2947: +Vertex 2948: +Vertex 2949: +Vertex 2950: +Vertex 2951: +Vertex 2952: +Vertex 2953: +Vertex 2954: +Vertex 2955: +Vertex 2956: +Vertex 2957: +Vertex 2958: +Vertex 2959: +Vertex 2960: +Vertex 2961: +Vertex 2962: +Vertex 2963: +Vertex 2964: +Vertex 2965: +Vertex 2966: +Vertex 2967: +Vertex 2968: +Vertex 2969: +Vertex 2970: +Vertex 2971: +Vertex 2972: +Vertex 2973: +Vertex 2974: +Vertex 2975: +Vertex 2976: +Vertex 2977: +Vertex 2978: +Vertex 2979: +Vertex 2980: +Vertex 2981: +Vertex 2982: +Vertex 2983: +Vertex 2984: +Vertex 2985: +Vertex 2986: +Vertex 2987: +Vertex 2988: +Vertex 2989: +Vertex 2990: +Vertex 2991: +Vertex 2992: +Vertex 2993: +Vertex 2994: +Vertex 2995: +Vertex 2996: +Vertex 2997: +Vertex 2998: +Vertex 2999: +Vertex 3000: +Vertex 3001: +Vertex 3002: +Vertex 3003: +Vertex 3004: +Vertex 3005: +Vertex 3006: +Vertex 3007: +Vertex 3008: +Vertex 3009: +Vertex 3010: +Vertex 3011: +Vertex 3012: +Vertex 3013: +Vertex 3014: +Vertex 3015: +Vertex 3016: +Vertex 3017: +Vertex 3018: +Vertex 3019: +Vertex 3020: +Vertex 3021: +Vertex 3022: +Vertex 3023: +Vertex 3024: +Vertex 3025: +Vertex 3026: +Vertex 3027: +Vertex 3028: +Vertex 3029: +Vertex 3030: +Vertex 3031: +Vertex 3032: +Vertex 3033: +Vertex 3034: +Vertex 3035: +Vertex 3036: +Vertex 3037: +Vertex 3038: +Vertex 3039: +Vertex 3040: +Vertex 3041: +Vertex 3042: +Vertex 3043: +Vertex 3044: +Vertex 3045: +Vertex 3046: +Vertex 3047: +Vertex 3048: +Vertex 3049: +Vertex 3050: +Vertex 3051: +Vertex 3052: +Vertex 3053: +Vertex 3054: +Vertex 3055: +Vertex 3056: +Vertex 3057: +Vertex 3058: +Vertex 3059: +Vertex 3060: +Vertex 3061: +Vertex 3062: +Vertex 3063: +Vertex 3064: +Vertex 3065: +Vertex 3066: +Vertex 3067: +Vertex 3068: +Vertex 3069: +Vertex 3070: +Vertex 3071: +Vertex 3072: +Vertex 3073: +Vertex 3074: +Vertex 3075: +Vertex 3076: +Vertex 3077: +Vertex 3078: +Vertex 3079: +Vertex 3080: +Vertex 3081: +Vertex 3082: +Vertex 3083: +Vertex 3084: +Vertex 3085: +Vertex 3086: +Vertex 3087: +Vertex 3088: +Vertex 3089: +Vertex 3090: +Vertex 3091: +Vertex 3092: +Vertex 3093: +Vertex 3094: +Vertex 3095: +Vertex 3096: +Vertex 3097: +Vertex 3098: +Vertex 3099: +Vertex 3100: +Vertex 3101: +Vertex 3102: +Vertex 3103: +Vertex 3104: +Vertex 3105: +Vertex 3106: +Vertex 3107: +Vertex 3108: +Vertex 3109: +Vertex 3110: +Vertex 3111: +Vertex 3112: +Vertex 3113: +Vertex 3114: +Vertex 3115: +Vertex 3116: +Vertex 3117: +Vertex 3118: +Vertex 3119: +Vertex 3120: +Vertex 3121: +Vertex 3122: +Vertex 3123: +Vertex 3124: +Vertex 3125: +Vertex 3126: +Vertex 3127: +Vertex 3128: +Vertex 3129: +Vertex 3130: +Vertex 3131: +Vertex 3132: +Vertex 3133: +Vertex 3134: +Vertex 3135: +Vertex 3136: +Vertex 3137: +Vertex 3138: +Vertex 3139: +Vertex 3140: +Vertex 3141: +Vertex 3142: +Vertex 3143: +Vertex 3144: +Vertex 3145: +Vertex 3146: +Vertex 3147: +Vertex 3148: +Vertex 3149: +Vertex 3150: +Vertex 3151: +Vertex 3152: +Vertex 3153: +Vertex 3154: +Vertex 3155: +Vertex 3156: +Vertex 3157: +Vertex 3158: +Vertex 3159: +Vertex 3160: +Vertex 3161: +Vertex 3162: +Vertex 3163: +Vertex 3164: +Vertex 3165: +Vertex 3166: +Vertex 3167: +Vertex 3168: +Vertex 3169: +Vertex 3170: +Vertex 3171: +Vertex 3172: +Vertex 3173: +Vertex 3174: +Vertex 3175: +Vertex 3176: +Vertex 3177: +Vertex 3178: +Vertex 3179: +Vertex 3180: +Vertex 3181: +Vertex 3182: +Vertex 3183: +Vertex 3184: +Vertex 3185: +Vertex 3186: +Vertex 3187: +Vertex 3188: +Vertex 3189: +Vertex 3190: +Vertex 3191: +Vertex 3192: +Vertex 3193: +Vertex 3194: +Vertex 3195: +Vertex 3196: +Vertex 3197: +Vertex 3198: +Vertex 3199: +Vertex 3200: +Vertex 3201: +Vertex 3202: +Vertex 3203: +Vertex 3204: +Vertex 3205: +Vertex 3206: +Vertex 3207: +Vertex 3208: +Vertex 3209: +Vertex 3210: +Vertex 3211: +Vertex 3212: +Vertex 3213: +Vertex 3214: +Vertex 3215: +Vertex 3216: +Vertex 3217: +Vertex 3218: +Vertex 3219: +Vertex 3220: +Vertex 3221: +Vertex 3222: +Vertex 3223: +Vertex 3224: +Vertex 3225: +Vertex 3226: +Vertex 3227: +Vertex 3228: +Vertex 3229: +Vertex 3230: +Vertex 3231: +Vertex 3232: +Vertex 3233: +Vertex 3234: +Vertex 3235: +Vertex 3236: +Vertex 3237: +Vertex 3238: +Vertex 3239: +Vertex 3240: +Vertex 3241: +Vertex 3242: +Vertex 3243: +Vertex 3244: +Vertex 3245: +Vertex 3246: +Vertex 3247: +Vertex 3248: +Vertex 3249: +Vertex 3250: +Vertex 3251: +Vertex 3252: +Vertex 3253: +Vertex 3254: +Vertex 3255: +Vertex 3256: +Vertex 3257: +Vertex 3258: +Vertex 3259: +Vertex 3260: +Vertex 3261: +Vertex 3262: +Vertex 3263: +Vertex 3264: +Vertex 3265: +Vertex 3266: +Vertex 3267: +Vertex 3268: +Vertex 3269: +Vertex 3270: +Vertex 3271: +Vertex 3272: +Vertex 3273: +Vertex 3274: +Vertex 3275: +Vertex 3276: +Vertex 3277: +Vertex 3278: +Vertex 3279: +Vertex 3280: +Vertex 3281: +Vertex 3282: +Vertex 3283: +Vertex 3284: +Vertex 3285: +Vertex 3286: +Vertex 3287: +Vertex 3288: +Vertex 3289: +Vertex 3290: +Vertex 3291: +Vertex 3292: +Vertex 3293: +Vertex 3294: +Vertex 3295: +Vertex 3296: +Vertex 3297: +Vertex 3298: +Vertex 3299: +Vertex 3300: +Vertex 3301: +Vertex 3302: +Vertex 3303: +Vertex 3304: +Vertex 3305: +Vertex 3306: +Vertex 3307: +Vertex 3308: +Vertex 3309: +Vertex 3310: +Vertex 3311: +Vertex 3312: +Vertex 3313: +Vertex 3314: +Vertex 3315: +Vertex 3316: +Vertex 3317: +Vertex 3318: +Vertex 3319: +Vertex 3320: +Vertex 3321: +Vertex 3322: +Vertex 3323: +Vertex 3324: +Vertex 3325: +Vertex 3326: +Vertex 3327: +Vertex 3328: +Vertex 3329: +Vertex 3330: +Vertex 3331: +Vertex 3332: +Vertex 3333: +Vertex 3334: +Vertex 3335: +Vertex 3336: +Vertex 3337: +Vertex 3338: +Vertex 3339: +Vertex 3340: +Vertex 3341: +Vertex 3342: +Vertex 3343: +Vertex 3344: +Vertex 3345: +Vertex 3346: +Vertex 3347: +Vertex 3348: +Vertex 3349: +Vertex 3350: +Vertex 3351: +Vertex 3352: +Vertex 3353: +Vertex 3354: +Vertex 3355: +Vertex 3356: +Vertex 3357: +Vertex 3358: +Vertex 3359: +Vertex 3360: +Vertex 3361: +Vertex 3362: +Vertex 3363: +Vertex 3364: +Vertex 3365: +Vertex 3366: +Vertex 3367: +Vertex 3368: +Vertex 3369: +Vertex 3370: +Vertex 3371: +Vertex 3372: +Vertex 3373: +Vertex 3374: +Vertex 3375: +Vertex 3376: +Vertex 3377: +Vertex 3378: +Vertex 3379: +Vertex 3380: +Vertex 3381: +Vertex 3382: +Vertex 3383: +Vertex 3384: +Vertex 3385: +Vertex 3386: +Vertex 3387: +Vertex 3388: +Vertex 3389: +Vertex 3390: +Vertex 3391: +Vertex 3392: +Vertex 3393: +Vertex 3394: +Vertex 3395: +Vertex 3396: +Vertex 3397: +Vertex 3398: +Vertex 3399: +Vertex 3400: +Vertex 3401: +Vertex 3402: +Vertex 3403: +Vertex 3404: +Vertex 3405: +Vertex 3406: +Vertex 3407: +Vertex 3408: +Vertex 3409: +Vertex 3410: +Vertex 3411: +Vertex 3412: +Vertex 3413: +Vertex 3414: +Vertex 3415: +Vertex 3416: +Vertex 3417: +Vertex 3418: +Vertex 3419: +Vertex 3420: +Vertex 3421: +Vertex 3422: +Vertex 3423: +Vertex 3424: +Vertex 3425: +Vertex 3426: +Vertex 3427: +Vertex 3428: +Vertex 3429: +Vertex 3430: +Vertex 3431: +Vertex 3432: +Vertex 3433: +Vertex 3434: +Vertex 3435: +Vertex 3436: +Vertex 3437: +Vertex 3438: +Vertex 3439: +Vertex 3440: +Vertex 3441: +Vertex 3442: +Vertex 3443: +Vertex 3444: +Vertex 3445: +Vertex 3446: +Vertex 3447: +Vertex 3448: +Vertex 3449: +Vertex 3450: +Vertex 3451: +Vertex 3452: +Vertex 3453: +Vertex 3454: +Vertex 3455: +Vertex 3456: +Vertex 3457: +Vertex 3458: +Vertex 3459: +Vertex 3460: +Vertex 3461: +Vertex 3462: +Vertex 3463: +Vertex 3464: +Vertex 3465: +Vertex 3466: +Vertex 3467: +Vertex 3468: +Vertex 3469: +Vertex 3470: +Vertex 3471: +Vertex 3472: +Vertex 3473: +Vertex 3474: +Vertex 3475: +Vertex 3476: +Vertex 3477: +Vertex 3478: +Vertex 3479: +Vertex 3480: +Vertex 3481: +Vertex 3482: +Vertex 3483: +Vertex 3484: +Vertex 3485: +Vertex 3486: +Vertex 3487: +Vertex 3488: +Vertex 3489: +Vertex 3490: +Vertex 3491: +Vertex 3492: +Vertex 3493: +Vertex 3494: +Vertex 3495: +Vertex 3496: +Vertex 3497: +Vertex 3498: +Vertex 3499: +Vertex 3500: +Vertex 3501: +Vertex 3502: +Vertex 3503: +Vertex 3504: +Vertex 3505: +Vertex 3506: +Vertex 3507: +Vertex 3508: +Vertex 3509: +Vertex 3510: +Vertex 3511: +Vertex 3512: +Vertex 3513: +Vertex 3514: +Vertex 3515: +Vertex 3516: +Vertex 3517: +Vertex 3518: +Vertex 3519: +Vertex 3520: +Vertex 3521: +Vertex 3522: +Vertex 3523: +Vertex 3524: +Vertex 3525: +Vertex 3526: +Vertex 3527: +Vertex 3528: +Vertex 3529: +Vertex 3530: +Vertex 3531: +Vertex 3532: +Vertex 3533: +Vertex 3534: +Vertex 3535: +Vertex 3536: +Vertex 3537: +Vertex 3538: +Vertex 3539: +Vertex 3540: +Vertex 3541: +Vertex 3542: +Vertex 3543: +Vertex 3544: +Vertex 3545: +Vertex 3546: +Vertex 3547: +Vertex 3548: +Vertex 3549: +Vertex 3550: +Vertex 3551: +Vertex 3552: +Vertex 3553: +Vertex 3554: +Vertex 3555: +Vertex 3556: +Vertex 3557: +Vertex 3558: +Vertex 3559: +Vertex 3560: +Vertex 3561: +Vertex 3562: +Vertex 3563: +Vertex 3564: +Vertex 3565: +Vertex 3566: +Vertex 3567: +Vertex 3568: +Vertex 3569: +Vertex 3570: +Vertex 3571: +Vertex 3572: +Vertex 3573: +Vertex 3574: +Vertex 3575: +Vertex 3576: +Vertex 3577: +Vertex 3578: +Vertex 3579: +Vertex 3580: +Vertex 3581: +Vertex 3582: +Vertex 3583: +Vertex 3584: +Vertex 3585: +Vertex 3586: +Vertex 3587: +Vertex 3588: +Vertex 3589: +Vertex 3590: +Vertex 3591: +Vertex 3592: +Vertex 3593: +Vertex 3594: +Vertex 3595: +Vertex 3596: +Vertex 3597: +Vertex 3598: +Vertex 3599: +Vertex 3600: +Vertex 3601: +Vertex 3602: +Vertex 3603: +Vertex 3604: +Vertex 3605: +Vertex 3606: +Vertex 3607: +Vertex 3608: +Vertex 3609: +Vertex 3610: +Vertex 3611: +Vertex 3612: +Vertex 3613: +Vertex 3614: +Vertex 3615: +Vertex 3616: +Vertex 3617: +Vertex 3618: +Vertex 3619: +Vertex 3620: +Vertex 3621: +Vertex 3622: +Vertex 3623: +Vertex 3624: +Vertex 3625: +Vertex 3626: +Vertex 3627: +Vertex 3628: +Vertex 3629: +Vertex 3630: +Vertex 3631: +Vertex 3632: +Vertex 3633: +Vertex 3634: +Vertex 3635: +Vertex 3636: +Vertex 3637: +Vertex 3638: +Vertex 3639: +Vertex 3640: +Vertex 3641: +Vertex 3642: +Vertex 3643: +Vertex 3644: +Vertex 3645: +Vertex 3646: +Vertex 3647: +Vertex 3648: +Vertex 3649: +Vertex 3650: +Vertex 3651: +Vertex 3652: +Vertex 3653: +Vertex 3654: +Vertex 3655: +Vertex 3656: +Vertex 3657: +Vertex 3658: +Vertex 3659: +Vertex 3660: +Vertex 3661: +Vertex 3662: +Vertex 3663: +Vertex 3664: +Vertex 3665: +Vertex 3666: +Vertex 3667: +Vertex 3668: +Vertex 3669: +Vertex 3670: +Vertex 3671: +Vertex 3672: +Vertex 3673: +Vertex 3674: +Vertex 3675: +Vertex 3676: +Vertex 3677: +Vertex 3678: +Vertex 3679: +Vertex 3680: +Vertex 3681: +Vertex 3682: +Vertex 3683: +Vertex 3684: +Vertex 3685: +Vertex 3686: +Vertex 3687: +Vertex 3688: +Vertex 3689: +Vertex 3690: +Vertex 3691: +Vertex 3692: +Vertex 3693: +Vertex 3694: +Vertex 3695: +Vertex 3696: +Vertex 3697: +Vertex 3698: +Vertex 3699: +Vertex 3700: +Vertex 3701: +Vertex 3702: +Vertex 3703: +Vertex 3704: +Vertex 3705: +Vertex 3706: +Vertex 3707: +Vertex 3708: +Vertex 3709: +Vertex 3710: +Vertex 3711: +Vertex 3712: +Vertex 3713: +Vertex 3714: +Vertex 3715: +Vertex 3716: +Vertex 3717: +Vertex 3718: +Vertex 3719: +Vertex 3720: +Vertex 3721: +Vertex 3722: +Vertex 3723: +Vertex 3724: +Vertex 3725: +Vertex 3726: +Vertex 3727: +Vertex 3728: +Vertex 3729: +Vertex 3730: +Vertex 3731: +Vertex 3732: +Vertex 3733: +Vertex 3734: +Vertex 3735: +Vertex 3736: +Vertex 3737: +Vertex 3738: +Vertex 3739: +Vertex 3740: +Vertex 3741: +Vertex 3742: +Vertex 3743: +Vertex 3744: +Vertex 3745: +Vertex 3746: +Vertex 3747: +Vertex 3748: +Vertex 3749: +Vertex 3750: +Vertex 3751: +Vertex 3752: +Vertex 3753: +Vertex 3754: +Vertex 3755: +Vertex 3756: +Vertex 3757: +Vertex 3758: +Vertex 3759: +Vertex 3760: +Vertex 3761: +Vertex 3762: +Vertex 3763: +Vertex 3764: +Vertex 3765: +Vertex 3766: +Vertex 3767: +Vertex 3768: +Vertex 3769: +Vertex 3770: +Vertex 3771: +Vertex 3772: +Vertex 3773: +Vertex 3774: +Vertex 3775: +Vertex 3776: +Vertex 3777: +Vertex 3778: +Vertex 3779: +Vertex 3780: +Vertex 3781: +Vertex 3782: +Vertex 3783: +Vertex 3784: +Vertex 3785: +Vertex 3786: +Vertex 3787: +Vertex 3788: +Vertex 3789: +Vertex 3790: +Vertex 3791: +Vertex 3792: +Vertex 3793: +Vertex 3794: +Vertex 3795: +Vertex 3796: +Vertex 3797: +Vertex 3798: +Vertex 3799: +Vertex 3800: +Vertex 3801: +Vertex 3802: +Vertex 3803: +Vertex 3804: +Vertex 3805: +Vertex 3806: +Vertex 3807: +Vertex 3808: +Vertex 3809: +Vertex 3810: +Vertex 3811: +Vertex 3812: +Vertex 3813: +Vertex 3814: +Vertex 3815: +Vertex 3816: +Vertex 3817: +Vertex 3818: +Vertex 3819: +Vertex 3820: +Vertex 3821: +Vertex 3822: +Vertex 3823: +Vertex 3824: +Vertex 3825: +Vertex 3826: +Vertex 3827: +Vertex 3828: +Vertex 3829: +Vertex 3830: +Vertex 3831: +Vertex 3832: +Vertex 3833: +Vertex 3834: +Vertex 3835: +Vertex 3836: +Vertex 3837: +Vertex 3838: +Vertex 3839: +Vertex 3840: +Vertex 3841: +Vertex 3842: +Vertex 3843: +Vertex 3844: +Vertex 3845: +Vertex 3846: +Vertex 3847: +Vertex 3848: +Vertex 3849: +Vertex 3850: +Vertex 3851: +Vertex 3852: +Vertex 3853: +Vertex 3854: +Vertex 3855: +Vertex 3856: +Vertex 3857: +Vertex 3858: +Vertex 3859: +Vertex 3860: +Vertex 3861: +Vertex 3862: +Vertex 3863: +Vertex 3864: +Vertex 3865: +Vertex 3866: +Vertex 3867: +Vertex 3868: +Vertex 3869: +Vertex 3870: +Vertex 3871: +Vertex 3872: +Vertex 3873: +Vertex 3874: +Vertex 3875: +Vertex 3876: +Vertex 3877: +Vertex 3878: +Vertex 3879: +Vertex 3880: +Vertex 3881: +Vertex 3882: +Vertex 3883: +Vertex 3884: +Vertex 3885: +Vertex 3886: +Vertex 3887: +Vertex 3888: +Vertex 3889: +Vertex 3890: +Vertex 3891: +Vertex 3892: +Vertex 3893: +Vertex 3894: +Vertex 3895: +Vertex 3896: +Vertex 3897: +Vertex 3898: +Vertex 3899: +Vertex 3900: +Vertex 3901: +Vertex 3902: +Vertex 3903: +Vertex 3904: +Vertex 3905: +Vertex 3906: +Vertex 3907: +Vertex 3908: +Vertex 3909: +Vertex 3910: +Vertex 3911: +Vertex 3912: +Vertex 3913: +Vertex 3914: +Vertex 3915: +Vertex 3916: +Vertex 3917: +Vertex 3918: +Vertex 3919: +Vertex 3920: +Vertex 3921: +Vertex 3922: +Vertex 3923: +Vertex 3924: +Vertex 3925: +Vertex 3926: +Vertex 3927: +Vertex 3928: +Vertex 3929: +Vertex 3930: +Vertex 3931: +Vertex 3932: +Vertex 3933: +Vertex 3934: +Vertex 3935: +Vertex 3936: +Vertex 3937: +Vertex 3938: +Vertex 3939: +Vertex 3940: +Vertex 3941: +Vertex 3942: +Vertex 3943: +Vertex 3944: +Vertex 3945: +Vertex 3946: +Vertex 3947: +Vertex 3948: +Vertex 3949: +Vertex 3950: +Vertex 3951: +Vertex 3952: +Vertex 3953: +Vertex 3954: +Vertex 3955: +Vertex 3956: +Vertex 3957: +Vertex 3958: +Vertex 3959: +Vertex 3960: +Vertex 3961: +Vertex 3962: +Vertex 3963: +Vertex 3964: +Vertex 3965: +Vertex 3966: +Vertex 3967: +Vertex 3968: +Vertex 3969: +Vertex 3970: +Vertex 3971: +Vertex 3972: +Vertex 3973: +Vertex 3974: +Vertex 3975: +Vertex 3976: +Vertex 3977: +Vertex 3978: +Vertex 3979: +Vertex 3980: +Vertex 3981: +Vertex 3982: +Vertex 3983: +Vertex 3984: +Vertex 3985: +Vertex 3986: +Vertex 3987: +Vertex 3988: +Vertex 3989: +Vertex 3990: +Vertex 3991: +Vertex 3992: +Vertex 3993: +Vertex 3994: +Vertex 3995: +Vertex 3996: +Vertex 3997: +Vertex 3998: +Vertex 3999: +Vertex 4000: +Vertex 4001: +Vertex 4002: +Vertex 4003: +Vertex 4004: +Vertex 4005: +Vertex 4006: +Vertex 4007: +Vertex 4008: +Vertex 4009: +Vertex 4010: +Vertex 4011: +Vertex 4012: +Vertex 4013: +Vertex 4014: +Vertex 4015: +Vertex 4016: +Vertex 4017: +Vertex 4018: +Vertex 4019: +Vertex 4020: +Vertex 4021: +Vertex 4022: +Vertex 4023: +Vertex 4024: +Vertex 4025: +Vertex 4026: +Vertex 4027: +Vertex 4028: +Vertex 4029: +Vertex 4030: +Vertex 4031: +Vertex 4032: +Vertex 4033: +Vertex 4034: +Vertex 4035: +Vertex 4036: +Vertex 4037: +Vertex 4038: +Vertex 4039: +Vertex 4040: +Vertex 4041: +Vertex 4042: +Vertex 4043: +Vertex 4044: +Vertex 4045: +Vertex 4046: +Vertex 4047: +Vertex 4048: +Vertex 4049: +Vertex 4050: +Vertex 4051: +Vertex 4052: +Vertex 4053: +Vertex 4054: +Vertex 4055: +Vertex 4056: +Vertex 4057: +Vertex 4058: +Vertex 4059: +Vertex 4060: +Vertex 4061: +Vertex 4062: +Vertex 4063: +Vertex 4064: +Vertex 4065: +Vertex 4066: +Vertex 4067: +Vertex 4068: +Vertex 4069: +Vertex 4070: +Vertex 4071: +Vertex 4072: +Vertex 4073: +Vertex 4074: +Vertex 4075: +Vertex 4076: +Vertex 4077: +Vertex 4078: +Vertex 4079: +Vertex 4080: +Vertex 4081: +Vertex 4082: +Vertex 4083: +Vertex 4084: +Vertex 4085: +Vertex 4086: +Vertex 4087: +Vertex 4088: +Vertex 4089: +Vertex 4090: +Vertex 4091: +Vertex 4092: +Vertex 4093: +Vertex 4094: +Vertex 4095: +Vertex 4096: +Vertex 4097: +Vertex 4098: +Vertex 4099: +Vertex 4100: +Vertex 4101: +Vertex 4102: +Vertex 4103: +Vertex 4104: +Vertex 4105: +Vertex 4106: +Vertex 4107: +Vertex 4108: +Vertex 4109: +Vertex 4110: +Vertex 4111: +Vertex 4112: +Vertex 4113: +Vertex 4114: +Vertex 4115: +Vertex 4116: +Vertex 4117: +Vertex 4118: +Vertex 4119: +Vertex 4120: +Vertex 4121: +Vertex 4122: +Vertex 4123: +Vertex 4124: +Vertex 4125: +Vertex 4126: +Vertex 4127: +Vertex 4128: +Vertex 4129: +Vertex 4130: +Vertex 4131: +Vertex 4132: +Vertex 4133: +Vertex 4134: +Vertex 4135: +Vertex 4136: +Vertex 4137: +Vertex 4138: +Vertex 4139: +Vertex 4140: +Vertex 4141: +Vertex 4142: +Vertex 4143: +Vertex 4144: +Vertex 4145: +Vertex 4146: +Vertex 4147: +Vertex 4148: +Vertex 4149: +Vertex 4150: +Vertex 4151: +Vertex 4152: +Vertex 4153: +Vertex 4154: +Vertex 4155: +Vertex 4156: +Vertex 4157: +Vertex 4158: +Vertex 4159: +Vertex 4160: +Vertex 4161: +Vertex 4162: +Vertex 4163: +Vertex 4164: +Vertex 4165: +Vertex 4166: +Vertex 4167: +Vertex 4168: +Vertex 4169: +Vertex 4170: +Vertex 4171: +Vertex 4172: +Vertex 4173: +Vertex 4174: +Vertex 4175: +Vertex 4176: +Vertex 4177: +Vertex 4178: +Vertex 4179: +Vertex 4180: +Vertex 4181: +Vertex 4182: +Vertex 4183: +Vertex 4184: +Vertex 4185: +Vertex 4186: +Vertex 4187: +Vertex 4188: +Vertex 4189: +Vertex 4190: +Vertex 4191: +Vertex 4192: +Vertex 4193: +Vertex 4194: +Vertex 4195: +Vertex 4196: +Vertex 4197: +Vertex 4198: +Vertex 4199: +Vertex 4200: +Vertex 4201: +Vertex 4202: +Vertex 4203: +Vertex 4204: +Vertex 4205: +Vertex 4206: +Vertex 4207: +Vertex 4208: +Vertex 4209: +Vertex 4210: +Vertex 4211: +Vertex 4212: +Vertex 4213: +Vertex 4214: +Vertex 4215: +Vertex 4216: +Vertex 4217: +Vertex 4218: +Vertex 4219: +Vertex 4220: +Vertex 4221: +Vertex 4222: +Vertex 4223: +Vertex 4224: +Vertex 4225: +Vertex 4226: +Vertex 4227: +Vertex 4228: +Vertex 4229: +Vertex 4230: +Vertex 4231: +Vertex 4232: +Vertex 4233: +Vertex 4234: +Vertex 4235: +Vertex 4236: +Vertex 4237: +Vertex 4238: +Vertex 4239: +Vertex 4240: +Vertex 4241: +Vertex 4242: +Vertex 4243: +Vertex 4244: +Vertex 4245: +Vertex 4246: +Vertex 4247: +Vertex 4248: +Vertex 4249: +Vertex 4250: +Vertex 4251: +Vertex 4252: +Vertex 4253: +Vertex 4254: +Vertex 4255: +Vertex 4256: +Vertex 4257: +Vertex 4258: +Vertex 4259: +Vertex 4260: +Vertex 4261: +Vertex 4262: +Vertex 4263: +Vertex 4264: +Vertex 4265: +Vertex 4266: +Vertex 4267: +Vertex 4268: +Vertex 4269: +Vertex 4270: +Vertex 4271: +Vertex 4272: +Vertex 4273: +Vertex 4274: +Vertex 4275: +Vertex 4276: +Vertex 4277: +Vertex 4278: +Vertex 4279: +Vertex 4280: +Vertex 4281: +Vertex 4282: +Vertex 4283: +Vertex 4284: +Vertex 4285: +Vertex 4286: +Vertex 4287: +Vertex 4288: +Vertex 4289: +Vertex 4290: +Vertex 4291: +Vertex 4292: +Vertex 4293: +Vertex 4294: +Vertex 4295: +Vertex 4296: +Vertex 4297: +Vertex 4298: +Vertex 4299: +Vertex 4300: +Vertex 4301: +Vertex 4302: +Vertex 4303: +Vertex 4304: +Vertex 4305: +Vertex 4306: +Vertex 4307: +Vertex 4308: +Vertex 4309: +Vertex 4310: +Vertex 4311: +Vertex 4312: +Vertex 4313: +Vertex 4314: +Vertex 4315: +Vertex 4316: +Vertex 4317: +Vertex 4318: +Vertex 4319: +Vertex 4320: +Vertex 4321: +Vertex 4322: +Vertex 4323: +Vertex 4324: +Vertex 4325: +Vertex 4326: +Vertex 4327: +Vertex 4328: +Vertex 4329: +Vertex 4330: +Vertex 4331: +Vertex 4332: +Vertex 4333: +Vertex 4334: +Vertex 4335: +Vertex 4336: +Vertex 4337: +Vertex 4338: +Vertex 4339: +Vertex 4340: +Vertex 4341: +Vertex 4342: +Vertex 4343: +Vertex 4344: +Vertex 4345: +Vertex 4346: +Vertex 4347: +Vertex 4348: +Vertex 4349: +Vertex 4350: +Vertex 4351: +Vertex 4352: +Vertex 4353: +Vertex 4354: +Vertex 4355: +Vertex 4356: +Vertex 4357: +Vertex 4358: +Vertex 4359: +Vertex 4360: +Vertex 4361: +Vertex 4362: +Vertex 4363: +Vertex 4364: +Vertex 4365: +Vertex 4366: +Vertex 4367: +Vertex 4368: +Vertex 4369: +Vertex 4370: +Vertex 4371: +Vertex 4372: +Vertex 4373: +Vertex 4374: +Vertex 4375: +Vertex 4376: +Vertex 4377: +Vertex 4378: +Vertex 4379: +Vertex 4380: +Vertex 4381: +Vertex 4382: +Vertex 4383: +Vertex 4384: +Vertex 4385: +Vertex 4386: +Vertex 4387: +Vertex 4388: +Vertex 4389: +Vertex 4390: +Vertex 4391: +Vertex 4392: +Vertex 4393: +Vertex 4394: +Vertex 4395: +Vertex 4396: +Vertex 4397: +Vertex 4398: +Vertex 4399: +Vertex 4400: +Vertex 4401: +Vertex 4402: +Vertex 4403: +Vertex 4404: +Vertex 4405: +Vertex 4406: +Vertex 4407: +Vertex 4408: +Vertex 4409: +Vertex 4410: +Vertex 4411: +Vertex 4412: +Vertex 4413: +Vertex 4414: +Vertex 4415: +Vertex 4416: +Vertex 4417: +Vertex 4418: +Vertex 4419: +Vertex 4420: +Vertex 4421: +Vertex 4422: +Vertex 4423: +Vertex 4424: +Vertex 4425: +Vertex 4426: +Vertex 4427: +Vertex 4428: +Vertex 4429: +Vertex 4430: +Vertex 4431: +Vertex 4432: +Vertex 4433: +Vertex 4434: +Vertex 4435: +Vertex 4436: +Vertex 4437: +Vertex 4438: +Vertex 4439: +Vertex 4440: +Vertex 4441: +Vertex 4442: +Vertex 4443: +Vertex 4444: +Vertex 4445: +Vertex 4446: +Vertex 4447: +Vertex 4448: +Vertex 4449: +Vertex 4450: +Vertex 4451: +Vertex 4452: +Vertex 4453: +Vertex 4454: +Vertex 4455: +Vertex 4456: +Vertex 4457: +Vertex 4458: +Vertex 4459: +Vertex 4460: +Vertex 4461: +Vertex 4462: +Vertex 4463: +Vertex 4464: +Vertex 4465: +Vertex 4466: +Vertex 4467: +Vertex 4468: +Vertex 4469: +Vertex 4470: +Vertex 4471: +Vertex 4472: +Vertex 4473: +Vertex 4474: +Vertex 4475: +Vertex 4476: +Vertex 4477: +Vertex 4478: +Vertex 4479: +Vertex 4480: +Vertex 4481: +Vertex 4482: +Vertex 4483: +Vertex 4484: +Vertex 4485: +Vertex 4486: +Vertex 4487: +Vertex 4488: +Vertex 4489: +Vertex 4490: +Vertex 4491: +Vertex 4492: +Vertex 4493: +Vertex 4494: +Vertex 4495: +Vertex 4496: +Vertex 4497: +Vertex 4498: +Vertex 4499: +Vertex 4500: +Vertex 4501: +Vertex 4502: +Vertex 4503: +Vertex 4504: +Vertex 4505: +Vertex 4506: +Vertex 4507: +Vertex 4508: +Vertex 4509: +Vertex 4510: +Vertex 4511: +Vertex 4512: +Vertex 4513: +Vertex 4514: +Vertex 4515: +Vertex 4516: +Vertex 4517: +Vertex 4518: +Vertex 4519: +Vertex 4520: +Vertex 4521: +Vertex 4522: +Vertex 4523: +Vertex 4524: +Vertex 4525: +Vertex 4526: +Vertex 4527: +Vertex 4528: +Vertex 4529: +Vertex 4530: +Vertex 4531: +Vertex 4532: +Vertex 4533: +Vertex 4534: +Vertex 4535: +Vertex 4536: +Vertex 4537: +Vertex 4538: +Vertex 4539: +Vertex 4540: +Vertex 4541: +Vertex 4542: +Vertex 4543: +Vertex 4544: +Vertex 4545: +Vertex 4546: +Vertex 4547: +Vertex 4548: +Vertex 4549: +Vertex 4550: +Vertex 4551: +Vertex 4552: +Vertex 4553: +Vertex 4554: +Vertex 4555: +Vertex 4556: +Vertex 4557: +Vertex 4558: +Vertex 4559: +Vertex 4560: +Vertex 4561: +Vertex 4562: +Vertex 4563: +Vertex 4564: +Vertex 4565: +Vertex 4566: +Vertex 4567: +Vertex 4568: +Vertex 4569: +Vertex 4570: +Vertex 4571: +Vertex 4572: +Vertex 4573: +Vertex 4574: +Vertex 4575: +Vertex 4576: +Vertex 4577: +Vertex 4578: +Vertex 4579: +Vertex 4580: +Vertex 4581: +Vertex 4582: +Vertex 4583: +Vertex 4584: +Vertex 4585: +Vertex 4586: +Vertex 4587: +Vertex 4588: +Vertex 4589: +Vertex 4590: +Vertex 4591: +Vertex 4592: +Vertex 4593: +Vertex 4594: +Vertex 4595: +Vertex 4596: +Vertex 4597: +Vertex 4598: +Vertex 4599: +Vertex 4600: +Vertex 4601: +Vertex 4602: +Vertex 4603: +Vertex 4604: +Vertex 4605: +Vertex 4606: +Vertex 4607: +Vertex 4608: +Vertex 4609: +Vertex 4610: +Vertex 4611: +Vertex 4612: +Vertex 4613: +Vertex 4614: +Vertex 4615: +Vertex 4616: +Vertex 4617: +Vertex 4618: +Vertex 4619: +Vertex 4620: +Vertex 4621: +Vertex 4622: +Vertex 4623: +Vertex 4624: +Vertex 4625: +Vertex 4626: +Vertex 4627: +Vertex 4628: +Vertex 4629: +Vertex 4630: +Vertex 4631: +Vertex 4632: +Vertex 4633: +Vertex 4634: +Vertex 4635: +Vertex 4636: +Vertex 4637: +Vertex 4638: +Vertex 4639: +Vertex 4640: +Vertex 4641: +Vertex 4642: +Vertex 4643: +Vertex 4644: +Vertex 4645: +Vertex 4646: +Vertex 4647: +Vertex 4648: +Vertex 4649: +Vertex 4650: +Vertex 4651: +Vertex 4652: +Vertex 4653: +Vertex 4654: +Vertex 4655: +Vertex 4656: +Vertex 4657: +Vertex 4658: +Vertex 4659: +Vertex 4660: +Vertex 4661: +Vertex 4662: +Vertex 4663: +Vertex 4664: +Vertex 4665: +Vertex 4666: +Vertex 4667: +Vertex 4668: +Vertex 4669: +Vertex 4670: +Vertex 4671: +Vertex 4672: +Vertex 4673: +Vertex 4674: +Vertex 4675: +Vertex 4676: +Vertex 4677: +Vertex 4678: +Vertex 4679: +Vertex 4680: +Vertex 4681: +Vertex 4682: +Vertex 4683: +Vertex 4684: +Vertex 4685: +Vertex 4686: +Vertex 4687: +Vertex 4688: +Vertex 4689: +Vertex 4690: +Vertex 4691: +Vertex 4692: +Vertex 4693: +Vertex 4694: +Vertex 4695: +Vertex 4696: +Vertex 4697: +Vertex 4698: +Vertex 4699: +Vertex 4700: +Vertex 4701: +Vertex 4702: +Vertex 4703: +Vertex 4704: +Vertex 4705: +Vertex 4706: +Vertex 4707: +Vertex 4708: +Vertex 4709: +Vertex 4710: +Vertex 4711: +Vertex 4712: +Vertex 4713: +Vertex 4714: +Vertex 4715: +Vertex 4716: +Vertex 4717: +Vertex 4718: +Vertex 4719: +Vertex 4720: +Vertex 4721: +Vertex 4722: +Vertex 4723: +Vertex 4724: +Vertex 4725: +Vertex 4726: +Vertex 4727: +Vertex 4728: +Vertex 4729: +Vertex 4730: +Vertex 4731: +Vertex 4732: +Vertex 4733: +Vertex 4734: +Vertex 4735: +Vertex 4736: +Vertex 4737: +Vertex 4738: +Vertex 4739: +Vertex 4740: +Vertex 4741: +Vertex 4742: +Vertex 4743: +Vertex 4744: +Vertex 4745: +Vertex 4746: +Vertex 4747: +Vertex 4748: +Vertex 4749: +Vertex 4750: +Vertex 4751: +Vertex 4752: +Vertex 4753: +Vertex 4754: +Vertex 4755: +Vertex 4756: +Vertex 4757: +Vertex 4758: +Vertex 4759: +Vertex 4760: +Vertex 4761: +Vertex 4762: +Vertex 4763: +Vertex 4764: +Vertex 4765: +Vertex 4766: +Vertex 4767: +Vertex 4768: +Vertex 4769: +Vertex 4770: +Vertex 4771: +Vertex 4772: +Vertex 4773: +Vertex 4774: +Vertex 4775: +Vertex 4776: +Vertex 4777: +Vertex 4778: +Vertex 4779: +Vertex 4780: +Vertex 4781: +Vertex 4782: +Vertex 4783: +Vertex 4784: +Vertex 4785: +Vertex 4786: +Vertex 4787: +Vertex 4788: +Vertex 4789: +Vertex 4790: +Vertex 4791: +Vertex 4792: +Vertex 4793: +Vertex 4794: +Vertex 4795: +Vertex 4796: +Vertex 4797: +Vertex 4798: +Vertex 4799: +Vertex 4800: +Vertex 4801: +Vertex 4802: +Vertex 4803: +Vertex 4804: +Vertex 4805: +Vertex 4806: +Vertex 4807: +Vertex 4808: +Vertex 4809: +Vertex 4810: +Vertex 4811: +Vertex 4812: +Vertex 4813: +Vertex 4814: +Vertex 4815: +Vertex 4816: +Vertex 4817: +Vertex 4818: +Vertex 4819: +Vertex 4820: +Vertex 4821: +Vertex 4822: +Vertex 4823: +Vertex 4824: +Vertex 4825: +Vertex 4826: +Vertex 4827: +Vertex 4828: +Vertex 4829: +Vertex 4830: +Vertex 4831: +Vertex 4832: +Vertex 4833: +Vertex 4834: +Vertex 4835: +Vertex 4836: +Vertex 4837: +Vertex 4838: +Vertex 4839: +Vertex 4840: +Vertex 4841: +Vertex 4842: +Vertex 4843: +Vertex 4844: +Vertex 4845: +Vertex 4846: +Vertex 4847: +Vertex 4848: +Vertex 4849: +Vertex 4850: +Vertex 4851: +Vertex 4852: +Vertex 4853: +Vertex 4854: +Vertex 4855: +Vertex 4856: +Vertex 4857: +Vertex 4858: +Vertex 4859: +Vertex 4860: +Vertex 4861: +Vertex 4862: +Vertex 4863: +Vertex 4864: +Vertex 4865: +Vertex 4866: +Vertex 4867: +Vertex 4868: +Vertex 4869: +Vertex 4870: +Vertex 4871: +Vertex 4872: +Vertex 4873: +Vertex 4874: +Vertex 4875: +Vertex 4876: +Vertex 4877: +Vertex 4878: +Vertex 4879: +Vertex 4880: +Vertex 4881: +Vertex 4882: +Vertex 4883: +Vertex 4884: +Vertex 4885: +Vertex 4886: +Vertex 4887: +Vertex 4888: +Vertex 4889: +Vertex 4890: +Vertex 4891: +Vertex 4892: +Vertex 4893: +Vertex 4894: +Vertex 4895: +Vertex 4896: +Vertex 4897: +Vertex 4898: +Vertex 4899: +Vertex 4900: +Vertex 4901: +Vertex 4902: +Vertex 4903: +Vertex 4904: +Vertex 4905: +Vertex 4906: +Vertex 4907: +Vertex 4908: +Vertex 4909: +Vertex 4910: +Vertex 4911: +Vertex 4912: +Vertex 4913: +Vertex 4914: +Vertex 4915: +Vertex 4916: +Vertex 4917: +Vertex 4918: +Vertex 4919: +Vertex 4920: +Vertex 4921: +Vertex 4922: +Vertex 4923: +Vertex 4924: +Vertex 4925: +Vertex 4926: +Vertex 4927: +Vertex 4928: +Vertex 4929: +Vertex 4930: +Vertex 4931: +Vertex 4932: +Vertex 4933: +Vertex 4934: +Vertex 4935: +Vertex 4936: +Vertex 4937: +Vertex 4938: +Vertex 4939: +Vertex 4940: +Vertex 4941: +Vertex 4942: +Vertex 4943: +Vertex 4944: +Vertex 4945: +Vertex 4946: +Vertex 4947: +Vertex 4948: +Vertex 4949: +Vertex 4950: +Vertex 4951: +Vertex 4952: +Vertex 4953: +Vertex 4954: +Vertex 4955: +Vertex 4956: +Vertex 4957: +Vertex 4958: +Vertex 4959: +Vertex 4960: +Vertex 4961: +Vertex 4962: +Vertex 4963: +Vertex 4964: +Vertex 4965: +Vertex 4966: +Vertex 4967: +Vertex 4968: +Vertex 4969: +Vertex 4970: +Vertex 4971: +Vertex 4972: +Vertex 4973: +Vertex 4974: +Vertex 4975: +Vertex 4976: +Vertex 4977: +Vertex 4978: +Vertex 4979: +Vertex 4980: +Vertex 4981: +Vertex 4982: +Vertex 4983: +Vertex 4984: +Vertex 4985: +Vertex 4986: +Vertex 4987: +Vertex 4988: +Vertex 4989: +Vertex 4990: +Vertex 4991: +Vertex 4992: +Vertex 4993: +Vertex 4994: +Vertex 4995: +Vertex 4996: +Vertex 4997: +Vertex 4998: +Vertex 4999: +Vertex 5000: +Vertex 5001: +Vertex 5002: +Vertex 5003: +Vertex 5004: +Vertex 5005: +Vertex 5006: +Vertex 5007: +Vertex 5008: +Vertex 5009: +Vertex 5010: +Vertex 5011: +Vertex 5012: +Vertex 5013: +Vertex 5014: +Vertex 5015: +Vertex 5016: +Vertex 5017: +Vertex 5018: +Vertex 5019: +Vertex 5020: +Vertex 5021: +Vertex 5022: +Vertex 5023: +Vertex 5024: +Vertex 5025: +Vertex 5026: +Vertex 5027: +Vertex 5028: +Vertex 5029: +Vertex 5030: +Vertex 5031: +Vertex 5032: +Vertex 5033: +Vertex 5034: +Vertex 5035: +Vertex 5036: +Vertex 5037: +Vertex 5038: +Vertex 5039: +Vertex 5040: +Vertex 5041: +Vertex 5042: +Vertex 5043: +Vertex 5044: +Vertex 5045: +Vertex 5046: +Vertex 5047: +Vertex 5048: +Vertex 5049: +Vertex 5050: +Vertex 5051: +Vertex 5052: +Vertex 5053: +Vertex 5054: +Vertex 5055: +Vertex 5056: +Vertex 5057: +Vertex 5058: +Vertex 5059: +Vertex 5060: +Vertex 5061: +Vertex 5062: +Vertex 5063: +Vertex 5064: +Vertex 5065: +Vertex 5066: +Vertex 5067: +Vertex 5068: +Vertex 5069: +Vertex 5070: +Vertex 5071: +Vertex 5072: +Vertex 5073: +Vertex 5074: +Vertex 5075: +Vertex 5076: +Vertex 5077: +Vertex 5078: +Vertex 5079: +Vertex 5080: +Vertex 5081: +Vertex 5082: +Vertex 5083: +Vertex 5084: +Vertex 5085: +Vertex 5086: +Vertex 5087: +Vertex 5088: +Vertex 5089: +Vertex 5090: +Vertex 5091: +Vertex 5092: +Vertex 5093: +Vertex 5094: +Vertex 5095: +Vertex 5096: +Vertex 5097: +Vertex 5098: +Vertex 5099: +Vertex 5100: +Vertex 5101: +Vertex 5102: +Vertex 5103: +Vertex 5104: +Vertex 5105: +Vertex 5106: +Vertex 5107: +Vertex 5108: +Vertex 5109: +Vertex 5110: +Vertex 5111: +Vertex 5112: +Vertex 5113: +Vertex 5114: +Vertex 5115: +Vertex 5116: +Vertex 5117: +Vertex 5118: +Vertex 5119: +Vertex 5120: +Vertex 5121: +Vertex 5122: +Vertex 5123: +Vertex 5124: +Vertex 5125: +Vertex 5126: +Vertex 5127: +Vertex 5128: +Vertex 5129: +Vertex 5130: +Vertex 5131: +Vertex 5132: +Vertex 5133: +Vertex 5134: +Vertex 5135: +Vertex 5136: +Vertex 5137: +Vertex 5138: +Vertex 5139: +Vertex 5140: +Vertex 5141: +Vertex 5142: +Vertex 5143: +Vertex 5144: +Vertex 5145: +Vertex 5146: +Vertex 5147: +Vertex 5148: +Vertex 5149: +Vertex 5150: +Vertex 5151: +Vertex 5152: +Vertex 5153: +Vertex 5154: +Vertex 5155: +Vertex 5156: +Vertex 5157: +Vertex 5158: +Vertex 5159: +Vertex 5160: +Vertex 5161: +Vertex 5162: +Vertex 5163: +Vertex 5164: +Vertex 5165: +Vertex 5166: +Vertex 5167: +Vertex 5168: +Vertex 5169: +Vertex 5170: +Vertex 5171: +Vertex 5172: +Vertex 5173: +Vertex 5174: +Vertex 5175: +Vertex 5176: +Vertex 5177: +Vertex 5178: +Vertex 5179: +Vertex 5180: +Vertex 5181: +Vertex 5182: +Vertex 5183: +Vertex 5184: +Vertex 5185: +Vertex 5186: +Vertex 5187: +Vertex 5188: +Vertex 5189: +Vertex 5190: +Vertex 5191: +Vertex 5192: +Vertex 5193: +Vertex 5194: +Vertex 5195: +Vertex 5196: +Vertex 5197: +Vertex 5198: +Vertex 5199: +Vertex 5200: +Vertex 5201: +Vertex 5202: +Vertex 5203: +Vertex 5204: +Vertex 5205: +Vertex 5206: +Vertex 5207: +Vertex 5208: +Vertex 5209: +Vertex 5210: +Vertex 5211: +Vertex 5212: +Vertex 5213: +Vertex 5214: +Vertex 5215: +Vertex 5216: +Vertex 5217: +Vertex 5218: +Vertex 5219: +Vertex 5220: +Vertex 5221: +Vertex 5222: +Vertex 5223: +Vertex 5224: +Vertex 5225: +Vertex 5226: +Vertex 5227: +Vertex 5228: +Vertex 5229: +Vertex 5230: +Vertex 5231: +Vertex 5232: +Vertex 5233: +Vertex 5234: +Vertex 5235: +Vertex 5236: +Vertex 5237: +Vertex 5238: +Vertex 5239: +Vertex 5240: +Vertex 5241: +Vertex 5242: +Vertex 5243: +Vertex 5244: +Vertex 5245: +Vertex 5246: +Vertex 5247: +Vertex 5248: +Vertex 5249: +Vertex 5250: +Vertex 5251: +Vertex 5252: +Vertex 5253: +Vertex 5254: +Vertex 5255: +Vertex 5256: +Vertex 5257: +Vertex 5258: +Vertex 5259: +Vertex 5260: +Vertex 5261: +Vertex 5262: +Vertex 5263: +Vertex 5264: +Vertex 5265: +Vertex 5266: +Vertex 5267: +Vertex 5268: +Vertex 5269: +Vertex 5270: +Vertex 5271: +Vertex 5272: +Vertex 5273: +Vertex 5274: +Vertex 5275: +Vertex 5276: +Vertex 5277: +Vertex 5278: +Vertex 5279: +Vertex 5280: +Vertex 5281: +Vertex 5282: +Vertex 5283: +Vertex 5284: +Vertex 5285: +Vertex 5286: +Vertex 5287: +Vertex 5288: +Vertex 5289: +Vertex 5290: +Vertex 5291: +Vertex 5292: +Vertex 5293: +Vertex 5294: +Vertex 5295: +Vertex 5296: +Vertex 5297: +Vertex 5298: +Vertex 5299: +Vertex 5300: +Vertex 5301: +Vertex 5302: +Vertex 5303: +Vertex 5304: +Vertex 5305: +Vertex 5306: +Vertex 5307: +Vertex 5308: +Vertex 5309: +Vertex 5310: +Vertex 5311: +Vertex 5312: +Vertex 5313: +Vertex 5314: +Vertex 5315: +Vertex 5316: +Vertex 5317: +Vertex 5318: +Vertex 5319: +Vertex 5320: +Vertex 5321: +Vertex 5322: +Vertex 5323: +Vertex 5324: +Vertex 5325: +Vertex 5326: +Vertex 5327: +Vertex 5328: +Vertex 5329: +Vertex 5330: +Vertex 5331: +Vertex 5332: +Vertex 5333: +Vertex 5334: +Vertex 5335: +Vertex 5336: +Vertex 5337: +Vertex 5338: +Vertex 5339: +Vertex 5340: +Vertex 5341: +Vertex 5342: +Vertex 5343: +Vertex 5344: +Vertex 5345: +Vertex 5346: +Vertex 5347: +Vertex 5348: +Vertex 5349: +Vertex 5350: +Vertex 5351: +Vertex 5352: +Vertex 5353: +Vertex 5354: +Vertex 5355: +Vertex 5356: +Vertex 5357: +Vertex 5358: +Vertex 5359: +Vertex 5360: +Vertex 5361: +Vertex 5362: +Vertex 5363: +Vertex 5364: +Vertex 5365: +Vertex 5366: +Vertex 5367: +Vertex 5368: +Vertex 5369: +Vertex 5370: +Vertex 5371: +Vertex 5372: +Vertex 5373: +Vertex 5374: +Vertex 5375: +Vertex 5376: +Vertex 5377: +Vertex 5378: +Vertex 5379: +Vertex 5380: +Vertex 5381: +Vertex 5382: +Vertex 5383: +Vertex 5384: +Vertex 5385: +Vertex 5386: +Vertex 5387: +Vertex 5388: +Vertex 5389: +Vertex 5390: +Vertex 5391: +Vertex 5392: +Vertex 5393: +Vertex 5394: +Vertex 5395: +Vertex 5396: +Vertex 5397: +Vertex 5398: +Vertex 5399: +Vertex 5400: +Vertex 5401: +Vertex 5402: +Vertex 5403: +Vertex 5404: +Vertex 5405: +Vertex 5406: +Vertex 5407: +Vertex 5408: +Vertex 5409: +Vertex 5410: +Vertex 5411: +Vertex 5412: +Vertex 5413: +Vertex 5414: +Vertex 5415: +Vertex 5416: +Vertex 5417: +Vertex 5418: +Vertex 5419: +Vertex 5420: +Vertex 5421: +Vertex 5422: +Vertex 5423: +Vertex 5424: +Vertex 5425: +Vertex 5426: +Vertex 5427: +Vertex 5428: +Vertex 5429: +Vertex 5430: +Vertex 5431: +Vertex 5432: +Vertex 5433: +Vertex 5434: +Vertex 5435: +Vertex 5436: +Vertex 5437: +Vertex 5438: +Vertex 5439: +Vertex 5440: +Vertex 5441: +Vertex 5442: +Vertex 5443: +Vertex 5444: +Vertex 5445: +Vertex 5446: +Vertex 5447: +Vertex 5448: +Vertex 5449: +Vertex 5450: +Vertex 5451: +Vertex 5452: +Vertex 5453: +Vertex 5454: +Vertex 5455: +Vertex 5456: +Vertex 5457: +Vertex 5458: +Vertex 5459: +Vertex 5460: +Vertex 5461: +Vertex 5462: +Vertex 5463: +Vertex 5464: +Vertex 5465: +Vertex 5466: +Vertex 5467: +Vertex 5468: +Vertex 5469: +Vertex 5470: +Vertex 5471: +Vertex 5472: +Vertex 5473: +Vertex 5474: +Vertex 5475: +Vertex 5476: +Vertex 5477: +Vertex 5478: +Vertex 5479: +Vertex 5480: +Vertex 5481: +Vertex 5482: +Vertex 5483: +Vertex 5484: +Vertex 5485: +Vertex 5486: +Vertex 5487: +Vertex 5488: +Vertex 5489: +Vertex 5490: +Vertex 5491: +Vertex 5492: +Vertex 5493: +Vertex 5494: +Vertex 5495: +Vertex 5496: +Vertex 5497: +Vertex 5498: +Vertex 5499: +Vertex 5500: +Vertex 5501: +Vertex 5502: +Vertex 5503: +Vertex 5504: +Vertex 5505: +Vertex 5506: +Vertex 5507: +Vertex 5508: +Vertex 5509: +Vertex 5510: +Vertex 5511: +Vertex 5512: +Vertex 5513: +Vertex 5514: +Vertex 5515: +Vertex 5516: +Vertex 5517: +Vertex 5518: +Vertex 5519: +Vertex 5520: +Vertex 5521: +Vertex 5522: +Vertex 5523: +Vertex 5524: +Vertex 5525: +Vertex 5526: +Vertex 5527: +Vertex 5528: +Vertex 5529: +Vertex 5530: +Vertex 5531: +Vertex 5532: +Vertex 5533: +Vertex 5534: +Vertex 5535: +Vertex 5536: +Vertex 5537: +Vertex 5538: +Vertex 5539: +Vertex 5540: +Vertex 5541: +Vertex 5542: +Vertex 5543: +Vertex 5544: +Vertex 5545: +Vertex 5546: +Vertex 5547: +Vertex 5548: +Vertex 5549: +Vertex 5550: +Vertex 5551: +Vertex 5552: +Vertex 5553: +Vertex 5554: +Vertex 5555: +Vertex 5556: +Vertex 5557: +Vertex 5558: +Vertex 5559: +Vertex 5560: +Vertex 5561: +Vertex 5562: +Vertex 5563: +Vertex 5564: +Vertex 5565: +Vertex 5566: +Vertex 5567: +Vertex 5568: +Vertex 5569: +Vertex 5570: +Vertex 5571: +Vertex 5572: +Vertex 5573: +Vertex 5574: +Vertex 5575: +Vertex 5576: +Vertex 5577: +Vertex 5578: +Vertex 5579: +Vertex 5580: +Vertex 5581: +Vertex 5582: +Vertex 5583: +Vertex 5584: +Vertex 5585: +Vertex 5586: +Vertex 5587: +Vertex 5588: +Vertex 5589: +Vertex 5590: +Vertex 5591: +Vertex 5592: +Vertex 5593: +Vertex 5594: +Vertex 5595: +Vertex 5596: +Vertex 5597: +Vertex 5598: +Vertex 5599: +Vertex 5600: +Vertex 5601: +Vertex 5602: +Vertex 5603: +Vertex 5604: +Vertex 5605: +Vertex 5606: +Vertex 5607: +Vertex 5608: +Vertex 5609: +Vertex 5610: +Vertex 5611: +Vertex 5612: +Vertex 5613: +Vertex 5614: +Vertex 5615: +Vertex 5616: +Vertex 5617: +Vertex 5618: +Vertex 5619: +Vertex 5620: +Vertex 5621: +Vertex 5622: +Vertex 5623: +Vertex 5624: +Vertex 5625: +Vertex 5626: +Vertex 5627: +Vertex 5628: +Vertex 5629: +Vertex 5630: +Vertex 5631: +Vertex 5632: +Vertex 5633: +Vertex 5634: +Vertex 5635: +Vertex 5636: +Vertex 5637: +Vertex 5638: +Vertex 5639: +Vertex 5640: +Vertex 5641: +Vertex 5642: +Vertex 5643: +Vertex 5644: +Vertex 5645: +Vertex 5646: +Vertex 5647: +Vertex 5648: +Vertex 5649: +Vertex 5650: +Vertex 5651: +Vertex 5652: +Vertex 5653: +Vertex 5654: +Vertex 5655: +Vertex 5656: +Vertex 5657: +Vertex 5658: +Vertex 5659: +Vertex 5660: +Vertex 5661: +Vertex 5662: +Vertex 5663: +Vertex 5664: +Vertex 5665: +Vertex 5666: +Vertex 5667: +Vertex 5668: +Vertex 5669: +Vertex 5670: +Vertex 5671: +Vertex 5672: +Vertex 5673: +Vertex 5674: +Vertex 5675: +Vertex 5676: +Vertex 5677: +Vertex 5678: +Vertex 5679: +Vertex 5680: +Vertex 5681: +Vertex 5682: +Vertex 5683: +Vertex 5684: +Vertex 5685: +Vertex 5686: +Vertex 5687: +Vertex 5688: +Vertex 5689: +Vertex 5690: +Vertex 5691: +Vertex 5692: +Vertex 5693: +Vertex 5694: +Vertex 5695: +Vertex 5696: +Vertex 5697: +Vertex 5698: +Vertex 5699: +Vertex 5700: +Vertex 5701: +Vertex 5702: +Vertex 5703: +Vertex 5704: +Vertex 5705: +Vertex 5706: +Vertex 5707: +Vertex 5708: +Vertex 5709: +Vertex 5710: +Vertex 5711: +Vertex 5712: +Vertex 5713: +Vertex 5714: +Vertex 5715: +Vertex 5716: +Vertex 5717: +Vertex 5718: +Vertex 5719: +Vertex 5720: +Vertex 5721: +Vertex 5722: +Vertex 5723: +Vertex 5724: +Vertex 5725: +Vertex 5726: +Vertex 5727: +Vertex 5728: +Vertex 5729: +Vertex 5730: +Vertex 5731: +Vertex 5732: +Vertex 5733: +Vertex 5734: +Vertex 5735: +Vertex 5736: +Vertex 5737: +Vertex 5738: +Vertex 5739: +Vertex 5740: +Vertex 5741: +Vertex 5742: +Vertex 5743: +Vertex 5744: +Vertex 5745: +Vertex 5746: +Vertex 5747: +Vertex 5748: +Vertex 5749: +Vertex 5750: +Vertex 5751: +Vertex 5752: +Vertex 5753: +Vertex 5754: +Vertex 5755: +Vertex 5756: +Vertex 5757: +Vertex 5758: +Vertex 5759: +Vertex 5760: +Vertex 5761: +Vertex 5762: +Vertex 5763: +Vertex 5764: +Vertex 5765: +Vertex 5766: +Vertex 5767: +Vertex 5768: +Vertex 5769: +Vertex 5770: +Vertex 5771: +Vertex 5772: +Vertex 5773: +Vertex 5774: +Vertex 5775: +Vertex 5776: +Vertex 5777: +Vertex 5778: +Vertex 5779: +Vertex 5780: +Vertex 5781: +Vertex 5782: +Vertex 5783: +Vertex 5784: +Vertex 5785: +Vertex 5786: +Vertex 5787: +Vertex 5788: +Vertex 5789: +Vertex 5790: +Vertex 5791: +Vertex 5792: +Vertex 5793: +Vertex 5794: +Vertex 5795: +Vertex 5796: +Vertex 5797: +Vertex 5798: +Vertex 5799: +Vertex 5800: +Vertex 5801: +Vertex 5802: +Vertex 5803: +Vertex 5804: +Vertex 5805: +Vertex 5806: +Vertex 5807: +Vertex 5808: +Vertex 5809: +Vertex 5810: +Vertex 5811: +Vertex 5812: +Vertex 5813: +Vertex 5814: +Vertex 5815: +Vertex 5816: +Vertex 5817: +Vertex 5818: +Vertex 5819: +Vertex 5820: +Vertex 5821: +Vertex 5822: +Vertex 5823: +Vertex 5824: +Vertex 5825: +Vertex 5826: +Vertex 5827: +Vertex 5828: +Vertex 5829: +Vertex 5830: +Vertex 5831: +Vertex 5832: +Vertex 5833: +Vertex 5834: +Vertex 5835: +Vertex 5836: +Vertex 5837: +Vertex 5838: +Vertex 5839: +Vertex 5840: +Vertex 5841: +Vertex 5842: +Vertex 5843: +Vertex 5844: +Vertex 5845: +Vertex 5846: +Vertex 5847: +Vertex 5848: +Vertex 5849: +Vertex 5850: +Vertex 5851: +Vertex 5852: +Vertex 5853: +Vertex 5854: +Vertex 5855: +Vertex 5856: +Vertex 5857: +Vertex 5858: +Vertex 5859: +Vertex 5860: +Vertex 5861: +Vertex 5862: +Vertex 5863: +Vertex 5864: +Vertex 5865: +Vertex 5866: +Vertex 5867: +Vertex 5868: +Vertex 5869: +Vertex 5870: +Vertex 5871: +Vertex 5872: +Vertex 5873: +Vertex 5874: +Vertex 5875: +Vertex 5876: +Vertex 5877: +Vertex 5878: +Vertex 5879: +Vertex 5880: +Vertex 5881: +Vertex 5882: +Vertex 5883: +Vertex 5884: +Vertex 5885: +Vertex 5886: +Vertex 5887: +Vertex 5888: +Vertex 5889: +Vertex 5890: +Vertex 5891: +Vertex 5892: +Vertex 5893: +Vertex 5894: +Vertex 5895: +Vertex 5896: +Vertex 5897: +Vertex 5898: +Vertex 5899: +Vertex 5900: +Vertex 5901: +Vertex 5902: +Vertex 5903: +Vertex 5904: +Vertex 5905: +Vertex 5906: +Vertex 5907: +Vertex 5908: +Vertex 5909: +Vertex 5910: +Vertex 5911: +Vertex 5912: +Vertex 5913: +Vertex 5914: +Vertex 5915: +Vertex 5916: +Vertex 5917: +Vertex 5918: +Vertex 5919: +Vertex 5920: +Vertex 5921: +Vertex 5922: +Vertex 5923: +Vertex 5924: +Vertex 5925: +Vertex 5926: +Vertex 5927: +Vertex 5928: +Vertex 5929: +Vertex 5930: +Vertex 5931: +Vertex 5932: +Vertex 5933: +Vertex 5934: +Vertex 5935: +Vertex 5936: +Vertex 5937: +Vertex 5938: +Vertex 5939: +Vertex 5940: +Vertex 5941: +Vertex 5942: +Vertex 5943: +Vertex 5944: +Vertex 5945: +Vertex 5946: +Vertex 5947: +Vertex 5948: +Vertex 5949: +Vertex 5950: +Vertex 5951: +Vertex 5952: +Vertex 5953: +Vertex 5954: +Vertex 5955: +Vertex 5956: +Vertex 5957: +Vertex 5958: +Vertex 5959: +Vertex 5960: +Vertex 5961: +Vertex 5962: +Vertex 5963: +Vertex 5964: +Vertex 5965: +Vertex 5966: +Vertex 5967: +Vertex 5968: +Vertex 5969: +Vertex 5970: +Vertex 5971: +Vertex 5972: +Vertex 5973: +Vertex 5974: +Vertex 5975: +Vertex 5976: +Vertex 5977: +Vertex 5978: +Vertex 5979: +Vertex 5980: +Vertex 5981: +Vertex 5982: +Vertex 5983: +Vertex 5984: +Vertex 5985: +Vertex 5986: +Vertex 5987: +Vertex 5988: +Vertex 5989: +Vertex 5990: +Vertex 5991: +Vertex 5992: +Vertex 5993: +Vertex 5994: +Vertex 5995: +Vertex 5996: +Vertex 5997: +Vertex 5998: +Vertex 5999: +Vertex 6000: +Vertex 6001: +Vertex 6002: +Vertex 6003: +Vertex 6004: +Vertex 6005: +Vertex 6006: +Vertex 6007: +Vertex 6008: +Vertex 6009: +Vertex 6010: +Vertex 6011: +Vertex 6012: +Vertex 6013: +Vertex 6014: +Vertex 6015: +Vertex 6016: +Vertex 6017: +Vertex 6018: +Vertex 6019: +Vertex 6020: +Vertex 6021: +Vertex 6022: +Vertex 6023: +Vertex 6024: +Vertex 6025: +Vertex 6026: +Vertex 6027: +Vertex 6028: +Vertex 6029: +Vertex 6030: +Vertex 6031: +Vertex 6032: +Vertex 6033: +Vertex 6034: +Vertex 6035: +Vertex 6036: +Vertex 6037: +Vertex 6038: +Vertex 6039: +Vertex 6040: +Vertex 6041: +Vertex 6042: +Vertex 6043: +Vertex 6044: +Vertex 6045: +Vertex 6046: +Vertex 6047: +Vertex 6048: +Vertex 6049: +Vertex 6050: +Vertex 6051: +Vertex 6052: +Vertex 6053: +Vertex 6054: +Vertex 6055: +Vertex 6056: +Vertex 6057: +Vertex 6058: +Vertex 6059: +Vertex 6060: +Vertex 6061: +Vertex 6062: +Vertex 6063: +Vertex 6064: +Vertex 6065: +Vertex 6066: +Vertex 6067: +Vertex 6068: +Vertex 6069: +Vertex 6070: +Vertex 6071: +Vertex 6072: +Vertex 6073: +Vertex 6074: +Vertex 6075: +Vertex 6076: +Vertex 6077: +Vertex 6078: +Vertex 6079: +Vertex 6080: +Vertex 6081: +Vertex 6082: +Vertex 6083: +Vertex 6084: +Vertex 6085: +Vertex 6086: +Vertex 6087: +Vertex 6088: +Vertex 6089: +Vertex 6090: +Vertex 6091: +Vertex 6092: +Vertex 6093: +Vertex 6094: +Vertex 6095: +Vertex 6096: +Vertex 6097: +Vertex 6098: +Vertex 6099: +Vertex 6100: +Vertex 6101: +Vertex 6102: +Vertex 6103: +Vertex 6104: +Vertex 6105: +Vertex 6106: +Vertex 6107: +Vertex 6108: +Vertex 6109: +Vertex 6110: +Vertex 6111: +Vertex 6112: +Vertex 6113: +Vertex 6114: +Vertex 6115: +Vertex 6116: +Vertex 6117: +Vertex 6118: +Vertex 6119: +Vertex 6120: +Vertex 6121: +Vertex 6122: +Vertex 6123: +Vertex 6124: +Vertex 6125: +Vertex 6126: +Vertex 6127: +Vertex 6128: +Vertex 6129: +Vertex 6130: +Vertex 6131: +Vertex 6132: +Vertex 6133: +Vertex 6134: +Vertex 6135: +Vertex 6136: +Vertex 6137: +Vertex 6138: +Vertex 6139: +Vertex 6140: +Vertex 6141: +Vertex 6142: +Vertex 6143: +Vertex 6144: +Vertex 6145: +Vertex 6146: +Vertex 6147: +Vertex 6148: +Vertex 6149: +Vertex 6150: +Vertex 6151: +Vertex 6152: +Vertex 6153: +Vertex 6154: +Vertex 6155: +Vertex 6156: +Vertex 6157: +Vertex 6158: +Vertex 6159: +Vertex 6160: +Vertex 6161: +Vertex 6162: +Vertex 6163: +Vertex 6164: +Vertex 6165: +Vertex 6166: +Vertex 6167: +Vertex 6168: +Vertex 6169: +Vertex 6170: +Vertex 6171: +Vertex 6172: +Vertex 6173: +Vertex 6174: +Vertex 6175: +Vertex 6176: +Vertex 6177: +Vertex 6178: +Vertex 6179: +Vertex 6180: +Vertex 6181: +Vertex 6182: +Vertex 6183: +Vertex 6184: +Vertex 6185: +Vertex 6186: +Vertex 6187: +Vertex 6188: +Vertex 6189: +Vertex 6190: +Vertex 6191: +Vertex 6192: +Vertex 6193: +Vertex 6194: +Vertex 6195: +Vertex 6196: +Vertex 6197: +Vertex 6198: +Vertex 6199: +Vertex 6200: +Vertex 6201: +Vertex 6202: +Vertex 6203: +Vertex 6204: +Vertex 6205: +Vertex 6206: +Vertex 6207: +Vertex 6208: +Vertex 6209: +Vertex 6210: +Vertex 6211: +Vertex 6212: +Vertex 6213: +Vertex 6214: +Vertex 6215: +Vertex 6216: +Vertex 6217: +Vertex 6218: +Vertex 6219: +Vertex 6220: +Vertex 6221: +Vertex 6222: +Vertex 6223: +Vertex 6224: +Vertex 6225: +Vertex 6226: +Vertex 6227: +Vertex 6228: +Vertex 6229: +Vertex 6230: +===UV Coordinates: +Face count: 12062 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +Face 2978 +UV Count: 3 + UV + UV + UV +Face 2979 +UV Count: 3 + UV + UV + UV +Face 2980 +UV Count: 3 + UV + UV + UV +Face 2981 +UV Count: 3 + UV + UV + UV +Face 2982 +UV Count: 3 + UV + UV + UV +Face 2983 +UV Count: 3 + UV + UV + UV +Face 2984 +UV Count: 3 + UV + UV + UV +Face 2985 +UV Count: 3 + UV + UV + UV +Face 2986 +UV Count: 3 + UV + UV + UV +Face 2987 +UV Count: 3 + UV + UV + UV +Face 2988 +UV Count: 3 + UV + UV + UV +Face 2989 +UV Count: 3 + UV + UV + UV +Face 2990 +UV Count: 3 + UV + UV + UV +Face 2991 +UV Count: 3 + UV + UV + UV +Face 2992 +UV Count: 3 + UV + UV + UV +Face 2993 +UV Count: 3 + UV + UV + UV +Face 2994 +UV Count: 3 + UV + UV + UV +Face 2995 +UV Count: 3 + UV + UV + UV +Face 2996 +UV Count: 3 + UV + UV + UV +Face 2997 +UV Count: 3 + UV + UV + UV +Face 2998 +UV Count: 3 + UV + UV + UV +Face 2999 +UV Count: 3 + UV + UV + UV +Face 3000 +UV Count: 3 + UV + UV + UV +Face 3001 +UV Count: 3 + UV + UV + UV +Face 3002 +UV Count: 3 + UV + UV + UV +Face 3003 +UV Count: 3 + UV + UV + UV +Face 3004 +UV Count: 3 + UV + UV + UV +Face 3005 +UV Count: 3 + UV + UV + UV +Face 3006 +UV Count: 3 + UV + UV + UV +Face 3007 +UV Count: 3 + UV + UV + UV +Face 3008 +UV Count: 3 + UV + UV + UV +Face 3009 +UV Count: 3 + UV + UV + UV +Face 3010 +UV Count: 3 + UV + UV + UV +Face 3011 +UV Count: 3 + UV + UV + UV +Face 3012 +UV Count: 3 + UV + UV + UV +Face 3013 +UV Count: 3 + UV + UV + UV +Face 3014 +UV Count: 3 + UV + UV + UV +Face 3015 +UV Count: 3 + UV + UV + UV +Face 3016 +UV Count: 3 + UV + UV + UV +Face 3017 +UV Count: 3 + UV + UV + UV +Face 3018 +UV Count: 3 + UV + UV + UV +Face 3019 +UV Count: 3 + UV + UV + UV +Face 3020 +UV Count: 3 + UV + UV + UV +Face 3021 +UV Count: 3 + UV + UV + UV +Face 3022 +UV Count: 3 + UV + UV + UV +Face 3023 +UV Count: 3 + UV + UV + UV +Face 3024 +UV Count: 3 + UV + UV + UV +Face 3025 +UV Count: 3 + UV + UV + UV +Face 3026 +UV Count: 3 + UV + UV + UV +Face 3027 +UV Count: 3 + UV + UV + UV +Face 3028 +UV Count: 3 + UV + UV + UV +Face 3029 +UV Count: 3 + UV + UV + UV +Face 3030 +UV Count: 3 + UV + UV + UV +Face 3031 +UV Count: 3 + UV + UV + UV +Face 3032 +UV Count: 3 + UV + UV + UV +Face 3033 +UV Count: 3 + UV + UV + UV +Face 3034 +UV Count: 3 + UV + UV + UV +Face 3035 +UV Count: 3 + UV + UV + UV +Face 3036 +UV Count: 3 + UV + UV + UV +Face 3037 +UV Count: 3 + UV + UV + UV +Face 3038 +UV Count: 3 + UV + UV + UV +Face 3039 +UV Count: 3 + UV + UV + UV +Face 3040 +UV Count: 3 + UV + UV + UV +Face 3041 +UV Count: 3 + UV + UV + UV +Face 3042 +UV Count: 3 + UV + UV + UV +Face 3043 +UV Count: 3 + UV + UV + UV +Face 3044 +UV Count: 3 + UV + UV + UV +Face 3045 +UV Count: 3 + UV + UV + UV +Face 3046 +UV Count: 3 + UV + UV + UV +Face 3047 +UV Count: 3 + UV + UV + UV +Face 3048 +UV Count: 3 + UV + UV + UV +Face 3049 +UV Count: 3 + UV + UV + UV +Face 3050 +UV Count: 3 + UV + UV + UV +Face 3051 +UV Count: 3 + UV + UV + UV +Face 3052 +UV Count: 3 + UV + UV + UV +Face 3053 +UV Count: 3 + UV + UV + UV +Face 3054 +UV Count: 3 + UV + UV + UV +Face 3055 +UV Count: 3 + UV + UV + UV +Face 3056 +UV Count: 3 + UV + UV + UV +Face 3057 +UV Count: 3 + UV + UV + UV +Face 3058 +UV Count: 3 + UV + UV + UV +Face 3059 +UV Count: 3 + UV + UV + UV +Face 3060 +UV Count: 3 + UV + UV + UV +Face 3061 +UV Count: 3 + UV + UV + UV +Face 3062 +UV Count: 3 + UV + UV + UV +Face 3063 +UV Count: 3 + UV + UV + UV +Face 3064 +UV Count: 3 + UV + UV + UV +Face 3065 +UV Count: 3 + UV + UV + UV +Face 3066 +UV Count: 3 + UV + UV + UV +Face 3067 +UV Count: 3 + UV + UV + UV +Face 3068 +UV Count: 3 + UV + UV + UV +Face 3069 +UV Count: 3 + UV + UV + UV +Face 3070 +UV Count: 3 + UV + UV + UV +Face 3071 +UV Count: 3 + UV + UV + UV +Face 3072 +UV Count: 3 + UV + UV + UV +Face 3073 +UV Count: 3 + UV + UV + UV +Face 3074 +UV Count: 3 + UV + UV + UV +Face 3075 +UV Count: 3 + UV + UV + UV +Face 3076 +UV Count: 3 + UV + UV + UV +Face 3077 +UV Count: 3 + UV + UV + UV +Face 3078 +UV Count: 3 + UV + UV + UV +Face 3079 +UV Count: 3 + UV + UV + UV +Face 3080 +UV Count: 3 + UV + UV + UV +Face 3081 +UV Count: 3 + UV + UV + UV +Face 3082 +UV Count: 3 + UV + UV + UV +Face 3083 +UV Count: 3 + UV + UV + UV +Face 3084 +UV Count: 3 + UV + UV + UV +Face 3085 +UV Count: 3 + UV + UV + UV +Face 3086 +UV Count: 3 + UV + UV + UV +Face 3087 +UV Count: 3 + UV + UV + UV +Face 3088 +UV Count: 3 + UV + UV + UV +Face 3089 +UV Count: 3 + UV + UV + UV +Face 3090 +UV Count: 3 + UV + UV + UV +Face 3091 +UV Count: 3 + UV + UV + UV +Face 3092 +UV Count: 3 + UV + UV + UV +Face 3093 +UV Count: 3 + UV + UV + UV +Face 3094 +UV Count: 3 + UV + UV + UV +Face 3095 +UV Count: 3 + UV + UV + UV +Face 3096 +UV Count: 3 + UV + UV + UV +Face 3097 +UV Count: 3 + UV + UV + UV +Face 3098 +UV Count: 3 + UV + UV + UV +Face 3099 +UV Count: 3 + UV + UV + UV +Face 3100 +UV Count: 3 + UV + UV + UV +Face 3101 +UV Count: 3 + UV + UV + UV +Face 3102 +UV Count: 3 + UV + UV + UV +Face 3103 +UV Count: 3 + UV + UV + UV +Face 3104 +UV Count: 3 + UV + UV + UV +Face 3105 +UV Count: 3 + UV + UV + UV +Face 3106 +UV Count: 3 + UV + UV + UV +Face 3107 +UV Count: 3 + UV + UV + UV +Face 3108 +UV Count: 3 + UV + UV + UV +Face 3109 +UV Count: 3 + UV + UV + UV +Face 3110 +UV Count: 3 + UV + UV + UV +Face 3111 +UV Count: 3 + UV + UV + UV +Face 3112 +UV Count: 3 + UV + UV + UV +Face 3113 +UV Count: 3 + UV + UV + UV +Face 3114 +UV Count: 3 + UV + UV + UV +Face 3115 +UV Count: 3 + UV + UV + UV +Face 3116 +UV Count: 3 + UV + UV + UV +Face 3117 +UV Count: 3 + UV + UV + UV +Face 3118 +UV Count: 3 + UV + UV + UV +Face 3119 +UV Count: 3 + UV + UV + UV +Face 3120 +UV Count: 3 + UV + UV + UV +Face 3121 +UV Count: 3 + UV + UV + UV +Face 3122 +UV Count: 3 + UV + UV + UV +Face 3123 +UV Count: 3 + UV + UV + UV +Face 3124 +UV Count: 3 + UV + UV + UV +Face 3125 +UV Count: 3 + UV + UV + UV +Face 3126 +UV Count: 3 + UV + UV + UV +Face 3127 +UV Count: 3 + UV + UV + UV +Face 3128 +UV Count: 3 + UV + UV + UV +Face 3129 +UV Count: 3 + UV + UV + UV +Face 3130 +UV Count: 3 + UV + UV + UV +Face 3131 +UV Count: 3 + UV + UV + UV +Face 3132 +UV Count: 3 + UV + UV + UV +Face 3133 +UV Count: 3 + UV + UV + UV +Face 3134 +UV Count: 3 + UV + UV + UV +Face 3135 +UV Count: 3 + UV + UV + UV +Face 3136 +UV Count: 3 + UV + UV + UV +Face 3137 +UV Count: 3 + UV + UV + UV +Face 3138 +UV Count: 3 + UV + UV + UV +Face 3139 +UV Count: 3 + UV + UV + UV +Face 3140 +UV Count: 3 + UV + UV + UV +Face 3141 +UV Count: 3 + UV + UV + UV +Face 3142 +UV Count: 3 + UV + UV + UV +Face 3143 +UV Count: 3 + UV + UV + UV +Face 3144 +UV Count: 3 + UV + UV + UV +Face 3145 +UV Count: 3 + UV + UV + UV +Face 3146 +UV Count: 3 + UV + UV + UV +Face 3147 +UV Count: 3 + UV + UV + UV +Face 3148 +UV Count: 3 + UV + UV + UV +Face 3149 +UV Count: 3 + UV + UV + UV +Face 3150 +UV Count: 3 + UV + UV + UV +Face 3151 +UV Count: 3 + UV + UV + UV +Face 3152 +UV Count: 3 + UV + UV + UV +Face 3153 +UV Count: 3 + UV + UV + UV +Face 3154 +UV Count: 3 + UV + UV + UV +Face 3155 +UV Count: 3 + UV + UV + UV +Face 3156 +UV Count: 3 + UV + UV + UV +Face 3157 +UV Count: 3 + UV + UV + UV +Face 3158 +UV Count: 3 + UV + UV + UV +Face 3159 +UV Count: 3 + UV + UV + UV +Face 3160 +UV Count: 3 + UV + UV + UV +Face 3161 +UV Count: 3 + UV + UV + UV +Face 3162 +UV Count: 3 + UV + UV + UV +Face 3163 +UV Count: 3 + UV + UV + UV +Face 3164 +UV Count: 3 + UV + UV + UV +Face 3165 +UV Count: 3 + UV + UV + UV +Face 3166 +UV Count: 3 + UV + UV + UV +Face 3167 +UV Count: 3 + UV + UV + UV +Face 3168 +UV Count: 3 + UV + UV + UV +Face 3169 +UV Count: 3 + UV + UV + UV +Face 3170 +UV Count: 3 + UV + UV + UV +Face 3171 +UV Count: 3 + UV + UV + UV +Face 3172 +UV Count: 3 + UV + UV + UV +Face 3173 +UV Count: 3 + UV + UV + UV +Face 3174 +UV Count: 3 + UV + UV + UV +Face 3175 +UV Count: 3 + UV + UV + UV +Face 3176 +UV Count: 3 + UV + UV + UV +Face 3177 +UV Count: 3 + UV + UV + UV +Face 3178 +UV Count: 3 + UV + UV + UV +Face 3179 +UV Count: 3 + UV + UV + UV +Face 3180 +UV Count: 3 + UV + UV + UV +Face 3181 +UV Count: 3 + UV + UV + UV +Face 3182 +UV Count: 3 + UV + UV + UV +Face 3183 +UV Count: 3 + UV + UV + UV +Face 3184 +UV Count: 3 + UV + UV + UV +Face 3185 +UV Count: 3 + UV + UV + UV +Face 3186 +UV Count: 3 + UV + UV + UV +Face 3187 +UV Count: 3 + UV + UV + UV +Face 3188 +UV Count: 3 + UV + UV + UV +Face 3189 +UV Count: 3 + UV + UV + UV +Face 3190 +UV Count: 3 + UV + UV + UV +Face 3191 +UV Count: 3 + UV + UV + UV +Face 3192 +UV Count: 3 + UV + UV + UV +Face 3193 +UV Count: 3 + UV + UV + UV +Face 3194 +UV Count: 3 + UV + UV + UV +Face 3195 +UV Count: 3 + UV + UV + UV +Face 3196 +UV Count: 3 + UV + UV + UV +Face 3197 +UV Count: 3 + UV + UV + UV +Face 3198 +UV Count: 3 + UV + UV + UV +Face 3199 +UV Count: 3 + UV + UV + UV +Face 3200 +UV Count: 3 + UV + UV + UV +Face 3201 +UV Count: 3 + UV + UV + UV +Face 3202 +UV Count: 3 + UV + UV + UV +Face 3203 +UV Count: 3 + UV + UV + UV +Face 3204 +UV Count: 3 + UV + UV + UV +Face 3205 +UV Count: 3 + UV + UV + UV +Face 3206 +UV Count: 3 + UV + UV + UV +Face 3207 +UV Count: 3 + UV + UV + UV +Face 3208 +UV Count: 3 + UV + UV + UV +Face 3209 +UV Count: 3 + UV + UV + UV +Face 3210 +UV Count: 3 + UV + UV + UV +Face 3211 +UV Count: 3 + UV + UV + UV +Face 3212 +UV Count: 3 + UV + UV + UV +Face 3213 +UV Count: 3 + UV + UV + UV +Face 3214 +UV Count: 3 + UV + UV + UV +Face 3215 +UV Count: 3 + UV + UV + UV +Face 3216 +UV Count: 3 + UV + UV + UV +Face 3217 +UV Count: 3 + UV + UV + UV +Face 3218 +UV Count: 3 + UV + UV + UV +Face 3219 +UV Count: 3 + UV + UV + UV +Face 3220 +UV Count: 3 + UV + UV + UV +Face 3221 +UV Count: 3 + UV + UV + UV +Face 3222 +UV Count: 3 + UV + UV + UV +Face 3223 +UV Count: 3 + UV + UV + UV +Face 3224 +UV Count: 3 + UV + UV + UV +Face 3225 +UV Count: 3 + UV + UV + UV +Face 3226 +UV Count: 3 + UV + UV + UV +Face 3227 +UV Count: 3 + UV + UV + UV +Face 3228 +UV Count: 3 + UV + UV + UV +Face 3229 +UV Count: 3 + UV + UV + UV +Face 3230 +UV Count: 3 + UV + UV + UV +Face 3231 +UV Count: 3 + UV + UV + UV +Face 3232 +UV Count: 3 + UV + UV + UV +Face 3233 +UV Count: 3 + UV + UV + UV +Face 3234 +UV Count: 3 + UV + UV + UV +Face 3235 +UV Count: 3 + UV + UV + UV +Face 3236 +UV Count: 3 + UV + UV + UV +Face 3237 +UV Count: 3 + UV + UV + UV +Face 3238 +UV Count: 3 + UV + UV + UV +Face 3239 +UV Count: 3 + UV + UV + UV +Face 3240 +UV Count: 3 + UV + UV + UV +Face 3241 +UV Count: 3 + UV + UV + UV +Face 3242 +UV Count: 3 + UV + UV + UV +Face 3243 +UV Count: 3 + UV + UV + UV +Face 3244 +UV Count: 3 + UV + UV + UV +Face 3245 +UV Count: 3 + UV + UV + UV +Face 3246 +UV Count: 3 + UV + UV + UV +Face 3247 +UV Count: 3 + UV + UV + UV +Face 3248 +UV Count: 3 + UV + UV + UV +Face 3249 +UV Count: 3 + UV + UV + UV +Face 3250 +UV Count: 3 + UV + UV + UV +Face 3251 +UV Count: 3 + UV + UV + UV +Face 3252 +UV Count: 3 + UV + UV + UV +Face 3253 +UV Count: 3 + UV + UV + UV +Face 3254 +UV Count: 3 + UV + UV + UV +Face 3255 +UV Count: 3 + UV + UV + UV +Face 3256 +UV Count: 3 + UV + UV + UV +Face 3257 +UV Count: 3 + UV + UV + UV +Face 3258 +UV Count: 3 + UV + UV + UV +Face 3259 +UV Count: 3 + UV + UV + UV +Face 3260 +UV Count: 3 + UV + UV + UV +Face 3261 +UV Count: 3 + UV + UV + UV +Face 3262 +UV Count: 3 + UV + UV + UV +Face 3263 +UV Count: 3 + UV + UV + UV +Face 3264 +UV Count: 3 + UV + UV + UV +Face 3265 +UV Count: 3 + UV + UV + UV +Face 3266 +UV Count: 3 + UV + UV + UV +Face 3267 +UV Count: 3 + UV + UV + UV +Face 3268 +UV Count: 3 + UV + UV + UV +Face 3269 +UV Count: 3 + UV + UV + UV +Face 3270 +UV Count: 3 + UV + UV + UV +Face 3271 +UV Count: 3 + UV + UV + UV +Face 3272 +UV Count: 3 + UV + UV + UV +Face 3273 +UV Count: 3 + UV + UV + UV +Face 3274 +UV Count: 3 + UV + UV + UV +Face 3275 +UV Count: 3 + UV + UV + UV +Face 3276 +UV Count: 3 + UV + UV + UV +Face 3277 +UV Count: 3 + UV + UV + UV +Face 3278 +UV Count: 3 + UV + UV + UV +Face 3279 +UV Count: 3 + UV + UV + UV +Face 3280 +UV Count: 3 + UV + UV + UV +Face 3281 +UV Count: 3 + UV + UV + UV +Face 3282 +UV Count: 3 + UV + UV + UV +Face 3283 +UV Count: 3 + UV + UV + UV +Face 3284 +UV Count: 3 + UV + UV + UV +Face 3285 +UV Count: 3 + UV + UV + UV +Face 3286 +UV Count: 3 + UV + UV + UV +Face 3287 +UV Count: 3 + UV + UV + UV +Face 3288 +UV Count: 3 + UV + UV + UV +Face 3289 +UV Count: 3 + UV + UV + UV +Face 3290 +UV Count: 3 + UV + UV + UV +Face 3291 +UV Count: 3 + UV + UV + UV +Face 3292 +UV Count: 3 + UV + UV + UV +Face 3293 +UV Count: 3 + UV + UV + UV +Face 3294 +UV Count: 3 + UV + UV + UV +Face 3295 +UV Count: 3 + UV + UV + UV +Face 3296 +UV Count: 3 + UV + UV + UV +Face 3297 +UV Count: 3 + UV + UV + UV +Face 3298 +UV Count: 3 + UV + UV + UV +Face 3299 +UV Count: 3 + UV + UV + UV +Face 3300 +UV Count: 3 + UV + UV + UV +Face 3301 +UV Count: 3 + UV + UV + UV +Face 3302 +UV Count: 3 + UV + UV + UV +Face 3303 +UV Count: 3 + UV + UV + UV +Face 3304 +UV Count: 3 + UV + UV + UV +Face 3305 +UV Count: 3 + UV + UV + UV +Face 3306 +UV Count: 3 + UV + UV + UV +Face 3307 +UV Count: 3 + UV + UV + UV +Face 3308 +UV Count: 3 + UV + UV + UV +Face 3309 +UV Count: 3 + UV + UV + UV +Face 3310 +UV Count: 3 + UV + UV + UV +Face 3311 +UV Count: 3 + UV + UV + UV +Face 3312 +UV Count: 3 + UV + UV + UV +Face 3313 +UV Count: 3 + UV + UV + UV +Face 3314 +UV Count: 3 + UV + UV + UV +Face 3315 +UV Count: 3 + UV + UV + UV +Face 3316 +UV Count: 3 + UV + UV + UV +Face 3317 +UV Count: 3 + UV + UV + UV +Face 3318 +UV Count: 3 + UV + UV + UV +Face 3319 +UV Count: 3 + UV + UV + UV +Face 3320 +UV Count: 3 + UV + UV + UV +Face 3321 +UV Count: 3 + UV + UV + UV +Face 3322 +UV Count: 3 + UV + UV + UV +Face 3323 +UV Count: 3 + UV + UV + UV +Face 3324 +UV Count: 3 + UV + UV + UV +Face 3325 +UV Count: 3 + UV + UV + UV +Face 3326 +UV Count: 3 + UV + UV + UV +Face 3327 +UV Count: 3 + UV + UV + UV +Face 3328 +UV Count: 3 + UV + UV + UV +Face 3329 +UV Count: 3 + UV + UV + UV +Face 3330 +UV Count: 3 + UV + UV + UV +Face 3331 +UV Count: 3 + UV + UV + UV +Face 3332 +UV Count: 3 + UV + UV + UV +Face 3333 +UV Count: 3 + UV + UV + UV +Face 3334 +UV Count: 3 + UV + UV + UV +Face 3335 +UV Count: 3 + UV + UV + UV +Face 3336 +UV Count: 3 + UV + UV + UV +Face 3337 +UV Count: 3 + UV + UV + UV +Face 3338 +UV Count: 3 + UV + UV + UV +Face 3339 +UV Count: 3 + UV + UV + UV +Face 3340 +UV Count: 3 + UV + UV + UV +Face 3341 +UV Count: 3 + UV + UV + UV +Face 3342 +UV Count: 3 + UV + UV + UV +Face 3343 +UV Count: 3 + UV + UV + UV +Face 3344 +UV Count: 3 + UV + UV + UV +Face 3345 +UV Count: 3 + UV + UV + UV +Face 3346 +UV Count: 3 + UV + UV + UV +Face 3347 +UV Count: 3 + UV + UV + UV +Face 3348 +UV Count: 3 + UV + UV + UV +Face 3349 +UV Count: 3 + UV + UV + UV +Face 3350 +UV Count: 3 + UV + UV + UV +Face 3351 +UV Count: 3 + UV + UV + UV +Face 3352 +UV Count: 3 + UV + UV + UV +Face 3353 +UV Count: 3 + UV + UV + UV +Face 3354 +UV Count: 3 + UV + UV + UV +Face 3355 +UV Count: 3 + UV + UV + UV +Face 3356 +UV Count: 3 + UV + UV + UV +Face 3357 +UV Count: 3 + UV + UV + UV +Face 3358 +UV Count: 3 + UV + UV + UV +Face 3359 +UV Count: 3 + UV + UV + UV +Face 3360 +UV Count: 3 + UV + UV + UV +Face 3361 +UV Count: 3 + UV + UV + UV +Face 3362 +UV Count: 3 + UV + UV + UV +Face 3363 +UV Count: 3 + UV + UV + UV +Face 3364 +UV Count: 3 + UV + UV + UV +Face 3365 +UV Count: 3 + UV + UV + UV +Face 3366 +UV Count: 3 + UV + UV + UV +Face 3367 +UV Count: 3 + UV + UV + UV +Face 3368 +UV Count: 3 + UV + UV + UV +Face 3369 +UV Count: 3 + UV + UV + UV +Face 3370 +UV Count: 3 + UV + UV + UV +Face 3371 +UV Count: 3 + UV + UV + UV +Face 3372 +UV Count: 3 + UV + UV + UV +Face 3373 +UV Count: 3 + UV + UV + UV +Face 3374 +UV Count: 3 + UV + UV + UV +Face 3375 +UV Count: 3 + UV + UV + UV +Face 3376 +UV Count: 3 + UV + UV + UV +Face 3377 +UV Count: 3 + UV + UV + UV +Face 3378 +UV Count: 3 + UV + UV + UV +Face 3379 +UV Count: 3 + UV + UV + UV +Face 3380 +UV Count: 3 + UV + UV + UV +Face 3381 +UV Count: 3 + UV + UV + UV +Face 3382 +UV Count: 3 + UV + UV + UV +Face 3383 +UV Count: 3 + UV + UV + UV +Face 3384 +UV Count: 3 + UV + UV + UV +Face 3385 +UV Count: 3 + UV + UV + UV +Face 3386 +UV Count: 3 + UV + UV + UV +Face 3387 +UV Count: 3 + UV + UV + UV +Face 3388 +UV Count: 3 + UV + UV + UV +Face 3389 +UV Count: 3 + UV + UV + UV +Face 3390 +UV Count: 3 + UV + UV + UV +Face 3391 +UV Count: 3 + UV + UV + UV +Face 3392 +UV Count: 3 + UV + UV + UV +Face 3393 +UV Count: 3 + UV + UV + UV +Face 3394 +UV Count: 3 + UV + UV + UV +Face 3395 +UV Count: 3 + UV + UV + UV +Face 3396 +UV Count: 3 + UV + UV + UV +Face 3397 +UV Count: 3 + UV + UV + UV +Face 3398 +UV Count: 3 + UV + UV + UV +Face 3399 +UV Count: 3 + UV + UV + UV +Face 3400 +UV Count: 3 + UV + UV + UV +Face 3401 +UV Count: 3 + UV + UV + UV +Face 3402 +UV Count: 3 + UV + UV + UV +Face 3403 +UV Count: 3 + UV + UV + UV +Face 3404 +UV Count: 3 + UV + UV + UV +Face 3405 +UV Count: 3 + UV + UV + UV +Face 3406 +UV Count: 3 + UV + UV + UV +Face 3407 +UV Count: 3 + UV + UV + UV +Face 3408 +UV Count: 3 + UV + UV + UV +Face 3409 +UV Count: 3 + UV + UV + UV +Face 3410 +UV Count: 3 + UV + UV + UV +Face 3411 +UV Count: 3 + UV + UV + UV +Face 3412 +UV Count: 3 + UV + UV + UV +Face 3413 +UV Count: 3 + UV + UV + UV +Face 3414 +UV Count: 3 + UV + UV + UV +Face 3415 +UV Count: 3 + UV + UV + UV +Face 3416 +UV Count: 3 + UV + UV + UV +Face 3417 +UV Count: 3 + UV + UV + UV +Face 3418 +UV Count: 3 + UV + UV + UV +Face 3419 +UV Count: 3 + UV + UV + UV +Face 3420 +UV Count: 3 + UV + UV + UV +Face 3421 +UV Count: 3 + UV + UV + UV +Face 3422 +UV Count: 3 + UV + UV + UV +Face 3423 +UV Count: 3 + UV + UV + UV +Face 3424 +UV Count: 3 + UV + UV + UV +Face 3425 +UV Count: 3 + UV + UV + UV +Face 3426 +UV Count: 3 + UV + UV + UV +Face 3427 +UV Count: 3 + UV + UV + UV +Face 3428 +UV Count: 3 + UV + UV + UV +Face 3429 +UV Count: 3 + UV + UV + UV +Face 3430 +UV Count: 3 + UV + UV + UV +Face 3431 +UV Count: 3 + UV + UV + UV +Face 3432 +UV Count: 3 + UV + UV + UV +Face 3433 +UV Count: 3 + UV + UV + UV +Face 3434 +UV Count: 3 + UV + UV + UV +Face 3435 +UV Count: 3 + UV + UV + UV +Face 3436 +UV Count: 3 + UV + UV + UV +Face 3437 +UV Count: 3 + UV + UV + UV +Face 3438 +UV Count: 3 + UV + UV + UV +Face 3439 +UV Count: 3 + UV + UV + UV +Face 3440 +UV Count: 3 + UV + UV + UV +Face 3441 +UV Count: 3 + UV + UV + UV +Face 3442 +UV Count: 3 + UV + UV + UV +Face 3443 +UV Count: 3 + UV + UV + UV +Face 3444 +UV Count: 3 + UV + UV + UV +Face 3445 +UV Count: 3 + UV + UV + UV +Face 3446 +UV Count: 3 + UV + UV + UV +Face 3447 +UV Count: 3 + UV + UV + UV +Face 3448 +UV Count: 3 + UV + UV + UV +Face 3449 +UV Count: 3 + UV + UV + UV +Face 3450 +UV Count: 3 + UV + UV + UV +Face 3451 +UV Count: 3 + UV + UV + UV +Face 3452 +UV Count: 3 + UV + UV + UV +Face 3453 +UV Count: 3 + UV + UV + UV +Face 3454 +UV Count: 3 + UV + UV + UV +Face 3455 +UV Count: 3 + UV + UV + UV +Face 3456 +UV Count: 3 + UV + UV + UV +Face 3457 +UV Count: 3 + UV + UV + UV +Face 3458 +UV Count: 3 + UV + UV + UV +Face 3459 +UV Count: 3 + UV + UV + UV +Face 3460 +UV Count: 3 + UV + UV + UV +Face 3461 +UV Count: 3 + UV + UV + UV +Face 3462 +UV Count: 3 + UV + UV + UV +Face 3463 +UV Count: 3 + UV + UV + UV +Face 3464 +UV Count: 3 + UV + UV + UV +Face 3465 +UV Count: 3 + UV + UV + UV +Face 3466 +UV Count: 3 + UV + UV + UV +Face 3467 +UV Count: 3 + UV + UV + UV +Face 3468 +UV Count: 3 + UV + UV + UV +Face 3469 +UV Count: 3 + UV + UV + UV +Face 3470 +UV Count: 3 + UV + UV + UV +Face 3471 +UV Count: 3 + UV + UV + UV +Face 3472 +UV Count: 3 + UV + UV + UV +Face 3473 +UV Count: 3 + UV + UV + UV +Face 3474 +UV Count: 3 + UV + UV + UV +Face 3475 +UV Count: 3 + UV + UV + UV +Face 3476 +UV Count: 3 + UV + UV + UV +Face 3477 +UV Count: 3 + UV + UV + UV +Face 3478 +UV Count: 3 + UV + UV + UV +Face 3479 +UV Count: 3 + UV + UV + UV +Face 3480 +UV Count: 3 + UV + UV + UV +Face 3481 +UV Count: 3 + UV + UV + UV +Face 3482 +UV Count: 3 + UV + UV + UV +Face 3483 +UV Count: 3 + UV + UV + UV +Face 3484 +UV Count: 3 + UV + UV + UV +Face 3485 +UV Count: 3 + UV + UV + UV +Face 3486 +UV Count: 3 + UV + UV + UV +Face 3487 +UV Count: 3 + UV + UV + UV +Face 3488 +UV Count: 3 + UV + UV + UV +Face 3489 +UV Count: 3 + UV + UV + UV +Face 3490 +UV Count: 3 + UV + UV + UV +Face 3491 +UV Count: 3 + UV + UV + UV +Face 3492 +UV Count: 3 + UV + UV + UV +Face 3493 +UV Count: 3 + UV + UV + UV +Face 3494 +UV Count: 3 + UV + UV + UV +Face 3495 +UV Count: 3 + UV + UV + UV +Face 3496 +UV Count: 3 + UV + UV + UV +Face 3497 +UV Count: 3 + UV + UV + UV +Face 3498 +UV Count: 3 + UV + UV + UV +Face 3499 +UV Count: 3 + UV + UV + UV +Face 3500 +UV Count: 3 + UV + UV + UV +Face 3501 +UV Count: 3 + UV + UV + UV +Face 3502 +UV Count: 3 + UV + UV + UV +Face 3503 +UV Count: 3 + UV + UV + UV +Face 3504 +UV Count: 3 + UV + UV + UV +Face 3505 +UV Count: 3 + UV + UV + UV +Face 3506 +UV Count: 3 + UV + UV + UV +Face 3507 +UV Count: 3 + UV + UV + UV +Face 3508 +UV Count: 3 + UV + UV + UV +Face 3509 +UV Count: 3 + UV + UV + UV +Face 3510 +UV Count: 3 + UV + UV + UV +Face 3511 +UV Count: 3 + UV + UV + UV +Face 3512 +UV Count: 3 + UV + UV + UV +Face 3513 +UV Count: 3 + UV + UV + UV +Face 3514 +UV Count: 3 + UV + UV + UV +Face 3515 +UV Count: 3 + UV + UV + UV +Face 3516 +UV Count: 3 + UV + UV + UV +Face 3517 +UV Count: 3 + UV + UV + UV +Face 3518 +UV Count: 3 + UV + UV + UV +Face 3519 +UV Count: 3 + UV + UV + UV +Face 3520 +UV Count: 3 + UV + UV + UV +Face 3521 +UV Count: 3 + UV + UV + UV +Face 3522 +UV Count: 3 + UV + UV + UV +Face 3523 +UV Count: 3 + UV + UV + UV +Face 3524 +UV Count: 3 + UV + UV + UV +Face 3525 +UV Count: 3 + UV + UV + UV +Face 3526 +UV Count: 3 + UV + UV + UV +Face 3527 +UV Count: 3 + UV + UV + UV +Face 3528 +UV Count: 3 + UV + UV + UV +Face 3529 +UV Count: 3 + UV + UV + UV +Face 3530 +UV Count: 3 + UV + UV + UV +Face 3531 +UV Count: 3 + UV + UV + UV +Face 3532 +UV Count: 3 + UV + UV + UV +Face 3533 +UV Count: 3 + UV + UV + UV +Face 3534 +UV Count: 3 + UV + UV + UV +Face 3535 +UV Count: 3 + UV + UV + UV +Face 3536 +UV Count: 3 + UV + UV + UV +Face 3537 +UV Count: 3 + UV + UV + UV +Face 3538 +UV Count: 3 + UV + UV + UV +Face 3539 +UV Count: 3 + UV + UV + UV +Face 3540 +UV Count: 3 + UV + UV + UV +Face 3541 +UV Count: 3 + UV + UV + UV +Face 3542 +UV Count: 3 + UV + UV + UV +Face 3543 +UV Count: 3 + UV + UV + UV +Face 3544 +UV Count: 3 + UV + UV + UV +Face 3545 +UV Count: 3 + UV + UV + UV +Face 3546 +UV Count: 3 + UV + UV + UV +Face 3547 +UV Count: 3 + UV + UV + UV +Face 3548 +UV Count: 3 + UV + UV + UV +Face 3549 +UV Count: 3 + UV + UV + UV +Face 3550 +UV Count: 3 + UV + UV + UV +Face 3551 +UV Count: 3 + UV + UV + UV +Face 3552 +UV Count: 3 + UV + UV + UV +Face 3553 +UV Count: 3 + UV + UV + UV +Face 3554 +UV Count: 3 + UV + UV + UV +Face 3555 +UV Count: 3 + UV + UV + UV +Face 3556 +UV Count: 3 + UV + UV + UV +Face 3557 +UV Count: 3 + UV + UV + UV +Face 3558 +UV Count: 3 + UV + UV + UV +Face 3559 +UV Count: 3 + UV + UV + UV +Face 3560 +UV Count: 3 + UV + UV + UV +Face 3561 +UV Count: 3 + UV + UV + UV +Face 3562 +UV Count: 3 + UV + UV + UV +Face 3563 +UV Count: 3 + UV + UV + UV +Face 3564 +UV Count: 3 + UV + UV + UV +Face 3565 +UV Count: 3 + UV + UV + UV +Face 3566 +UV Count: 3 + UV + UV + UV +Face 3567 +UV Count: 3 + UV + UV + UV +Face 3568 +UV Count: 3 + UV + UV + UV +Face 3569 +UV Count: 3 + UV + UV + UV +Face 3570 +UV Count: 3 + UV + UV + UV +Face 3571 +UV Count: 3 + UV + UV + UV +Face 3572 +UV Count: 3 + UV + UV + UV +Face 3573 +UV Count: 3 + UV + UV + UV +Face 3574 +UV Count: 3 + UV + UV + UV +Face 3575 +UV Count: 3 + UV + UV + UV +Face 3576 +UV Count: 3 + UV + UV + UV +Face 3577 +UV Count: 3 + UV + UV + UV +Face 3578 +UV Count: 3 + UV + UV + UV +Face 3579 +UV Count: 3 + UV + UV + UV +Face 3580 +UV Count: 3 + UV + UV + UV +Face 3581 +UV Count: 3 + UV + UV + UV +Face 3582 +UV Count: 3 + UV + UV + UV +Face 3583 +UV Count: 3 + UV + UV + UV +Face 3584 +UV Count: 3 + UV + UV + UV +Face 3585 +UV Count: 3 + UV + UV + UV +Face 3586 +UV Count: 3 + UV + UV + UV +Face 3587 +UV Count: 3 + UV + UV + UV +Face 3588 +UV Count: 3 + UV + UV + UV +Face 3589 +UV Count: 3 + UV + UV + UV +Face 3590 +UV Count: 3 + UV + UV + UV +Face 3591 +UV Count: 3 + UV + UV + UV +Face 3592 +UV Count: 3 + UV + UV + UV +Face 3593 +UV Count: 3 + UV + UV + UV +Face 3594 +UV Count: 3 + UV + UV + UV +Face 3595 +UV Count: 3 + UV + UV + UV +Face 3596 +UV Count: 3 + UV + UV + UV +Face 3597 +UV Count: 3 + UV + UV + UV +Face 3598 +UV Count: 3 + UV + UV + UV +Face 3599 +UV Count: 3 + UV + UV + UV +Face 3600 +UV Count: 3 + UV + UV + UV +Face 3601 +UV Count: 3 + UV + UV + UV +Face 3602 +UV Count: 3 + UV + UV + UV +Face 3603 +UV Count: 3 + UV + UV + UV +Face 3604 +UV Count: 3 + UV + UV + UV +Face 3605 +UV Count: 3 + UV + UV + UV +Face 3606 +UV Count: 3 + UV + UV + UV +Face 3607 +UV Count: 3 + UV + UV + UV +Face 3608 +UV Count: 3 + UV + UV + UV +Face 3609 +UV Count: 3 + UV + UV + UV +Face 3610 +UV Count: 3 + UV + UV + UV +Face 3611 +UV Count: 3 + UV + UV + UV +Face 3612 +UV Count: 3 + UV + UV + UV +Face 3613 +UV Count: 3 + UV + UV + UV +Face 3614 +UV Count: 3 + UV + UV + UV +Face 3615 +UV Count: 3 + UV + UV + UV +Face 3616 +UV Count: 3 + UV + UV + UV +Face 3617 +UV Count: 3 + UV + UV + UV +Face 3618 +UV Count: 3 + UV + UV + UV +Face 3619 +UV Count: 3 + UV + UV + UV +Face 3620 +UV Count: 3 + UV + UV + UV +Face 3621 +UV Count: 3 + UV + UV + UV +Face 3622 +UV Count: 3 + UV + UV + UV +Face 3623 +UV Count: 3 + UV + UV + UV +Face 3624 +UV Count: 3 + UV + UV + UV +Face 3625 +UV Count: 3 + UV + UV + UV +Face 3626 +UV Count: 3 + UV + UV + UV +Face 3627 +UV Count: 3 + UV + UV + UV +Face 3628 +UV Count: 3 + UV + UV + UV +Face 3629 +UV Count: 3 + UV + UV + UV +Face 3630 +UV Count: 3 + UV + UV + UV +Face 3631 +UV Count: 3 + UV + UV + UV +Face 3632 +UV Count: 3 + UV + UV + UV +Face 3633 +UV Count: 3 + UV + UV + UV +Face 3634 +UV Count: 3 + UV + UV + UV +Face 3635 +UV Count: 3 + UV + UV + UV +Face 3636 +UV Count: 3 + UV + UV + UV +Face 3637 +UV Count: 3 + UV + UV + UV +Face 3638 +UV Count: 3 + UV + UV + UV +Face 3639 +UV Count: 3 + UV + UV + UV +Face 3640 +UV Count: 3 + UV + UV + UV +Face 3641 +UV Count: 3 + UV + UV + UV +Face 3642 +UV Count: 3 + UV + UV + UV +Face 3643 +UV Count: 3 + UV + UV + UV +Face 3644 +UV Count: 3 + UV + UV + UV +Face 3645 +UV Count: 3 + UV + UV + UV +Face 3646 +UV Count: 3 + UV + UV + UV +Face 3647 +UV Count: 3 + UV + UV + UV +Face 3648 +UV Count: 3 + UV + UV + UV +Face 3649 +UV Count: 3 + UV + UV + UV +Face 3650 +UV Count: 3 + UV + UV + UV +Face 3651 +UV Count: 3 + UV + UV + UV +Face 3652 +UV Count: 3 + UV + UV + UV +Face 3653 +UV Count: 3 + UV + UV + UV +Face 3654 +UV Count: 3 + UV + UV + UV +Face 3655 +UV Count: 3 + UV + UV + UV +Face 3656 +UV Count: 3 + UV + UV + UV +Face 3657 +UV Count: 3 + UV + UV + UV +Face 3658 +UV Count: 3 + UV + UV + UV +Face 3659 +UV Count: 3 + UV + UV + UV +Face 3660 +UV Count: 3 + UV + UV + UV +Face 3661 +UV Count: 3 + UV + UV + UV +Face 3662 +UV Count: 3 + UV + UV + UV +Face 3663 +UV Count: 3 + UV + UV + UV +Face 3664 +UV Count: 3 + UV + UV + UV +Face 3665 +UV Count: 3 + UV + UV + UV +Face 3666 +UV Count: 3 + UV + UV + UV +Face 3667 +UV Count: 3 + UV + UV + UV +Face 3668 +UV Count: 3 + UV + UV + UV +Face 3669 +UV Count: 3 + UV + UV + UV +Face 3670 +UV Count: 3 + UV + UV + UV +Face 3671 +UV Count: 3 + UV + UV + UV +Face 3672 +UV Count: 3 + UV + UV + UV +Face 3673 +UV Count: 3 + UV + UV + UV +Face 3674 +UV Count: 3 + UV + UV + UV +Face 3675 +UV Count: 3 + UV + UV + UV +Face 3676 +UV Count: 3 + UV + UV + UV +Face 3677 +UV Count: 3 + UV + UV + UV +Face 3678 +UV Count: 3 + UV + UV + UV +Face 3679 +UV Count: 3 + UV + UV + UV +Face 3680 +UV Count: 3 + UV + UV + UV +Face 3681 +UV Count: 3 + UV + UV + UV +Face 3682 +UV Count: 3 + UV + UV + UV +Face 3683 +UV Count: 3 + UV + UV + UV +Face 3684 +UV Count: 3 + UV + UV + UV +Face 3685 +UV Count: 3 + UV + UV + UV +Face 3686 +UV Count: 3 + UV + UV + UV +Face 3687 +UV Count: 3 + UV + UV + UV +Face 3688 +UV Count: 3 + UV + UV + UV +Face 3689 +UV Count: 3 + UV + UV + UV +Face 3690 +UV Count: 3 + UV + UV + UV +Face 3691 +UV Count: 3 + UV + UV + UV +Face 3692 +UV Count: 3 + UV + UV + UV +Face 3693 +UV Count: 3 + UV + UV + UV +Face 3694 +UV Count: 3 + UV + UV + UV +Face 3695 +UV Count: 3 + UV + UV + UV +Face 3696 +UV Count: 3 + UV + UV + UV +Face 3697 +UV Count: 3 + UV + UV + UV +Face 3698 +UV Count: 3 + UV + UV + UV +Face 3699 +UV Count: 3 + UV + UV + UV +Face 3700 +UV Count: 3 + UV + UV + UV +Face 3701 +UV Count: 3 + UV + UV + UV +Face 3702 +UV Count: 3 + UV + UV + UV +Face 3703 +UV Count: 3 + UV + UV + UV +Face 3704 +UV Count: 3 + UV + UV + UV +Face 3705 +UV Count: 3 + UV + UV + UV +Face 3706 +UV Count: 3 + UV + UV + UV +Face 3707 +UV Count: 3 + UV + UV + UV +Face 3708 +UV Count: 3 + UV + UV + UV +Face 3709 +UV Count: 3 + UV + UV + UV +Face 3710 +UV Count: 3 + UV + UV + UV +Face 3711 +UV Count: 3 + UV + UV + UV +Face 3712 +UV Count: 3 + UV + UV + UV +Face 3713 +UV Count: 3 + UV + UV + UV +Face 3714 +UV Count: 3 + UV + UV + UV +Face 3715 +UV Count: 3 + UV + UV + UV +Face 3716 +UV Count: 3 + UV + UV + UV +Face 3717 +UV Count: 3 + UV + UV + UV +Face 3718 +UV Count: 3 + UV + UV + UV +Face 3719 +UV Count: 3 + UV + UV + UV +Face 3720 +UV Count: 3 + UV + UV + UV +Face 3721 +UV Count: 3 + UV + UV + UV +Face 3722 +UV Count: 3 + UV + UV + UV +Face 3723 +UV Count: 3 + UV + UV + UV +Face 3724 +UV Count: 3 + UV + UV + UV +Face 3725 +UV Count: 3 + UV + UV + UV +Face 3726 +UV Count: 3 + UV + UV + UV +Face 3727 +UV Count: 3 + UV + UV + UV +Face 3728 +UV Count: 3 + UV + UV + UV +Face 3729 +UV Count: 3 + UV + UV + UV +Face 3730 +UV Count: 3 + UV + UV + UV +Face 3731 +UV Count: 3 + UV + UV + UV +Face 3732 +UV Count: 3 + UV + UV + UV +Face 3733 +UV Count: 3 + UV + UV + UV +Face 3734 +UV Count: 3 + UV + UV + UV +Face 3735 +UV Count: 3 + UV + UV + UV +Face 3736 +UV Count: 3 + UV + UV + UV +Face 3737 +UV Count: 3 + UV + UV + UV +Face 3738 +UV Count: 3 + UV + UV + UV +Face 3739 +UV Count: 3 + UV + UV + UV +Face 3740 +UV Count: 3 + UV + UV + UV +Face 3741 +UV Count: 3 + UV + UV + UV +Face 3742 +UV Count: 3 + UV + UV + UV +Face 3743 +UV Count: 3 + UV + UV + UV +Face 3744 +UV Count: 3 + UV + UV + UV +Face 3745 +UV Count: 3 + UV + UV + UV +Face 3746 +UV Count: 3 + UV + UV + UV +Face 3747 +UV Count: 3 + UV + UV + UV +Face 3748 +UV Count: 3 + UV + UV + UV +Face 3749 +UV Count: 3 + UV + UV + UV +Face 3750 +UV Count: 3 + UV + UV + UV +Face 3751 +UV Count: 3 + UV + UV + UV +Face 3752 +UV Count: 3 + UV + UV + UV +Face 3753 +UV Count: 3 + UV + UV + UV +Face 3754 +UV Count: 3 + UV + UV + UV +Face 3755 +UV Count: 3 + UV + UV + UV +Face 3756 +UV Count: 3 + UV + UV + UV +Face 3757 +UV Count: 3 + UV + UV + UV +Face 3758 +UV Count: 3 + UV + UV + UV +Face 3759 +UV Count: 3 + UV + UV + UV +Face 3760 +UV Count: 3 + UV + UV + UV +Face 3761 +UV Count: 3 + UV + UV + UV +Face 3762 +UV Count: 3 + UV + UV + UV +Face 3763 +UV Count: 3 + UV + UV + UV +Face 3764 +UV Count: 3 + UV + UV + UV +Face 3765 +UV Count: 3 + UV + UV + UV +Face 3766 +UV Count: 3 + UV + UV + UV +Face 3767 +UV Count: 3 + UV + UV + UV +Face 3768 +UV Count: 3 + UV + UV + UV +Face 3769 +UV Count: 3 + UV + UV + UV +Face 3770 +UV Count: 3 + UV + UV + UV +Face 3771 +UV Count: 3 + UV + UV + UV +Face 3772 +UV Count: 3 + UV + UV + UV +Face 3773 +UV Count: 3 + UV + UV + UV +Face 3774 +UV Count: 3 + UV + UV + UV +Face 3775 +UV Count: 3 + UV + UV + UV +Face 3776 +UV Count: 3 + UV + UV + UV +Face 3777 +UV Count: 3 + UV + UV + UV +Face 3778 +UV Count: 3 + UV + UV + UV +Face 3779 +UV Count: 3 + UV + UV + UV +Face 3780 +UV Count: 3 + UV + UV + UV +Face 3781 +UV Count: 3 + UV + UV + UV +Face 3782 +UV Count: 3 + UV + UV + UV +Face 3783 +UV Count: 3 + UV + UV + UV +Face 3784 +UV Count: 3 + UV + UV + UV +Face 3785 +UV Count: 3 + UV + UV + UV +Face 3786 +UV Count: 3 + UV + UV + UV +Face 3787 +UV Count: 3 + UV + UV + UV +Face 3788 +UV Count: 3 + UV + UV + UV +Face 3789 +UV Count: 3 + UV + UV + UV +Face 3790 +UV Count: 3 + UV + UV + UV +Face 3791 +UV Count: 3 + UV + UV + UV +Face 3792 +UV Count: 3 + UV + UV + UV +Face 3793 +UV Count: 3 + UV + UV + UV +Face 3794 +UV Count: 3 + UV + UV + UV +Face 3795 +UV Count: 3 + UV + UV + UV +Face 3796 +UV Count: 3 + UV + UV + UV +Face 3797 +UV Count: 3 + UV + UV + UV +Face 3798 +UV Count: 3 + UV + UV + UV +Face 3799 +UV Count: 3 + UV + UV + UV +Face 3800 +UV Count: 3 + UV + UV + UV +Face 3801 +UV Count: 3 + UV + UV + UV +Face 3802 +UV Count: 3 + UV + UV + UV +Face 3803 +UV Count: 3 + UV + UV + UV +Face 3804 +UV Count: 3 + UV + UV + UV +Face 3805 +UV Count: 3 + UV + UV + UV +Face 3806 +UV Count: 3 + UV + UV + UV +Face 3807 +UV Count: 3 + UV + UV + UV +Face 3808 +UV Count: 3 + UV + UV + UV +Face 3809 +UV Count: 3 + UV + UV + UV +Face 3810 +UV Count: 3 + UV + UV + UV +Face 3811 +UV Count: 3 + UV + UV + UV +Face 3812 +UV Count: 3 + UV + UV + UV +Face 3813 +UV Count: 3 + UV + UV + UV +Face 3814 +UV Count: 3 + UV + UV + UV +Face 3815 +UV Count: 3 + UV + UV + UV +Face 3816 +UV Count: 3 + UV + UV + UV +Face 3817 +UV Count: 3 + UV + UV + UV +Face 3818 +UV Count: 3 + UV + UV + UV +Face 3819 +UV Count: 3 + UV + UV + UV +Face 3820 +UV Count: 3 + UV + UV + UV +Face 3821 +UV Count: 3 + UV + UV + UV +Face 3822 +UV Count: 3 + UV + UV + UV +Face 3823 +UV Count: 3 + UV + UV + UV +Face 3824 +UV Count: 3 + UV + UV + UV +Face 3825 +UV Count: 3 + UV + UV + UV +Face 3826 +UV Count: 3 + UV + UV + UV +Face 3827 +UV Count: 3 + UV + UV + UV +Face 3828 +UV Count: 3 + UV + UV + UV +Face 3829 +UV Count: 3 + UV + UV + UV +Face 3830 +UV Count: 3 + UV + UV + UV +Face 3831 +UV Count: 3 + UV + UV + UV +Face 3832 +UV Count: 3 + UV + UV + UV +Face 3833 +UV Count: 3 + UV + UV + UV +Face 3834 +UV Count: 3 + UV + UV + UV +Face 3835 +UV Count: 3 + UV + UV + UV +Face 3836 +UV Count: 3 + UV + UV + UV +Face 3837 +UV Count: 3 + UV + UV + UV +Face 3838 +UV Count: 3 + UV + UV + UV +Face 3839 +UV Count: 3 + UV + UV + UV +Face 3840 +UV Count: 3 + UV + UV + UV +Face 3841 +UV Count: 3 + UV + UV + UV +Face 3842 +UV Count: 3 + UV + UV + UV +Face 3843 +UV Count: 3 + UV + UV + UV +Face 3844 +UV Count: 3 + UV + UV + UV +Face 3845 +UV Count: 3 + UV + UV + UV +Face 3846 +UV Count: 3 + UV + UV + UV +Face 3847 +UV Count: 3 + UV + UV + UV +Face 3848 +UV Count: 3 + UV + UV + UV +Face 3849 +UV Count: 3 + UV + UV + UV +Face 3850 +UV Count: 3 + UV + UV + UV +Face 3851 +UV Count: 3 + UV + UV + UV +Face 3852 +UV Count: 3 + UV + UV + UV +Face 3853 +UV Count: 3 + UV + UV + UV +Face 3854 +UV Count: 3 + UV + UV + UV +Face 3855 +UV Count: 3 + UV + UV + UV +Face 3856 +UV Count: 3 + UV + UV + UV +Face 3857 +UV Count: 3 + UV + UV + UV +Face 3858 +UV Count: 3 + UV + UV + UV +Face 3859 +UV Count: 3 + UV + UV + UV +Face 3860 +UV Count: 3 + UV + UV + UV +Face 3861 +UV Count: 3 + UV + UV + UV +Face 3862 +UV Count: 3 + UV + UV + UV +Face 3863 +UV Count: 3 + UV + UV + UV +Face 3864 +UV Count: 3 + UV + UV + UV +Face 3865 +UV Count: 3 + UV + UV + UV +Face 3866 +UV Count: 3 + UV + UV + UV +Face 3867 +UV Count: 3 + UV + UV + UV +Face 3868 +UV Count: 3 + UV + UV + UV +Face 3869 +UV Count: 3 + UV + UV + UV +Face 3870 +UV Count: 3 + UV + UV + UV +Face 3871 +UV Count: 3 + UV + UV + UV +Face 3872 +UV Count: 3 + UV + UV + UV +Face 3873 +UV Count: 3 + UV + UV + UV +Face 3874 +UV Count: 3 + UV + UV + UV +Face 3875 +UV Count: 3 + UV + UV + UV +Face 3876 +UV Count: 3 + UV + UV + UV +Face 3877 +UV Count: 3 + UV + UV + UV +Face 3878 +UV Count: 3 + UV + UV + UV +Face 3879 +UV Count: 3 + UV + UV + UV +Face 3880 +UV Count: 3 + UV + UV + UV +Face 3881 +UV Count: 3 + UV + UV + UV +Face 3882 +UV Count: 3 + UV + UV + UV +Face 3883 +UV Count: 3 + UV + UV + UV +Face 3884 +UV Count: 3 + UV + UV + UV +Face 3885 +UV Count: 3 + UV + UV + UV +Face 3886 +UV Count: 3 + UV + UV + UV +Face 3887 +UV Count: 3 + UV + UV + UV +Face 3888 +UV Count: 3 + UV + UV + UV +Face 3889 +UV Count: 3 + UV + UV + UV +Face 3890 +UV Count: 3 + UV + UV + UV +Face 3891 +UV Count: 3 + UV + UV + UV +Face 3892 +UV Count: 3 + UV + UV + UV +Face 3893 +UV Count: 3 + UV + UV + UV +Face 3894 +UV Count: 3 + UV + UV + UV +Face 3895 +UV Count: 3 + UV + UV + UV +Face 3896 +UV Count: 3 + UV + UV + UV +Face 3897 +UV Count: 3 + UV + UV + UV +Face 3898 +UV Count: 3 + UV + UV + UV +Face 3899 +UV Count: 3 + UV + UV + UV +Face 3900 +UV Count: 3 + UV + UV + UV +Face 3901 +UV Count: 3 + UV + UV + UV +Face 3902 +UV Count: 3 + UV + UV + UV +Face 3903 +UV Count: 3 + UV + UV + UV +Face 3904 +UV Count: 3 + UV + UV + UV +Face 3905 +UV Count: 3 + UV + UV + UV +Face 3906 +UV Count: 3 + UV + UV + UV +Face 3907 +UV Count: 3 + UV + UV + UV +Face 3908 +UV Count: 3 + UV + UV + UV +Face 3909 +UV Count: 3 + UV + UV + UV +Face 3910 +UV Count: 3 + UV + UV + UV +Face 3911 +UV Count: 3 + UV + UV + UV +Face 3912 +UV Count: 3 + UV + UV + UV +Face 3913 +UV Count: 3 + UV + UV + UV +Face 3914 +UV Count: 3 + UV + UV + UV +Face 3915 +UV Count: 3 + UV + UV + UV +Face 3916 +UV Count: 3 + UV + UV + UV +Face 3917 +UV Count: 3 + UV + UV + UV +Face 3918 +UV Count: 3 + UV + UV + UV +Face 3919 +UV Count: 3 + UV + UV + UV +Face 3920 +UV Count: 3 + UV + UV + UV +Face 3921 +UV Count: 3 + UV + UV + UV +Face 3922 +UV Count: 3 + UV + UV + UV +Face 3923 +UV Count: 3 + UV + UV + UV +Face 3924 +UV Count: 3 + UV + UV + UV +Face 3925 +UV Count: 3 + UV + UV + UV +Face 3926 +UV Count: 3 + UV + UV + UV +Face 3927 +UV Count: 3 + UV + UV + UV +Face 3928 +UV Count: 3 + UV + UV + UV +Face 3929 +UV Count: 3 + UV + UV + UV +Face 3930 +UV Count: 3 + UV + UV + UV +Face 3931 +UV Count: 3 + UV + UV + UV +Face 3932 +UV Count: 3 + UV + UV + UV +Face 3933 +UV Count: 3 + UV + UV + UV +Face 3934 +UV Count: 3 + UV + UV + UV +Face 3935 +UV Count: 3 + UV + UV + UV +Face 3936 +UV Count: 3 + UV + UV + UV +Face 3937 +UV Count: 3 + UV + UV + UV +Face 3938 +UV Count: 3 + UV + UV + UV +Face 3939 +UV Count: 3 + UV + UV + UV +Face 3940 +UV Count: 3 + UV + UV + UV +Face 3941 +UV Count: 3 + UV + UV + UV +Face 3942 +UV Count: 3 + UV + UV + UV +Face 3943 +UV Count: 3 + UV + UV + UV +Face 3944 +UV Count: 3 + UV + UV + UV +Face 3945 +UV Count: 3 + UV + UV + UV +Face 3946 +UV Count: 3 + UV + UV + UV +Face 3947 +UV Count: 3 + UV + UV + UV +Face 3948 +UV Count: 3 + UV + UV + UV +Face 3949 +UV Count: 3 + UV + UV + UV +Face 3950 +UV Count: 3 + UV + UV + UV +Face 3951 +UV Count: 3 + UV + UV + UV +Face 3952 +UV Count: 3 + UV + UV + UV +Face 3953 +UV Count: 3 + UV + UV + UV +Face 3954 +UV Count: 3 + UV + UV + UV +Face 3955 +UV Count: 3 + UV + UV + UV +Face 3956 +UV Count: 3 + UV + UV + UV +Face 3957 +UV Count: 3 + UV + UV + UV +Face 3958 +UV Count: 3 + UV + UV + UV +Face 3959 +UV Count: 3 + UV + UV + UV +Face 3960 +UV Count: 3 + UV + UV + UV +Face 3961 +UV Count: 3 + UV + UV + UV +Face 3962 +UV Count: 3 + UV + UV + UV +Face 3963 +UV Count: 3 + UV + UV + UV +Face 3964 +UV Count: 3 + UV + UV + UV +Face 3965 +UV Count: 3 + UV + UV + UV +Face 3966 +UV Count: 3 + UV + UV + UV +Face 3967 +UV Count: 3 + UV + UV + UV +Face 3968 +UV Count: 3 + UV + UV + UV +Face 3969 +UV Count: 3 + UV + UV + UV +Face 3970 +UV Count: 3 + UV + UV + UV +Face 3971 +UV Count: 3 + UV + UV + UV +Face 3972 +UV Count: 3 + UV + UV + UV +Face 3973 +UV Count: 3 + UV + UV + UV +Face 3974 +UV Count: 3 + UV + UV + UV +Face 3975 +UV Count: 3 + UV + UV + UV +Face 3976 +UV Count: 3 + UV + UV + UV +Face 3977 +UV Count: 3 + UV + UV + UV +Face 3978 +UV Count: 3 + UV + UV + UV +Face 3979 +UV Count: 3 + UV + UV + UV +Face 3980 +UV Count: 3 + UV + UV + UV +Face 3981 +UV Count: 3 + UV + UV + UV +Face 3982 +UV Count: 3 + UV + UV + UV +Face 3983 +UV Count: 3 + UV + UV + UV +Face 3984 +UV Count: 3 + UV + UV + UV +Face 3985 +UV Count: 3 + UV + UV + UV +Face 3986 +UV Count: 3 + UV + UV + UV +Face 3987 +UV Count: 3 + UV + UV + UV +Face 3988 +UV Count: 3 + UV + UV + UV +Face 3989 +UV Count: 3 + UV + UV + UV +Face 3990 +UV Count: 3 + UV + UV + UV +Face 3991 +UV Count: 3 + UV + UV + UV +Face 3992 +UV Count: 3 + UV + UV + UV +Face 3993 +UV Count: 3 + UV + UV + UV +Face 3994 +UV Count: 3 + UV + UV + UV +Face 3995 +UV Count: 3 + UV + UV + UV +Face 3996 +UV Count: 3 + UV + UV + UV +Face 3997 +UV Count: 3 + UV + UV + UV +Face 3998 +UV Count: 3 + UV + UV + UV +Face 3999 +UV Count: 3 + UV + UV + UV +Face 4000 +UV Count: 3 + UV + UV + UV +Face 4001 +UV Count: 3 + UV + UV + UV +Face 4002 +UV Count: 3 + UV + UV + UV +Face 4003 +UV Count: 3 + UV + UV + UV +Face 4004 +UV Count: 3 + UV + UV + UV +Face 4005 +UV Count: 3 + UV + UV + UV +Face 4006 +UV Count: 3 + UV + UV + UV +Face 4007 +UV Count: 3 + UV + UV + UV +Face 4008 +UV Count: 3 + UV + UV + UV +Face 4009 +UV Count: 3 + UV + UV + UV +Face 4010 +UV Count: 3 + UV + UV + UV +Face 4011 +UV Count: 3 + UV + UV + UV +Face 4012 +UV Count: 3 + UV + UV + UV +Face 4013 +UV Count: 3 + UV + UV + UV +Face 4014 +UV Count: 3 + UV + UV + UV +Face 4015 +UV Count: 3 + UV + UV + UV +Face 4016 +UV Count: 3 + UV + UV + UV +Face 4017 +UV Count: 3 + UV + UV + UV +Face 4018 +UV Count: 3 + UV + UV + UV +Face 4019 +UV Count: 3 + UV + UV + UV +Face 4020 +UV Count: 3 + UV + UV + UV +Face 4021 +UV Count: 3 + UV + UV + UV +Face 4022 +UV Count: 3 + UV + UV + UV +Face 4023 +UV Count: 3 + UV + UV + UV +Face 4024 +UV Count: 3 + UV + UV + UV +Face 4025 +UV Count: 3 + UV + UV + UV +Face 4026 +UV Count: 3 + UV + UV + UV +Face 4027 +UV Count: 3 + UV + UV + UV +Face 4028 +UV Count: 3 + UV + UV + UV +Face 4029 +UV Count: 3 + UV + UV + UV +Face 4030 +UV Count: 3 + UV + UV + UV +Face 4031 +UV Count: 3 + UV + UV + UV +Face 4032 +UV Count: 3 + UV + UV + UV +Face 4033 +UV Count: 3 + UV + UV + UV +Face 4034 +UV Count: 3 + UV + UV + UV +Face 4035 +UV Count: 3 + UV + UV + UV +Face 4036 +UV Count: 3 + UV + UV + UV +Face 4037 +UV Count: 3 + UV + UV + UV +Face 4038 +UV Count: 3 + UV + UV + UV +Face 4039 +UV Count: 3 + UV + UV + UV +Face 4040 +UV Count: 3 + UV + UV + UV +Face 4041 +UV Count: 3 + UV + UV + UV +Face 4042 +UV Count: 3 + UV + UV + UV +Face 4043 +UV Count: 3 + UV + UV + UV +Face 4044 +UV Count: 3 + UV + UV + UV +Face 4045 +UV Count: 3 + UV + UV + UV +Face 4046 +UV Count: 3 + UV + UV + UV +Face 4047 +UV Count: 3 + UV + UV + UV +Face 4048 +UV Count: 3 + UV + UV + UV +Face 4049 +UV Count: 3 + UV + UV + UV +Face 4050 +UV Count: 3 + UV + UV + UV +Face 4051 +UV Count: 3 + UV + UV + UV +Face 4052 +UV Count: 3 + UV + UV + UV +Face 4053 +UV Count: 3 + UV + UV + UV +Face 4054 +UV Count: 3 + UV + UV + UV +Face 4055 +UV Count: 3 + UV + UV + UV +Face 4056 +UV Count: 3 + UV + UV + UV +Face 4057 +UV Count: 3 + UV + UV + UV +Face 4058 +UV Count: 3 + UV + UV + UV +Face 4059 +UV Count: 3 + UV + UV + UV +Face 4060 +UV Count: 3 + UV + UV + UV +Face 4061 +UV Count: 3 + UV + UV + UV +Face 4062 +UV Count: 3 + UV + UV + UV +Face 4063 +UV Count: 3 + UV + UV + UV +Face 4064 +UV Count: 3 + UV + UV + UV +Face 4065 +UV Count: 3 + UV + UV + UV +Face 4066 +UV Count: 3 + UV + UV + UV +Face 4067 +UV Count: 3 + UV + UV + UV +Face 4068 +UV Count: 3 + UV + UV + UV +Face 4069 +UV Count: 3 + UV + UV + UV +Face 4070 +UV Count: 3 + UV + UV + UV +Face 4071 +UV Count: 3 + UV + UV + UV +Face 4072 +UV Count: 3 + UV + UV + UV +Face 4073 +UV Count: 3 + UV + UV + UV +Face 4074 +UV Count: 3 + UV + UV + UV +Face 4075 +UV Count: 3 + UV + UV + UV +Face 4076 +UV Count: 3 + UV + UV + UV +Face 4077 +UV Count: 3 + UV + UV + UV +Face 4078 +UV Count: 3 + UV + UV + UV +Face 4079 +UV Count: 3 + UV + UV + UV +Face 4080 +UV Count: 3 + UV + UV + UV +Face 4081 +UV Count: 3 + UV + UV + UV +Face 4082 +UV Count: 3 + UV + UV + UV +Face 4083 +UV Count: 3 + UV + UV + UV +Face 4084 +UV Count: 3 + UV + UV + UV +Face 4085 +UV Count: 3 + UV + UV + UV +Face 4086 +UV Count: 3 + UV + UV + UV +Face 4087 +UV Count: 3 + UV + UV + UV +Face 4088 +UV Count: 3 + UV + UV + UV +Face 4089 +UV Count: 3 + UV + UV + UV +Face 4090 +UV Count: 3 + UV + UV + UV +Face 4091 +UV Count: 3 + UV + UV + UV +Face 4092 +UV Count: 3 + UV + UV + UV +Face 4093 +UV Count: 3 + UV + UV + UV +Face 4094 +UV Count: 3 + UV + UV + UV +Face 4095 +UV Count: 3 + UV + UV + UV +Face 4096 +UV Count: 3 + UV + UV + UV +Face 4097 +UV Count: 3 + UV + UV + UV +Face 4098 +UV Count: 3 + UV + UV + UV +Face 4099 +UV Count: 3 + UV + UV + UV +Face 4100 +UV Count: 3 + UV + UV + UV +Face 4101 +UV Count: 3 + UV + UV + UV +Face 4102 +UV Count: 3 + UV + UV + UV +Face 4103 +UV Count: 3 + UV + UV + UV +Face 4104 +UV Count: 3 + UV + UV + UV +Face 4105 +UV Count: 3 + UV + UV + UV +Face 4106 +UV Count: 3 + UV + UV + UV +Face 4107 +UV Count: 3 + UV + UV + UV +Face 4108 +UV Count: 3 + UV + UV + UV +Face 4109 +UV Count: 3 + UV + UV + UV +Face 4110 +UV Count: 3 + UV + UV + UV +Face 4111 +UV Count: 3 + UV + UV + UV +Face 4112 +UV Count: 3 + UV + UV + UV +Face 4113 +UV Count: 3 + UV + UV + UV +Face 4114 +UV Count: 3 + UV + UV + UV +Face 4115 +UV Count: 3 + UV + UV + UV +Face 4116 +UV Count: 3 + UV + UV + UV +Face 4117 +UV Count: 3 + UV + UV + UV +Face 4118 +UV Count: 3 + UV + UV + UV +Face 4119 +UV Count: 3 + UV + UV + UV +Face 4120 +UV Count: 3 + UV + UV + UV +Face 4121 +UV Count: 3 + UV + UV + UV +Face 4122 +UV Count: 3 + UV + UV + UV +Face 4123 +UV Count: 3 + UV + UV + UV +Face 4124 +UV Count: 3 + UV + UV + UV +Face 4125 +UV Count: 3 + UV + UV + UV +Face 4126 +UV Count: 3 + UV + UV + UV +Face 4127 +UV Count: 3 + UV + UV + UV +Face 4128 +UV Count: 3 + UV + UV + UV +Face 4129 +UV Count: 3 + UV + UV + UV +Face 4130 +UV Count: 3 + UV + UV + UV +Face 4131 +UV Count: 3 + UV + UV + UV +Face 4132 +UV Count: 3 + UV + UV + UV +Face 4133 +UV Count: 3 + UV + UV + UV +Face 4134 +UV Count: 3 + UV + UV + UV +Face 4135 +UV Count: 3 + UV + UV + UV +Face 4136 +UV Count: 3 + UV + UV + UV +Face 4137 +UV Count: 3 + UV + UV + UV +Face 4138 +UV Count: 3 + UV + UV + UV +Face 4139 +UV Count: 3 + UV + UV + UV +Face 4140 +UV Count: 3 + UV + UV + UV +Face 4141 +UV Count: 3 + UV + UV + UV +Face 4142 +UV Count: 3 + UV + UV + UV +Face 4143 +UV Count: 3 + UV + UV + UV +Face 4144 +UV Count: 3 + UV + UV + UV +Face 4145 +UV Count: 3 + UV + UV + UV +Face 4146 +UV Count: 3 + UV + UV + UV +Face 4147 +UV Count: 3 + UV + UV + UV +Face 4148 +UV Count: 3 + UV + UV + UV +Face 4149 +UV Count: 3 + UV + UV + UV +Face 4150 +UV Count: 3 + UV + UV + UV +Face 4151 +UV Count: 3 + UV + UV + UV +Face 4152 +UV Count: 3 + UV + UV + UV +Face 4153 +UV Count: 3 + UV + UV + UV +Face 4154 +UV Count: 3 + UV + UV + UV +Face 4155 +UV Count: 3 + UV + UV + UV +Face 4156 +UV Count: 3 + UV + UV + UV +Face 4157 +UV Count: 3 + UV + UV + UV +Face 4158 +UV Count: 3 + UV + UV + UV +Face 4159 +UV Count: 3 + UV + UV + UV +Face 4160 +UV Count: 3 + UV + UV + UV +Face 4161 +UV Count: 3 + UV + UV + UV +Face 4162 +UV Count: 3 + UV + UV + UV +Face 4163 +UV Count: 3 + UV + UV + UV +Face 4164 +UV Count: 3 + UV + UV + UV +Face 4165 +UV Count: 3 + UV + UV + UV +Face 4166 +UV Count: 3 + UV + UV + UV +Face 4167 +UV Count: 3 + UV + UV + UV +Face 4168 +UV Count: 3 + UV + UV + UV +Face 4169 +UV Count: 3 + UV + UV + UV +Face 4170 +UV Count: 3 + UV + UV + UV +Face 4171 +UV Count: 3 + UV + UV + UV +Face 4172 +UV Count: 3 + UV + UV + UV +Face 4173 +UV Count: 3 + UV + UV + UV +Face 4174 +UV Count: 3 + UV + UV + UV +Face 4175 +UV Count: 3 + UV + UV + UV +Face 4176 +UV Count: 3 + UV + UV + UV +Face 4177 +UV Count: 3 + UV + UV + UV +Face 4178 +UV Count: 3 + UV + UV + UV +Face 4179 +UV Count: 3 + UV + UV + UV +Face 4180 +UV Count: 3 + UV + UV + UV +Face 4181 +UV Count: 3 + UV + UV + UV +Face 4182 +UV Count: 3 + UV + UV + UV +Face 4183 +UV Count: 3 + UV + UV + UV +Face 4184 +UV Count: 3 + UV + UV + UV +Face 4185 +UV Count: 3 + UV + UV + UV +Face 4186 +UV Count: 3 + UV + UV + UV +Face 4187 +UV Count: 3 + UV + UV + UV +Face 4188 +UV Count: 3 + UV + UV + UV +Face 4189 +UV Count: 3 + UV + UV + UV +Face 4190 +UV Count: 3 + UV + UV + UV +Face 4191 +UV Count: 3 + UV + UV + UV +Face 4192 +UV Count: 3 + UV + UV + UV +Face 4193 +UV Count: 3 + UV + UV + UV +Face 4194 +UV Count: 3 + UV + UV + UV +Face 4195 +UV Count: 3 + UV + UV + UV +Face 4196 +UV Count: 3 + UV + UV + UV +Face 4197 +UV Count: 3 + UV + UV + UV +Face 4198 +UV Count: 3 + UV + UV + UV +Face 4199 +UV Count: 3 + UV + UV + UV +Face 4200 +UV Count: 3 + UV + UV + UV +Face 4201 +UV Count: 3 + UV + UV + UV +Face 4202 +UV Count: 3 + UV + UV + UV +Face 4203 +UV Count: 3 + UV + UV + UV +Face 4204 +UV Count: 3 + UV + UV + UV +Face 4205 +UV Count: 3 + UV + UV + UV +Face 4206 +UV Count: 3 + UV + UV + UV +Face 4207 +UV Count: 3 + UV + UV + UV +Face 4208 +UV Count: 3 + UV + UV + UV +Face 4209 +UV Count: 3 + UV + UV + UV +Face 4210 +UV Count: 3 + UV + UV + UV +Face 4211 +UV Count: 3 + UV + UV + UV +Face 4212 +UV Count: 3 + UV + UV + UV +Face 4213 +UV Count: 3 + UV + UV + UV +Face 4214 +UV Count: 3 + UV + UV + UV +Face 4215 +UV Count: 3 + UV + UV + UV +Face 4216 +UV Count: 3 + UV + UV + UV +Face 4217 +UV Count: 3 + UV + UV + UV +Face 4218 +UV Count: 3 + UV + UV + UV +Face 4219 +UV Count: 3 + UV + UV + UV +Face 4220 +UV Count: 3 + UV + UV + UV +Face 4221 +UV Count: 3 + UV + UV + UV +Face 4222 +UV Count: 3 + UV + UV + UV +Face 4223 +UV Count: 3 + UV + UV + UV +Face 4224 +UV Count: 3 + UV + UV + UV +Face 4225 +UV Count: 3 + UV + UV + UV +Face 4226 +UV Count: 3 + UV + UV + UV +Face 4227 +UV Count: 3 + UV + UV + UV +Face 4228 +UV Count: 3 + UV + UV + UV +Face 4229 +UV Count: 3 + UV + UV + UV +Face 4230 +UV Count: 3 + UV + UV + UV +Face 4231 +UV Count: 3 + UV + UV + UV +Face 4232 +UV Count: 3 + UV + UV + UV +Face 4233 +UV Count: 3 + UV + UV + UV +Face 4234 +UV Count: 3 + UV + UV + UV +Face 4235 +UV Count: 3 + UV + UV + UV +Face 4236 +UV Count: 3 + UV + UV + UV +Face 4237 +UV Count: 3 + UV + UV + UV +Face 4238 +UV Count: 3 + UV + UV + UV +Face 4239 +UV Count: 3 + UV + UV + UV +Face 4240 +UV Count: 3 + UV + UV + UV +Face 4241 +UV Count: 3 + UV + UV + UV +Face 4242 +UV Count: 3 + UV + UV + UV +Face 4243 +UV Count: 3 + UV + UV + UV +Face 4244 +UV Count: 3 + UV + UV + UV +Face 4245 +UV Count: 3 + UV + UV + UV +Face 4246 +UV Count: 3 + UV + UV + UV +Face 4247 +UV Count: 3 + UV + UV + UV +Face 4248 +UV Count: 3 + UV + UV + UV +Face 4249 +UV Count: 3 + UV + UV + UV +Face 4250 +UV Count: 3 + UV + UV + UV +Face 4251 +UV Count: 3 + UV + UV + UV +Face 4252 +UV Count: 3 + UV + UV + UV +Face 4253 +UV Count: 3 + UV + UV + UV +Face 4254 +UV Count: 3 + UV + UV + UV +Face 4255 +UV Count: 3 + UV + UV + UV +Face 4256 +UV Count: 3 + UV + UV + UV +Face 4257 +UV Count: 3 + UV + UV + UV +Face 4258 +UV Count: 3 + UV + UV + UV +Face 4259 +UV Count: 3 + UV + UV + UV +Face 4260 +UV Count: 3 + UV + UV + UV +Face 4261 +UV Count: 3 + UV + UV + UV +Face 4262 +UV Count: 3 + UV + UV + UV +Face 4263 +UV Count: 3 + UV + UV + UV +Face 4264 +UV Count: 3 + UV + UV + UV +Face 4265 +UV Count: 3 + UV + UV + UV +Face 4266 +UV Count: 3 + UV + UV + UV +Face 4267 +UV Count: 3 + UV + UV + UV +Face 4268 +UV Count: 3 + UV + UV + UV +Face 4269 +UV Count: 3 + UV + UV + UV +Face 4270 +UV Count: 3 + UV + UV + UV +Face 4271 +UV Count: 3 + UV + UV + UV +Face 4272 +UV Count: 3 + UV + UV + UV +Face 4273 +UV Count: 3 + UV + UV + UV +Face 4274 +UV Count: 3 + UV + UV + UV +Face 4275 +UV Count: 3 + UV + UV + UV +Face 4276 +UV Count: 3 + UV + UV + UV +Face 4277 +UV Count: 3 + UV + UV + UV +Face 4278 +UV Count: 3 + UV + UV + UV +Face 4279 +UV Count: 3 + UV + UV + UV +Face 4280 +UV Count: 3 + UV + UV + UV +Face 4281 +UV Count: 3 + UV + UV + UV +Face 4282 +UV Count: 3 + UV + UV + UV +Face 4283 +UV Count: 3 + UV + UV + UV +Face 4284 +UV Count: 3 + UV + UV + UV +Face 4285 +UV Count: 3 + UV + UV + UV +Face 4286 +UV Count: 3 + UV + UV + UV +Face 4287 +UV Count: 3 + UV + UV + UV +Face 4288 +UV Count: 3 + UV + UV + UV +Face 4289 +UV Count: 3 + UV + UV + UV +Face 4290 +UV Count: 3 + UV + UV + UV +Face 4291 +UV Count: 3 + UV + UV + UV +Face 4292 +UV Count: 3 + UV + UV + UV +Face 4293 +UV Count: 3 + UV + UV + UV +Face 4294 +UV Count: 3 + UV + UV + UV +Face 4295 +UV Count: 3 + UV + UV + UV +Face 4296 +UV Count: 3 + UV + UV + UV +Face 4297 +UV Count: 3 + UV + UV + UV +Face 4298 +UV Count: 3 + UV + UV + UV +Face 4299 +UV Count: 3 + UV + UV + UV +Face 4300 +UV Count: 3 + UV + UV + UV +Face 4301 +UV Count: 3 + UV + UV + UV +Face 4302 +UV Count: 3 + UV + UV + UV +Face 4303 +UV Count: 3 + UV + UV + UV +Face 4304 +UV Count: 3 + UV + UV + UV +Face 4305 +UV Count: 3 + UV + UV + UV +Face 4306 +UV Count: 3 + UV + UV + UV +Face 4307 +UV Count: 3 + UV + UV + UV +Face 4308 +UV Count: 3 + UV + UV + UV +Face 4309 +UV Count: 3 + UV + UV + UV +Face 4310 +UV Count: 3 + UV + UV + UV +Face 4311 +UV Count: 3 + UV + UV + UV +Face 4312 +UV Count: 3 + UV + UV + UV +Face 4313 +UV Count: 3 + UV + UV + UV +Face 4314 +UV Count: 3 + UV + UV + UV +Face 4315 +UV Count: 3 + UV + UV + UV +Face 4316 +UV Count: 3 + UV + UV + UV +Face 4317 +UV Count: 3 + UV + UV + UV +Face 4318 +UV Count: 3 + UV + UV + UV +Face 4319 +UV Count: 3 + UV + UV + UV +Face 4320 +UV Count: 3 + UV + UV + UV +Face 4321 +UV Count: 3 + UV + UV + UV +Face 4322 +UV Count: 3 + UV + UV + UV +Face 4323 +UV Count: 3 + UV + UV + UV +Face 4324 +UV Count: 3 + UV + UV + UV +Face 4325 +UV Count: 3 + UV + UV + UV +Face 4326 +UV Count: 3 + UV + UV + UV +Face 4327 +UV Count: 3 + UV + UV + UV +Face 4328 +UV Count: 3 + UV + UV + UV +Face 4329 +UV Count: 3 + UV + UV + UV +Face 4330 +UV Count: 3 + UV + UV + UV +Face 4331 +UV Count: 3 + UV + UV + UV +Face 4332 +UV Count: 3 + UV + UV + UV +Face 4333 +UV Count: 3 + UV + UV + UV +Face 4334 +UV Count: 3 + UV + UV + UV +Face 4335 +UV Count: 3 + UV + UV + UV +Face 4336 +UV Count: 3 + UV + UV + UV +Face 4337 +UV Count: 3 + UV + UV + UV +Face 4338 +UV Count: 3 + UV + UV + UV +Face 4339 +UV Count: 3 + UV + UV + UV +Face 4340 +UV Count: 3 + UV + UV + UV +Face 4341 +UV Count: 3 + UV + UV + UV +Face 4342 +UV Count: 3 + UV + UV + UV +Face 4343 +UV Count: 3 + UV + UV + UV +Face 4344 +UV Count: 3 + UV + UV + UV +Face 4345 +UV Count: 3 + UV + UV + UV +Face 4346 +UV Count: 3 + UV + UV + UV +Face 4347 +UV Count: 3 + UV + UV + UV +Face 4348 +UV Count: 3 + UV + UV + UV +Face 4349 +UV Count: 3 + UV + UV + UV +Face 4350 +UV Count: 3 + UV + UV + UV +Face 4351 +UV Count: 3 + UV + UV + UV +Face 4352 +UV Count: 3 + UV + UV + UV +Face 4353 +UV Count: 3 + UV + UV + UV +Face 4354 +UV Count: 3 + UV + UV + UV +Face 4355 +UV Count: 3 + UV + UV + UV +Face 4356 +UV Count: 3 + UV + UV + UV +Face 4357 +UV Count: 3 + UV + UV + UV +Face 4358 +UV Count: 3 + UV + UV + UV +Face 4359 +UV Count: 3 + UV + UV + UV +Face 4360 +UV Count: 3 + UV + UV + UV +Face 4361 +UV Count: 3 + UV + UV + UV +Face 4362 +UV Count: 3 + UV + UV + UV +Face 4363 +UV Count: 3 + UV + UV + UV +Face 4364 +UV Count: 3 + UV + UV + UV +Face 4365 +UV Count: 3 + UV + UV + UV +Face 4366 +UV Count: 3 + UV + UV + UV +Face 4367 +UV Count: 3 + UV + UV + UV +Face 4368 +UV Count: 3 + UV + UV + UV +Face 4369 +UV Count: 3 + UV + UV + UV +Face 4370 +UV Count: 3 + UV + UV + UV +Face 4371 +UV Count: 3 + UV + UV + UV +Face 4372 +UV Count: 3 + UV + UV + UV +Face 4373 +UV Count: 3 + UV + UV + UV +Face 4374 +UV Count: 3 + UV + UV + UV +Face 4375 +UV Count: 3 + UV + UV + UV +Face 4376 +UV Count: 3 + UV + UV + UV +Face 4377 +UV Count: 3 + UV + UV + UV +Face 4378 +UV Count: 3 + UV + UV + UV +Face 4379 +UV Count: 3 + UV + UV + UV +Face 4380 +UV Count: 3 + UV + UV + UV +Face 4381 +UV Count: 3 + UV + UV + UV +Face 4382 +UV Count: 3 + UV + UV + UV +Face 4383 +UV Count: 3 + UV + UV + UV +Face 4384 +UV Count: 3 + UV + UV + UV +Face 4385 +UV Count: 3 + UV + UV + UV +Face 4386 +UV Count: 3 + UV + UV + UV +Face 4387 +UV Count: 3 + UV + UV + UV +Face 4388 +UV Count: 3 + UV + UV + UV +Face 4389 +UV Count: 3 + UV + UV + UV +Face 4390 +UV Count: 3 + UV + UV + UV +Face 4391 +UV Count: 3 + UV + UV + UV +Face 4392 +UV Count: 3 + UV + UV + UV +Face 4393 +UV Count: 3 + UV + UV + UV +Face 4394 +UV Count: 3 + UV + UV + UV +Face 4395 +UV Count: 3 + UV + UV + UV +Face 4396 +UV Count: 3 + UV + UV + UV +Face 4397 +UV Count: 3 + UV + UV + UV +Face 4398 +UV Count: 3 + UV + UV + UV +Face 4399 +UV Count: 3 + UV + UV + UV +Face 4400 +UV Count: 3 + UV + UV + UV +Face 4401 +UV Count: 3 + UV + UV + UV +Face 4402 +UV Count: 3 + UV + UV + UV +Face 4403 +UV Count: 3 + UV + UV + UV +Face 4404 +UV Count: 3 + UV + UV + UV +Face 4405 +UV Count: 3 + UV + UV + UV +Face 4406 +UV Count: 3 + UV + UV + UV +Face 4407 +UV Count: 3 + UV + UV + UV +Face 4408 +UV Count: 3 + UV + UV + UV +Face 4409 +UV Count: 3 + UV + UV + UV +Face 4410 +UV Count: 3 + UV + UV + UV +Face 4411 +UV Count: 3 + UV + UV + UV +Face 4412 +UV Count: 3 + UV + UV + UV +Face 4413 +UV Count: 3 + UV + UV + UV +Face 4414 +UV Count: 3 + UV + UV + UV +Face 4415 +UV Count: 3 + UV + UV + UV +Face 4416 +UV Count: 3 + UV + UV + UV +Face 4417 +UV Count: 3 + UV + UV + UV +Face 4418 +UV Count: 3 + UV + UV + UV +Face 4419 +UV Count: 3 + UV + UV + UV +Face 4420 +UV Count: 3 + UV + UV + UV +Face 4421 +UV Count: 3 + UV + UV + UV +Face 4422 +UV Count: 3 + UV + UV + UV +Face 4423 +UV Count: 3 + UV + UV + UV +Face 4424 +UV Count: 3 + UV + UV + UV +Face 4425 +UV Count: 3 + UV + UV + UV +Face 4426 +UV Count: 3 + UV + UV + UV +Face 4427 +UV Count: 3 + UV + UV + UV +Face 4428 +UV Count: 3 + UV + UV + UV +Face 4429 +UV Count: 3 + UV + UV + UV +Face 4430 +UV Count: 3 + UV + UV + UV +Face 4431 +UV Count: 3 + UV + UV + UV +Face 4432 +UV Count: 3 + UV + UV + UV +Face 4433 +UV Count: 3 + UV + UV + UV +Face 4434 +UV Count: 3 + UV + UV + UV +Face 4435 +UV Count: 3 + UV + UV + UV +Face 4436 +UV Count: 3 + UV + UV + UV +Face 4437 +UV Count: 3 + UV + UV + UV +Face 4438 +UV Count: 3 + UV + UV + UV +Face 4439 +UV Count: 3 + UV + UV + UV +Face 4440 +UV Count: 3 + UV + UV + UV +Face 4441 +UV Count: 3 + UV + UV + UV +Face 4442 +UV Count: 3 + UV + UV + UV +Face 4443 +UV Count: 3 + UV + UV + UV +Face 4444 +UV Count: 3 + UV + UV + UV +Face 4445 +UV Count: 3 + UV + UV + UV +Face 4446 +UV Count: 3 + UV + UV + UV +Face 4447 +UV Count: 3 + UV + UV + UV +Face 4448 +UV Count: 3 + UV + UV + UV +Face 4449 +UV Count: 3 + UV + UV + UV +Face 4450 +UV Count: 3 + UV + UV + UV +Face 4451 +UV Count: 3 + UV + UV + UV +Face 4452 +UV Count: 3 + UV + UV + UV +Face 4453 +UV Count: 3 + UV + UV + UV +Face 4454 +UV Count: 3 + UV + UV + UV +Face 4455 +UV Count: 3 + UV + UV + UV +Face 4456 +UV Count: 3 + UV + UV + UV +Face 4457 +UV Count: 3 + UV + UV + UV +Face 4458 +UV Count: 3 + UV + UV + UV +Face 4459 +UV Count: 3 + UV + UV + UV +Face 4460 +UV Count: 3 + UV + UV + UV +Face 4461 +UV Count: 3 + UV + UV + UV +Face 4462 +UV Count: 3 + UV + UV + UV +Face 4463 +UV Count: 3 + UV + UV + UV +Face 4464 +UV Count: 3 + UV + UV + UV +Face 4465 +UV Count: 3 + UV + UV + UV +Face 4466 +UV Count: 3 + UV + UV + UV +Face 4467 +UV Count: 3 + UV + UV + UV +Face 4468 +UV Count: 3 + UV + UV + UV +Face 4469 +UV Count: 3 + UV + UV + UV +Face 4470 +UV Count: 3 + UV + UV + UV +Face 4471 +UV Count: 3 + UV + UV + UV +Face 4472 +UV Count: 3 + UV + UV + UV +Face 4473 +UV Count: 3 + UV + UV + UV +Face 4474 +UV Count: 3 + UV + UV + UV +Face 4475 +UV Count: 3 + UV + UV + UV +Face 4476 +UV Count: 3 + UV + UV + UV +Face 4477 +UV Count: 3 + UV + UV + UV +Face 4478 +UV Count: 3 + UV + UV + UV +Face 4479 +UV Count: 3 + UV + UV + UV +Face 4480 +UV Count: 3 + UV + UV + UV +Face 4481 +UV Count: 3 + UV + UV + UV +Face 4482 +UV Count: 3 + UV + UV + UV +Face 4483 +UV Count: 3 + UV + UV + UV +Face 4484 +UV Count: 3 + UV + UV + UV +Face 4485 +UV Count: 3 + UV + UV + UV +Face 4486 +UV Count: 3 + UV + UV + UV +Face 4487 +UV Count: 3 + UV + UV + UV +Face 4488 +UV Count: 3 + UV + UV + UV +Face 4489 +UV Count: 3 + UV + UV + UV +Face 4490 +UV Count: 3 + UV + UV + UV +Face 4491 +UV Count: 3 + UV + UV + UV +Face 4492 +UV Count: 3 + UV + UV + UV +Face 4493 +UV Count: 3 + UV + UV + UV +Face 4494 +UV Count: 3 + UV + UV + UV +Face 4495 +UV Count: 3 + UV + UV + UV +Face 4496 +UV Count: 3 + UV + UV + UV +Face 4497 +UV Count: 3 + UV + UV + UV +Face 4498 +UV Count: 3 + UV + UV + UV +Face 4499 +UV Count: 3 + UV + UV + UV +Face 4500 +UV Count: 3 + UV + UV + UV +Face 4501 +UV Count: 3 + UV + UV + UV +Face 4502 +UV Count: 3 + UV + UV + UV +Face 4503 +UV Count: 3 + UV + UV + UV +Face 4504 +UV Count: 3 + UV + UV + UV +Face 4505 +UV Count: 3 + UV + UV + UV +Face 4506 +UV Count: 3 + UV + UV + UV +Face 4507 +UV Count: 3 + UV + UV + UV +Face 4508 +UV Count: 3 + UV + UV + UV +Face 4509 +UV Count: 3 + UV + UV + UV +Face 4510 +UV Count: 3 + UV + UV + UV +Face 4511 +UV Count: 3 + UV + UV + UV +Face 4512 +UV Count: 3 + UV + UV + UV +Face 4513 +UV Count: 3 + UV + UV + UV +Face 4514 +UV Count: 3 + UV + UV + UV +Face 4515 +UV Count: 3 + UV + UV + UV +Face 4516 +UV Count: 3 + UV + UV + UV +Face 4517 +UV Count: 3 + UV + UV + UV +Face 4518 +UV Count: 3 + UV + UV + UV +Face 4519 +UV Count: 3 + UV + UV + UV +Face 4520 +UV Count: 3 + UV + UV + UV +Face 4521 +UV Count: 3 + UV + UV + UV +Face 4522 +UV Count: 3 + UV + UV + UV +Face 4523 +UV Count: 3 + UV + UV + UV +Face 4524 +UV Count: 3 + UV + UV + UV +Face 4525 +UV Count: 3 + UV + UV + UV +Face 4526 +UV Count: 3 + UV + UV + UV +Face 4527 +UV Count: 3 + UV + UV + UV +Face 4528 +UV Count: 3 + UV + UV + UV +Face 4529 +UV Count: 3 + UV + UV + UV +Face 4530 +UV Count: 3 + UV + UV + UV +Face 4531 +UV Count: 3 + UV + UV + UV +Face 4532 +UV Count: 3 + UV + UV + UV +Face 4533 +UV Count: 3 + UV + UV + UV +Face 4534 +UV Count: 3 + UV + UV + UV +Face 4535 +UV Count: 3 + UV + UV + UV +Face 4536 +UV Count: 3 + UV + UV + UV +Face 4537 +UV Count: 3 + UV + UV + UV +Face 4538 +UV Count: 3 + UV + UV + UV +Face 4539 +UV Count: 3 + UV + UV + UV +Face 4540 +UV Count: 3 + UV + UV + UV +Face 4541 +UV Count: 3 + UV + UV + UV +Face 4542 +UV Count: 3 + UV + UV + UV +Face 4543 +UV Count: 3 + UV + UV + UV +Face 4544 +UV Count: 3 + UV + UV + UV +Face 4545 +UV Count: 3 + UV + UV + UV +Face 4546 +UV Count: 3 + UV + UV + UV +Face 4547 +UV Count: 3 + UV + UV + UV +Face 4548 +UV Count: 3 + UV + UV + UV +Face 4549 +UV Count: 3 + UV + UV + UV +Face 4550 +UV Count: 3 + UV + UV + UV +Face 4551 +UV Count: 3 + UV + UV + UV +Face 4552 +UV Count: 3 + UV + UV + UV +Face 4553 +UV Count: 3 + UV + UV + UV +Face 4554 +UV Count: 3 + UV + UV + UV +Face 4555 +UV Count: 3 + UV + UV + UV +Face 4556 +UV Count: 3 + UV + UV + UV +Face 4557 +UV Count: 3 + UV + UV + UV +Face 4558 +UV Count: 3 + UV + UV + UV +Face 4559 +UV Count: 3 + UV + UV + UV +Face 4560 +UV Count: 3 + UV + UV + UV +Face 4561 +UV Count: 3 + UV + UV + UV +Face 4562 +UV Count: 3 + UV + UV + UV +Face 4563 +UV Count: 3 + UV + UV + UV +Face 4564 +UV Count: 3 + UV + UV + UV +Face 4565 +UV Count: 3 + UV + UV + UV +Face 4566 +UV Count: 3 + UV + UV + UV +Face 4567 +UV Count: 3 + UV + UV + UV +Face 4568 +UV Count: 3 + UV + UV + UV +Face 4569 +UV Count: 3 + UV + UV + UV +Face 4570 +UV Count: 3 + UV + UV + UV +Face 4571 +UV Count: 3 + UV + UV + UV +Face 4572 +UV Count: 3 + UV + UV + UV +Face 4573 +UV Count: 3 + UV + UV + UV +Face 4574 +UV Count: 3 + UV + UV + UV +Face 4575 +UV Count: 3 + UV + UV + UV +Face 4576 +UV Count: 3 + UV + UV + UV +Face 4577 +UV Count: 3 + UV + UV + UV +Face 4578 +UV Count: 3 + UV + UV + UV +Face 4579 +UV Count: 3 + UV + UV + UV +Face 4580 +UV Count: 3 + UV + UV + UV +Face 4581 +UV Count: 3 + UV + UV + UV +Face 4582 +UV Count: 3 + UV + UV + UV +Face 4583 +UV Count: 3 + UV + UV + UV +Face 4584 +UV Count: 3 + UV + UV + UV +Face 4585 +UV Count: 3 + UV + UV + UV +Face 4586 +UV Count: 3 + UV + UV + UV +Face 4587 +UV Count: 3 + UV + UV + UV +Face 4588 +UV Count: 3 + UV + UV + UV +Face 4589 +UV Count: 3 + UV + UV + UV +Face 4590 +UV Count: 3 + UV + UV + UV +Face 4591 +UV Count: 3 + UV + UV + UV +Face 4592 +UV Count: 3 + UV + UV + UV +Face 4593 +UV Count: 3 + UV + UV + UV +Face 4594 +UV Count: 3 + UV + UV + UV +Face 4595 +UV Count: 3 + UV + UV + UV +Face 4596 +UV Count: 3 + UV + UV + UV +Face 4597 +UV Count: 3 + UV + UV + UV +Face 4598 +UV Count: 3 + UV + UV + UV +Face 4599 +UV Count: 3 + UV + UV + UV +Face 4600 +UV Count: 3 + UV + UV + UV +Face 4601 +UV Count: 3 + UV + UV + UV +Face 4602 +UV Count: 3 + UV + UV + UV +Face 4603 +UV Count: 3 + UV + UV + UV +Face 4604 +UV Count: 3 + UV + UV + UV +Face 4605 +UV Count: 3 + UV + UV + UV +Face 4606 +UV Count: 3 + UV + UV + UV +Face 4607 +UV Count: 3 + UV + UV + UV +Face 4608 +UV Count: 3 + UV + UV + UV +Face 4609 +UV Count: 3 + UV + UV + UV +Face 4610 +UV Count: 3 + UV + UV + UV +Face 4611 +UV Count: 3 + UV + UV + UV +Face 4612 +UV Count: 3 + UV + UV + UV +Face 4613 +UV Count: 3 + UV + UV + UV +Face 4614 +UV Count: 3 + UV + UV + UV +Face 4615 +UV Count: 3 + UV + UV + UV +Face 4616 +UV Count: 3 + UV + UV + UV +Face 4617 +UV Count: 3 + UV + UV + UV +Face 4618 +UV Count: 3 + UV + UV + UV +Face 4619 +UV Count: 3 + UV + UV + UV +Face 4620 +UV Count: 3 + UV + UV + UV +Face 4621 +UV Count: 3 + UV + UV + UV +Face 4622 +UV Count: 3 + UV + UV + UV +Face 4623 +UV Count: 3 + UV + UV + UV +Face 4624 +UV Count: 3 + UV + UV + UV +Face 4625 +UV Count: 3 + UV + UV + UV +Face 4626 +UV Count: 3 + UV + UV + UV +Face 4627 +UV Count: 3 + UV + UV + UV +Face 4628 +UV Count: 3 + UV + UV + UV +Face 4629 +UV Count: 3 + UV + UV + UV +Face 4630 +UV Count: 3 + UV + UV + UV +Face 4631 +UV Count: 3 + UV + UV + UV +Face 4632 +UV Count: 3 + UV + UV + UV +Face 4633 +UV Count: 3 + UV + UV + UV +Face 4634 +UV Count: 3 + UV + UV + UV +Face 4635 +UV Count: 3 + UV + UV + UV +Face 4636 +UV Count: 3 + UV + UV + UV +Face 4637 +UV Count: 3 + UV + UV + UV +Face 4638 +UV Count: 3 + UV + UV + UV +Face 4639 +UV Count: 3 + UV + UV + UV +Face 4640 +UV Count: 3 + UV + UV + UV +Face 4641 +UV Count: 3 + UV + UV + UV +Face 4642 +UV Count: 3 + UV + UV + UV +Face 4643 +UV Count: 3 + UV + UV + UV +Face 4644 +UV Count: 3 + UV + UV + UV +Face 4645 +UV Count: 3 + UV + UV + UV +Face 4646 +UV Count: 3 + UV + UV + UV +Face 4647 +UV Count: 3 + UV + UV + UV +Face 4648 +UV Count: 3 + UV + UV + UV +Face 4649 +UV Count: 3 + UV + UV + UV +Face 4650 +UV Count: 3 + UV + UV + UV +Face 4651 +UV Count: 3 + UV + UV + UV +Face 4652 +UV Count: 3 + UV + UV + UV +Face 4653 +UV Count: 3 + UV + UV + UV +Face 4654 +UV Count: 3 + UV + UV + UV +Face 4655 +UV Count: 3 + UV + UV + UV +Face 4656 +UV Count: 3 + UV + UV + UV +Face 4657 +UV Count: 3 + UV + UV + UV +Face 4658 +UV Count: 3 + UV + UV + UV +Face 4659 +UV Count: 3 + UV + UV + UV +Face 4660 +UV Count: 3 + UV + UV + UV +Face 4661 +UV Count: 3 + UV + UV + UV +Face 4662 +UV Count: 3 + UV + UV + UV +Face 4663 +UV Count: 3 + UV + UV + UV +Face 4664 +UV Count: 3 + UV + UV + UV +Face 4665 +UV Count: 3 + UV + UV + UV +Face 4666 +UV Count: 3 + UV + UV + UV +Face 4667 +UV Count: 3 + UV + UV + UV +Face 4668 +UV Count: 3 + UV + UV + UV +Face 4669 +UV Count: 3 + UV + UV + UV +Face 4670 +UV Count: 3 + UV + UV + UV +Face 4671 +UV Count: 3 + UV + UV + UV +Face 4672 +UV Count: 3 + UV + UV + UV +Face 4673 +UV Count: 3 + UV + UV + UV +Face 4674 +UV Count: 3 + UV + UV + UV +Face 4675 +UV Count: 3 + UV + UV + UV +Face 4676 +UV Count: 3 + UV + UV + UV +Face 4677 +UV Count: 3 + UV + UV + UV +Face 4678 +UV Count: 3 + UV + UV + UV +Face 4679 +UV Count: 3 + UV + UV + UV +Face 4680 +UV Count: 3 + UV + UV + UV +Face 4681 +UV Count: 3 + UV + UV + UV +Face 4682 +UV Count: 3 + UV + UV + UV +Face 4683 +UV Count: 3 + UV + UV + UV +Face 4684 +UV Count: 3 + UV + UV + UV +Face 4685 +UV Count: 3 + UV + UV + UV +Face 4686 +UV Count: 3 + UV + UV + UV +Face 4687 +UV Count: 3 + UV + UV + UV +Face 4688 +UV Count: 3 + UV + UV + UV +Face 4689 +UV Count: 3 + UV + UV + UV +Face 4690 +UV Count: 3 + UV + UV + UV +Face 4691 +UV Count: 3 + UV + UV + UV +Face 4692 +UV Count: 3 + UV + UV + UV +Face 4693 +UV Count: 3 + UV + UV + UV +Face 4694 +UV Count: 3 + UV + UV + UV +Face 4695 +UV Count: 3 + UV + UV + UV +Face 4696 +UV Count: 3 + UV + UV + UV +Face 4697 +UV Count: 3 + UV + UV + UV +Face 4698 +UV Count: 3 + UV + UV + UV +Face 4699 +UV Count: 3 + UV + UV + UV +Face 4700 +UV Count: 3 + UV + UV + UV +Face 4701 +UV Count: 3 + UV + UV + UV +Face 4702 +UV Count: 3 + UV + UV + UV +Face 4703 +UV Count: 3 + UV + UV + UV +Face 4704 +UV Count: 3 + UV + UV + UV +Face 4705 +UV Count: 3 + UV + UV + UV +Face 4706 +UV Count: 3 + UV + UV + UV +Face 4707 +UV Count: 3 + UV + UV + UV +Face 4708 +UV Count: 3 + UV + UV + UV +Face 4709 +UV Count: 3 + UV + UV + UV +Face 4710 +UV Count: 3 + UV + UV + UV +Face 4711 +UV Count: 3 + UV + UV + UV +Face 4712 +UV Count: 3 + UV + UV + UV +Face 4713 +UV Count: 3 + UV + UV + UV +Face 4714 +UV Count: 3 + UV + UV + UV +Face 4715 +UV Count: 3 + UV + UV + UV +Face 4716 +UV Count: 3 + UV + UV + UV +Face 4717 +UV Count: 3 + UV + UV + UV +Face 4718 +UV Count: 3 + UV + UV + UV +Face 4719 +UV Count: 3 + UV + UV + UV +Face 4720 +UV Count: 3 + UV + UV + UV +Face 4721 +UV Count: 3 + UV + UV + UV +Face 4722 +UV Count: 3 + UV + UV + UV +Face 4723 +UV Count: 3 + UV + UV + UV +Face 4724 +UV Count: 3 + UV + UV + UV +Face 4725 +UV Count: 3 + UV + UV + UV +Face 4726 +UV Count: 3 + UV + UV + UV +Face 4727 +UV Count: 3 + UV + UV + UV +Face 4728 +UV Count: 3 + UV + UV + UV +Face 4729 +UV Count: 3 + UV + UV + UV +Face 4730 +UV Count: 3 + UV + UV + UV +Face 4731 +UV Count: 3 + UV + UV + UV +Face 4732 +UV Count: 3 + UV + UV + UV +Face 4733 +UV Count: 3 + UV + UV + UV +Face 4734 +UV Count: 3 + UV + UV + UV +Face 4735 +UV Count: 3 + UV + UV + UV +Face 4736 +UV Count: 3 + UV + UV + UV +Face 4737 +UV Count: 3 + UV + UV + UV +Face 4738 +UV Count: 3 + UV + UV + UV +Face 4739 +UV Count: 3 + UV + UV + UV +Face 4740 +UV Count: 3 + UV + UV + UV +Face 4741 +UV Count: 3 + UV + UV + UV +Face 4742 +UV Count: 3 + UV + UV + UV +Face 4743 +UV Count: 3 + UV + UV + UV +Face 4744 +UV Count: 3 + UV + UV + UV +Face 4745 +UV Count: 3 + UV + UV + UV +Face 4746 +UV Count: 3 + UV + UV + UV +Face 4747 +UV Count: 3 + UV + UV + UV +Face 4748 +UV Count: 3 + UV + UV + UV +Face 4749 +UV Count: 3 + UV + UV + UV +Face 4750 +UV Count: 3 + UV + UV + UV +Face 4751 +UV Count: 3 + UV + UV + UV +Face 4752 +UV Count: 3 + UV + UV + UV +Face 4753 +UV Count: 3 + UV + UV + UV +Face 4754 +UV Count: 3 + UV + UV + UV +Face 4755 +UV Count: 3 + UV + UV + UV +Face 4756 +UV Count: 3 + UV + UV + UV +Face 4757 +UV Count: 3 + UV + UV + UV +Face 4758 +UV Count: 3 + UV + UV + UV +Face 4759 +UV Count: 3 + UV + UV + UV +Face 4760 +UV Count: 3 + UV + UV + UV +Face 4761 +UV Count: 3 + UV + UV + UV +Face 4762 +UV Count: 3 + UV + UV + UV +Face 4763 +UV Count: 3 + UV + UV + UV +Face 4764 +UV Count: 3 + UV + UV + UV +Face 4765 +UV Count: 3 + UV + UV + UV +Face 4766 +UV Count: 3 + UV + UV + UV +Face 4767 +UV Count: 3 + UV + UV + UV +Face 4768 +UV Count: 3 + UV + UV + UV +Face 4769 +UV Count: 3 + UV + UV + UV +Face 4770 +UV Count: 3 + UV + UV + UV +Face 4771 +UV Count: 3 + UV + UV + UV +Face 4772 +UV Count: 3 + UV + UV + UV +Face 4773 +UV Count: 3 + UV + UV + UV +Face 4774 +UV Count: 3 + UV + UV + UV +Face 4775 +UV Count: 3 + UV + UV + UV +Face 4776 +UV Count: 3 + UV + UV + UV +Face 4777 +UV Count: 3 + UV + UV + UV +Face 4778 +UV Count: 3 + UV + UV + UV +Face 4779 +UV Count: 3 + UV + UV + UV +Face 4780 +UV Count: 3 + UV + UV + UV +Face 4781 +UV Count: 3 + UV + UV + UV +Face 4782 +UV Count: 3 + UV + UV + UV +Face 4783 +UV Count: 3 + UV + UV + UV +Face 4784 +UV Count: 3 + UV + UV + UV +Face 4785 +UV Count: 3 + UV + UV + UV +Face 4786 +UV Count: 3 + UV + UV + UV +Face 4787 +UV Count: 3 + UV + UV + UV +Face 4788 +UV Count: 3 + UV + UV + UV +Face 4789 +UV Count: 3 + UV + UV + UV +Face 4790 +UV Count: 3 + UV + UV + UV +Face 4791 +UV Count: 3 + UV + UV + UV +Face 4792 +UV Count: 3 + UV + UV + UV +Face 4793 +UV Count: 3 + UV + UV + UV +Face 4794 +UV Count: 3 + UV + UV + UV +Face 4795 +UV Count: 3 + UV + UV + UV +Face 4796 +UV Count: 3 + UV + UV + UV +Face 4797 +UV Count: 3 + UV + UV + UV +Face 4798 +UV Count: 3 + UV + UV + UV +Face 4799 +UV Count: 3 + UV + UV + UV +Face 4800 +UV Count: 3 + UV + UV + UV +Face 4801 +UV Count: 3 + UV + UV + UV +Face 4802 +UV Count: 3 + UV + UV + UV +Face 4803 +UV Count: 3 + UV + UV + UV +Face 4804 +UV Count: 3 + UV + UV + UV +Face 4805 +UV Count: 3 + UV + UV + UV +Face 4806 +UV Count: 3 + UV + UV + UV +Face 4807 +UV Count: 3 + UV + UV + UV +Face 4808 +UV Count: 3 + UV + UV + UV +Face 4809 +UV Count: 3 + UV + UV + UV +Face 4810 +UV Count: 3 + UV + UV + UV +Face 4811 +UV Count: 3 + UV + UV + UV +Face 4812 +UV Count: 3 + UV + UV + UV +Face 4813 +UV Count: 3 + UV + UV + UV +Face 4814 +UV Count: 3 + UV + UV + UV +Face 4815 +UV Count: 3 + UV + UV + UV +Face 4816 +UV Count: 3 + UV + UV + UV +Face 4817 +UV Count: 3 + UV + UV + UV +Face 4818 +UV Count: 3 + UV + UV + UV +Face 4819 +UV Count: 3 + UV + UV + UV +Face 4820 +UV Count: 3 + UV + UV + UV +Face 4821 +UV Count: 3 + UV + UV + UV +Face 4822 +UV Count: 3 + UV + UV + UV +Face 4823 +UV Count: 3 + UV + UV + UV +Face 4824 +UV Count: 3 + UV + UV + UV +Face 4825 +UV Count: 3 + UV + UV + UV +Face 4826 +UV Count: 3 + UV + UV + UV +Face 4827 +UV Count: 3 + UV + UV + UV +Face 4828 +UV Count: 3 + UV + UV + UV +Face 4829 +UV Count: 3 + UV + UV + UV +Face 4830 +UV Count: 3 + UV + UV + UV +Face 4831 +UV Count: 3 + UV + UV + UV +Face 4832 +UV Count: 3 + UV + UV + UV +Face 4833 +UV Count: 3 + UV + UV + UV +Face 4834 +UV Count: 3 + UV + UV + UV +Face 4835 +UV Count: 3 + UV + UV + UV +Face 4836 +UV Count: 3 + UV + UV + UV +Face 4837 +UV Count: 3 + UV + UV + UV +Face 4838 +UV Count: 3 + UV + UV + UV +Face 4839 +UV Count: 3 + UV + UV + UV +Face 4840 +UV Count: 3 + UV + UV + UV +Face 4841 +UV Count: 3 + UV + UV + UV +Face 4842 +UV Count: 3 + UV + UV + UV +Face 4843 +UV Count: 3 + UV + UV + UV +Face 4844 +UV Count: 3 + UV + UV + UV +Face 4845 +UV Count: 3 + UV + UV + UV +Face 4846 +UV Count: 3 + UV + UV + UV +Face 4847 +UV Count: 3 + UV + UV + UV +Face 4848 +UV Count: 3 + UV + UV + UV +Face 4849 +UV Count: 3 + UV + UV + UV +Face 4850 +UV Count: 3 + UV + UV + UV +Face 4851 +UV Count: 3 + UV + UV + UV +Face 4852 +UV Count: 3 + UV + UV + UV +Face 4853 +UV Count: 3 + UV + UV + UV +Face 4854 +UV Count: 3 + UV + UV + UV +Face 4855 +UV Count: 3 + UV + UV + UV +Face 4856 +UV Count: 3 + UV + UV + UV +Face 4857 +UV Count: 3 + UV + UV + UV +Face 4858 +UV Count: 3 + UV + UV + UV +Face 4859 +UV Count: 3 + UV + UV + UV +Face 4860 +UV Count: 3 + UV + UV + UV +Face 4861 +UV Count: 3 + UV + UV + UV +Face 4862 +UV Count: 3 + UV + UV + UV +Face 4863 +UV Count: 3 + UV + UV + UV +Face 4864 +UV Count: 3 + UV + UV + UV +Face 4865 +UV Count: 3 + UV + UV + UV +Face 4866 +UV Count: 3 + UV + UV + UV +Face 4867 +UV Count: 3 + UV + UV + UV +Face 4868 +UV Count: 3 + UV + UV + UV +Face 4869 +UV Count: 3 + UV + UV + UV +Face 4870 +UV Count: 3 + UV + UV + UV +Face 4871 +UV Count: 3 + UV + UV + UV +Face 4872 +UV Count: 3 + UV + UV + UV +Face 4873 +UV Count: 3 + UV + UV + UV +Face 4874 +UV Count: 3 + UV + UV + UV +Face 4875 +UV Count: 3 + UV + UV + UV +Face 4876 +UV Count: 3 + UV + UV + UV +Face 4877 +UV Count: 3 + UV + UV + UV +Face 4878 +UV Count: 3 + UV + UV + UV +Face 4879 +UV Count: 3 + UV + UV + UV +Face 4880 +UV Count: 3 + UV + UV + UV +Face 4881 +UV Count: 3 + UV + UV + UV +Face 4882 +UV Count: 3 + UV + UV + UV +Face 4883 +UV Count: 3 + UV + UV + UV +Face 4884 +UV Count: 3 + UV + UV + UV +Face 4885 +UV Count: 3 + UV + UV + UV +Face 4886 +UV Count: 3 + UV + UV + UV +Face 4887 +UV Count: 3 + UV + UV + UV +Face 4888 +UV Count: 3 + UV + UV + UV +Face 4889 +UV Count: 3 + UV + UV + UV +Face 4890 +UV Count: 3 + UV + UV + UV +Face 4891 +UV Count: 3 + UV + UV + UV +Face 4892 +UV Count: 3 + UV + UV + UV +Face 4893 +UV Count: 3 + UV + UV + UV +Face 4894 +UV Count: 3 + UV + UV + UV +Face 4895 +UV Count: 3 + UV + UV + UV +Face 4896 +UV Count: 3 + UV + UV + UV +Face 4897 +UV Count: 3 + UV + UV + UV +Face 4898 +UV Count: 3 + UV + UV + UV +Face 4899 +UV Count: 3 + UV + UV + UV +Face 4900 +UV Count: 3 + UV + UV + UV +Face 4901 +UV Count: 3 + UV + UV + UV +Face 4902 +UV Count: 3 + UV + UV + UV +Face 4903 +UV Count: 3 + UV + UV + UV +Face 4904 +UV Count: 3 + UV + UV + UV +Face 4905 +UV Count: 3 + UV + UV + UV +Face 4906 +UV Count: 3 + UV + UV + UV +Face 4907 +UV Count: 3 + UV + UV + UV +Face 4908 +UV Count: 3 + UV + UV + UV +Face 4909 +UV Count: 3 + UV + UV + UV +Face 4910 +UV Count: 3 + UV + UV + UV +Face 4911 +UV Count: 3 + UV + UV + UV +Face 4912 +UV Count: 3 + UV + UV + UV +Face 4913 +UV Count: 3 + UV + UV + UV +Face 4914 +UV Count: 3 + UV + UV + UV +Face 4915 +UV Count: 3 + UV + UV + UV +Face 4916 +UV Count: 3 + UV + UV + UV +Face 4917 +UV Count: 3 + UV + UV + UV +Face 4918 +UV Count: 3 + UV + UV + UV +Face 4919 +UV Count: 3 + UV + UV + UV +Face 4920 +UV Count: 3 + UV + UV + UV +Face 4921 +UV Count: 3 + UV + UV + UV +Face 4922 +UV Count: 3 + UV + UV + UV +Face 4923 +UV Count: 3 + UV + UV + UV +Face 4924 +UV Count: 3 + UV + UV + UV +Face 4925 +UV Count: 3 + UV + UV + UV +Face 4926 +UV Count: 3 + UV + UV + UV +Face 4927 +UV Count: 3 + UV + UV + UV +Face 4928 +UV Count: 3 + UV + UV + UV +Face 4929 +UV Count: 3 + UV + UV + UV +Face 4930 +UV Count: 3 + UV + UV + UV +Face 4931 +UV Count: 3 + UV + UV + UV +Face 4932 +UV Count: 3 + UV + UV + UV +Face 4933 +UV Count: 3 + UV + UV + UV +Face 4934 +UV Count: 3 + UV + UV + UV +Face 4935 +UV Count: 3 + UV + UV + UV +Face 4936 +UV Count: 3 + UV + UV + UV +Face 4937 +UV Count: 3 + UV + UV + UV +Face 4938 +UV Count: 3 + UV + UV + UV +Face 4939 +UV Count: 3 + UV + UV + UV +Face 4940 +UV Count: 3 + UV + UV + UV +Face 4941 +UV Count: 3 + UV + UV + UV +Face 4942 +UV Count: 3 + UV + UV + UV +Face 4943 +UV Count: 3 + UV + UV + UV +Face 4944 +UV Count: 3 + UV + UV + UV +Face 4945 +UV Count: 3 + UV + UV + UV +Face 4946 +UV Count: 3 + UV + UV + UV +Face 4947 +UV Count: 3 + UV + UV + UV +Face 4948 +UV Count: 3 + UV + UV + UV +Face 4949 +UV Count: 3 + UV + UV + UV +Face 4950 +UV Count: 3 + UV + UV + UV +Face 4951 +UV Count: 3 + UV + UV + UV +Face 4952 +UV Count: 3 + UV + UV + UV +Face 4953 +UV Count: 3 + UV + UV + UV +Face 4954 +UV Count: 3 + UV + UV + UV +Face 4955 +UV Count: 3 + UV + UV + UV +Face 4956 +UV Count: 3 + UV + UV + UV +Face 4957 +UV Count: 3 + UV + UV + UV +Face 4958 +UV Count: 3 + UV + UV + UV +Face 4959 +UV Count: 3 + UV + UV + UV +Face 4960 +UV Count: 3 + UV + UV + UV +Face 4961 +UV Count: 3 + UV + UV + UV +Face 4962 +UV Count: 3 + UV + UV + UV +Face 4963 +UV Count: 3 + UV + UV + UV +Face 4964 +UV Count: 3 + UV + UV + UV +Face 4965 +UV Count: 3 + UV + UV + UV +Face 4966 +UV Count: 3 + UV + UV + UV +Face 4967 +UV Count: 3 + UV + UV + UV +Face 4968 +UV Count: 3 + UV + UV + UV +Face 4969 +UV Count: 3 + UV + UV + UV +Face 4970 +UV Count: 3 + UV + UV + UV +Face 4971 +UV Count: 3 + UV + UV + UV +Face 4972 +UV Count: 3 + UV + UV + UV +Face 4973 +UV Count: 3 + UV + UV + UV +Face 4974 +UV Count: 3 + UV + UV + UV +Face 4975 +UV Count: 3 + UV + UV + UV +Face 4976 +UV Count: 3 + UV + UV + UV +Face 4977 +UV Count: 3 + UV + UV + UV +Face 4978 +UV Count: 3 + UV + UV + UV +Face 4979 +UV Count: 3 + UV + UV + UV +Face 4980 +UV Count: 3 + UV + UV + UV +Face 4981 +UV Count: 3 + UV + UV + UV +Face 4982 +UV Count: 3 + UV + UV + UV +Face 4983 +UV Count: 3 + UV + UV + UV +Face 4984 +UV Count: 3 + UV + UV + UV +Face 4985 +UV Count: 3 + UV + UV + UV +Face 4986 +UV Count: 3 + UV + UV + UV +Face 4987 +UV Count: 3 + UV + UV + UV +Face 4988 +UV Count: 3 + UV + UV + UV +Face 4989 +UV Count: 3 + UV + UV + UV +Face 4990 +UV Count: 3 + UV + UV + UV +Face 4991 +UV Count: 3 + UV + UV + UV +Face 4992 +UV Count: 3 + UV + UV + UV +Face 4993 +UV Count: 3 + UV + UV + UV +Face 4994 +UV Count: 3 + UV + UV + UV +Face 4995 +UV Count: 3 + UV + UV + UV +Face 4996 +UV Count: 3 + UV + UV + UV +Face 4997 +UV Count: 3 + UV + UV + UV +Face 4998 +UV Count: 3 + UV + UV + UV +Face 4999 +UV Count: 3 + UV + UV + UV +Face 5000 +UV Count: 3 + UV + UV + UV +Face 5001 +UV Count: 3 + UV + UV + UV +Face 5002 +UV Count: 3 + UV + UV + UV +Face 5003 +UV Count: 3 + UV + UV + UV +Face 5004 +UV Count: 3 + UV + UV + UV +Face 5005 +UV Count: 3 + UV + UV + UV +Face 5006 +UV Count: 3 + UV + UV + UV +Face 5007 +UV Count: 3 + UV + UV + UV +Face 5008 +UV Count: 3 + UV + UV + UV +Face 5009 +UV Count: 3 + UV + UV + UV +Face 5010 +UV Count: 3 + UV + UV + UV +Face 5011 +UV Count: 3 + UV + UV + UV +Face 5012 +UV Count: 3 + UV + UV + UV +Face 5013 +UV Count: 3 + UV + UV + UV +Face 5014 +UV Count: 3 + UV + UV + UV +Face 5015 +UV Count: 3 + UV + UV + UV +Face 5016 +UV Count: 3 + UV + UV + UV +Face 5017 +UV Count: 3 + UV + UV + UV +Face 5018 +UV Count: 3 + UV + UV + UV +Face 5019 +UV Count: 3 + UV + UV + UV +Face 5020 +UV Count: 3 + UV + UV + UV +Face 5021 +UV Count: 3 + UV + UV + UV +Face 5022 +UV Count: 3 + UV + UV + UV +Face 5023 +UV Count: 3 + UV + UV + UV +Face 5024 +UV Count: 3 + UV + UV + UV +Face 5025 +UV Count: 3 + UV + UV + UV +Face 5026 +UV Count: 3 + UV + UV + UV +Face 5027 +UV Count: 3 + UV + UV + UV +Face 5028 +UV Count: 3 + UV + UV + UV +Face 5029 +UV Count: 3 + UV + UV + UV +Face 5030 +UV Count: 3 + UV + UV + UV +Face 5031 +UV Count: 3 + UV + UV + UV +Face 5032 +UV Count: 3 + UV + UV + UV +Face 5033 +UV Count: 3 + UV + UV + UV +Face 5034 +UV Count: 3 + UV + UV + UV +Face 5035 +UV Count: 3 + UV + UV + UV +Face 5036 +UV Count: 3 + UV + UV + UV +Face 5037 +UV Count: 3 + UV + UV + UV +Face 5038 +UV Count: 3 + UV + UV + UV +Face 5039 +UV Count: 3 + UV + UV + UV +Face 5040 +UV Count: 3 + UV + UV + UV +Face 5041 +UV Count: 3 + UV + UV + UV +Face 5042 +UV Count: 3 + UV + UV + UV +Face 5043 +UV Count: 3 + UV + UV + UV +Face 5044 +UV Count: 3 + UV + UV + UV +Face 5045 +UV Count: 3 + UV + UV + UV +Face 5046 +UV Count: 3 + UV + UV + UV +Face 5047 +UV Count: 3 + UV + UV + UV +Face 5048 +UV Count: 3 + UV + UV + UV +Face 5049 +UV Count: 3 + UV + UV + UV +Face 5050 +UV Count: 3 + UV + UV + UV +Face 5051 +UV Count: 3 + UV + UV + UV +Face 5052 +UV Count: 3 + UV + UV + UV +Face 5053 +UV Count: 3 + UV + UV + UV +Face 5054 +UV Count: 3 + UV + UV + UV +Face 5055 +UV Count: 3 + UV + UV + UV +Face 5056 +UV Count: 3 + UV + UV + UV +Face 5057 +UV Count: 3 + UV + UV + UV +Face 5058 +UV Count: 3 + UV + UV + UV +Face 5059 +UV Count: 3 + UV + UV + UV +Face 5060 +UV Count: 3 + UV + UV + UV +Face 5061 +UV Count: 3 + UV + UV + UV +Face 5062 +UV Count: 3 + UV + UV + UV +Face 5063 +UV Count: 3 + UV + UV + UV +Face 5064 +UV Count: 3 + UV + UV + UV +Face 5065 +UV Count: 3 + UV + UV + UV +Face 5066 +UV Count: 3 + UV + UV + UV +Face 5067 +UV Count: 3 + UV + UV + UV +Face 5068 +UV Count: 3 + UV + UV + UV +Face 5069 +UV Count: 3 + UV + UV + UV +Face 5070 +UV Count: 3 + UV + UV + UV +Face 5071 +UV Count: 3 + UV + UV + UV +Face 5072 +UV Count: 3 + UV + UV + UV +Face 5073 +UV Count: 3 + UV + UV + UV +Face 5074 +UV Count: 3 + UV + UV + UV +Face 5075 +UV Count: 3 + UV + UV + UV +Face 5076 +UV Count: 3 + UV + UV + UV +Face 5077 +UV Count: 3 + UV + UV + UV +Face 5078 +UV Count: 3 + UV + UV + UV +Face 5079 +UV Count: 3 + UV + UV + UV +Face 5080 +UV Count: 3 + UV + UV + UV +Face 5081 +UV Count: 3 + UV + UV + UV +Face 5082 +UV Count: 3 + UV + UV + UV +Face 5083 +UV Count: 3 + UV + UV + UV +Face 5084 +UV Count: 3 + UV + UV + UV +Face 5085 +UV Count: 3 + UV + UV + UV +Face 5086 +UV Count: 3 + UV + UV + UV +Face 5087 +UV Count: 3 + UV + UV + UV +Face 5088 +UV Count: 3 + UV + UV + UV +Face 5089 +UV Count: 3 + UV + UV + UV +Face 5090 +UV Count: 3 + UV + UV + UV +Face 5091 +UV Count: 3 + UV + UV + UV +Face 5092 +UV Count: 3 + UV + UV + UV +Face 5093 +UV Count: 3 + UV + UV + UV +Face 5094 +UV Count: 3 + UV + UV + UV +Face 5095 +UV Count: 3 + UV + UV + UV +Face 5096 +UV Count: 3 + UV + UV + UV +Face 5097 +UV Count: 3 + UV + UV + UV +Face 5098 +UV Count: 3 + UV + UV + UV +Face 5099 +UV Count: 3 + UV + UV + UV +Face 5100 +UV Count: 3 + UV + UV + UV +Face 5101 +UV Count: 3 + UV + UV + UV +Face 5102 +UV Count: 3 + UV + UV + UV +Face 5103 +UV Count: 3 + UV + UV + UV +Face 5104 +UV Count: 3 + UV + UV + UV +Face 5105 +UV Count: 3 + UV + UV + UV +Face 5106 +UV Count: 3 + UV + UV + UV +Face 5107 +UV Count: 3 + UV + UV + UV +Face 5108 +UV Count: 3 + UV + UV + UV +Face 5109 +UV Count: 3 + UV + UV + UV +Face 5110 +UV Count: 3 + UV + UV + UV +Face 5111 +UV Count: 3 + UV + UV + UV +Face 5112 +UV Count: 3 + UV + UV + UV +Face 5113 +UV Count: 3 + UV + UV + UV +Face 5114 +UV Count: 3 + UV + UV + UV +Face 5115 +UV Count: 3 + UV + UV + UV +Face 5116 +UV Count: 3 + UV + UV + UV +Face 5117 +UV Count: 3 + UV + UV + UV +Face 5118 +UV Count: 3 + UV + UV + UV +Face 5119 +UV Count: 3 + UV + UV + UV +Face 5120 +UV Count: 3 + UV + UV + UV +Face 5121 +UV Count: 3 + UV + UV + UV +Face 5122 +UV Count: 3 + UV + UV + UV +Face 5123 +UV Count: 3 + UV + UV + UV +Face 5124 +UV Count: 3 + UV + UV + UV +Face 5125 +UV Count: 3 + UV + UV + UV +Face 5126 +UV Count: 3 + UV + UV + UV +Face 5127 +UV Count: 3 + UV + UV + UV +Face 5128 +UV Count: 3 + UV + UV + UV +Face 5129 +UV Count: 3 + UV + UV + UV +Face 5130 +UV Count: 3 + UV + UV + UV +Face 5131 +UV Count: 3 + UV + UV + UV +Face 5132 +UV Count: 3 + UV + UV + UV +Face 5133 +UV Count: 3 + UV + UV + UV +Face 5134 +UV Count: 3 + UV + UV + UV +Face 5135 +UV Count: 3 + UV + UV + UV +Face 5136 +UV Count: 3 + UV + UV + UV +Face 5137 +UV Count: 3 + UV + UV + UV +Face 5138 +UV Count: 3 + UV + UV + UV +Face 5139 +UV Count: 3 + UV + UV + UV +Face 5140 +UV Count: 3 + UV + UV + UV +Face 5141 +UV Count: 3 + UV + UV + UV +Face 5142 +UV Count: 3 + UV + UV + UV +Face 5143 +UV Count: 3 + UV + UV + UV +Face 5144 +UV Count: 3 + UV + UV + UV +Face 5145 +UV Count: 3 + UV + UV + UV +Face 5146 +UV Count: 3 + UV + UV + UV +Face 5147 +UV Count: 3 + UV + UV + UV +Face 5148 +UV Count: 3 + UV + UV + UV +Face 5149 +UV Count: 3 + UV + UV + UV +Face 5150 +UV Count: 3 + UV + UV + UV +Face 5151 +UV Count: 3 + UV + UV + UV +Face 5152 +UV Count: 3 + UV + UV + UV +Face 5153 +UV Count: 3 + UV + UV + UV +Face 5154 +UV Count: 3 + UV + UV + UV +Face 5155 +UV Count: 3 + UV + UV + UV +Face 5156 +UV Count: 3 + UV + UV + UV +Face 5157 +UV Count: 3 + UV + UV + UV +Face 5158 +UV Count: 3 + UV + UV + UV +Face 5159 +UV Count: 3 + UV + UV + UV +Face 5160 +UV Count: 3 + UV + UV + UV +Face 5161 +UV Count: 3 + UV + UV + UV +Face 5162 +UV Count: 3 + UV + UV + UV +Face 5163 +UV Count: 3 + UV + UV + UV +Face 5164 +UV Count: 3 + UV + UV + UV +Face 5165 +UV Count: 3 + UV + UV + UV +Face 5166 +UV Count: 3 + UV + UV + UV +Face 5167 +UV Count: 3 + UV + UV + UV +Face 5168 +UV Count: 3 + UV + UV + UV +Face 5169 +UV Count: 3 + UV + UV + UV +Face 5170 +UV Count: 3 + UV + UV + UV +Face 5171 +UV Count: 3 + UV + UV + UV +Face 5172 +UV Count: 3 + UV + UV + UV +Face 5173 +UV Count: 3 + UV + UV + UV +Face 5174 +UV Count: 3 + UV + UV + UV +Face 5175 +UV Count: 3 + UV + UV + UV +Face 5176 +UV Count: 3 + UV + UV + UV +Face 5177 +UV Count: 3 + UV + UV + UV +Face 5178 +UV Count: 3 + UV + UV + UV +Face 5179 +UV Count: 3 + UV + UV + UV +Face 5180 +UV Count: 3 + UV + UV + UV +Face 5181 +UV Count: 3 + UV + UV + UV +Face 5182 +UV Count: 3 + UV + UV + UV +Face 5183 +UV Count: 3 + UV + UV + UV +Face 5184 +UV Count: 3 + UV + UV + UV +Face 5185 +UV Count: 3 + UV + UV + UV +Face 5186 +UV Count: 3 + UV + UV + UV +Face 5187 +UV Count: 3 + UV + UV + UV +Face 5188 +UV Count: 3 + UV + UV + UV +Face 5189 +UV Count: 3 + UV + UV + UV +Face 5190 +UV Count: 3 + UV + UV + UV +Face 5191 +UV Count: 3 + UV + UV + UV +Face 5192 +UV Count: 3 + UV + UV + UV +Face 5193 +UV Count: 3 + UV + UV + UV +Face 5194 +UV Count: 3 + UV + UV + UV +Face 5195 +UV Count: 3 + UV + UV + UV +Face 5196 +UV Count: 3 + UV + UV + UV +Face 5197 +UV Count: 3 + UV + UV + UV +Face 5198 +UV Count: 3 + UV + UV + UV +Face 5199 +UV Count: 3 + UV + UV + UV +Face 5200 +UV Count: 3 + UV + UV + UV +Face 5201 +UV Count: 3 + UV + UV + UV +Face 5202 +UV Count: 3 + UV + UV + UV +Face 5203 +UV Count: 3 + UV + UV + UV +Face 5204 +UV Count: 3 + UV + UV + UV +Face 5205 +UV Count: 3 + UV + UV + UV +Face 5206 +UV Count: 3 + UV + UV + UV +Face 5207 +UV Count: 3 + UV + UV + UV +Face 5208 +UV Count: 3 + UV + UV + UV +Face 5209 +UV Count: 3 + UV + UV + UV +Face 5210 +UV Count: 3 + UV + UV + UV +Face 5211 +UV Count: 3 + UV + UV + UV +Face 5212 +UV Count: 3 + UV + UV + UV +Face 5213 +UV Count: 3 + UV + UV + UV +Face 5214 +UV Count: 3 + UV + UV + UV +Face 5215 +UV Count: 3 + UV + UV + UV +Face 5216 +UV Count: 3 + UV + UV + UV +Face 5217 +UV Count: 3 + UV + UV + UV +Face 5218 +UV Count: 3 + UV + UV + UV +Face 5219 +UV Count: 3 + UV + UV + UV +Face 5220 +UV Count: 3 + UV + UV + UV +Face 5221 +UV Count: 3 + UV + UV + UV +Face 5222 +UV Count: 3 + UV + UV + UV +Face 5223 +UV Count: 3 + UV + UV + UV +Face 5224 +UV Count: 3 + UV + UV + UV +Face 5225 +UV Count: 3 + UV + UV + UV +Face 5226 +UV Count: 3 + UV + UV + UV +Face 5227 +UV Count: 3 + UV + UV + UV +Face 5228 +UV Count: 3 + UV + UV + UV +Face 5229 +UV Count: 3 + UV + UV + UV +Face 5230 +UV Count: 3 + UV + UV + UV +Face 5231 +UV Count: 3 + UV + UV + UV +Face 5232 +UV Count: 3 + UV + UV + UV +Face 5233 +UV Count: 3 + UV + UV + UV +Face 5234 +UV Count: 3 + UV + UV + UV +Face 5235 +UV Count: 3 + UV + UV + UV +Face 5236 +UV Count: 3 + UV + UV + UV +Face 5237 +UV Count: 3 + UV + UV + UV +Face 5238 +UV Count: 3 + UV + UV + UV +Face 5239 +UV Count: 3 + UV + UV + UV +Face 5240 +UV Count: 3 + UV + UV + UV +Face 5241 +UV Count: 3 + UV + UV + UV +Face 5242 +UV Count: 3 + UV + UV + UV +Face 5243 +UV Count: 3 + UV + UV + UV +Face 5244 +UV Count: 3 + UV + UV + UV +Face 5245 +UV Count: 3 + UV + UV + UV +Face 5246 +UV Count: 3 + UV + UV + UV +Face 5247 +UV Count: 3 + UV + UV + UV +Face 5248 +UV Count: 3 + UV + UV + UV +Face 5249 +UV Count: 3 + UV + UV + UV +Face 5250 +UV Count: 3 + UV + UV + UV +Face 5251 +UV Count: 3 + UV + UV + UV +Face 5252 +UV Count: 3 + UV + UV + UV +Face 5253 +UV Count: 3 + UV + UV + UV +Face 5254 +UV Count: 3 + UV + UV + UV +Face 5255 +UV Count: 3 + UV + UV + UV +Face 5256 +UV Count: 3 + UV + UV + UV +Face 5257 +UV Count: 3 + UV + UV + UV +Face 5258 +UV Count: 3 + UV + UV + UV +Face 5259 +UV Count: 3 + UV + UV + UV +Face 5260 +UV Count: 3 + UV + UV + UV +Face 5261 +UV Count: 3 + UV + UV + UV +Face 5262 +UV Count: 3 + UV + UV + UV +Face 5263 +UV Count: 3 + UV + UV + UV +Face 5264 +UV Count: 3 + UV + UV + UV +Face 5265 +UV Count: 3 + UV + UV + UV +Face 5266 +UV Count: 3 + UV + UV + UV +Face 5267 +UV Count: 3 + UV + UV + UV +Face 5268 +UV Count: 3 + UV + UV + UV +Face 5269 +UV Count: 3 + UV + UV + UV +Face 5270 +UV Count: 3 + UV + UV + UV +Face 5271 +UV Count: 3 + UV + UV + UV +Face 5272 +UV Count: 3 + UV + UV + UV +Face 5273 +UV Count: 3 + UV + UV + UV +Face 5274 +UV Count: 3 + UV + UV + UV +Face 5275 +UV Count: 3 + UV + UV + UV +Face 5276 +UV Count: 3 + UV + UV + UV +Face 5277 +UV Count: 3 + UV + UV + UV +Face 5278 +UV Count: 3 + UV + UV + UV +Face 5279 +UV Count: 3 + UV + UV + UV +Face 5280 +UV Count: 3 + UV + UV + UV +Face 5281 +UV Count: 3 + UV + UV + UV +Face 5282 +UV Count: 3 + UV + UV + UV +Face 5283 +UV Count: 3 + UV + UV + UV +Face 5284 +UV Count: 3 + UV + UV + UV +Face 5285 +UV Count: 3 + UV + UV + UV +Face 5286 +UV Count: 3 + UV + UV + UV +Face 5287 +UV Count: 3 + UV + UV + UV +Face 5288 +UV Count: 3 + UV + UV + UV +Face 5289 +UV Count: 3 + UV + UV + UV +Face 5290 +UV Count: 3 + UV + UV + UV +Face 5291 +UV Count: 3 + UV + UV + UV +Face 5292 +UV Count: 3 + UV + UV + UV +Face 5293 +UV Count: 3 + UV + UV + UV +Face 5294 +UV Count: 3 + UV + UV + UV +Face 5295 +UV Count: 3 + UV + UV + UV +Face 5296 +UV Count: 3 + UV + UV + UV +Face 5297 +UV Count: 3 + UV + UV + UV +Face 5298 +UV Count: 3 + UV + UV + UV +Face 5299 +UV Count: 3 + UV + UV + UV +Face 5300 +UV Count: 3 + UV + UV + UV +Face 5301 +UV Count: 3 + UV + UV + UV +Face 5302 +UV Count: 3 + UV + UV + UV +Face 5303 +UV Count: 3 + UV + UV + UV +Face 5304 +UV Count: 3 + UV + UV + UV +Face 5305 +UV Count: 3 + UV + UV + UV +Face 5306 +UV Count: 3 + UV + UV + UV +Face 5307 +UV Count: 3 + UV + UV + UV +Face 5308 +UV Count: 3 + UV + UV + UV +Face 5309 +UV Count: 3 + UV + UV + UV +Face 5310 +UV Count: 3 + UV + UV + UV +Face 5311 +UV Count: 3 + UV + UV + UV +Face 5312 +UV Count: 3 + UV + UV + UV +Face 5313 +UV Count: 3 + UV + UV + UV +Face 5314 +UV Count: 3 + UV + UV + UV +Face 5315 +UV Count: 3 + UV + UV + UV +Face 5316 +UV Count: 3 + UV + UV + UV +Face 5317 +UV Count: 3 + UV + UV + UV +Face 5318 +UV Count: 3 + UV + UV + UV +Face 5319 +UV Count: 3 + UV + UV + UV +Face 5320 +UV Count: 3 + UV + UV + UV +Face 5321 +UV Count: 3 + UV + UV + UV +Face 5322 +UV Count: 3 + UV + UV + UV +Face 5323 +UV Count: 3 + UV + UV + UV +Face 5324 +UV Count: 3 + UV + UV + UV +Face 5325 +UV Count: 3 + UV + UV + UV +Face 5326 +UV Count: 3 + UV + UV + UV +Face 5327 +UV Count: 3 + UV + UV + UV +Face 5328 +UV Count: 3 + UV + UV + UV +Face 5329 +UV Count: 3 + UV + UV + UV +Face 5330 +UV Count: 3 + UV + UV + UV +Face 5331 +UV Count: 3 + UV + UV + UV +Face 5332 +UV Count: 3 + UV + UV + UV +Face 5333 +UV Count: 3 + UV + UV + UV +Face 5334 +UV Count: 3 + UV + UV + UV +Face 5335 +UV Count: 3 + UV + UV + UV +Face 5336 +UV Count: 3 + UV + UV + UV +Face 5337 +UV Count: 3 + UV + UV + UV +Face 5338 +UV Count: 3 + UV + UV + UV +Face 5339 +UV Count: 3 + UV + UV + UV +Face 5340 +UV Count: 3 + UV + UV + UV +Face 5341 +UV Count: 3 + UV + UV + UV +Face 5342 +UV Count: 3 + UV + UV + UV +Face 5343 +UV Count: 3 + UV + UV + UV +Face 5344 +UV Count: 3 + UV + UV + UV +Face 5345 +UV Count: 3 + UV + UV + UV +Face 5346 +UV Count: 3 + UV + UV + UV +Face 5347 +UV Count: 3 + UV + UV + UV +Face 5348 +UV Count: 3 + UV + UV + UV +Face 5349 +UV Count: 3 + UV + UV + UV +Face 5350 +UV Count: 3 + UV + UV + UV +Face 5351 +UV Count: 3 + UV + UV + UV +Face 5352 +UV Count: 3 + UV + UV + UV +Face 5353 +UV Count: 3 + UV + UV + UV +Face 5354 +UV Count: 3 + UV + UV + UV +Face 5355 +UV Count: 3 + UV + UV + UV +Face 5356 +UV Count: 3 + UV + UV + UV +Face 5357 +UV Count: 3 + UV + UV + UV +Face 5358 +UV Count: 3 + UV + UV + UV +Face 5359 +UV Count: 3 + UV + UV + UV +Face 5360 +UV Count: 3 + UV + UV + UV +Face 5361 +UV Count: 3 + UV + UV + UV +Face 5362 +UV Count: 3 + UV + UV + UV +Face 5363 +UV Count: 3 + UV + UV + UV +Face 5364 +UV Count: 3 + UV + UV + UV +Face 5365 +UV Count: 3 + UV + UV + UV +Face 5366 +UV Count: 3 + UV + UV + UV +Face 5367 +UV Count: 3 + UV + UV + UV +Face 5368 +UV Count: 3 + UV + UV + UV +Face 5369 +UV Count: 3 + UV + UV + UV +Face 5370 +UV Count: 3 + UV + UV + UV +Face 5371 +UV Count: 3 + UV + UV + UV +Face 5372 +UV Count: 3 + UV + UV + UV +Face 5373 +UV Count: 3 + UV + UV + UV +Face 5374 +UV Count: 3 + UV + UV + UV +Face 5375 +UV Count: 3 + UV + UV + UV +Face 5376 +UV Count: 3 + UV + UV + UV +Face 5377 +UV Count: 3 + UV + UV + UV +Face 5378 +UV Count: 3 + UV + UV + UV +Face 5379 +UV Count: 3 + UV + UV + UV +Face 5380 +UV Count: 3 + UV + UV + UV +Face 5381 +UV Count: 3 + UV + UV + UV +Face 5382 +UV Count: 3 + UV + UV + UV +Face 5383 +UV Count: 3 + UV + UV + UV +Face 5384 +UV Count: 3 + UV + UV + UV +Face 5385 +UV Count: 3 + UV + UV + UV +Face 5386 +UV Count: 3 + UV + UV + UV +Face 5387 +UV Count: 3 + UV + UV + UV +Face 5388 +UV Count: 3 + UV + UV + UV +Face 5389 +UV Count: 3 + UV + UV + UV +Face 5390 +UV Count: 3 + UV + UV + UV +Face 5391 +UV Count: 3 + UV + UV + UV +Face 5392 +UV Count: 3 + UV + UV + UV +Face 5393 +UV Count: 3 + UV + UV + UV +Face 5394 +UV Count: 3 + UV + UV + UV +Face 5395 +UV Count: 3 + UV + UV + UV +Face 5396 +UV Count: 3 + UV + UV + UV +Face 5397 +UV Count: 3 + UV + UV + UV +Face 5398 +UV Count: 3 + UV + UV + UV +Face 5399 +UV Count: 3 + UV + UV + UV +Face 5400 +UV Count: 3 + UV + UV + UV +Face 5401 +UV Count: 3 + UV + UV + UV +Face 5402 +UV Count: 3 + UV + UV + UV +Face 5403 +UV Count: 3 + UV + UV + UV +Face 5404 +UV Count: 3 + UV + UV + UV +Face 5405 +UV Count: 3 + UV + UV + UV +Face 5406 +UV Count: 3 + UV + UV + UV +Face 5407 +UV Count: 3 + UV + UV + UV +Face 5408 +UV Count: 3 + UV + UV + UV +Face 5409 +UV Count: 3 + UV + UV + UV +Face 5410 +UV Count: 3 + UV + UV + UV +Face 5411 +UV Count: 3 + UV + UV + UV +Face 5412 +UV Count: 3 + UV + UV + UV +Face 5413 +UV Count: 3 + UV + UV + UV +Face 5414 +UV Count: 3 + UV + UV + UV +Face 5415 +UV Count: 3 + UV + UV + UV +Face 5416 +UV Count: 3 + UV + UV + UV +Face 5417 +UV Count: 3 + UV + UV + UV +Face 5418 +UV Count: 3 + UV + UV + UV +Face 5419 +UV Count: 3 + UV + UV + UV +Face 5420 +UV Count: 3 + UV + UV + UV +Face 5421 +UV Count: 3 + UV + UV + UV +Face 5422 +UV Count: 3 + UV + UV + UV +Face 5423 +UV Count: 3 + UV + UV + UV +Face 5424 +UV Count: 3 + UV + UV + UV +Face 5425 +UV Count: 3 + UV + UV + UV +Face 5426 +UV Count: 3 + UV + UV + UV +Face 5427 +UV Count: 3 + UV + UV + UV +Face 5428 +UV Count: 3 + UV + UV + UV +Face 5429 +UV Count: 3 + UV + UV + UV +Face 5430 +UV Count: 3 + UV + UV + UV +Face 5431 +UV Count: 3 + UV + UV + UV +Face 5432 +UV Count: 3 + UV + UV + UV +Face 5433 +UV Count: 3 + UV + UV + UV +Face 5434 +UV Count: 3 + UV + UV + UV +Face 5435 +UV Count: 3 + UV + UV + UV +Face 5436 +UV Count: 3 + UV + UV + UV +Face 5437 +UV Count: 3 + UV + UV + UV +Face 5438 +UV Count: 3 + UV + UV + UV +Face 5439 +UV Count: 3 + UV + UV + UV +Face 5440 +UV Count: 3 + UV + UV + UV +Face 5441 +UV Count: 3 + UV + UV + UV +Face 5442 +UV Count: 3 + UV + UV + UV +Face 5443 +UV Count: 3 + UV + UV + UV +Face 5444 +UV Count: 3 + UV + UV + UV +Face 5445 +UV Count: 3 + UV + UV + UV +Face 5446 +UV Count: 3 + UV + UV + UV +Face 5447 +UV Count: 3 + UV + UV + UV +Face 5448 +UV Count: 3 + UV + UV + UV +Face 5449 +UV Count: 3 + UV + UV + UV +Face 5450 +UV Count: 3 + UV + UV + UV +Face 5451 +UV Count: 3 + UV + UV + UV +Face 5452 +UV Count: 3 + UV + UV + UV +Face 5453 +UV Count: 3 + UV + UV + UV +Face 5454 +UV Count: 3 + UV + UV + UV +Face 5455 +UV Count: 3 + UV + UV + UV +Face 5456 +UV Count: 3 + UV + UV + UV +Face 5457 +UV Count: 3 + UV + UV + UV +Face 5458 +UV Count: 3 + UV + UV + UV +Face 5459 +UV Count: 3 + UV + UV + UV +Face 5460 +UV Count: 3 + UV + UV + UV +Face 5461 +UV Count: 3 + UV + UV + UV +Face 5462 +UV Count: 3 + UV + UV + UV +Face 5463 +UV Count: 3 + UV + UV + UV +Face 5464 +UV Count: 3 + UV + UV + UV +Face 5465 +UV Count: 3 + UV + UV + UV +Face 5466 +UV Count: 3 + UV + UV + UV +Face 5467 +UV Count: 3 + UV + UV + UV +Face 5468 +UV Count: 3 + UV + UV + UV +Face 5469 +UV Count: 3 + UV + UV + UV +Face 5470 +UV Count: 3 + UV + UV + UV +Face 5471 +UV Count: 3 + UV + UV + UV +Face 5472 +UV Count: 3 + UV + UV + UV +Face 5473 +UV Count: 3 + UV + UV + UV +Face 5474 +UV Count: 3 + UV + UV + UV +Face 5475 +UV Count: 3 + UV + UV + UV +Face 5476 +UV Count: 3 + UV + UV + UV +Face 5477 +UV Count: 3 + UV + UV + UV +Face 5478 +UV Count: 3 + UV + UV + UV +Face 5479 +UV Count: 3 + UV + UV + UV +Face 5480 +UV Count: 3 + UV + UV + UV +Face 5481 +UV Count: 3 + UV + UV + UV +Face 5482 +UV Count: 3 + UV + UV + UV +Face 5483 +UV Count: 3 + UV + UV + UV +Face 5484 +UV Count: 3 + UV + UV + UV +Face 5485 +UV Count: 3 + UV + UV + UV +Face 5486 +UV Count: 3 + UV + UV + UV +Face 5487 +UV Count: 3 + UV + UV + UV +Face 5488 +UV Count: 3 + UV + UV + UV +Face 5489 +UV Count: 3 + UV + UV + UV +Face 5490 +UV Count: 3 + UV + UV + UV +Face 5491 +UV Count: 3 + UV + UV + UV +Face 5492 +UV Count: 3 + UV + UV + UV +Face 5493 +UV Count: 3 + UV + UV + UV +Face 5494 +UV Count: 3 + UV + UV + UV +Face 5495 +UV Count: 3 + UV + UV + UV +Face 5496 +UV Count: 3 + UV + UV + UV +Face 5497 +UV Count: 3 + UV + UV + UV +Face 5498 +UV Count: 3 + UV + UV + UV +Face 5499 +UV Count: 3 + UV + UV + UV +Face 5500 +UV Count: 3 + UV + UV + UV +Face 5501 +UV Count: 3 + UV + UV + UV +Face 5502 +UV Count: 3 + UV + UV + UV +Face 5503 +UV Count: 3 + UV + UV + UV +Face 5504 +UV Count: 3 + UV + UV + UV +Face 5505 +UV Count: 3 + UV + UV + UV +Face 5506 +UV Count: 3 + UV + UV + UV +Face 5507 +UV Count: 3 + UV + UV + UV +Face 5508 +UV Count: 3 + UV + UV + UV +Face 5509 +UV Count: 3 + UV + UV + UV +Face 5510 +UV Count: 3 + UV + UV + UV +Face 5511 +UV Count: 3 + UV + UV + UV +Face 5512 +UV Count: 3 + UV + UV + UV +Face 5513 +UV Count: 3 + UV + UV + UV +Face 5514 +UV Count: 3 + UV + UV + UV +Face 5515 +UV Count: 3 + UV + UV + UV +Face 5516 +UV Count: 3 + UV + UV + UV +Face 5517 +UV Count: 3 + UV + UV + UV +Face 5518 +UV Count: 3 + UV + UV + UV +Face 5519 +UV Count: 3 + UV + UV + UV +Face 5520 +UV Count: 3 + UV + UV + UV +Face 5521 +UV Count: 3 + UV + UV + UV +Face 5522 +UV Count: 3 + UV + UV + UV +Face 5523 +UV Count: 3 + UV + UV + UV +Face 5524 +UV Count: 3 + UV + UV + UV +Face 5525 +UV Count: 3 + UV + UV + UV +Face 5526 +UV Count: 3 + UV + UV + UV +Face 5527 +UV Count: 3 + UV + UV + UV +Face 5528 +UV Count: 3 + UV + UV + UV +Face 5529 +UV Count: 3 + UV + UV + UV +Face 5530 +UV Count: 3 + UV + UV + UV +Face 5531 +UV Count: 3 + UV + UV + UV +Face 5532 +UV Count: 3 + UV + UV + UV +Face 5533 +UV Count: 3 + UV + UV + UV +Face 5534 +UV Count: 3 + UV + UV + UV +Face 5535 +UV Count: 3 + UV + UV + UV +Face 5536 +UV Count: 3 + UV + UV + UV +Face 5537 +UV Count: 3 + UV + UV + UV +Face 5538 +UV Count: 3 + UV + UV + UV +Face 5539 +UV Count: 3 + UV + UV + UV +Face 5540 +UV Count: 3 + UV + UV + UV +Face 5541 +UV Count: 3 + UV + UV + UV +Face 5542 +UV Count: 3 + UV + UV + UV +Face 5543 +UV Count: 3 + UV + UV + UV +Face 5544 +UV Count: 3 + UV + UV + UV +Face 5545 +UV Count: 3 + UV + UV + UV +Face 5546 +UV Count: 3 + UV + UV + UV +Face 5547 +UV Count: 3 + UV + UV + UV +Face 5548 +UV Count: 3 + UV + UV + UV +Face 5549 +UV Count: 3 + UV + UV + UV +Face 5550 +UV Count: 3 + UV + UV + UV +Face 5551 +UV Count: 3 + UV + UV + UV +Face 5552 +UV Count: 3 + UV + UV + UV +Face 5553 +UV Count: 3 + UV + UV + UV +Face 5554 +UV Count: 3 + UV + UV + UV +Face 5555 +UV Count: 3 + UV + UV + UV +Face 5556 +UV Count: 3 + UV + UV + UV +Face 5557 +UV Count: 3 + UV + UV + UV +Face 5558 +UV Count: 3 + UV + UV + UV +Face 5559 +UV Count: 3 + UV + UV + UV +Face 5560 +UV Count: 3 + UV + UV + UV +Face 5561 +UV Count: 3 + UV + UV + UV +Face 5562 +UV Count: 3 + UV + UV + UV +Face 5563 +UV Count: 3 + UV + UV + UV +Face 5564 +UV Count: 3 + UV + UV + UV +Face 5565 +UV Count: 3 + UV + UV + UV +Face 5566 +UV Count: 3 + UV + UV + UV +Face 5567 +UV Count: 3 + UV + UV + UV +Face 5568 +UV Count: 3 + UV + UV + UV +Face 5569 +UV Count: 3 + UV + UV + UV +Face 5570 +UV Count: 3 + UV + UV + UV +Face 5571 +UV Count: 3 + UV + UV + UV +Face 5572 +UV Count: 3 + UV + UV + UV +Face 5573 +UV Count: 3 + UV + UV + UV +Face 5574 +UV Count: 3 + UV + UV + UV +Face 5575 +UV Count: 3 + UV + UV + UV +Face 5576 +UV Count: 3 + UV + UV + UV +Face 5577 +UV Count: 3 + UV + UV + UV +Face 5578 +UV Count: 3 + UV + UV + UV +Face 5579 +UV Count: 3 + UV + UV + UV +Face 5580 +UV Count: 3 + UV + UV + UV +Face 5581 +UV Count: 3 + UV + UV + UV +Face 5582 +UV Count: 3 + UV + UV + UV +Face 5583 +UV Count: 3 + UV + UV + UV +Face 5584 +UV Count: 3 + UV + UV + UV +Face 5585 +UV Count: 3 + UV + UV + UV +Face 5586 +UV Count: 3 + UV + UV + UV +Face 5587 +UV Count: 3 + UV + UV + UV +Face 5588 +UV Count: 3 + UV + UV + UV +Face 5589 +UV Count: 3 + UV + UV + UV +Face 5590 +UV Count: 3 + UV + UV + UV +Face 5591 +UV Count: 3 + UV + UV + UV +Face 5592 +UV Count: 3 + UV + UV + UV +Face 5593 +UV Count: 3 + UV + UV + UV +Face 5594 +UV Count: 3 + UV + UV + UV +Face 5595 +UV Count: 3 + UV + UV + UV +Face 5596 +UV Count: 3 + UV + UV + UV +Face 5597 +UV Count: 3 + UV + UV + UV +Face 5598 +UV Count: 3 + UV + UV + UV +Face 5599 +UV Count: 3 + UV + UV + UV +Face 5600 +UV Count: 3 + UV + UV + UV +Face 5601 +UV Count: 3 + UV + UV + UV +Face 5602 +UV Count: 3 + UV + UV + UV +Face 5603 +UV Count: 3 + UV + UV + UV +Face 5604 +UV Count: 3 + UV + UV + UV +Face 5605 +UV Count: 3 + UV + UV + UV +Face 5606 +UV Count: 3 + UV + UV + UV +Face 5607 +UV Count: 3 + UV + UV + UV +Face 5608 +UV Count: 3 + UV + UV + UV +Face 5609 +UV Count: 3 + UV + UV + UV +Face 5610 +UV Count: 3 + UV + UV + UV +Face 5611 +UV Count: 3 + UV + UV + UV +Face 5612 +UV Count: 3 + UV + UV + UV +Face 5613 +UV Count: 3 + UV + UV + UV +Face 5614 +UV Count: 3 + UV + UV + UV +Face 5615 +UV Count: 3 + UV + UV + UV +Face 5616 +UV Count: 3 + UV + UV + UV +Face 5617 +UV Count: 3 + UV + UV + UV +Face 5618 +UV Count: 3 + UV + UV + UV +Face 5619 +UV Count: 3 + UV + UV + UV +Face 5620 +UV Count: 3 + UV + UV + UV +Face 5621 +UV Count: 3 + UV + UV + UV +Face 5622 +UV Count: 3 + UV + UV + UV +Face 5623 +UV Count: 3 + UV + UV + UV +Face 5624 +UV Count: 3 + UV + UV + UV +Face 5625 +UV Count: 3 + UV + UV + UV +Face 5626 +UV Count: 3 + UV + UV + UV +Face 5627 +UV Count: 3 + UV + UV + UV +Face 5628 +UV Count: 3 + UV + UV + UV +Face 5629 +UV Count: 3 + UV + UV + UV +Face 5630 +UV Count: 3 + UV + UV + UV +Face 5631 +UV Count: 3 + UV + UV + UV +Face 5632 +UV Count: 3 + UV + UV + UV +Face 5633 +UV Count: 3 + UV + UV + UV +Face 5634 +UV Count: 3 + UV + UV + UV +Face 5635 +UV Count: 3 + UV + UV + UV +Face 5636 +UV Count: 3 + UV + UV + UV +Face 5637 +UV Count: 3 + UV + UV + UV +Face 5638 +UV Count: 3 + UV + UV + UV +Face 5639 +UV Count: 3 + UV + UV + UV +Face 5640 +UV Count: 3 + UV + UV + UV +Face 5641 +UV Count: 3 + UV + UV + UV +Face 5642 +UV Count: 3 + UV + UV + UV +Face 5643 +UV Count: 3 + UV + UV + UV +Face 5644 +UV Count: 3 + UV + UV + UV +Face 5645 +UV Count: 3 + UV + UV + UV +Face 5646 +UV Count: 3 + UV + UV + UV +Face 5647 +UV Count: 3 + UV + UV + UV +Face 5648 +UV Count: 3 + UV + UV + UV +Face 5649 +UV Count: 3 + UV + UV + UV +Face 5650 +UV Count: 3 + UV + UV + UV +Face 5651 +UV Count: 3 + UV + UV + UV +Face 5652 +UV Count: 3 + UV + UV + UV +Face 5653 +UV Count: 3 + UV + UV + UV +Face 5654 +UV Count: 3 + UV + UV + UV +Face 5655 +UV Count: 3 + UV + UV + UV +Face 5656 +UV Count: 3 + UV + UV + UV +Face 5657 +UV Count: 3 + UV + UV + UV +Face 5658 +UV Count: 3 + UV + UV + UV +Face 5659 +UV Count: 3 + UV + UV + UV +Face 5660 +UV Count: 3 + UV + UV + UV +Face 5661 +UV Count: 3 + UV + UV + UV +Face 5662 +UV Count: 3 + UV + UV + UV +Face 5663 +UV Count: 3 + UV + UV + UV +Face 5664 +UV Count: 3 + UV + UV + UV +Face 5665 +UV Count: 3 + UV + UV + UV +Face 5666 +UV Count: 3 + UV + UV + UV +Face 5667 +UV Count: 3 + UV + UV + UV +Face 5668 +UV Count: 3 + UV + UV + UV +Face 5669 +UV Count: 3 + UV + UV + UV +Face 5670 +UV Count: 3 + UV + UV + UV +Face 5671 +UV Count: 3 + UV + UV + UV +Face 5672 +UV Count: 3 + UV + UV + UV +Face 5673 +UV Count: 3 + UV + UV + UV +Face 5674 +UV Count: 3 + UV + UV + UV +Face 5675 +UV Count: 3 + UV + UV + UV +Face 5676 +UV Count: 3 + UV + UV + UV +Face 5677 +UV Count: 3 + UV + UV + UV +Face 5678 +UV Count: 3 + UV + UV + UV +Face 5679 +UV Count: 3 + UV + UV + UV +Face 5680 +UV Count: 3 + UV + UV + UV +Face 5681 +UV Count: 3 + UV + UV + UV +Face 5682 +UV Count: 3 + UV + UV + UV +Face 5683 +UV Count: 3 + UV + UV + UV +Face 5684 +UV Count: 3 + UV + UV + UV +Face 5685 +UV Count: 3 + UV + UV + UV +Face 5686 +UV Count: 3 + UV + UV + UV +Face 5687 +UV Count: 3 + UV + UV + UV +Face 5688 +UV Count: 3 + UV + UV + UV +Face 5689 +UV Count: 3 + UV + UV + UV +Face 5690 +UV Count: 3 + UV + UV + UV +Face 5691 +UV Count: 3 + UV + UV + UV +Face 5692 +UV Count: 3 + UV + UV + UV +Face 5693 +UV Count: 3 + UV + UV + UV +Face 5694 +UV Count: 3 + UV + UV + UV +Face 5695 +UV Count: 3 + UV + UV + UV +Face 5696 +UV Count: 3 + UV + UV + UV +Face 5697 +UV Count: 3 + UV + UV + UV +Face 5698 +UV Count: 3 + UV + UV + UV +Face 5699 +UV Count: 3 + UV + UV + UV +Face 5700 +UV Count: 3 + UV + UV + UV +Face 5701 +UV Count: 3 + UV + UV + UV +Face 5702 +UV Count: 3 + UV + UV + UV +Face 5703 +UV Count: 3 + UV + UV + UV +Face 5704 +UV Count: 3 + UV + UV + UV +Face 5705 +UV Count: 3 + UV + UV + UV +Face 5706 +UV Count: 3 + UV + UV + UV +Face 5707 +UV Count: 3 + UV + UV + UV +Face 5708 +UV Count: 3 + UV + UV + UV +Face 5709 +UV Count: 3 + UV + UV + UV +Face 5710 +UV Count: 3 + UV + UV + UV +Face 5711 +UV Count: 3 + UV + UV + UV +Face 5712 +UV Count: 3 + UV + UV + UV +Face 5713 +UV Count: 3 + UV + UV + UV +Face 5714 +UV Count: 3 + UV + UV + UV +Face 5715 +UV Count: 3 + UV + UV + UV +Face 5716 +UV Count: 3 + UV + UV + UV +Face 5717 +UV Count: 3 + UV + UV + UV +Face 5718 +UV Count: 3 + UV + UV + UV +Face 5719 +UV Count: 3 + UV + UV + UV +Face 5720 +UV Count: 3 + UV + UV + UV +Face 5721 +UV Count: 3 + UV + UV + UV +Face 5722 +UV Count: 3 + UV + UV + UV +Face 5723 +UV Count: 3 + UV + UV + UV +Face 5724 +UV Count: 3 + UV + UV + UV +Face 5725 +UV Count: 3 + UV + UV + UV +Face 5726 +UV Count: 3 + UV + UV + UV +Face 5727 +UV Count: 3 + UV + UV + UV +Face 5728 +UV Count: 3 + UV + UV + UV +Face 5729 +UV Count: 3 + UV + UV + UV +Face 5730 +UV Count: 3 + UV + UV + UV +Face 5731 +UV Count: 3 + UV + UV + UV +Face 5732 +UV Count: 3 + UV + UV + UV +Face 5733 +UV Count: 3 + UV + UV + UV +Face 5734 +UV Count: 3 + UV + UV + UV +Face 5735 +UV Count: 3 + UV + UV + UV +Face 5736 +UV Count: 3 + UV + UV + UV +Face 5737 +UV Count: 3 + UV + UV + UV +Face 5738 +UV Count: 3 + UV + UV + UV +Face 5739 +UV Count: 3 + UV + UV + UV +Face 5740 +UV Count: 3 + UV + UV + UV +Face 5741 +UV Count: 3 + UV + UV + UV +Face 5742 +UV Count: 3 + UV + UV + UV +Face 5743 +UV Count: 3 + UV + UV + UV +Face 5744 +UV Count: 3 + UV + UV + UV +Face 5745 +UV Count: 3 + UV + UV + UV +Face 5746 +UV Count: 3 + UV + UV + UV +Face 5747 +UV Count: 3 + UV + UV + UV +Face 5748 +UV Count: 3 + UV + UV + UV +Face 5749 +UV Count: 3 + UV + UV + UV +Face 5750 +UV Count: 3 + UV + UV + UV +Face 5751 +UV Count: 3 + UV + UV + UV +Face 5752 +UV Count: 3 + UV + UV + UV +Face 5753 +UV Count: 3 + UV + UV + UV +Face 5754 +UV Count: 3 + UV + UV + UV +Face 5755 +UV Count: 3 + UV + UV + UV +Face 5756 +UV Count: 3 + UV + UV + UV +Face 5757 +UV Count: 3 + UV + UV + UV +Face 5758 +UV Count: 3 + UV + UV + UV +Face 5759 +UV Count: 3 + UV + UV + UV +Face 5760 +UV Count: 3 + UV + UV + UV +Face 5761 +UV Count: 3 + UV + UV + UV +Face 5762 +UV Count: 3 + UV + UV + UV +Face 5763 +UV Count: 3 + UV + UV + UV +Face 5764 +UV Count: 3 + UV + UV + UV +Face 5765 +UV Count: 3 + UV + UV + UV +Face 5766 +UV Count: 3 + UV + UV + UV +Face 5767 +UV Count: 3 + UV + UV + UV +Face 5768 +UV Count: 3 + UV + UV + UV +Face 5769 +UV Count: 3 + UV + UV + UV +Face 5770 +UV Count: 3 + UV + UV + UV +Face 5771 +UV Count: 3 + UV + UV + UV +Face 5772 +UV Count: 3 + UV + UV + UV +Face 5773 +UV Count: 3 + UV + UV + UV +Face 5774 +UV Count: 3 + UV + UV + UV +Face 5775 +UV Count: 3 + UV + UV + UV +Face 5776 +UV Count: 3 + UV + UV + UV +Face 5777 +UV Count: 3 + UV + UV + UV +Face 5778 +UV Count: 3 + UV + UV + UV +Face 5779 +UV Count: 3 + UV + UV + UV +Face 5780 +UV Count: 3 + UV + UV + UV +Face 5781 +UV Count: 3 + UV + UV + UV +Face 5782 +UV Count: 3 + UV + UV + UV +Face 5783 +UV Count: 3 + UV + UV + UV +Face 5784 +UV Count: 3 + UV + UV + UV +Face 5785 +UV Count: 3 + UV + UV + UV +Face 5786 +UV Count: 3 + UV + UV + UV +Face 5787 +UV Count: 3 + UV + UV + UV +Face 5788 +UV Count: 3 + UV + UV + UV +Face 5789 +UV Count: 3 + UV + UV + UV +Face 5790 +UV Count: 3 + UV + UV + UV +Face 5791 +UV Count: 3 + UV + UV + UV +Face 5792 +UV Count: 3 + UV + UV + UV +Face 5793 +UV Count: 3 + UV + UV + UV +Face 5794 +UV Count: 3 + UV + UV + UV +Face 5795 +UV Count: 3 + UV + UV + UV +Face 5796 +UV Count: 3 + UV + UV + UV +Face 5797 +UV Count: 3 + UV + UV + UV +Face 5798 +UV Count: 3 + UV + UV + UV +Face 5799 +UV Count: 3 + UV + UV + UV +Face 5800 +UV Count: 3 + UV + UV + UV +Face 5801 +UV Count: 3 + UV + UV + UV +Face 5802 +UV Count: 3 + UV + UV + UV +Face 5803 +UV Count: 3 + UV + UV + UV +Face 5804 +UV Count: 3 + UV + UV + UV +Face 5805 +UV Count: 3 + UV + UV + UV +Face 5806 +UV Count: 3 + UV + UV + UV +Face 5807 +UV Count: 3 + UV + UV + UV +Face 5808 +UV Count: 3 + UV + UV + UV +Face 5809 +UV Count: 3 + UV + UV + UV +Face 5810 +UV Count: 3 + UV + UV + UV +Face 5811 +UV Count: 3 + UV + UV + UV +Face 5812 +UV Count: 3 + UV + UV + UV +Face 5813 +UV Count: 3 + UV + UV + UV +Face 5814 +UV Count: 3 + UV + UV + UV +Face 5815 +UV Count: 3 + UV + UV + UV +Face 5816 +UV Count: 3 + UV + UV + UV +Face 5817 +UV Count: 3 + UV + UV + UV +Face 5818 +UV Count: 3 + UV + UV + UV +Face 5819 +UV Count: 3 + UV + UV + UV +Face 5820 +UV Count: 3 + UV + UV + UV +Face 5821 +UV Count: 3 + UV + UV + UV +Face 5822 +UV Count: 3 + UV + UV + UV +Face 5823 +UV Count: 3 + UV + UV + UV +Face 5824 +UV Count: 3 + UV + UV + UV +Face 5825 +UV Count: 3 + UV + UV + UV +Face 5826 +UV Count: 3 + UV + UV + UV +Face 5827 +UV Count: 3 + UV + UV + UV +Face 5828 +UV Count: 3 + UV + UV + UV +Face 5829 +UV Count: 3 + UV + UV + UV +Face 5830 +UV Count: 3 + UV + UV + UV +Face 5831 +UV Count: 3 + UV + UV + UV +Face 5832 +UV Count: 3 + UV + UV + UV +Face 5833 +UV Count: 3 + UV + UV + UV +Face 5834 +UV Count: 3 + UV + UV + UV +Face 5835 +UV Count: 3 + UV + UV + UV +Face 5836 +UV Count: 3 + UV + UV + UV +Face 5837 +UV Count: 3 + UV + UV + UV +Face 5838 +UV Count: 3 + UV + UV + UV +Face 5839 +UV Count: 3 + UV + UV + UV +Face 5840 +UV Count: 3 + UV + UV + UV +Face 5841 +UV Count: 3 + UV + UV + UV +Face 5842 +UV Count: 3 + UV + UV + UV +Face 5843 +UV Count: 3 + UV + UV + UV +Face 5844 +UV Count: 3 + UV + UV + UV +Face 5845 +UV Count: 3 + UV + UV + UV +Face 5846 +UV Count: 3 + UV + UV + UV +Face 5847 +UV Count: 3 + UV + UV + UV +Face 5848 +UV Count: 3 + UV + UV + UV +Face 5849 +UV Count: 3 + UV + UV + UV +Face 5850 +UV Count: 3 + UV + UV + UV +Face 5851 +UV Count: 3 + UV + UV + UV +Face 5852 +UV Count: 3 + UV + UV + UV +Face 5853 +UV Count: 3 + UV + UV + UV +Face 5854 +UV Count: 3 + UV + UV + UV +Face 5855 +UV Count: 3 + UV + UV + UV +Face 5856 +UV Count: 3 + UV + UV + UV +Face 5857 +UV Count: 3 + UV + UV + UV +Face 5858 +UV Count: 3 + UV + UV + UV +Face 5859 +UV Count: 3 + UV + UV + UV +Face 5860 +UV Count: 3 + UV + UV + UV +Face 5861 +UV Count: 3 + UV + UV + UV +Face 5862 +UV Count: 3 + UV + UV + UV +Face 5863 +UV Count: 3 + UV + UV + UV +Face 5864 +UV Count: 3 + UV + UV + UV +Face 5865 +UV Count: 3 + UV + UV + UV +Face 5866 +UV Count: 3 + UV + UV + UV +Face 5867 +UV Count: 3 + UV + UV + UV +Face 5868 +UV Count: 3 + UV + UV + UV +Face 5869 +UV Count: 3 + UV + UV + UV +Face 5870 +UV Count: 3 + UV + UV + UV +Face 5871 +UV Count: 3 + UV + UV + UV +Face 5872 +UV Count: 3 + UV + UV + UV +Face 5873 +UV Count: 3 + UV + UV + UV +Face 5874 +UV Count: 3 + UV + UV + UV +Face 5875 +UV Count: 3 + UV + UV + UV +Face 5876 +UV Count: 3 + UV + UV + UV +Face 5877 +UV Count: 3 + UV + UV + UV +Face 5878 +UV Count: 3 + UV + UV + UV +Face 5879 +UV Count: 3 + UV + UV + UV +Face 5880 +UV Count: 3 + UV + UV + UV +Face 5881 +UV Count: 3 + UV + UV + UV +Face 5882 +UV Count: 3 + UV + UV + UV +Face 5883 +UV Count: 3 + UV + UV + UV +Face 5884 +UV Count: 3 + UV + UV + UV +Face 5885 +UV Count: 3 + UV + UV + UV +Face 5886 +UV Count: 3 + UV + UV + UV +Face 5887 +UV Count: 3 + UV + UV + UV +Face 5888 +UV Count: 3 + UV + UV + UV +Face 5889 +UV Count: 3 + UV + UV + UV +Face 5890 +UV Count: 3 + UV + UV + UV +Face 5891 +UV Count: 3 + UV + UV + UV +Face 5892 +UV Count: 3 + UV + UV + UV +Face 5893 +UV Count: 3 + UV + UV + UV +Face 5894 +UV Count: 3 + UV + UV + UV +Face 5895 +UV Count: 3 + UV + UV + UV +Face 5896 +UV Count: 3 + UV + UV + UV +Face 5897 +UV Count: 3 + UV + UV + UV +Face 5898 +UV Count: 3 + UV + UV + UV +Face 5899 +UV Count: 3 + UV + UV + UV +Face 5900 +UV Count: 3 + UV + UV + UV +Face 5901 +UV Count: 3 + UV + UV + UV +Face 5902 +UV Count: 3 + UV + UV + UV +Face 5903 +UV Count: 3 + UV + UV + UV +Face 5904 +UV Count: 3 + UV + UV + UV +Face 5905 +UV Count: 3 + UV + UV + UV +Face 5906 +UV Count: 3 + UV + UV + UV +Face 5907 +UV Count: 3 + UV + UV + UV +Face 5908 +UV Count: 3 + UV + UV + UV +Face 5909 +UV Count: 3 + UV + UV + UV +Face 5910 +UV Count: 3 + UV + UV + UV +Face 5911 +UV Count: 3 + UV + UV + UV +Face 5912 +UV Count: 3 + UV + UV + UV +Face 5913 +UV Count: 3 + UV + UV + UV +Face 5914 +UV Count: 3 + UV + UV + UV +Face 5915 +UV Count: 3 + UV + UV + UV +Face 5916 +UV Count: 3 + UV + UV + UV +Face 5917 +UV Count: 3 + UV + UV + UV +Face 5918 +UV Count: 3 + UV + UV + UV +Face 5919 +UV Count: 3 + UV + UV + UV +Face 5920 +UV Count: 3 + UV + UV + UV +Face 5921 +UV Count: 3 + UV + UV + UV +Face 5922 +UV Count: 3 + UV + UV + UV +Face 5923 +UV Count: 3 + UV + UV + UV +Face 5924 +UV Count: 3 + UV + UV + UV +Face 5925 +UV Count: 3 + UV + UV + UV +Face 5926 +UV Count: 3 + UV + UV + UV +Face 5927 +UV Count: 3 + UV + UV + UV +Face 5928 +UV Count: 3 + UV + UV + UV +Face 5929 +UV Count: 3 + UV + UV + UV +Face 5930 +UV Count: 3 + UV + UV + UV +Face 5931 +UV Count: 3 + UV + UV + UV +Face 5932 +UV Count: 3 + UV + UV + UV +Face 5933 +UV Count: 3 + UV + UV + UV +Face 5934 +UV Count: 3 + UV + UV + UV +Face 5935 +UV Count: 3 + UV + UV + UV +Face 5936 +UV Count: 3 + UV + UV + UV +Face 5937 +UV Count: 3 + UV + UV + UV +Face 5938 +UV Count: 3 + UV + UV + UV +Face 5939 +UV Count: 3 + UV + UV + UV +Face 5940 +UV Count: 3 + UV + UV + UV +Face 5941 +UV Count: 3 + UV + UV + UV +Face 5942 +UV Count: 3 + UV + UV + UV +Face 5943 +UV Count: 3 + UV + UV + UV +Face 5944 +UV Count: 3 + UV + UV + UV +Face 5945 +UV Count: 3 + UV + UV + UV +Face 5946 +UV Count: 3 + UV + UV + UV +Face 5947 +UV Count: 3 + UV + UV + UV +Face 5948 +UV Count: 3 + UV + UV + UV +Face 5949 +UV Count: 3 + UV + UV + UV +Face 5950 +UV Count: 3 + UV + UV + UV +Face 5951 +UV Count: 3 + UV + UV + UV +Face 5952 +UV Count: 3 + UV + UV + UV +Face 5953 +UV Count: 3 + UV + UV + UV +Face 5954 +UV Count: 3 + UV + UV + UV +Face 5955 +UV Count: 3 + UV + UV + UV +Face 5956 +UV Count: 3 + UV + UV + UV +Face 5957 +UV Count: 3 + UV + UV + UV +Face 5958 +UV Count: 3 + UV + UV + UV +Face 5959 +UV Count: 3 + UV + UV + UV +Face 5960 +UV Count: 3 + UV + UV + UV +Face 5961 +UV Count: 3 + UV + UV + UV +Face 5962 +UV Count: 3 + UV + UV + UV +Face 5963 +UV Count: 3 + UV + UV + UV +Face 5964 +UV Count: 3 + UV + UV + UV +Face 5965 +UV Count: 3 + UV + UV + UV +Face 5966 +UV Count: 3 + UV + UV + UV +Face 5967 +UV Count: 3 + UV + UV + UV +Face 5968 +UV Count: 3 + UV + UV + UV +Face 5969 +UV Count: 3 + UV + UV + UV +Face 5970 +UV Count: 3 + UV + UV + UV +Face 5971 +UV Count: 3 + UV + UV + UV +Face 5972 +UV Count: 3 + UV + UV + UV +Face 5973 +UV Count: 3 + UV + UV + UV +Face 5974 +UV Count: 3 + UV + UV + UV +Face 5975 +UV Count: 3 + UV + UV + UV +Face 5976 +UV Count: 3 + UV + UV + UV +Face 5977 +UV Count: 3 + UV + UV + UV +Face 5978 +UV Count: 3 + UV + UV + UV +Face 5979 +UV Count: 3 + UV + UV + UV +Face 5980 +UV Count: 3 + UV + UV + UV +Face 5981 +UV Count: 3 + UV + UV + UV +Face 5982 +UV Count: 3 + UV + UV + UV +Face 5983 +UV Count: 3 + UV + UV + UV +Face 5984 +UV Count: 3 + UV + UV + UV +Face 5985 +UV Count: 3 + UV + UV + UV +Face 5986 +UV Count: 3 + UV + UV + UV +Face 5987 +UV Count: 3 + UV + UV + UV +Face 5988 +UV Count: 3 + UV + UV + UV +Face 5989 +UV Count: 3 + UV + UV + UV +Face 5990 +UV Count: 3 + UV + UV + UV +Face 5991 +UV Count: 3 + UV + UV + UV +Face 5992 +UV Count: 3 + UV + UV + UV +Face 5993 +UV Count: 3 + UV + UV + UV +Face 5994 +UV Count: 3 + UV + UV + UV +Face 5995 +UV Count: 3 + UV + UV + UV +Face 5996 +UV Count: 3 + UV + UV + UV +Face 5997 +UV Count: 3 + UV + UV + UV +Face 5998 +UV Count: 3 + UV + UV + UV +Face 5999 +UV Count: 3 + UV + UV + UV +Face 6000 +UV Count: 3 + UV + UV + UV +Face 6001 +UV Count: 3 + UV + UV + UV +Face 6002 +UV Count: 3 + UV + UV + UV +Face 6003 +UV Count: 3 + UV + UV + UV +Face 6004 +UV Count: 3 + UV + UV + UV +Face 6005 +UV Count: 3 + UV + UV + UV +Face 6006 +UV Count: 3 + UV + UV + UV +Face 6007 +UV Count: 3 + UV + UV + UV +Face 6008 +UV Count: 3 + UV + UV + UV +Face 6009 +UV Count: 3 + UV + UV + UV +Face 6010 +UV Count: 3 + UV + UV + UV +Face 6011 +UV Count: 3 + UV + UV + UV +Face 6012 +UV Count: 3 + UV + UV + UV +Face 6013 +UV Count: 3 + UV + UV + UV +Face 6014 +UV Count: 3 + UV + UV + UV +Face 6015 +UV Count: 3 + UV + UV + UV +Face 6016 +UV Count: 3 + UV + UV + UV +Face 6017 +UV Count: 3 + UV + UV + UV +Face 6018 +UV Count: 3 + UV + UV + UV +Face 6019 +UV Count: 3 + UV + UV + UV +Face 6020 +UV Count: 3 + UV + UV + UV +Face 6021 +UV Count: 3 + UV + UV + UV +Face 6022 +UV Count: 3 + UV + UV + UV +Face 6023 +UV Count: 3 + UV + UV + UV +Face 6024 +UV Count: 3 + UV + UV + UV +Face 6025 +UV Count: 3 + UV + UV + UV +Face 6026 +UV Count: 3 + UV + UV + UV +Face 6027 +UV Count: 3 + UV + UV + UV +Face 6028 +UV Count: 3 + UV + UV + UV +Face 6029 +UV Count: 3 + UV + UV + UV +Face 6030 +UV Count: 3 + UV + UV + UV +Face 6031 +UV Count: 3 + UV + UV + UV +Face 6032 +UV Count: 3 + UV + UV + UV +Face 6033 +UV Count: 3 + UV + UV + UV +Face 6034 +UV Count: 3 + UV + UV + UV +Face 6035 +UV Count: 3 + UV + UV + UV +Face 6036 +UV Count: 3 + UV + UV + UV +Face 6037 +UV Count: 3 + UV + UV + UV +Face 6038 +UV Count: 3 + UV + UV + UV +Face 6039 +UV Count: 3 + UV + UV + UV +Face 6040 +UV Count: 3 + UV + UV + UV +Face 6041 +UV Count: 3 + UV + UV + UV +Face 6042 +UV Count: 3 + UV + UV + UV +Face 6043 +UV Count: 3 + UV + UV + UV +Face 6044 +UV Count: 3 + UV + UV + UV +Face 6045 +UV Count: 3 + UV + UV + UV +Face 6046 +UV Count: 3 + UV + UV + UV +Face 6047 +UV Count: 3 + UV + UV + UV +Face 6048 +UV Count: 3 + UV + UV + UV +Face 6049 +UV Count: 3 + UV + UV + UV +Face 6050 +UV Count: 3 + UV + UV + UV +Face 6051 +UV Count: 3 + UV + UV + UV +Face 6052 +UV Count: 3 + UV + UV + UV +Face 6053 +UV Count: 3 + UV + UV + UV +Face 6054 +UV Count: 3 + UV + UV + UV +Face 6055 +UV Count: 3 + UV + UV + UV +Face 6056 +UV Count: 3 + UV + UV + UV +Face 6057 +UV Count: 3 + UV + UV + UV +Face 6058 +UV Count: 3 + UV + UV + UV +Face 6059 +UV Count: 3 + UV + UV + UV +Face 6060 +UV Count: 3 + UV + UV + UV +Face 6061 +UV Count: 3 + UV + UV + UV +Face 6062 +UV Count: 3 + UV + UV + UV +Face 6063 +UV Count: 3 + UV + UV + UV +Face 6064 +UV Count: 3 + UV + UV + UV +Face 6065 +UV Count: 3 + UV + UV + UV +Face 6066 +UV Count: 3 + UV + UV + UV +Face 6067 +UV Count: 3 + UV + UV + UV +Face 6068 +UV Count: 3 + UV + UV + UV +Face 6069 +UV Count: 3 + UV + UV + UV +Face 6070 +UV Count: 3 + UV + UV + UV +Face 6071 +UV Count: 3 + UV + UV + UV +Face 6072 +UV Count: 3 + UV + UV + UV +Face 6073 +UV Count: 3 + UV + UV + UV +Face 6074 +UV Count: 3 + UV + UV + UV +Face 6075 +UV Count: 3 + UV + UV + UV +Face 6076 +UV Count: 3 + UV + UV + UV +Face 6077 +UV Count: 3 + UV + UV + UV +Face 6078 +UV Count: 3 + UV + UV + UV +Face 6079 +UV Count: 3 + UV + UV + UV +Face 6080 +UV Count: 3 + UV + UV + UV +Face 6081 +UV Count: 3 + UV + UV + UV +Face 6082 +UV Count: 3 + UV + UV + UV +Face 6083 +UV Count: 3 + UV + UV + UV +Face 6084 +UV Count: 3 + UV + UV + UV +Face 6085 +UV Count: 3 + UV + UV + UV +Face 6086 +UV Count: 3 + UV + UV + UV +Face 6087 +UV Count: 3 + UV + UV + UV +Face 6088 +UV Count: 3 + UV + UV + UV +Face 6089 +UV Count: 3 + UV + UV + UV +Face 6090 +UV Count: 3 + UV + UV + UV +Face 6091 +UV Count: 3 + UV + UV + UV +Face 6092 +UV Count: 3 + UV + UV + UV +Face 6093 +UV Count: 3 + UV + UV + UV +Face 6094 +UV Count: 3 + UV + UV + UV +Face 6095 +UV Count: 3 + UV + UV + UV +Face 6096 +UV Count: 3 + UV + UV + UV +Face 6097 +UV Count: 3 + UV + UV + UV +Face 6098 +UV Count: 3 + UV + UV + UV +Face 6099 +UV Count: 3 + UV + UV + UV +Face 6100 +UV Count: 3 + UV + UV + UV +Face 6101 +UV Count: 3 + UV + UV + UV +Face 6102 +UV Count: 3 + UV + UV + UV +Face 6103 +UV Count: 3 + UV + UV + UV +Face 6104 +UV Count: 3 + UV + UV + UV +Face 6105 +UV Count: 3 + UV + UV + UV +Face 6106 +UV Count: 3 + UV + UV + UV +Face 6107 +UV Count: 3 + UV + UV + UV +Face 6108 +UV Count: 3 + UV + UV + UV +Face 6109 +UV Count: 3 + UV + UV + UV +Face 6110 +UV Count: 3 + UV + UV + UV +Face 6111 +UV Count: 3 + UV + UV + UV +Face 6112 +UV Count: 3 + UV + UV + UV +Face 6113 +UV Count: 3 + UV + UV + UV +Face 6114 +UV Count: 3 + UV + UV + UV +Face 6115 +UV Count: 3 + UV + UV + UV +Face 6116 +UV Count: 3 + UV + UV + UV +Face 6117 +UV Count: 3 + UV + UV + UV +Face 6118 +UV Count: 3 + UV + UV + UV +Face 6119 +UV Count: 3 + UV + UV + UV +Face 6120 +UV Count: 3 + UV + UV + UV +Face 6121 +UV Count: 3 + UV + UV + UV +Face 6122 +UV Count: 3 + UV + UV + UV +Face 6123 +UV Count: 3 + UV + UV + UV +Face 6124 +UV Count: 3 + UV + UV + UV +Face 6125 +UV Count: 3 + UV + UV + UV +Face 6126 +UV Count: 3 + UV + UV + UV +Face 6127 +UV Count: 3 + UV + UV + UV +Face 6128 +UV Count: 3 + UV + UV + UV +Face 6129 +UV Count: 3 + UV + UV + UV +Face 6130 +UV Count: 3 + UV + UV + UV +Face 6131 +UV Count: 3 + UV + UV + UV +Face 6132 +UV Count: 3 + UV + UV + UV +Face 6133 +UV Count: 3 + UV + UV + UV +Face 6134 +UV Count: 3 + UV + UV + UV +Face 6135 +UV Count: 3 + UV + UV + UV +Face 6136 +UV Count: 3 + UV + UV + UV +Face 6137 +UV Count: 3 + UV + UV + UV +Face 6138 +UV Count: 3 + UV + UV + UV +Face 6139 +UV Count: 3 + UV + UV + UV +Face 6140 +UV Count: 3 + UV + UV + UV +Face 6141 +UV Count: 3 + UV + UV + UV +Face 6142 +UV Count: 3 + UV + UV + UV +Face 6143 +UV Count: 3 + UV + UV + UV +Face 6144 +UV Count: 3 + UV + UV + UV +Face 6145 +UV Count: 3 + UV + UV + UV +Face 6146 +UV Count: 3 + UV + UV + UV +Face 6147 +UV Count: 3 + UV + UV + UV +Face 6148 +UV Count: 3 + UV + UV + UV +Face 6149 +UV Count: 3 + UV + UV + UV +Face 6150 +UV Count: 3 + UV + UV + UV +Face 6151 +UV Count: 3 + UV + UV + UV +Face 6152 +UV Count: 3 + UV + UV + UV +Face 6153 +UV Count: 3 + UV + UV + UV +Face 6154 +UV Count: 3 + UV + UV + UV +Face 6155 +UV Count: 3 + UV + UV + UV +Face 6156 +UV Count: 3 + UV + UV + UV +Face 6157 +UV Count: 3 + UV + UV + UV +Face 6158 +UV Count: 3 + UV + UV + UV +Face 6159 +UV Count: 3 + UV + UV + UV +Face 6160 +UV Count: 3 + UV + UV + UV +Face 6161 +UV Count: 3 + UV + UV + UV +Face 6162 +UV Count: 3 + UV + UV + UV +Face 6163 +UV Count: 3 + UV + UV + UV +Face 6164 +UV Count: 3 + UV + UV + UV +Face 6165 +UV Count: 3 + UV + UV + UV +Face 6166 +UV Count: 3 + UV + UV + UV +Face 6167 +UV Count: 3 + UV + UV + UV +Face 6168 +UV Count: 3 + UV + UV + UV +Face 6169 +UV Count: 3 + UV + UV + UV +Face 6170 +UV Count: 3 + UV + UV + UV +Face 6171 +UV Count: 3 + UV + UV + UV +Face 6172 +UV Count: 3 + UV + UV + UV +Face 6173 +UV Count: 3 + UV + UV + UV +Face 6174 +UV Count: 3 + UV + UV + UV +Face 6175 +UV Count: 3 + UV + UV + UV +Face 6176 +UV Count: 3 + UV + UV + UV +Face 6177 +UV Count: 3 + UV + UV + UV +Face 6178 +UV Count: 3 + UV + UV + UV +Face 6179 +UV Count: 3 + UV + UV + UV +Face 6180 +UV Count: 3 + UV + UV + UV +Face 6181 +UV Count: 3 + UV + UV + UV +Face 6182 +UV Count: 3 + UV + UV + UV +Face 6183 +UV Count: 3 + UV + UV + UV +Face 6184 +UV Count: 3 + UV + UV + UV +Face 6185 +UV Count: 3 + UV + UV + UV +Face 6186 +UV Count: 3 + UV + UV + UV +Face 6187 +UV Count: 3 + UV + UV + UV +Face 6188 +UV Count: 3 + UV + UV + UV +Face 6189 +UV Count: 3 + UV + UV + UV +Face 6190 +UV Count: 3 + UV + UV + UV +Face 6191 +UV Count: 3 + UV + UV + UV +Face 6192 +UV Count: 3 + UV + UV + UV +Face 6193 +UV Count: 3 + UV + UV + UV +Face 6194 +UV Count: 3 + UV + UV + UV +Face 6195 +UV Count: 3 + UV + UV + UV +Face 6196 +UV Count: 3 + UV + UV + UV +Face 6197 +UV Count: 3 + UV + UV + UV +Face 6198 +UV Count: 3 + UV + UV + UV +Face 6199 +UV Count: 3 + UV + UV + UV +Face 6200 +UV Count: 3 + UV + UV + UV +Face 6201 +UV Count: 3 + UV + UV + UV +Face 6202 +UV Count: 3 + UV + UV + UV +Face 6203 +UV Count: 3 + UV + UV + UV +Face 6204 +UV Count: 3 + UV + UV + UV +Face 6205 +UV Count: 3 + UV + UV + UV +Face 6206 +UV Count: 3 + UV + UV + UV +Face 6207 +UV Count: 3 + UV + UV + UV +Face 6208 +UV Count: 3 + UV + UV + UV +Face 6209 +UV Count: 3 + UV + UV + UV +Face 6210 +UV Count: 3 + UV + UV + UV +Face 6211 +UV Count: 3 + UV + UV + UV +Face 6212 +UV Count: 3 + UV + UV + UV +Face 6213 +UV Count: 3 + UV + UV + UV +Face 6214 +UV Count: 3 + UV + UV + UV +Face 6215 +UV Count: 3 + UV + UV + UV +Face 6216 +UV Count: 3 + UV + UV + UV +Face 6217 +UV Count: 3 + UV + UV + UV +Face 6218 +UV Count: 3 + UV + UV + UV +Face 6219 +UV Count: 3 + UV + UV + UV +Face 6220 +UV Count: 3 + UV + UV + UV +Face 6221 +UV Count: 3 + UV + UV + UV +Face 6222 +UV Count: 3 + UV + UV + UV +Face 6223 +UV Count: 3 + UV + UV + UV +Face 6224 +UV Count: 3 + UV + UV + UV +Face 6225 +UV Count: 3 + UV + UV + UV +Face 6226 +UV Count: 3 + UV + UV + UV +Face 6227 +UV Count: 3 + UV + UV + UV +Face 6228 +UV Count: 3 + UV + UV + UV +Face 6229 +UV Count: 3 + UV + UV + UV +Face 6230 +UV Count: 3 + UV + UV + UV +Face 6231 +UV Count: 3 + UV + UV + UV +Face 6232 +UV Count: 3 + UV + UV + UV +Face 6233 +UV Count: 3 + UV + UV + UV +Face 6234 +UV Count: 3 + UV + UV + UV +Face 6235 +UV Count: 3 + UV + UV + UV +Face 6236 +UV Count: 3 + UV + UV + UV +Face 6237 +UV Count: 3 + UV + UV + UV +Face 6238 +UV Count: 3 + UV + UV + UV +Face 6239 +UV Count: 3 + UV + UV + UV +Face 6240 +UV Count: 3 + UV + UV + UV +Face 6241 +UV Count: 3 + UV + UV + UV +Face 6242 +UV Count: 3 + UV + UV + UV +Face 6243 +UV Count: 3 + UV + UV + UV +Face 6244 +UV Count: 3 + UV + UV + UV +Face 6245 +UV Count: 3 + UV + UV + UV +Face 6246 +UV Count: 3 + UV + UV + UV +Face 6247 +UV Count: 3 + UV + UV + UV +Face 6248 +UV Count: 3 + UV + UV + UV +Face 6249 +UV Count: 3 + UV + UV + UV +Face 6250 +UV Count: 3 + UV + UV + UV +Face 6251 +UV Count: 3 + UV + UV + UV +Face 6252 +UV Count: 3 + UV + UV + UV +Face 6253 +UV Count: 3 + UV + UV + UV +Face 6254 +UV Count: 3 + UV + UV + UV +Face 6255 +UV Count: 3 + UV + UV + UV +Face 6256 +UV Count: 3 + UV + UV + UV +Face 6257 +UV Count: 3 + UV + UV + UV +Face 6258 +UV Count: 3 + UV + UV + UV +Face 6259 +UV Count: 3 + UV + UV + UV +Face 6260 +UV Count: 3 + UV + UV + UV +Face 6261 +UV Count: 3 + UV + UV + UV +Face 6262 +UV Count: 3 + UV + UV + UV +Face 6263 +UV Count: 3 + UV + UV + UV +Face 6264 +UV Count: 3 + UV + UV + UV +Face 6265 +UV Count: 3 + UV + UV + UV +Face 6266 +UV Count: 3 + UV + UV + UV +Face 6267 +UV Count: 3 + UV + UV + UV +Face 6268 +UV Count: 3 + UV + UV + UV +Face 6269 +UV Count: 3 + UV + UV + UV +Face 6270 +UV Count: 3 + UV + UV + UV +Face 6271 +UV Count: 3 + UV + UV + UV +Face 6272 +UV Count: 3 + UV + UV + UV +Face 6273 +UV Count: 3 + UV + UV + UV +Face 6274 +UV Count: 3 + UV + UV + UV +Face 6275 +UV Count: 3 + UV + UV + UV +Face 6276 +UV Count: 3 + UV + UV + UV +Face 6277 +UV Count: 3 + UV + UV + UV +Face 6278 +UV Count: 3 + UV + UV + UV +Face 6279 +UV Count: 3 + UV + UV + UV +Face 6280 +UV Count: 3 + UV + UV + UV +Face 6281 +UV Count: 3 + UV + UV + UV +Face 6282 +UV Count: 3 + UV + UV + UV +Face 6283 +UV Count: 3 + UV + UV + UV +Face 6284 +UV Count: 3 + UV + UV + UV +Face 6285 +UV Count: 3 + UV + UV + UV +Face 6286 +UV Count: 3 + UV + UV + UV +Face 6287 +UV Count: 3 + UV + UV + UV +Face 6288 +UV Count: 3 + UV + UV + UV +Face 6289 +UV Count: 3 + UV + UV + UV +Face 6290 +UV Count: 3 + UV + UV + UV +Face 6291 +UV Count: 3 + UV + UV + UV +Face 6292 +UV Count: 3 + UV + UV + UV +Face 6293 +UV Count: 3 + UV + UV + UV +Face 6294 +UV Count: 3 + UV + UV + UV +Face 6295 +UV Count: 3 + UV + UV + UV +Face 6296 +UV Count: 3 + UV + UV + UV +Face 6297 +UV Count: 3 + UV + UV + UV +Face 6298 +UV Count: 3 + UV + UV + UV +Face 6299 +UV Count: 3 + UV + UV + UV +Face 6300 +UV Count: 3 + UV + UV + UV +Face 6301 +UV Count: 3 + UV + UV + UV +Face 6302 +UV Count: 3 + UV + UV + UV +Face 6303 +UV Count: 3 + UV + UV + UV +Face 6304 +UV Count: 3 + UV + UV + UV +Face 6305 +UV Count: 3 + UV + UV + UV +Face 6306 +UV Count: 3 + UV + UV + UV +Face 6307 +UV Count: 3 + UV + UV + UV +Face 6308 +UV Count: 3 + UV + UV + UV +Face 6309 +UV Count: 3 + UV + UV + UV +Face 6310 +UV Count: 3 + UV + UV + UV +Face 6311 +UV Count: 3 + UV + UV + UV +Face 6312 +UV Count: 3 + UV + UV + UV +Face 6313 +UV Count: 3 + UV + UV + UV +Face 6314 +UV Count: 3 + UV + UV + UV +Face 6315 +UV Count: 3 + UV + UV + UV +Face 6316 +UV Count: 3 + UV + UV + UV +Face 6317 +UV Count: 3 + UV + UV + UV +Face 6318 +UV Count: 3 + UV + UV + UV +Face 6319 +UV Count: 3 + UV + UV + UV +Face 6320 +UV Count: 3 + UV + UV + UV +Face 6321 +UV Count: 3 + UV + UV + UV +Face 6322 +UV Count: 3 + UV + UV + UV +Face 6323 +UV Count: 3 + UV + UV + UV +Face 6324 +UV Count: 3 + UV + UV + UV +Face 6325 +UV Count: 3 + UV + UV + UV +Face 6326 +UV Count: 3 + UV + UV + UV +Face 6327 +UV Count: 3 + UV + UV + UV +Face 6328 +UV Count: 3 + UV + UV + UV +Face 6329 +UV Count: 3 + UV + UV + UV +Face 6330 +UV Count: 3 + UV + UV + UV +Face 6331 +UV Count: 3 + UV + UV + UV +Face 6332 +UV Count: 3 + UV + UV + UV +Face 6333 +UV Count: 3 + UV + UV + UV +Face 6334 +UV Count: 3 + UV + UV + UV +Face 6335 +UV Count: 3 + UV + UV + UV +Face 6336 +UV Count: 3 + UV + UV + UV +Face 6337 +UV Count: 3 + UV + UV + UV +Face 6338 +UV Count: 3 + UV + UV + UV +Face 6339 +UV Count: 3 + UV + UV + UV +Face 6340 +UV Count: 3 + UV + UV + UV +Face 6341 +UV Count: 3 + UV + UV + UV +Face 6342 +UV Count: 3 + UV + UV + UV +Face 6343 +UV Count: 3 + UV + UV + UV +Face 6344 +UV Count: 3 + UV + UV + UV +Face 6345 +UV Count: 3 + UV + UV + UV +Face 6346 +UV Count: 3 + UV + UV + UV +Face 6347 +UV Count: 3 + UV + UV + UV +Face 6348 +UV Count: 3 + UV + UV + UV +Face 6349 +UV Count: 3 + UV + UV + UV +Face 6350 +UV Count: 3 + UV + UV + UV +Face 6351 +UV Count: 3 + UV + UV + UV +Face 6352 +UV Count: 3 + UV + UV + UV +Face 6353 +UV Count: 3 + UV + UV + UV +Face 6354 +UV Count: 3 + UV + UV + UV +Face 6355 +UV Count: 3 + UV + UV + UV +Face 6356 +UV Count: 3 + UV + UV + UV +Face 6357 +UV Count: 3 + UV + UV + UV +Face 6358 +UV Count: 3 + UV + UV + UV +Face 6359 +UV Count: 3 + UV + UV + UV +Face 6360 +UV Count: 3 + UV + UV + UV +Face 6361 +UV Count: 3 + UV + UV + UV +Face 6362 +UV Count: 3 + UV + UV + UV +Face 6363 +UV Count: 3 + UV + UV + UV +Face 6364 +UV Count: 3 + UV + UV + UV +Face 6365 +UV Count: 3 + UV + UV + UV +Face 6366 +UV Count: 3 + UV + UV + UV +Face 6367 +UV Count: 3 + UV + UV + UV +Face 6368 +UV Count: 3 + UV + UV + UV +Face 6369 +UV Count: 3 + UV + UV + UV +Face 6370 +UV Count: 3 + UV + UV + UV +Face 6371 +UV Count: 3 + UV + UV + UV +Face 6372 +UV Count: 3 + UV + UV + UV +Face 6373 +UV Count: 3 + UV + UV + UV +Face 6374 +UV Count: 3 + UV + UV + UV +Face 6375 +UV Count: 3 + UV + UV + UV +Face 6376 +UV Count: 3 + UV + UV + UV +Face 6377 +UV Count: 3 + UV + UV + UV +Face 6378 +UV Count: 3 + UV + UV + UV +Face 6379 +UV Count: 3 + UV + UV + UV +Face 6380 +UV Count: 3 + UV + UV + UV +Face 6381 +UV Count: 3 + UV + UV + UV +Face 6382 +UV Count: 3 + UV + UV + UV +Face 6383 +UV Count: 3 + UV + UV + UV +Face 6384 +UV Count: 3 + UV + UV + UV +Face 6385 +UV Count: 3 + UV + UV + UV +Face 6386 +UV Count: 3 + UV + UV + UV +Face 6387 +UV Count: 3 + UV + UV + UV +Face 6388 +UV Count: 3 + UV + UV + UV +Face 6389 +UV Count: 3 + UV + UV + UV +Face 6390 +UV Count: 3 + UV + UV + UV +Face 6391 +UV Count: 3 + UV + UV + UV +Face 6392 +UV Count: 3 + UV + UV + UV +Face 6393 +UV Count: 3 + UV + UV + UV +Face 6394 +UV Count: 3 + UV + UV + UV +Face 6395 +UV Count: 3 + UV + UV + UV +Face 6396 +UV Count: 3 + UV + UV + UV +Face 6397 +UV Count: 3 + UV + UV + UV +Face 6398 +UV Count: 3 + UV + UV + UV +Face 6399 +UV Count: 3 + UV + UV + UV +Face 6400 +UV Count: 3 + UV + UV + UV +Face 6401 +UV Count: 3 + UV + UV + UV +Face 6402 +UV Count: 3 + UV + UV + UV +Face 6403 +UV Count: 3 + UV + UV + UV +Face 6404 +UV Count: 3 + UV + UV + UV +Face 6405 +UV Count: 3 + UV + UV + UV +Face 6406 +UV Count: 3 + UV + UV + UV +Face 6407 +UV Count: 3 + UV + UV + UV +Face 6408 +UV Count: 3 + UV + UV + UV +Face 6409 +UV Count: 3 + UV + UV + UV +Face 6410 +UV Count: 3 + UV + UV + UV +Face 6411 +UV Count: 3 + UV + UV + UV +Face 6412 +UV Count: 3 + UV + UV + UV +Face 6413 +UV Count: 3 + UV + UV + UV +Face 6414 +UV Count: 3 + UV + UV + UV +Face 6415 +UV Count: 3 + UV + UV + UV +Face 6416 +UV Count: 3 + UV + UV + UV +Face 6417 +UV Count: 3 + UV + UV + UV +Face 6418 +UV Count: 3 + UV + UV + UV +Face 6419 +UV Count: 3 + UV + UV + UV +Face 6420 +UV Count: 3 + UV + UV + UV +Face 6421 +UV Count: 3 + UV + UV + UV +Face 6422 +UV Count: 3 + UV + UV + UV +Face 6423 +UV Count: 3 + UV + UV + UV +Face 6424 +UV Count: 3 + UV + UV + UV +Face 6425 +UV Count: 3 + UV + UV + UV +Face 6426 +UV Count: 3 + UV + UV + UV +Face 6427 +UV Count: 3 + UV + UV + UV +Face 6428 +UV Count: 3 + UV + UV + UV +Face 6429 +UV Count: 3 + UV + UV + UV +Face 6430 +UV Count: 3 + UV + UV + UV +Face 6431 +UV Count: 3 + UV + UV + UV +Face 6432 +UV Count: 3 + UV + UV + UV +Face 6433 +UV Count: 3 + UV + UV + UV +Face 6434 +UV Count: 3 + UV + UV + UV +Face 6435 +UV Count: 3 + UV + UV + UV +Face 6436 +UV Count: 3 + UV + UV + UV +Face 6437 +UV Count: 3 + UV + UV + UV +Face 6438 +UV Count: 3 + UV + UV + UV +Face 6439 +UV Count: 3 + UV + UV + UV +Face 6440 +UV Count: 3 + UV + UV + UV +Face 6441 +UV Count: 3 + UV + UV + UV +Face 6442 +UV Count: 3 + UV + UV + UV +Face 6443 +UV Count: 3 + UV + UV + UV +Face 6444 +UV Count: 3 + UV + UV + UV +Face 6445 +UV Count: 3 + UV + UV + UV +Face 6446 +UV Count: 3 + UV + UV + UV +Face 6447 +UV Count: 3 + UV + UV + UV +Face 6448 +UV Count: 3 + UV + UV + UV +Face 6449 +UV Count: 3 + UV + UV + UV +Face 6450 +UV Count: 3 + UV + UV + UV +Face 6451 +UV Count: 3 + UV + UV + UV +Face 6452 +UV Count: 3 + UV + UV + UV +Face 6453 +UV Count: 3 + UV + UV + UV +Face 6454 +UV Count: 3 + UV + UV + UV +Face 6455 +UV Count: 3 + UV + UV + UV +Face 6456 +UV Count: 3 + UV + UV + UV +Face 6457 +UV Count: 3 + UV + UV + UV +Face 6458 +UV Count: 3 + UV + UV + UV +Face 6459 +UV Count: 3 + UV + UV + UV +Face 6460 +UV Count: 3 + UV + UV + UV +Face 6461 +UV Count: 3 + UV + UV + UV +Face 6462 +UV Count: 3 + UV + UV + UV +Face 6463 +UV Count: 3 + UV + UV + UV +Face 6464 +UV Count: 3 + UV + UV + UV +Face 6465 +UV Count: 3 + UV + UV + UV +Face 6466 +UV Count: 3 + UV + UV + UV +Face 6467 +UV Count: 3 + UV + UV + UV +Face 6468 +UV Count: 3 + UV + UV + UV +Face 6469 +UV Count: 3 + UV + UV + UV +Face 6470 +UV Count: 3 + UV + UV + UV +Face 6471 +UV Count: 3 + UV + UV + UV +Face 6472 +UV Count: 3 + UV + UV + UV +Face 6473 +UV Count: 3 + UV + UV + UV +Face 6474 +UV Count: 3 + UV + UV + UV +Face 6475 +UV Count: 3 + UV + UV + UV +Face 6476 +UV Count: 3 + UV + UV + UV +Face 6477 +UV Count: 3 + UV + UV + UV +Face 6478 +UV Count: 3 + UV + UV + UV +Face 6479 +UV Count: 3 + UV + UV + UV +Face 6480 +UV Count: 3 + UV + UV + UV +Face 6481 +UV Count: 3 + UV + UV + UV +Face 6482 +UV Count: 3 + UV + UV + UV +Face 6483 +UV Count: 3 + UV + UV + UV +Face 6484 +UV Count: 3 + UV + UV + UV +Face 6485 +UV Count: 3 + UV + UV + UV +Face 6486 +UV Count: 3 + UV + UV + UV +Face 6487 +UV Count: 3 + UV + UV + UV +Face 6488 +UV Count: 3 + UV + UV + UV +Face 6489 +UV Count: 3 + UV + UV + UV +Face 6490 +UV Count: 3 + UV + UV + UV +Face 6491 +UV Count: 3 + UV + UV + UV +Face 6492 +UV Count: 3 + UV + UV + UV +Face 6493 +UV Count: 3 + UV + UV + UV +Face 6494 +UV Count: 3 + UV + UV + UV +Face 6495 +UV Count: 3 + UV + UV + UV +Face 6496 +UV Count: 3 + UV + UV + UV +Face 6497 +UV Count: 3 + UV + UV + UV +Face 6498 +UV Count: 3 + UV + UV + UV +Face 6499 +UV Count: 3 + UV + UV + UV +Face 6500 +UV Count: 3 + UV + UV + UV +Face 6501 +UV Count: 3 + UV + UV + UV +Face 6502 +UV Count: 3 + UV + UV + UV +Face 6503 +UV Count: 3 + UV + UV + UV +Face 6504 +UV Count: 3 + UV + UV + UV +Face 6505 +UV Count: 3 + UV + UV + UV +Face 6506 +UV Count: 3 + UV + UV + UV +Face 6507 +UV Count: 3 + UV + UV + UV +Face 6508 +UV Count: 3 + UV + UV + UV +Face 6509 +UV Count: 3 + UV + UV + UV +Face 6510 +UV Count: 3 + UV + UV + UV +Face 6511 +UV Count: 3 + UV + UV + UV +Face 6512 +UV Count: 3 + UV + UV + UV +Face 6513 +UV Count: 3 + UV + UV + UV +Face 6514 +UV Count: 3 + UV + UV + UV +Face 6515 +UV Count: 3 + UV + UV + UV +Face 6516 +UV Count: 3 + UV + UV + UV +Face 6517 +UV Count: 3 + UV + UV + UV +Face 6518 +UV Count: 3 + UV + UV + UV +Face 6519 +UV Count: 3 + UV + UV + UV +Face 6520 +UV Count: 3 + UV + UV + UV +Face 6521 +UV Count: 3 + UV + UV + UV +Face 6522 +UV Count: 3 + UV + UV + UV +Face 6523 +UV Count: 3 + UV + UV + UV +Face 6524 +UV Count: 3 + UV + UV + UV +Face 6525 +UV Count: 3 + UV + UV + UV +Face 6526 +UV Count: 3 + UV + UV + UV +Face 6527 +UV Count: 3 + UV + UV + UV +Face 6528 +UV Count: 3 + UV + UV + UV +Face 6529 +UV Count: 3 + UV + UV + UV +Face 6530 +UV Count: 3 + UV + UV + UV +Face 6531 +UV Count: 3 + UV + UV + UV +Face 6532 +UV Count: 3 + UV + UV + UV +Face 6533 +UV Count: 3 + UV + UV + UV +Face 6534 +UV Count: 3 + UV + UV + UV +Face 6535 +UV Count: 3 + UV + UV + UV +Face 6536 +UV Count: 3 + UV + UV + UV +Face 6537 +UV Count: 3 + UV + UV + UV +Face 6538 +UV Count: 3 + UV + UV + UV +Face 6539 +UV Count: 3 + UV + UV + UV +Face 6540 +UV Count: 3 + UV + UV + UV +Face 6541 +UV Count: 3 + UV + UV + UV +Face 6542 +UV Count: 3 + UV + UV + UV +Face 6543 +UV Count: 3 + UV + UV + UV +Face 6544 +UV Count: 3 + UV + UV + UV +Face 6545 +UV Count: 3 + UV + UV + UV +Face 6546 +UV Count: 3 + UV + UV + UV +Face 6547 +UV Count: 3 + UV + UV + UV +Face 6548 +UV Count: 3 + UV + UV + UV +Face 6549 +UV Count: 3 + UV + UV + UV +Face 6550 +UV Count: 3 + UV + UV + UV +Face 6551 +UV Count: 3 + UV + UV + UV +Face 6552 +UV Count: 3 + UV + UV + UV +Face 6553 +UV Count: 3 + UV + UV + UV +Face 6554 +UV Count: 3 + UV + UV + UV +Face 6555 +UV Count: 3 + UV + UV + UV +Face 6556 +UV Count: 3 + UV + UV + UV +Face 6557 +UV Count: 3 + UV + UV + UV +Face 6558 +UV Count: 3 + UV + UV + UV +Face 6559 +UV Count: 3 + UV + UV + UV +Face 6560 +UV Count: 3 + UV + UV + UV +Face 6561 +UV Count: 3 + UV + UV + UV +Face 6562 +UV Count: 3 + UV + UV + UV +Face 6563 +UV Count: 3 + UV + UV + UV +Face 6564 +UV Count: 3 + UV + UV + UV +Face 6565 +UV Count: 3 + UV + UV + UV +Face 6566 +UV Count: 3 + UV + UV + UV +Face 6567 +UV Count: 3 + UV + UV + UV +Face 6568 +UV Count: 3 + UV + UV + UV +Face 6569 +UV Count: 3 + UV + UV + UV +Face 6570 +UV Count: 3 + UV + UV + UV +Face 6571 +UV Count: 3 + UV + UV + UV +Face 6572 +UV Count: 3 + UV + UV + UV +Face 6573 +UV Count: 3 + UV + UV + UV +Face 6574 +UV Count: 3 + UV + UV + UV +Face 6575 +UV Count: 3 + UV + UV + UV +Face 6576 +UV Count: 3 + UV + UV + UV +Face 6577 +UV Count: 3 + UV + UV + UV +Face 6578 +UV Count: 3 + UV + UV + UV +Face 6579 +UV Count: 3 + UV + UV + UV +Face 6580 +UV Count: 3 + UV + UV + UV +Face 6581 +UV Count: 3 + UV + UV + UV +Face 6582 +UV Count: 3 + UV + UV + UV +Face 6583 +UV Count: 3 + UV + UV + UV +Face 6584 +UV Count: 3 + UV + UV + UV +Face 6585 +UV Count: 3 + UV + UV + UV +Face 6586 +UV Count: 3 + UV + UV + UV +Face 6587 +UV Count: 3 + UV + UV + UV +Face 6588 +UV Count: 3 + UV + UV + UV +Face 6589 +UV Count: 3 + UV + UV + UV +Face 6590 +UV Count: 3 + UV + UV + UV +Face 6591 +UV Count: 3 + UV + UV + UV +Face 6592 +UV Count: 3 + UV + UV + UV +Face 6593 +UV Count: 3 + UV + UV + UV +Face 6594 +UV Count: 3 + UV + UV + UV +Face 6595 +UV Count: 3 + UV + UV + UV +Face 6596 +UV Count: 3 + UV + UV + UV +Face 6597 +UV Count: 3 + UV + UV + UV +Face 6598 +UV Count: 3 + UV + UV + UV +Face 6599 +UV Count: 3 + UV + UV + UV +Face 6600 +UV Count: 3 + UV + UV + UV +Face 6601 +UV Count: 3 + UV + UV + UV +Face 6602 +UV Count: 3 + UV + UV + UV +Face 6603 +UV Count: 3 + UV + UV + UV +Face 6604 +UV Count: 3 + UV + UV + UV +Face 6605 +UV Count: 3 + UV + UV + UV +Face 6606 +UV Count: 3 + UV + UV + UV +Face 6607 +UV Count: 3 + UV + UV + UV +Face 6608 +UV Count: 3 + UV + UV + UV +Face 6609 +UV Count: 3 + UV + UV + UV +Face 6610 +UV Count: 3 + UV + UV + UV +Face 6611 +UV Count: 3 + UV + UV + UV +Face 6612 +UV Count: 3 + UV + UV + UV +Face 6613 +UV Count: 3 + UV + UV + UV +Face 6614 +UV Count: 3 + UV + UV + UV +Face 6615 +UV Count: 3 + UV + UV + UV +Face 6616 +UV Count: 3 + UV + UV + UV +Face 6617 +UV Count: 3 + UV + UV + UV +Face 6618 +UV Count: 3 + UV + UV + UV +Face 6619 +UV Count: 3 + UV + UV + UV +Face 6620 +UV Count: 3 + UV + UV + UV +Face 6621 +UV Count: 3 + UV + UV + UV +Face 6622 +UV Count: 3 + UV + UV + UV +Face 6623 +UV Count: 3 + UV + UV + UV +Face 6624 +UV Count: 3 + UV + UV + UV +Face 6625 +UV Count: 3 + UV + UV + UV +Face 6626 +UV Count: 3 + UV + UV + UV +Face 6627 +UV Count: 3 + UV + UV + UV +Face 6628 +UV Count: 3 + UV + UV + UV +Face 6629 +UV Count: 3 + UV + UV + UV +Face 6630 +UV Count: 3 + UV + UV + UV +Face 6631 +UV Count: 3 + UV + UV + UV +Face 6632 +UV Count: 3 + UV + UV + UV +Face 6633 +UV Count: 3 + UV + UV + UV +Face 6634 +UV Count: 3 + UV + UV + UV +Face 6635 +UV Count: 3 + UV + UV + UV +Face 6636 +UV Count: 3 + UV + UV + UV +Face 6637 +UV Count: 3 + UV + UV + UV +Face 6638 +UV Count: 3 + UV + UV + UV +Face 6639 +UV Count: 3 + UV + UV + UV +Face 6640 +UV Count: 3 + UV + UV + UV +Face 6641 +UV Count: 3 + UV + UV + UV +Face 6642 +UV Count: 3 + UV + UV + UV +Face 6643 +UV Count: 3 + UV + UV + UV +Face 6644 +UV Count: 3 + UV + UV + UV +Face 6645 +UV Count: 3 + UV + UV + UV +Face 6646 +UV Count: 3 + UV + UV + UV +Face 6647 +UV Count: 3 + UV + UV + UV +Face 6648 +UV Count: 3 + UV + UV + UV +Face 6649 +UV Count: 3 + UV + UV + UV +Face 6650 +UV Count: 3 + UV + UV + UV +Face 6651 +UV Count: 3 + UV + UV + UV +Face 6652 +UV Count: 3 + UV + UV + UV +Face 6653 +UV Count: 3 + UV + UV + UV +Face 6654 +UV Count: 3 + UV + UV + UV +Face 6655 +UV Count: 3 + UV + UV + UV +Face 6656 +UV Count: 3 + UV + UV + UV +Face 6657 +UV Count: 3 + UV + UV + UV +Face 6658 +UV Count: 3 + UV + UV + UV +Face 6659 +UV Count: 3 + UV + UV + UV +Face 6660 +UV Count: 3 + UV + UV + UV +Face 6661 +UV Count: 3 + UV + UV + UV +Face 6662 +UV Count: 3 + UV + UV + UV +Face 6663 +UV Count: 3 + UV + UV + UV +Face 6664 +UV Count: 3 + UV + UV + UV +Face 6665 +UV Count: 3 + UV + UV + UV +Face 6666 +UV Count: 3 + UV + UV + UV +Face 6667 +UV Count: 3 + UV + UV + UV +Face 6668 +UV Count: 3 + UV + UV + UV +Face 6669 +UV Count: 3 + UV + UV + UV +Face 6670 +UV Count: 3 + UV + UV + UV +Face 6671 +UV Count: 3 + UV + UV + UV +Face 6672 +UV Count: 3 + UV + UV + UV +Face 6673 +UV Count: 3 + UV + UV + UV +Face 6674 +UV Count: 3 + UV + UV + UV +Face 6675 +UV Count: 3 + UV + UV + UV +Face 6676 +UV Count: 3 + UV + UV + UV +Face 6677 +UV Count: 3 + UV + UV + UV +Face 6678 +UV Count: 3 + UV + UV + UV +Face 6679 +UV Count: 3 + UV + UV + UV +Face 6680 +UV Count: 3 + UV + UV + UV +Face 6681 +UV Count: 3 + UV + UV + UV +Face 6682 +UV Count: 3 + UV + UV + UV +Face 6683 +UV Count: 3 + UV + UV + UV +Face 6684 +UV Count: 3 + UV + UV + UV +Face 6685 +UV Count: 3 + UV + UV + UV +Face 6686 +UV Count: 3 + UV + UV + UV +Face 6687 +UV Count: 3 + UV + UV + UV +Face 6688 +UV Count: 3 + UV + UV + UV +Face 6689 +UV Count: 3 + UV + UV + UV +Face 6690 +UV Count: 3 + UV + UV + UV +Face 6691 +UV Count: 3 + UV + UV + UV +Face 6692 +UV Count: 3 + UV + UV + UV +Face 6693 +UV Count: 3 + UV + UV + UV +Face 6694 +UV Count: 3 + UV + UV + UV +Face 6695 +UV Count: 3 + UV + UV + UV +Face 6696 +UV Count: 3 + UV + UV + UV +Face 6697 +UV Count: 3 + UV + UV + UV +Face 6698 +UV Count: 3 + UV + UV + UV +Face 6699 +UV Count: 3 + UV + UV + UV +Face 6700 +UV Count: 3 + UV + UV + UV +Face 6701 +UV Count: 3 + UV + UV + UV +Face 6702 +UV Count: 3 + UV + UV + UV +Face 6703 +UV Count: 3 + UV + UV + UV +Face 6704 +UV Count: 3 + UV + UV + UV +Face 6705 +UV Count: 3 + UV + UV + UV +Face 6706 +UV Count: 3 + UV + UV + UV +Face 6707 +UV Count: 3 + UV + UV + UV +Face 6708 +UV Count: 3 + UV + UV + UV +Face 6709 +UV Count: 3 + UV + UV + UV +Face 6710 +UV Count: 3 + UV + UV + UV +Face 6711 +UV Count: 3 + UV + UV + UV +Face 6712 +UV Count: 3 + UV + UV + UV +Face 6713 +UV Count: 3 + UV + UV + UV +Face 6714 +UV Count: 3 + UV + UV + UV +Face 6715 +UV Count: 3 + UV + UV + UV +Face 6716 +UV Count: 3 + UV + UV + UV +Face 6717 +UV Count: 3 + UV + UV + UV +Face 6718 +UV Count: 3 + UV + UV + UV +Face 6719 +UV Count: 3 + UV + UV + UV +Face 6720 +UV Count: 3 + UV + UV + UV +Face 6721 +UV Count: 3 + UV + UV + UV +Face 6722 +UV Count: 3 + UV + UV + UV +Face 6723 +UV Count: 3 + UV + UV + UV +Face 6724 +UV Count: 3 + UV + UV + UV +Face 6725 +UV Count: 3 + UV + UV + UV +Face 6726 +UV Count: 3 + UV + UV + UV +Face 6727 +UV Count: 3 + UV + UV + UV +Face 6728 +UV Count: 3 + UV + UV + UV +Face 6729 +UV Count: 3 + UV + UV + UV +Face 6730 +UV Count: 3 + UV + UV + UV +Face 6731 +UV Count: 3 + UV + UV + UV +Face 6732 +UV Count: 3 + UV + UV + UV +Face 6733 +UV Count: 3 + UV + UV + UV +Face 6734 +UV Count: 3 + UV + UV + UV +Face 6735 +UV Count: 3 + UV + UV + UV +Face 6736 +UV Count: 3 + UV + UV + UV +Face 6737 +UV Count: 3 + UV + UV + UV +Face 6738 +UV Count: 3 + UV + UV + UV +Face 6739 +UV Count: 3 + UV + UV + UV +Face 6740 +UV Count: 3 + UV + UV + UV +Face 6741 +UV Count: 3 + UV + UV + UV +Face 6742 +UV Count: 3 + UV + UV + UV +Face 6743 +UV Count: 3 + UV + UV + UV +Face 6744 +UV Count: 3 + UV + UV + UV +Face 6745 +UV Count: 3 + UV + UV + UV +Face 6746 +UV Count: 3 + UV + UV + UV +Face 6747 +UV Count: 3 + UV + UV + UV +Face 6748 +UV Count: 3 + UV + UV + UV +Face 6749 +UV Count: 3 + UV + UV + UV +Face 6750 +UV Count: 3 + UV + UV + UV +Face 6751 +UV Count: 3 + UV + UV + UV +Face 6752 +UV Count: 3 + UV + UV + UV +Face 6753 +UV Count: 3 + UV + UV + UV +Face 6754 +UV Count: 3 + UV + UV + UV +Face 6755 +UV Count: 3 + UV + UV + UV +Face 6756 +UV Count: 3 + UV + UV + UV +Face 6757 +UV Count: 3 + UV + UV + UV +Face 6758 +UV Count: 3 + UV + UV + UV +Face 6759 +UV Count: 3 + UV + UV + UV +Face 6760 +UV Count: 3 + UV + UV + UV +Face 6761 +UV Count: 3 + UV + UV + UV +Face 6762 +UV Count: 3 + UV + UV + UV +Face 6763 +UV Count: 3 + UV + UV + UV +Face 6764 +UV Count: 3 + UV + UV + UV +Face 6765 +UV Count: 3 + UV + UV + UV +Face 6766 +UV Count: 3 + UV + UV + UV +Face 6767 +UV Count: 3 + UV + UV + UV +Face 6768 +UV Count: 3 + UV + UV + UV +Face 6769 +UV Count: 3 + UV + UV + UV +Face 6770 +UV Count: 3 + UV + UV + UV +Face 6771 +UV Count: 3 + UV + UV + UV +Face 6772 +UV Count: 3 + UV + UV + UV +Face 6773 +UV Count: 3 + UV + UV + UV +Face 6774 +UV Count: 3 + UV + UV + UV +Face 6775 +UV Count: 3 + UV + UV + UV +Face 6776 +UV Count: 3 + UV + UV + UV +Face 6777 +UV Count: 3 + UV + UV + UV +Face 6778 +UV Count: 3 + UV + UV + UV +Face 6779 +UV Count: 3 + UV + UV + UV +Face 6780 +UV Count: 3 + UV + UV + UV +Face 6781 +UV Count: 3 + UV + UV + UV +Face 6782 +UV Count: 3 + UV + UV + UV +Face 6783 +UV Count: 3 + UV + UV + UV +Face 6784 +UV Count: 3 + UV + UV + UV +Face 6785 +UV Count: 3 + UV + UV + UV +Face 6786 +UV Count: 3 + UV + UV + UV +Face 6787 +UV Count: 3 + UV + UV + UV +Face 6788 +UV Count: 3 + UV + UV + UV +Face 6789 +UV Count: 3 + UV + UV + UV +Face 6790 +UV Count: 3 + UV + UV + UV +Face 6791 +UV Count: 3 + UV + UV + UV +Face 6792 +UV Count: 3 + UV + UV + UV +Face 6793 +UV Count: 3 + UV + UV + UV +Face 6794 +UV Count: 3 + UV + UV + UV +Face 6795 +UV Count: 3 + UV + UV + UV +Face 6796 +UV Count: 3 + UV + UV + UV +Face 6797 +UV Count: 3 + UV + UV + UV +Face 6798 +UV Count: 3 + UV + UV + UV +Face 6799 +UV Count: 3 + UV + UV + UV +Face 6800 +UV Count: 3 + UV + UV + UV +Face 6801 +UV Count: 3 + UV + UV + UV +Face 6802 +UV Count: 3 + UV + UV + UV +Face 6803 +UV Count: 3 + UV + UV + UV +Face 6804 +UV Count: 3 + UV + UV + UV +Face 6805 +UV Count: 3 + UV + UV + UV +Face 6806 +UV Count: 3 + UV + UV + UV +Face 6807 +UV Count: 3 + UV + UV + UV +Face 6808 +UV Count: 3 + UV + UV + UV +Face 6809 +UV Count: 3 + UV + UV + UV +Face 6810 +UV Count: 3 + UV + UV + UV +Face 6811 +UV Count: 3 + UV + UV + UV +Face 6812 +UV Count: 3 + UV + UV + UV +Face 6813 +UV Count: 3 + UV + UV + UV +Face 6814 +UV Count: 3 + UV + UV + UV +Face 6815 +UV Count: 3 + UV + UV + UV +Face 6816 +UV Count: 3 + UV + UV + UV +Face 6817 +UV Count: 3 + UV + UV + UV +Face 6818 +UV Count: 3 + UV + UV + UV +Face 6819 +UV Count: 3 + UV + UV + UV +Face 6820 +UV Count: 3 + UV + UV + UV +Face 6821 +UV Count: 3 + UV + UV + UV +Face 6822 +UV Count: 3 + UV + UV + UV +Face 6823 +UV Count: 3 + UV + UV + UV +Face 6824 +UV Count: 3 + UV + UV + UV +Face 6825 +UV Count: 3 + UV + UV + UV +Face 6826 +UV Count: 3 + UV + UV + UV +Face 6827 +UV Count: 3 + UV + UV + UV +Face 6828 +UV Count: 3 + UV + UV + UV +Face 6829 +UV Count: 3 + UV + UV + UV +Face 6830 +UV Count: 3 + UV + UV + UV +Face 6831 +UV Count: 3 + UV + UV + UV +Face 6832 +UV Count: 3 + UV + UV + UV +Face 6833 +UV Count: 3 + UV + UV + UV +Face 6834 +UV Count: 3 + UV + UV + UV +Face 6835 +UV Count: 3 + UV + UV + UV +Face 6836 +UV Count: 3 + UV + UV + UV +Face 6837 +UV Count: 3 + UV + UV + UV +Face 6838 +UV Count: 3 + UV + UV + UV +Face 6839 +UV Count: 3 + UV + UV + UV +Face 6840 +UV Count: 3 + UV + UV + UV +Face 6841 +UV Count: 3 + UV + UV + UV +Face 6842 +UV Count: 3 + UV + UV + UV +Face 6843 +UV Count: 3 + UV + UV + UV +Face 6844 +UV Count: 3 + UV + UV + UV +Face 6845 +UV Count: 3 + UV + UV + UV +Face 6846 +UV Count: 3 + UV + UV + UV +Face 6847 +UV Count: 3 + UV + UV + UV +Face 6848 +UV Count: 3 + UV + UV + UV +Face 6849 +UV Count: 3 + UV + UV + UV +Face 6850 +UV Count: 3 + UV + UV + UV +Face 6851 +UV Count: 3 + UV + UV + UV +Face 6852 +UV Count: 3 + UV + UV + UV +Face 6853 +UV Count: 3 + UV + UV + UV +Face 6854 +UV Count: 3 + UV + UV + UV +Face 6855 +UV Count: 3 + UV + UV + UV +Face 6856 +UV Count: 3 + UV + UV + UV +Face 6857 +UV Count: 3 + UV + UV + UV +Face 6858 +UV Count: 3 + UV + UV + UV +Face 6859 +UV Count: 3 + UV + UV + UV +Face 6860 +UV Count: 3 + UV + UV + UV +Face 6861 +UV Count: 3 + UV + UV + UV +Face 6862 +UV Count: 3 + UV + UV + UV +Face 6863 +UV Count: 3 + UV + UV + UV +Face 6864 +UV Count: 3 + UV + UV + UV +Face 6865 +UV Count: 3 + UV + UV + UV +Face 6866 +UV Count: 3 + UV + UV + UV +Face 6867 +UV Count: 3 + UV + UV + UV +Face 6868 +UV Count: 3 + UV + UV + UV +Face 6869 +UV Count: 3 + UV + UV + UV +Face 6870 +UV Count: 3 + UV + UV + UV +Face 6871 +UV Count: 3 + UV + UV + UV +Face 6872 +UV Count: 3 + UV + UV + UV +Face 6873 +UV Count: 3 + UV + UV + UV +Face 6874 +UV Count: 3 + UV + UV + UV +Face 6875 +UV Count: 3 + UV + UV + UV +Face 6876 +UV Count: 3 + UV + UV + UV +Face 6877 +UV Count: 3 + UV + UV + UV +Face 6878 +UV Count: 3 + UV + UV + UV +Face 6879 +UV Count: 3 + UV + UV + UV +Face 6880 +UV Count: 3 + UV + UV + UV +Face 6881 +UV Count: 3 + UV + UV + UV +Face 6882 +UV Count: 3 + UV + UV + UV +Face 6883 +UV Count: 3 + UV + UV + UV +Face 6884 +UV Count: 3 + UV + UV + UV +Face 6885 +UV Count: 3 + UV + UV + UV +Face 6886 +UV Count: 3 + UV + UV + UV +Face 6887 +UV Count: 3 + UV + UV + UV +Face 6888 +UV Count: 3 + UV + UV + UV +Face 6889 +UV Count: 3 + UV + UV + UV +Face 6890 +UV Count: 3 + UV + UV + UV +Face 6891 +UV Count: 3 + UV + UV + UV +Face 6892 +UV Count: 3 + UV + UV + UV +Face 6893 +UV Count: 3 + UV + UV + UV +Face 6894 +UV Count: 3 + UV + UV + UV +Face 6895 +UV Count: 3 + UV + UV + UV +Face 6896 +UV Count: 3 + UV + UV + UV +Face 6897 +UV Count: 3 + UV + UV + UV +Face 6898 +UV Count: 3 + UV + UV + UV +Face 6899 +UV Count: 3 + UV + UV + UV +Face 6900 +UV Count: 3 + UV + UV + UV +Face 6901 +UV Count: 3 + UV + UV + UV +Face 6902 +UV Count: 3 + UV + UV + UV +Face 6903 +UV Count: 3 + UV + UV + UV +Face 6904 +UV Count: 3 + UV + UV + UV +Face 6905 +UV Count: 3 + UV + UV + UV +Face 6906 +UV Count: 3 + UV + UV + UV +Face 6907 +UV Count: 3 + UV + UV + UV +Face 6908 +UV Count: 3 + UV + UV + UV +Face 6909 +UV Count: 3 + UV + UV + UV +Face 6910 +UV Count: 3 + UV + UV + UV +Face 6911 +UV Count: 3 + UV + UV + UV +Face 6912 +UV Count: 3 + UV + UV + UV +Face 6913 +UV Count: 3 + UV + UV + UV +Face 6914 +UV Count: 3 + UV + UV + UV +Face 6915 +UV Count: 3 + UV + UV + UV +Face 6916 +UV Count: 3 + UV + UV + UV +Face 6917 +UV Count: 3 + UV + UV + UV +Face 6918 +UV Count: 3 + UV + UV + UV +Face 6919 +UV Count: 3 + UV + UV + UV +Face 6920 +UV Count: 3 + UV + UV + UV +Face 6921 +UV Count: 3 + UV + UV + UV +Face 6922 +UV Count: 3 + UV + UV + UV +Face 6923 +UV Count: 3 + UV + UV + UV +Face 6924 +UV Count: 3 + UV + UV + UV +Face 6925 +UV Count: 3 + UV + UV + UV +Face 6926 +UV Count: 3 + UV + UV + UV +Face 6927 +UV Count: 3 + UV + UV + UV +Face 6928 +UV Count: 3 + UV + UV + UV +Face 6929 +UV Count: 3 + UV + UV + UV +Face 6930 +UV Count: 3 + UV + UV + UV +Face 6931 +UV Count: 3 + UV + UV + UV +Face 6932 +UV Count: 3 + UV + UV + UV +Face 6933 +UV Count: 3 + UV + UV + UV +Face 6934 +UV Count: 3 + UV + UV + UV +Face 6935 +UV Count: 3 + UV + UV + UV +Face 6936 +UV Count: 3 + UV + UV + UV +Face 6937 +UV Count: 3 + UV + UV + UV +Face 6938 +UV Count: 3 + UV + UV + UV +Face 6939 +UV Count: 3 + UV + UV + UV +Face 6940 +UV Count: 3 + UV + UV + UV +Face 6941 +UV Count: 3 + UV + UV + UV +Face 6942 +UV Count: 3 + UV + UV + UV +Face 6943 +UV Count: 3 + UV + UV + UV +Face 6944 +UV Count: 3 + UV + UV + UV +Face 6945 +UV Count: 3 + UV + UV + UV +Face 6946 +UV Count: 3 + UV + UV + UV +Face 6947 +UV Count: 3 + UV + UV + UV +Face 6948 +UV Count: 3 + UV + UV + UV +Face 6949 +UV Count: 3 + UV + UV + UV +Face 6950 +UV Count: 3 + UV + UV + UV +Face 6951 +UV Count: 3 + UV + UV + UV +Face 6952 +UV Count: 3 + UV + UV + UV +Face 6953 +UV Count: 3 + UV + UV + UV +Face 6954 +UV Count: 3 + UV + UV + UV +Face 6955 +UV Count: 3 + UV + UV + UV +Face 6956 +UV Count: 3 + UV + UV + UV +Face 6957 +UV Count: 3 + UV + UV + UV +Face 6958 +UV Count: 3 + UV + UV + UV +Face 6959 +UV Count: 3 + UV + UV + UV +Face 6960 +UV Count: 3 + UV + UV + UV +Face 6961 +UV Count: 3 + UV + UV + UV +Face 6962 +UV Count: 3 + UV + UV + UV +Face 6963 +UV Count: 3 + UV + UV + UV +Face 6964 +UV Count: 3 + UV + UV + UV +Face 6965 +UV Count: 3 + UV + UV + UV +Face 6966 +UV Count: 3 + UV + UV + UV +Face 6967 +UV Count: 3 + UV + UV + UV +Face 6968 +UV Count: 3 + UV + UV + UV +Face 6969 +UV Count: 3 + UV + UV + UV +Face 6970 +UV Count: 3 + UV + UV + UV +Face 6971 +UV Count: 3 + UV + UV + UV +Face 6972 +UV Count: 3 + UV + UV + UV +Face 6973 +UV Count: 3 + UV + UV + UV +Face 6974 +UV Count: 3 + UV + UV + UV +Face 6975 +UV Count: 3 + UV + UV + UV +Face 6976 +UV Count: 3 + UV + UV + UV +Face 6977 +UV Count: 3 + UV + UV + UV +Face 6978 +UV Count: 3 + UV + UV + UV +Face 6979 +UV Count: 3 + UV + UV + UV +Face 6980 +UV Count: 3 + UV + UV + UV +Face 6981 +UV Count: 3 + UV + UV + UV +Face 6982 +UV Count: 3 + UV + UV + UV +Face 6983 +UV Count: 3 + UV + UV + UV +Face 6984 +UV Count: 3 + UV + UV + UV +Face 6985 +UV Count: 3 + UV + UV + UV +Face 6986 +UV Count: 3 + UV + UV + UV +Face 6987 +UV Count: 3 + UV + UV + UV +Face 6988 +UV Count: 3 + UV + UV + UV +Face 6989 +UV Count: 3 + UV + UV + UV +Face 6990 +UV Count: 3 + UV + UV + UV +Face 6991 +UV Count: 3 + UV + UV + UV +Face 6992 +UV Count: 3 + UV + UV + UV +Face 6993 +UV Count: 3 + UV + UV + UV +Face 6994 +UV Count: 3 + UV + UV + UV +Face 6995 +UV Count: 3 + UV + UV + UV +Face 6996 +UV Count: 3 + UV + UV + UV +Face 6997 +UV Count: 3 + UV + UV + UV +Face 6998 +UV Count: 3 + UV + UV + UV +Face 6999 +UV Count: 3 + UV + UV + UV +Face 7000 +UV Count: 3 + UV + UV + UV +Face 7001 +UV Count: 3 + UV + UV + UV +Face 7002 +UV Count: 3 + UV + UV + UV +Face 7003 +UV Count: 3 + UV + UV + UV +Face 7004 +UV Count: 3 + UV + UV + UV +Face 7005 +UV Count: 3 + UV + UV + UV +Face 7006 +UV Count: 3 + UV + UV + UV +Face 7007 +UV Count: 3 + UV + UV + UV +Face 7008 +UV Count: 3 + UV + UV + UV +Face 7009 +UV Count: 3 + UV + UV + UV +Face 7010 +UV Count: 3 + UV + UV + UV +Face 7011 +UV Count: 3 + UV + UV + UV +Face 7012 +UV Count: 3 + UV + UV + UV +Face 7013 +UV Count: 3 + UV + UV + UV +Face 7014 +UV Count: 3 + UV + UV + UV +Face 7015 +UV Count: 3 + UV + UV + UV +Face 7016 +UV Count: 3 + UV + UV + UV +Face 7017 +UV Count: 3 + UV + UV + UV +Face 7018 +UV Count: 3 + UV + UV + UV +Face 7019 +UV Count: 3 + UV + UV + UV +Face 7020 +UV Count: 3 + UV + UV + UV +Face 7021 +UV Count: 3 + UV + UV + UV +Face 7022 +UV Count: 3 + UV + UV + UV +Face 7023 +UV Count: 3 + UV + UV + UV +Face 7024 +UV Count: 3 + UV + UV + UV +Face 7025 +UV Count: 3 + UV + UV + UV +Face 7026 +UV Count: 3 + UV + UV + UV +Face 7027 +UV Count: 3 + UV + UV + UV +Face 7028 +UV Count: 3 + UV + UV + UV +Face 7029 +UV Count: 3 + UV + UV + UV +Face 7030 +UV Count: 3 + UV + UV + UV +Face 7031 +UV Count: 3 + UV + UV + UV +Face 7032 +UV Count: 3 + UV + UV + UV +Face 7033 +UV Count: 3 + UV + UV + UV +Face 7034 +UV Count: 3 + UV + UV + UV +Face 7035 +UV Count: 3 + UV + UV + UV +Face 7036 +UV Count: 3 + UV + UV + UV +Face 7037 +UV Count: 3 + UV + UV + UV +Face 7038 +UV Count: 3 + UV + UV + UV +Face 7039 +UV Count: 3 + UV + UV + UV +Face 7040 +UV Count: 3 + UV + UV + UV +Face 7041 +UV Count: 3 + UV + UV + UV +Face 7042 +UV Count: 3 + UV + UV + UV +Face 7043 +UV Count: 3 + UV + UV + UV +Face 7044 +UV Count: 3 + UV + UV + UV +Face 7045 +UV Count: 3 + UV + UV + UV +Face 7046 +UV Count: 3 + UV + UV + UV +Face 7047 +UV Count: 3 + UV + UV + UV +Face 7048 +UV Count: 3 + UV + UV + UV +Face 7049 +UV Count: 3 + UV + UV + UV +Face 7050 +UV Count: 3 + UV + UV + UV +Face 7051 +UV Count: 3 + UV + UV + UV +Face 7052 +UV Count: 3 + UV + UV + UV +Face 7053 +UV Count: 3 + UV + UV + UV +Face 7054 +UV Count: 3 + UV + UV + UV +Face 7055 +UV Count: 3 + UV + UV + UV +Face 7056 +UV Count: 3 + UV + UV + UV +Face 7057 +UV Count: 3 + UV + UV + UV +Face 7058 +UV Count: 3 + UV + UV + UV +Face 7059 +UV Count: 3 + UV + UV + UV +Face 7060 +UV Count: 3 + UV + UV + UV +Face 7061 +UV Count: 3 + UV + UV + UV +Face 7062 +UV Count: 3 + UV + UV + UV +Face 7063 +UV Count: 3 + UV + UV + UV +Face 7064 +UV Count: 3 + UV + UV + UV +Face 7065 +UV Count: 3 + UV + UV + UV +Face 7066 +UV Count: 3 + UV + UV + UV +Face 7067 +UV Count: 3 + UV + UV + UV +Face 7068 +UV Count: 3 + UV + UV + UV +Face 7069 +UV Count: 3 + UV + UV + UV +Face 7070 +UV Count: 3 + UV + UV + UV +Face 7071 +UV Count: 3 + UV + UV + UV +Face 7072 +UV Count: 3 + UV + UV + UV +Face 7073 +UV Count: 3 + UV + UV + UV +Face 7074 +UV Count: 3 + UV + UV + UV +Face 7075 +UV Count: 3 + UV + UV + UV +Face 7076 +UV Count: 3 + UV + UV + UV +Face 7077 +UV Count: 3 + UV + UV + UV +Face 7078 +UV Count: 3 + UV + UV + UV +Face 7079 +UV Count: 3 + UV + UV + UV +Face 7080 +UV Count: 3 + UV + UV + UV +Face 7081 +UV Count: 3 + UV + UV + UV +Face 7082 +UV Count: 3 + UV + UV + UV +Face 7083 +UV Count: 3 + UV + UV + UV +Face 7084 +UV Count: 3 + UV + UV + UV +Face 7085 +UV Count: 3 + UV + UV + UV +Face 7086 +UV Count: 3 + UV + UV + UV +Face 7087 +UV Count: 3 + UV + UV + UV +Face 7088 +UV Count: 3 + UV + UV + UV +Face 7089 +UV Count: 3 + UV + UV + UV +Face 7090 +UV Count: 3 + UV + UV + UV +Face 7091 +UV Count: 3 + UV + UV + UV +Face 7092 +UV Count: 3 + UV + UV + UV +Face 7093 +UV Count: 3 + UV + UV + UV +Face 7094 +UV Count: 3 + UV + UV + UV +Face 7095 +UV Count: 3 + UV + UV + UV +Face 7096 +UV Count: 3 + UV + UV + UV +Face 7097 +UV Count: 3 + UV + UV + UV +Face 7098 +UV Count: 3 + UV + UV + UV +Face 7099 +UV Count: 3 + UV + UV + UV +Face 7100 +UV Count: 3 + UV + UV + UV +Face 7101 +UV Count: 3 + UV + UV + UV +Face 7102 +UV Count: 3 + UV + UV + UV +Face 7103 +UV Count: 3 + UV + UV + UV +Face 7104 +UV Count: 3 + UV + UV + UV +Face 7105 +UV Count: 3 + UV + UV + UV +Face 7106 +UV Count: 3 + UV + UV + UV +Face 7107 +UV Count: 3 + UV + UV + UV +Face 7108 +UV Count: 3 + UV + UV + UV +Face 7109 +UV Count: 3 + UV + UV + UV +Face 7110 +UV Count: 3 + UV + UV + UV +Face 7111 +UV Count: 3 + UV + UV + UV +Face 7112 +UV Count: 3 + UV + UV + UV +Face 7113 +UV Count: 3 + UV + UV + UV +Face 7114 +UV Count: 3 + UV + UV + UV +Face 7115 +UV Count: 3 + UV + UV + UV +Face 7116 +UV Count: 3 + UV + UV + UV +Face 7117 +UV Count: 3 + UV + UV + UV +Face 7118 +UV Count: 3 + UV + UV + UV +Face 7119 +UV Count: 3 + UV + UV + UV +Face 7120 +UV Count: 3 + UV + UV + UV +Face 7121 +UV Count: 3 + UV + UV + UV +Face 7122 +UV Count: 3 + UV + UV + UV +Face 7123 +UV Count: 3 + UV + UV + UV +Face 7124 +UV Count: 3 + UV + UV + UV +Face 7125 +UV Count: 3 + UV + UV + UV +Face 7126 +UV Count: 3 + UV + UV + UV +Face 7127 +UV Count: 3 + UV + UV + UV +Face 7128 +UV Count: 3 + UV + UV + UV +Face 7129 +UV Count: 3 + UV + UV + UV +Face 7130 +UV Count: 3 + UV + UV + UV +Face 7131 +UV Count: 3 + UV + UV + UV +Face 7132 +UV Count: 3 + UV + UV + UV +Face 7133 +UV Count: 3 + UV + UV + UV +Face 7134 +UV Count: 3 + UV + UV + UV +Face 7135 +UV Count: 3 + UV + UV + UV +Face 7136 +UV Count: 3 + UV + UV + UV +Face 7137 +UV Count: 3 + UV + UV + UV +Face 7138 +UV Count: 3 + UV + UV + UV +Face 7139 +UV Count: 3 + UV + UV + UV +Face 7140 +UV Count: 3 + UV + UV + UV +Face 7141 +UV Count: 3 + UV + UV + UV +Face 7142 +UV Count: 3 + UV + UV + UV +Face 7143 +UV Count: 3 + UV + UV + UV +Face 7144 +UV Count: 3 + UV + UV + UV +Face 7145 +UV Count: 3 + UV + UV + UV +Face 7146 +UV Count: 3 + UV + UV + UV +Face 7147 +UV Count: 3 + UV + UV + UV +Face 7148 +UV Count: 3 + UV + UV + UV +Face 7149 +UV Count: 3 + UV + UV + UV +Face 7150 +UV Count: 3 + UV + UV + UV +Face 7151 +UV Count: 3 + UV + UV + UV +Face 7152 +UV Count: 3 + UV + UV + UV +Face 7153 +UV Count: 3 + UV + UV + UV +Face 7154 +UV Count: 3 + UV + UV + UV +Face 7155 +UV Count: 3 + UV + UV + UV +Face 7156 +UV Count: 3 + UV + UV + UV +Face 7157 +UV Count: 3 + UV + UV + UV +Face 7158 +UV Count: 3 + UV + UV + UV +Face 7159 +UV Count: 3 + UV + UV + UV +Face 7160 +UV Count: 3 + UV + UV + UV +Face 7161 +UV Count: 3 + UV + UV + UV +Face 7162 +UV Count: 3 + UV + UV + UV +Face 7163 +UV Count: 3 + UV + UV + UV +Face 7164 +UV Count: 3 + UV + UV + UV +Face 7165 +UV Count: 3 + UV + UV + UV +Face 7166 +UV Count: 3 + UV + UV + UV +Face 7167 +UV Count: 3 + UV + UV + UV +Face 7168 +UV Count: 3 + UV + UV + UV +Face 7169 +UV Count: 3 + UV + UV + UV +Face 7170 +UV Count: 3 + UV + UV + UV +Face 7171 +UV Count: 3 + UV + UV + UV +Face 7172 +UV Count: 3 + UV + UV + UV +Face 7173 +UV Count: 3 + UV + UV + UV +Face 7174 +UV Count: 3 + UV + UV + UV +Face 7175 +UV Count: 3 + UV + UV + UV +Face 7176 +UV Count: 3 + UV + UV + UV +Face 7177 +UV Count: 3 + UV + UV + UV +Face 7178 +UV Count: 3 + UV + UV + UV +Face 7179 +UV Count: 3 + UV + UV + UV +Face 7180 +UV Count: 3 + UV + UV + UV +Face 7181 +UV Count: 3 + UV + UV + UV +Face 7182 +UV Count: 3 + UV + UV + UV +Face 7183 +UV Count: 3 + UV + UV + UV +Face 7184 +UV Count: 3 + UV + UV + UV +Face 7185 +UV Count: 3 + UV + UV + UV +Face 7186 +UV Count: 3 + UV + UV + UV +Face 7187 +UV Count: 3 + UV + UV + UV +Face 7188 +UV Count: 3 + UV + UV + UV +Face 7189 +UV Count: 3 + UV + UV + UV +Face 7190 +UV Count: 3 + UV + UV + UV +Face 7191 +UV Count: 3 + UV + UV + UV +Face 7192 +UV Count: 3 + UV + UV + UV +Face 7193 +UV Count: 3 + UV + UV + UV +Face 7194 +UV Count: 3 + UV + UV + UV +Face 7195 +UV Count: 3 + UV + UV + UV +Face 7196 +UV Count: 3 + UV + UV + UV +Face 7197 +UV Count: 3 + UV + UV + UV +Face 7198 +UV Count: 3 + UV + UV + UV +Face 7199 +UV Count: 3 + UV + UV + UV +Face 7200 +UV Count: 3 + UV + UV + UV +Face 7201 +UV Count: 3 + UV + UV + UV +Face 7202 +UV Count: 3 + UV + UV + UV +Face 7203 +UV Count: 3 + UV + UV + UV +Face 7204 +UV Count: 3 + UV + UV + UV +Face 7205 +UV Count: 3 + UV + UV + UV +Face 7206 +UV Count: 3 + UV + UV + UV +Face 7207 +UV Count: 3 + UV + UV + UV +Face 7208 +UV Count: 3 + UV + UV + UV +Face 7209 +UV Count: 3 + UV + UV + UV +Face 7210 +UV Count: 3 + UV + UV + UV +Face 7211 +UV Count: 3 + UV + UV + UV +Face 7212 +UV Count: 3 + UV + UV + UV +Face 7213 +UV Count: 3 + UV + UV + UV +Face 7214 +UV Count: 3 + UV + UV + UV +Face 7215 +UV Count: 3 + UV + UV + UV +Face 7216 +UV Count: 3 + UV + UV + UV +Face 7217 +UV Count: 3 + UV + UV + UV +Face 7218 +UV Count: 3 + UV + UV + UV +Face 7219 +UV Count: 3 + UV + UV + UV +Face 7220 +UV Count: 3 + UV + UV + UV +Face 7221 +UV Count: 3 + UV + UV + UV +Face 7222 +UV Count: 3 + UV + UV + UV +Face 7223 +UV Count: 3 + UV + UV + UV +Face 7224 +UV Count: 3 + UV + UV + UV +Face 7225 +UV Count: 3 + UV + UV + UV +Face 7226 +UV Count: 3 + UV + UV + UV +Face 7227 +UV Count: 3 + UV + UV + UV +Face 7228 +UV Count: 3 + UV + UV + UV +Face 7229 +UV Count: 3 + UV + UV + UV +Face 7230 +UV Count: 3 + UV + UV + UV +Face 7231 +UV Count: 3 + UV + UV + UV +Face 7232 +UV Count: 3 + UV + UV + UV +Face 7233 +UV Count: 3 + UV + UV + UV +Face 7234 +UV Count: 3 + UV + UV + UV +Face 7235 +UV Count: 3 + UV + UV + UV +Face 7236 +UV Count: 3 + UV + UV + UV +Face 7237 +UV Count: 3 + UV + UV + UV +Face 7238 +UV Count: 3 + UV + UV + UV +Face 7239 +UV Count: 3 + UV + UV + UV +Face 7240 +UV Count: 3 + UV + UV + UV +Face 7241 +UV Count: 3 + UV + UV + UV +Face 7242 +UV Count: 3 + UV + UV + UV +Face 7243 +UV Count: 3 + UV + UV + UV +Face 7244 +UV Count: 3 + UV + UV + UV +Face 7245 +UV Count: 3 + UV + UV + UV +Face 7246 +UV Count: 3 + UV + UV + UV +Face 7247 +UV Count: 3 + UV + UV + UV +Face 7248 +UV Count: 3 + UV + UV + UV +Face 7249 +UV Count: 3 + UV + UV + UV +Face 7250 +UV Count: 3 + UV + UV + UV +Face 7251 +UV Count: 3 + UV + UV + UV +Face 7252 +UV Count: 3 + UV + UV + UV +Face 7253 +UV Count: 3 + UV + UV + UV +Face 7254 +UV Count: 3 + UV + UV + UV +Face 7255 +UV Count: 3 + UV + UV + UV +Face 7256 +UV Count: 3 + UV + UV + UV +Face 7257 +UV Count: 3 + UV + UV + UV +Face 7258 +UV Count: 3 + UV + UV + UV +Face 7259 +UV Count: 3 + UV + UV + UV +Face 7260 +UV Count: 3 + UV + UV + UV +Face 7261 +UV Count: 3 + UV + UV + UV +Face 7262 +UV Count: 3 + UV + UV + UV +Face 7263 +UV Count: 3 + UV + UV + UV +Face 7264 +UV Count: 3 + UV + UV + UV +Face 7265 +UV Count: 3 + UV + UV + UV +Face 7266 +UV Count: 3 + UV + UV + UV +Face 7267 +UV Count: 3 + UV + UV + UV +Face 7268 +UV Count: 3 + UV + UV + UV +Face 7269 +UV Count: 3 + UV + UV + UV +Face 7270 +UV Count: 3 + UV + UV + UV +Face 7271 +UV Count: 3 + UV + UV + UV +Face 7272 +UV Count: 3 + UV + UV + UV +Face 7273 +UV Count: 3 + UV + UV + UV +Face 7274 +UV Count: 3 + UV + UV + UV +Face 7275 +UV Count: 3 + UV + UV + UV +Face 7276 +UV Count: 3 + UV + UV + UV +Face 7277 +UV Count: 3 + UV + UV + UV +Face 7278 +UV Count: 3 + UV + UV + UV +Face 7279 +UV Count: 3 + UV + UV + UV +Face 7280 +UV Count: 3 + UV + UV + UV +Face 7281 +UV Count: 3 + UV + UV + UV +Face 7282 +UV Count: 3 + UV + UV + UV +Face 7283 +UV Count: 3 + UV + UV + UV +Face 7284 +UV Count: 3 + UV + UV + UV +Face 7285 +UV Count: 3 + UV + UV + UV +Face 7286 +UV Count: 3 + UV + UV + UV +Face 7287 +UV Count: 3 + UV + UV + UV +Face 7288 +UV Count: 3 + UV + UV + UV +Face 7289 +UV Count: 3 + UV + UV + UV +Face 7290 +UV Count: 3 + UV + UV + UV +Face 7291 +UV Count: 3 + UV + UV + UV +Face 7292 +UV Count: 3 + UV + UV + UV +Face 7293 +UV Count: 3 + UV + UV + UV +Face 7294 +UV Count: 3 + UV + UV + UV +Face 7295 +UV Count: 3 + UV + UV + UV +Face 7296 +UV Count: 3 + UV + UV + UV +Face 7297 +UV Count: 3 + UV + UV + UV +Face 7298 +UV Count: 3 + UV + UV + UV +Face 7299 +UV Count: 3 + UV + UV + UV +Face 7300 +UV Count: 3 + UV + UV + UV +Face 7301 +UV Count: 3 + UV + UV + UV +Face 7302 +UV Count: 3 + UV + UV + UV +Face 7303 +UV Count: 3 + UV + UV + UV +Face 7304 +UV Count: 3 + UV + UV + UV +Face 7305 +UV Count: 3 + UV + UV + UV +Face 7306 +UV Count: 3 + UV + UV + UV +Face 7307 +UV Count: 3 + UV + UV + UV +Face 7308 +UV Count: 3 + UV + UV + UV +Face 7309 +UV Count: 3 + UV + UV + UV +Face 7310 +UV Count: 3 + UV + UV + UV +Face 7311 +UV Count: 3 + UV + UV + UV +Face 7312 +UV Count: 3 + UV + UV + UV +Face 7313 +UV Count: 3 + UV + UV + UV +Face 7314 +UV Count: 3 + UV + UV + UV +Face 7315 +UV Count: 3 + UV + UV + UV +Face 7316 +UV Count: 3 + UV + UV + UV +Face 7317 +UV Count: 3 + UV + UV + UV +Face 7318 +UV Count: 3 + UV + UV + UV +Face 7319 +UV Count: 3 + UV + UV + UV +Face 7320 +UV Count: 3 + UV + UV + UV +Face 7321 +UV Count: 3 + UV + UV + UV +Face 7322 +UV Count: 3 + UV + UV + UV +Face 7323 +UV Count: 3 + UV + UV + UV +Face 7324 +UV Count: 3 + UV + UV + UV +Face 7325 +UV Count: 3 + UV + UV + UV +Face 7326 +UV Count: 3 + UV + UV + UV +Face 7327 +UV Count: 3 + UV + UV + UV +Face 7328 +UV Count: 3 + UV + UV + UV +Face 7329 +UV Count: 3 + UV + UV + UV +Face 7330 +UV Count: 3 + UV + UV + UV +Face 7331 +UV Count: 3 + UV + UV + UV +Face 7332 +UV Count: 3 + UV + UV + UV +Face 7333 +UV Count: 3 + UV + UV + UV +Face 7334 +UV Count: 3 + UV + UV + UV +Face 7335 +UV Count: 3 + UV + UV + UV +Face 7336 +UV Count: 3 + UV + UV + UV +Face 7337 +UV Count: 3 + UV + UV + UV +Face 7338 +UV Count: 3 + UV + UV + UV +Face 7339 +UV Count: 3 + UV + UV + UV +Face 7340 +UV Count: 3 + UV + UV + UV +Face 7341 +UV Count: 3 + UV + UV + UV +Face 7342 +UV Count: 3 + UV + UV + UV +Face 7343 +UV Count: 3 + UV + UV + UV +Face 7344 +UV Count: 3 + UV + UV + UV +Face 7345 +UV Count: 3 + UV + UV + UV +Face 7346 +UV Count: 3 + UV + UV + UV +Face 7347 +UV Count: 3 + UV + UV + UV +Face 7348 +UV Count: 3 + UV + UV + UV +Face 7349 +UV Count: 3 + UV + UV + UV +Face 7350 +UV Count: 3 + UV + UV + UV +Face 7351 +UV Count: 3 + UV + UV + UV +Face 7352 +UV Count: 3 + UV + UV + UV +Face 7353 +UV Count: 3 + UV + UV + UV +Face 7354 +UV Count: 3 + UV + UV + UV +Face 7355 +UV Count: 3 + UV + UV + UV +Face 7356 +UV Count: 3 + UV + UV + UV +Face 7357 +UV Count: 3 + UV + UV + UV +Face 7358 +UV Count: 3 + UV + UV + UV +Face 7359 +UV Count: 3 + UV + UV + UV +Face 7360 +UV Count: 3 + UV + UV + UV +Face 7361 +UV Count: 3 + UV + UV + UV +Face 7362 +UV Count: 3 + UV + UV + UV +Face 7363 +UV Count: 3 + UV + UV + UV +Face 7364 +UV Count: 3 + UV + UV + UV +Face 7365 +UV Count: 3 + UV + UV + UV +Face 7366 +UV Count: 3 + UV + UV + UV +Face 7367 +UV Count: 3 + UV + UV + UV +Face 7368 +UV Count: 3 + UV + UV + UV +Face 7369 +UV Count: 3 + UV + UV + UV +Face 7370 +UV Count: 3 + UV + UV + UV +Face 7371 +UV Count: 3 + UV + UV + UV +Face 7372 +UV Count: 3 + UV + UV + UV +Face 7373 +UV Count: 3 + UV + UV + UV +Face 7374 +UV Count: 3 + UV + UV + UV +Face 7375 +UV Count: 3 + UV + UV + UV +Face 7376 +UV Count: 3 + UV + UV + UV +Face 7377 +UV Count: 3 + UV + UV + UV +Face 7378 +UV Count: 3 + UV + UV + UV +Face 7379 +UV Count: 3 + UV + UV + UV +Face 7380 +UV Count: 3 + UV + UV + UV +Face 7381 +UV Count: 3 + UV + UV + UV +Face 7382 +UV Count: 3 + UV + UV + UV +Face 7383 +UV Count: 3 + UV + UV + UV +Face 7384 +UV Count: 3 + UV + UV + UV +Face 7385 +UV Count: 3 + UV + UV + UV +Face 7386 +UV Count: 3 + UV + UV + UV +Face 7387 +UV Count: 3 + UV + UV + UV +Face 7388 +UV Count: 3 + UV + UV + UV +Face 7389 +UV Count: 3 + UV + UV + UV +Face 7390 +UV Count: 3 + UV + UV + UV +Face 7391 +UV Count: 3 + UV + UV + UV +Face 7392 +UV Count: 3 + UV + UV + UV +Face 7393 +UV Count: 3 + UV + UV + UV +Face 7394 +UV Count: 3 + UV + UV + UV +Face 7395 +UV Count: 3 + UV + UV + UV +Face 7396 +UV Count: 3 + UV + UV + UV +Face 7397 +UV Count: 3 + UV + UV + UV +Face 7398 +UV Count: 3 + UV + UV + UV +Face 7399 +UV Count: 3 + UV + UV + UV +Face 7400 +UV Count: 3 + UV + UV + UV +Face 7401 +UV Count: 3 + UV + UV + UV +Face 7402 +UV Count: 3 + UV + UV + UV +Face 7403 +UV Count: 3 + UV + UV + UV +Face 7404 +UV Count: 3 + UV + UV + UV +Face 7405 +UV Count: 3 + UV + UV + UV +Face 7406 +UV Count: 3 + UV + UV + UV +Face 7407 +UV Count: 3 + UV + UV + UV +Face 7408 +UV Count: 3 + UV + UV + UV +Face 7409 +UV Count: 3 + UV + UV + UV +Face 7410 +UV Count: 3 + UV + UV + UV +Face 7411 +UV Count: 3 + UV + UV + UV +Face 7412 +UV Count: 3 + UV + UV + UV +Face 7413 +UV Count: 3 + UV + UV + UV +Face 7414 +UV Count: 3 + UV + UV + UV +Face 7415 +UV Count: 3 + UV + UV + UV +Face 7416 +UV Count: 3 + UV + UV + UV +Face 7417 +UV Count: 3 + UV + UV + UV +Face 7418 +UV Count: 3 + UV + UV + UV +Face 7419 +UV Count: 3 + UV + UV + UV +Face 7420 +UV Count: 3 + UV + UV + UV +Face 7421 +UV Count: 3 + UV + UV + UV +Face 7422 +UV Count: 3 + UV + UV + UV +Face 7423 +UV Count: 3 + UV + UV + UV +Face 7424 +UV Count: 3 + UV + UV + UV +Face 7425 +UV Count: 3 + UV + UV + UV +Face 7426 +UV Count: 3 + UV + UV + UV +Face 7427 +UV Count: 3 + UV + UV + UV +Face 7428 +UV Count: 3 + UV + UV + UV +Face 7429 +UV Count: 3 + UV + UV + UV +Face 7430 +UV Count: 3 + UV + UV + UV +Face 7431 +UV Count: 3 + UV + UV + UV +Face 7432 +UV Count: 3 + UV + UV + UV +Face 7433 +UV Count: 3 + UV + UV + UV +Face 7434 +UV Count: 3 + UV + UV + UV +Face 7435 +UV Count: 3 + UV + UV + UV +Face 7436 +UV Count: 3 + UV + UV + UV +Face 7437 +UV Count: 3 + UV + UV + UV +Face 7438 +UV Count: 3 + UV + UV + UV +Face 7439 +UV Count: 3 + UV + UV + UV +Face 7440 +UV Count: 3 + UV + UV + UV +Face 7441 +UV Count: 3 + UV + UV + UV +Face 7442 +UV Count: 3 + UV + UV + UV +Face 7443 +UV Count: 3 + UV + UV + UV +Face 7444 +UV Count: 3 + UV + UV + UV +Face 7445 +UV Count: 3 + UV + UV + UV +Face 7446 +UV Count: 3 + UV + UV + UV +Face 7447 +UV Count: 3 + UV + UV + UV +Face 7448 +UV Count: 3 + UV + UV + UV +Face 7449 +UV Count: 3 + UV + UV + UV +Face 7450 +UV Count: 3 + UV + UV + UV +Face 7451 +UV Count: 3 + UV + UV + UV +Face 7452 +UV Count: 3 + UV + UV + UV +Face 7453 +UV Count: 3 + UV + UV + UV +Face 7454 +UV Count: 3 + UV + UV + UV +Face 7455 +UV Count: 3 + UV + UV + UV +Face 7456 +UV Count: 3 + UV + UV + UV +Face 7457 +UV Count: 3 + UV + UV + UV +Face 7458 +UV Count: 3 + UV + UV + UV +Face 7459 +UV Count: 3 + UV + UV + UV +Face 7460 +UV Count: 3 + UV + UV + UV +Face 7461 +UV Count: 3 + UV + UV + UV +Face 7462 +UV Count: 3 + UV + UV + UV +Face 7463 +UV Count: 3 + UV + UV + UV +Face 7464 +UV Count: 3 + UV + UV + UV +Face 7465 +UV Count: 3 + UV + UV + UV +Face 7466 +UV Count: 3 + UV + UV + UV +Face 7467 +UV Count: 3 + UV + UV + UV +Face 7468 +UV Count: 3 + UV + UV + UV +Face 7469 +UV Count: 3 + UV + UV + UV +Face 7470 +UV Count: 3 + UV + UV + UV +Face 7471 +UV Count: 3 + UV + UV + UV +Face 7472 +UV Count: 3 + UV + UV + UV +Face 7473 +UV Count: 3 + UV + UV + UV +Face 7474 +UV Count: 3 + UV + UV + UV +Face 7475 +UV Count: 3 + UV + UV + UV +Face 7476 +UV Count: 3 + UV + UV + UV +Face 7477 +UV Count: 3 + UV + UV + UV +Face 7478 +UV Count: 3 + UV + UV + UV +Face 7479 +UV Count: 3 + UV + UV + UV +Face 7480 +UV Count: 3 + UV + UV + UV +Face 7481 +UV Count: 3 + UV + UV + UV +Face 7482 +UV Count: 3 + UV + UV + UV +Face 7483 +UV Count: 3 + UV + UV + UV +Face 7484 +UV Count: 3 + UV + UV + UV +Face 7485 +UV Count: 3 + UV + UV + UV +Face 7486 +UV Count: 3 + UV + UV + UV +Face 7487 +UV Count: 3 + UV + UV + UV +Face 7488 +UV Count: 3 + UV + UV + UV +Face 7489 +UV Count: 3 + UV + UV + UV +Face 7490 +UV Count: 3 + UV + UV + UV +Face 7491 +UV Count: 3 + UV + UV + UV +Face 7492 +UV Count: 3 + UV + UV + UV +Face 7493 +UV Count: 3 + UV + UV + UV +Face 7494 +UV Count: 3 + UV + UV + UV +Face 7495 +UV Count: 3 + UV + UV + UV +Face 7496 +UV Count: 3 + UV + UV + UV +Face 7497 +UV Count: 3 + UV + UV + UV +Face 7498 +UV Count: 3 + UV + UV + UV +Face 7499 +UV Count: 3 + UV + UV + UV +Face 7500 +UV Count: 3 + UV + UV + UV +Face 7501 +UV Count: 3 + UV + UV + UV +Face 7502 +UV Count: 3 + UV + UV + UV +Face 7503 +UV Count: 3 + UV + UV + UV +Face 7504 +UV Count: 3 + UV + UV + UV +Face 7505 +UV Count: 3 + UV + UV + UV +Face 7506 +UV Count: 3 + UV + UV + UV +Face 7507 +UV Count: 3 + UV + UV + UV +Face 7508 +UV Count: 3 + UV + UV + UV +Face 7509 +UV Count: 3 + UV + UV + UV +Face 7510 +UV Count: 3 + UV + UV + UV +Face 7511 +UV Count: 3 + UV + UV + UV +Face 7512 +UV Count: 3 + UV + UV + UV +Face 7513 +UV Count: 3 + UV + UV + UV +Face 7514 +UV Count: 3 + UV + UV + UV +Face 7515 +UV Count: 3 + UV + UV + UV +Face 7516 +UV Count: 3 + UV + UV + UV +Face 7517 +UV Count: 3 + UV + UV + UV +Face 7518 +UV Count: 3 + UV + UV + UV +Face 7519 +UV Count: 3 + UV + UV + UV +Face 7520 +UV Count: 3 + UV + UV + UV +Face 7521 +UV Count: 3 + UV + UV + UV +Face 7522 +UV Count: 3 + UV + UV + UV +Face 7523 +UV Count: 3 + UV + UV + UV +Face 7524 +UV Count: 3 + UV + UV + UV +Face 7525 +UV Count: 3 + UV + UV + UV +Face 7526 +UV Count: 3 + UV + UV + UV +Face 7527 +UV Count: 3 + UV + UV + UV +Face 7528 +UV Count: 3 + UV + UV + UV +Face 7529 +UV Count: 3 + UV + UV + UV +Face 7530 +UV Count: 3 + UV + UV + UV +Face 7531 +UV Count: 3 + UV + UV + UV +Face 7532 +UV Count: 3 + UV + UV + UV +Face 7533 +UV Count: 3 + UV + UV + UV +Face 7534 +UV Count: 3 + UV + UV + UV +Face 7535 +UV Count: 3 + UV + UV + UV +Face 7536 +UV Count: 3 + UV + UV + UV +Face 7537 +UV Count: 3 + UV + UV + UV +Face 7538 +UV Count: 3 + UV + UV + UV +Face 7539 +UV Count: 3 + UV + UV + UV +Face 7540 +UV Count: 3 + UV + UV + UV +Face 7541 +UV Count: 3 + UV + UV + UV +Face 7542 +UV Count: 3 + UV + UV + UV +Face 7543 +UV Count: 3 + UV + UV + UV +Face 7544 +UV Count: 3 + UV + UV + UV +Face 7545 +UV Count: 3 + UV + UV + UV +Face 7546 +UV Count: 3 + UV + UV + UV +Face 7547 +UV Count: 3 + UV + UV + UV +Face 7548 +UV Count: 3 + UV + UV + UV +Face 7549 +UV Count: 3 + UV + UV + UV +Face 7550 +UV Count: 3 + UV + UV + UV +Face 7551 +UV Count: 3 + UV + UV + UV +Face 7552 +UV Count: 3 + UV + UV + UV +Face 7553 +UV Count: 3 + UV + UV + UV +Face 7554 +UV Count: 3 + UV + UV + UV +Face 7555 +UV Count: 3 + UV + UV + UV +Face 7556 +UV Count: 3 + UV + UV + UV +Face 7557 +UV Count: 3 + UV + UV + UV +Face 7558 +UV Count: 3 + UV + UV + UV +Face 7559 +UV Count: 3 + UV + UV + UV +Face 7560 +UV Count: 3 + UV + UV + UV +Face 7561 +UV Count: 3 + UV + UV + UV +Face 7562 +UV Count: 3 + UV + UV + UV +Face 7563 +UV Count: 3 + UV + UV + UV +Face 7564 +UV Count: 3 + UV + UV + UV +Face 7565 +UV Count: 3 + UV + UV + UV +Face 7566 +UV Count: 3 + UV + UV + UV +Face 7567 +UV Count: 3 + UV + UV + UV +Face 7568 +UV Count: 3 + UV + UV + UV +Face 7569 +UV Count: 3 + UV + UV + UV +Face 7570 +UV Count: 3 + UV + UV + UV +Face 7571 +UV Count: 3 + UV + UV + UV +Face 7572 +UV Count: 3 + UV + UV + UV +Face 7573 +UV Count: 3 + UV + UV + UV +Face 7574 +UV Count: 3 + UV + UV + UV +Face 7575 +UV Count: 3 + UV + UV + UV +Face 7576 +UV Count: 3 + UV + UV + UV +Face 7577 +UV Count: 3 + UV + UV + UV +Face 7578 +UV Count: 3 + UV + UV + UV +Face 7579 +UV Count: 3 + UV + UV + UV +Face 7580 +UV Count: 3 + UV + UV + UV +Face 7581 +UV Count: 3 + UV + UV + UV +Face 7582 +UV Count: 3 + UV + UV + UV +Face 7583 +UV Count: 3 + UV + UV + UV +Face 7584 +UV Count: 3 + UV + UV + UV +Face 7585 +UV Count: 3 + UV + UV + UV +Face 7586 +UV Count: 3 + UV + UV + UV +Face 7587 +UV Count: 3 + UV + UV + UV +Face 7588 +UV Count: 3 + UV + UV + UV +Face 7589 +UV Count: 3 + UV + UV + UV +Face 7590 +UV Count: 3 + UV + UV + UV +Face 7591 +UV Count: 3 + UV + UV + UV +Face 7592 +UV Count: 3 + UV + UV + UV +Face 7593 +UV Count: 3 + UV + UV + UV +Face 7594 +UV Count: 3 + UV + UV + UV +Face 7595 +UV Count: 3 + UV + UV + UV +Face 7596 +UV Count: 3 + UV + UV + UV +Face 7597 +UV Count: 3 + UV + UV + UV +Face 7598 +UV Count: 3 + UV + UV + UV +Face 7599 +UV Count: 3 + UV + UV + UV +Face 7600 +UV Count: 3 + UV + UV + UV +Face 7601 +UV Count: 3 + UV + UV + UV +Face 7602 +UV Count: 3 + UV + UV + UV +Face 7603 +UV Count: 3 + UV + UV + UV +Face 7604 +UV Count: 3 + UV + UV + UV +Face 7605 +UV Count: 3 + UV + UV + UV +Face 7606 +UV Count: 3 + UV + UV + UV +Face 7607 +UV Count: 3 + UV + UV + UV +Face 7608 +UV Count: 3 + UV + UV + UV +Face 7609 +UV Count: 3 + UV + UV + UV +Face 7610 +UV Count: 3 + UV + UV + UV +Face 7611 +UV Count: 3 + UV + UV + UV +Face 7612 +UV Count: 3 + UV + UV + UV +Face 7613 +UV Count: 3 + UV + UV + UV +Face 7614 +UV Count: 3 + UV + UV + UV +Face 7615 +UV Count: 3 + UV + UV + UV +Face 7616 +UV Count: 3 + UV + UV + UV +Face 7617 +UV Count: 3 + UV + UV + UV +Face 7618 +UV Count: 3 + UV + UV + UV +Face 7619 +UV Count: 3 + UV + UV + UV +Face 7620 +UV Count: 3 + UV + UV + UV +Face 7621 +UV Count: 3 + UV + UV + UV +Face 7622 +UV Count: 3 + UV + UV + UV +Face 7623 +UV Count: 3 + UV + UV + UV +Face 7624 +UV Count: 3 + UV + UV + UV +Face 7625 +UV Count: 3 + UV + UV + UV +Face 7626 +UV Count: 3 + UV + UV + UV +Face 7627 +UV Count: 3 + UV + UV + UV +Face 7628 +UV Count: 3 + UV + UV + UV +Face 7629 +UV Count: 3 + UV + UV + UV +Face 7630 +UV Count: 3 + UV + UV + UV +Face 7631 +UV Count: 3 + UV + UV + UV +Face 7632 +UV Count: 3 + UV + UV + UV +Face 7633 +UV Count: 3 + UV + UV + UV +Face 7634 +UV Count: 3 + UV + UV + UV +Face 7635 +UV Count: 3 + UV + UV + UV +Face 7636 +UV Count: 3 + UV + UV + UV +Face 7637 +UV Count: 3 + UV + UV + UV +Face 7638 +UV Count: 3 + UV + UV + UV +Face 7639 +UV Count: 3 + UV + UV + UV +Face 7640 +UV Count: 3 + UV + UV + UV +Face 7641 +UV Count: 3 + UV + UV + UV +Face 7642 +UV Count: 3 + UV + UV + UV +Face 7643 +UV Count: 3 + UV + UV + UV +Face 7644 +UV Count: 3 + UV + UV + UV +Face 7645 +UV Count: 3 + UV + UV + UV +Face 7646 +UV Count: 3 + UV + UV + UV +Face 7647 +UV Count: 3 + UV + UV + UV +Face 7648 +UV Count: 3 + UV + UV + UV +Face 7649 +UV Count: 3 + UV + UV + UV +Face 7650 +UV Count: 3 + UV + UV + UV +Face 7651 +UV Count: 3 + UV + UV + UV +Face 7652 +UV Count: 3 + UV + UV + UV +Face 7653 +UV Count: 3 + UV + UV + UV +Face 7654 +UV Count: 3 + UV + UV + UV +Face 7655 +UV Count: 3 + UV + UV + UV +Face 7656 +UV Count: 3 + UV + UV + UV +Face 7657 +UV Count: 3 + UV + UV + UV +Face 7658 +UV Count: 3 + UV + UV + UV +Face 7659 +UV Count: 3 + UV + UV + UV +Face 7660 +UV Count: 3 + UV + UV + UV +Face 7661 +UV Count: 3 + UV + UV + UV +Face 7662 +UV Count: 3 + UV + UV + UV +Face 7663 +UV Count: 3 + UV + UV + UV +Face 7664 +UV Count: 3 + UV + UV + UV +Face 7665 +UV Count: 3 + UV + UV + UV +Face 7666 +UV Count: 3 + UV + UV + UV +Face 7667 +UV Count: 3 + UV + UV + UV +Face 7668 +UV Count: 3 + UV + UV + UV +Face 7669 +UV Count: 3 + UV + UV + UV +Face 7670 +UV Count: 3 + UV + UV + UV +Face 7671 +UV Count: 3 + UV + UV + UV +Face 7672 +UV Count: 3 + UV + UV + UV +Face 7673 +UV Count: 3 + UV + UV + UV +Face 7674 +UV Count: 3 + UV + UV + UV +Face 7675 +UV Count: 3 + UV + UV + UV +Face 7676 +UV Count: 3 + UV + UV + UV +Face 7677 +UV Count: 3 + UV + UV + UV +Face 7678 +UV Count: 3 + UV + UV + UV +Face 7679 +UV Count: 3 + UV + UV + UV +Face 7680 +UV Count: 3 + UV + UV + UV +Face 7681 +UV Count: 3 + UV + UV + UV +Face 7682 +UV Count: 3 + UV + UV + UV +Face 7683 +UV Count: 3 + UV + UV + UV +Face 7684 +UV Count: 3 + UV + UV + UV +Face 7685 +UV Count: 3 + UV + UV + UV +Face 7686 +UV Count: 3 + UV + UV + UV +Face 7687 +UV Count: 3 + UV + UV + UV +Face 7688 +UV Count: 3 + UV + UV + UV +Face 7689 +UV Count: 3 + UV + UV + UV +Face 7690 +UV Count: 3 + UV + UV + UV +Face 7691 +UV Count: 3 + UV + UV + UV +Face 7692 +UV Count: 3 + UV + UV + UV +Face 7693 +UV Count: 3 + UV + UV + UV +Face 7694 +UV Count: 3 + UV + UV + UV +Face 7695 +UV Count: 3 + UV + UV + UV +Face 7696 +UV Count: 3 + UV + UV + UV +Face 7697 +UV Count: 3 + UV + UV + UV +Face 7698 +UV Count: 3 + UV + UV + UV +Face 7699 +UV Count: 3 + UV + UV + UV +Face 7700 +UV Count: 3 + UV + UV + UV +Face 7701 +UV Count: 3 + UV + UV + UV +Face 7702 +UV Count: 3 + UV + UV + UV +Face 7703 +UV Count: 3 + UV + UV + UV +Face 7704 +UV Count: 3 + UV + UV + UV +Face 7705 +UV Count: 3 + UV + UV + UV +Face 7706 +UV Count: 3 + UV + UV + UV +Face 7707 +UV Count: 3 + UV + UV + UV +Face 7708 +UV Count: 3 + UV + UV + UV +Face 7709 +UV Count: 3 + UV + UV + UV +Face 7710 +UV Count: 3 + UV + UV + UV +Face 7711 +UV Count: 3 + UV + UV + UV +Face 7712 +UV Count: 3 + UV + UV + UV +Face 7713 +UV Count: 3 + UV + UV + UV +Face 7714 +UV Count: 3 + UV + UV + UV +Face 7715 +UV Count: 3 + UV + UV + UV +Face 7716 +UV Count: 3 + UV + UV + UV +Face 7717 +UV Count: 3 + UV + UV + UV +Face 7718 +UV Count: 3 + UV + UV + UV +Face 7719 +UV Count: 3 + UV + UV + UV +Face 7720 +UV Count: 3 + UV + UV + UV +Face 7721 +UV Count: 3 + UV + UV + UV +Face 7722 +UV Count: 3 + UV + UV + UV +Face 7723 +UV Count: 3 + UV + UV + UV +Face 7724 +UV Count: 3 + UV + UV + UV +Face 7725 +UV Count: 3 + UV + UV + UV +Face 7726 +UV Count: 3 + UV + UV + UV +Face 7727 +UV Count: 3 + UV + UV + UV +Face 7728 +UV Count: 3 + UV + UV + UV +Face 7729 +UV Count: 3 + UV + UV + UV +Face 7730 +UV Count: 3 + UV + UV + UV +Face 7731 +UV Count: 3 + UV + UV + UV +Face 7732 +UV Count: 3 + UV + UV + UV +Face 7733 +UV Count: 3 + UV + UV + UV +Face 7734 +UV Count: 3 + UV + UV + UV +Face 7735 +UV Count: 3 + UV + UV + UV +Face 7736 +UV Count: 3 + UV + UV + UV +Face 7737 +UV Count: 3 + UV + UV + UV +Face 7738 +UV Count: 3 + UV + UV + UV +Face 7739 +UV Count: 3 + UV + UV + UV +Face 7740 +UV Count: 3 + UV + UV + UV +Face 7741 +UV Count: 3 + UV + UV + UV +Face 7742 +UV Count: 3 + UV + UV + UV +Face 7743 +UV Count: 3 + UV + UV + UV +Face 7744 +UV Count: 3 + UV + UV + UV +Face 7745 +UV Count: 3 + UV + UV + UV +Face 7746 +UV Count: 3 + UV + UV + UV +Face 7747 +UV Count: 3 + UV + UV + UV +Face 7748 +UV Count: 3 + UV + UV + UV +Face 7749 +UV Count: 3 + UV + UV + UV +Face 7750 +UV Count: 3 + UV + UV + UV +Face 7751 +UV Count: 3 + UV + UV + UV +Face 7752 +UV Count: 3 + UV + UV + UV +Face 7753 +UV Count: 3 + UV + UV + UV +Face 7754 +UV Count: 3 + UV + UV + UV +Face 7755 +UV Count: 3 + UV + UV + UV +Face 7756 +UV Count: 3 + UV + UV + UV +Face 7757 +UV Count: 3 + UV + UV + UV +Face 7758 +UV Count: 3 + UV + UV + UV +Face 7759 +UV Count: 3 + UV + UV + UV +Face 7760 +UV Count: 3 + UV + UV + UV +Face 7761 +UV Count: 3 + UV + UV + UV +Face 7762 +UV Count: 3 + UV + UV + UV +Face 7763 +UV Count: 3 + UV + UV + UV +Face 7764 +UV Count: 3 + UV + UV + UV +Face 7765 +UV Count: 3 + UV + UV + UV +Face 7766 +UV Count: 3 + UV + UV + UV +Face 7767 +UV Count: 3 + UV + UV + UV +Face 7768 +UV Count: 3 + UV + UV + UV +Face 7769 +UV Count: 3 + UV + UV + UV +Face 7770 +UV Count: 3 + UV + UV + UV +Face 7771 +UV Count: 3 + UV + UV + UV +Face 7772 +UV Count: 3 + UV + UV + UV +Face 7773 +UV Count: 3 + UV + UV + UV +Face 7774 +UV Count: 3 + UV + UV + UV +Face 7775 +UV Count: 3 + UV + UV + UV +Face 7776 +UV Count: 3 + UV + UV + UV +Face 7777 +UV Count: 3 + UV + UV + UV +Face 7778 +UV Count: 3 + UV + UV + UV +Face 7779 +UV Count: 3 + UV + UV + UV +Face 7780 +UV Count: 3 + UV + UV + UV +Face 7781 +UV Count: 3 + UV + UV + UV +Face 7782 +UV Count: 3 + UV + UV + UV +Face 7783 +UV Count: 3 + UV + UV + UV +Face 7784 +UV Count: 3 + UV + UV + UV +Face 7785 +UV Count: 3 + UV + UV + UV +Face 7786 +UV Count: 3 + UV + UV + UV +Face 7787 +UV Count: 3 + UV + UV + UV +Face 7788 +UV Count: 3 + UV + UV + UV +Face 7789 +UV Count: 3 + UV + UV + UV +Face 7790 +UV Count: 3 + UV + UV + UV +Face 7791 +UV Count: 3 + UV + UV + UV +Face 7792 +UV Count: 3 + UV + UV + UV +Face 7793 +UV Count: 3 + UV + UV + UV +Face 7794 +UV Count: 3 + UV + UV + UV +Face 7795 +UV Count: 3 + UV + UV + UV +Face 7796 +UV Count: 3 + UV + UV + UV +Face 7797 +UV Count: 3 + UV + UV + UV +Face 7798 +UV Count: 3 + UV + UV + UV +Face 7799 +UV Count: 3 + UV + UV + UV +Face 7800 +UV Count: 3 + UV + UV + UV +Face 7801 +UV Count: 3 + UV + UV + UV +Face 7802 +UV Count: 3 + UV + UV + UV +Face 7803 +UV Count: 3 + UV + UV + UV +Face 7804 +UV Count: 3 + UV + UV + UV +Face 7805 +UV Count: 3 + UV + UV + UV +Face 7806 +UV Count: 3 + UV + UV + UV +Face 7807 +UV Count: 3 + UV + UV + UV +Face 7808 +UV Count: 3 + UV + UV + UV +Face 7809 +UV Count: 3 + UV + UV + UV +Face 7810 +UV Count: 3 + UV + UV + UV +Face 7811 +UV Count: 3 + UV + UV + UV +Face 7812 +UV Count: 3 + UV + UV + UV +Face 7813 +UV Count: 3 + UV + UV + UV +Face 7814 +UV Count: 3 + UV + UV + UV +Face 7815 +UV Count: 3 + UV + UV + UV +Face 7816 +UV Count: 3 + UV + UV + UV +Face 7817 +UV Count: 3 + UV + UV + UV +Face 7818 +UV Count: 3 + UV + UV + UV +Face 7819 +UV Count: 3 + UV + UV + UV +Face 7820 +UV Count: 3 + UV + UV + UV +Face 7821 +UV Count: 3 + UV + UV + UV +Face 7822 +UV Count: 3 + UV + UV + UV +Face 7823 +UV Count: 3 + UV + UV + UV +Face 7824 +UV Count: 3 + UV + UV + UV +Face 7825 +UV Count: 3 + UV + UV + UV +Face 7826 +UV Count: 3 + UV + UV + UV +Face 7827 +UV Count: 3 + UV + UV + UV +Face 7828 +UV Count: 3 + UV + UV + UV +Face 7829 +UV Count: 3 + UV + UV + UV +Face 7830 +UV Count: 3 + UV + UV + UV +Face 7831 +UV Count: 3 + UV + UV + UV +Face 7832 +UV Count: 3 + UV + UV + UV +Face 7833 +UV Count: 3 + UV + UV + UV +Face 7834 +UV Count: 3 + UV + UV + UV +Face 7835 +UV Count: 3 + UV + UV + UV +Face 7836 +UV Count: 3 + UV + UV + UV +Face 7837 +UV Count: 3 + UV + UV + UV +Face 7838 +UV Count: 3 + UV + UV + UV +Face 7839 +UV Count: 3 + UV + UV + UV +Face 7840 +UV Count: 3 + UV + UV + UV +Face 7841 +UV Count: 3 + UV + UV + UV +Face 7842 +UV Count: 3 + UV + UV + UV +Face 7843 +UV Count: 3 + UV + UV + UV +Face 7844 +UV Count: 3 + UV + UV + UV +Face 7845 +UV Count: 3 + UV + UV + UV +Face 7846 +UV Count: 3 + UV + UV + UV +Face 7847 +UV Count: 3 + UV + UV + UV +Face 7848 +UV Count: 3 + UV + UV + UV +Face 7849 +UV Count: 3 + UV + UV + UV +Face 7850 +UV Count: 3 + UV + UV + UV +Face 7851 +UV Count: 3 + UV + UV + UV +Face 7852 +UV Count: 3 + UV + UV + UV +Face 7853 +UV Count: 3 + UV + UV + UV +Face 7854 +UV Count: 3 + UV + UV + UV +Face 7855 +UV Count: 3 + UV + UV + UV +Face 7856 +UV Count: 3 + UV + UV + UV +Face 7857 +UV Count: 3 + UV + UV + UV +Face 7858 +UV Count: 3 + UV + UV + UV +Face 7859 +UV Count: 3 + UV + UV + UV +Face 7860 +UV Count: 3 + UV + UV + UV +Face 7861 +UV Count: 3 + UV + UV + UV +Face 7862 +UV Count: 3 + UV + UV + UV +Face 7863 +UV Count: 3 + UV + UV + UV +Face 7864 +UV Count: 3 + UV + UV + UV +Face 7865 +UV Count: 3 + UV + UV + UV +Face 7866 +UV Count: 3 + UV + UV + UV +Face 7867 +UV Count: 3 + UV + UV + UV +Face 7868 +UV Count: 3 + UV + UV + UV +Face 7869 +UV Count: 3 + UV + UV + UV +Face 7870 +UV Count: 3 + UV + UV + UV +Face 7871 +UV Count: 3 + UV + UV + UV +Face 7872 +UV Count: 3 + UV + UV + UV +Face 7873 +UV Count: 3 + UV + UV + UV +Face 7874 +UV Count: 3 + UV + UV + UV +Face 7875 +UV Count: 3 + UV + UV + UV +Face 7876 +UV Count: 3 + UV + UV + UV +Face 7877 +UV Count: 3 + UV + UV + UV +Face 7878 +UV Count: 3 + UV + UV + UV +Face 7879 +UV Count: 3 + UV + UV + UV +Face 7880 +UV Count: 3 + UV + UV + UV +Face 7881 +UV Count: 3 + UV + UV + UV +Face 7882 +UV Count: 3 + UV + UV + UV +Face 7883 +UV Count: 3 + UV + UV + UV +Face 7884 +UV Count: 3 + UV + UV + UV +Face 7885 +UV Count: 3 + UV + UV + UV +Face 7886 +UV Count: 3 + UV + UV + UV +Face 7887 +UV Count: 3 + UV + UV + UV +Face 7888 +UV Count: 3 + UV + UV + UV +Face 7889 +UV Count: 3 + UV + UV + UV +Face 7890 +UV Count: 3 + UV + UV + UV +Face 7891 +UV Count: 3 + UV + UV + UV +Face 7892 +UV Count: 3 + UV + UV + UV +Face 7893 +UV Count: 3 + UV + UV + UV +Face 7894 +UV Count: 3 + UV + UV + UV +Face 7895 +UV Count: 3 + UV + UV + UV +Face 7896 +UV Count: 3 + UV + UV + UV +Face 7897 +UV Count: 3 + UV + UV + UV +Face 7898 +UV Count: 3 + UV + UV + UV +Face 7899 +UV Count: 3 + UV + UV + UV +Face 7900 +UV Count: 3 + UV + UV + UV +Face 7901 +UV Count: 3 + UV + UV + UV +Face 7902 +UV Count: 3 + UV + UV + UV +Face 7903 +UV Count: 3 + UV + UV + UV +Face 7904 +UV Count: 3 + UV + UV + UV +Face 7905 +UV Count: 3 + UV + UV + UV +Face 7906 +UV Count: 3 + UV + UV + UV +Face 7907 +UV Count: 3 + UV + UV + UV +Face 7908 +UV Count: 3 + UV + UV + UV +Face 7909 +UV Count: 3 + UV + UV + UV +Face 7910 +UV Count: 3 + UV + UV + UV +Face 7911 +UV Count: 3 + UV + UV + UV +Face 7912 +UV Count: 3 + UV + UV + UV +Face 7913 +UV Count: 3 + UV + UV + UV +Face 7914 +UV Count: 3 + UV + UV + UV +Face 7915 +UV Count: 3 + UV + UV + UV +Face 7916 +UV Count: 3 + UV + UV + UV +Face 7917 +UV Count: 3 + UV + UV + UV +Face 7918 +UV Count: 3 + UV + UV + UV +Face 7919 +UV Count: 3 + UV + UV + UV +Face 7920 +UV Count: 3 + UV + UV + UV +Face 7921 +UV Count: 3 + UV + UV + UV +Face 7922 +UV Count: 3 + UV + UV + UV +Face 7923 +UV Count: 3 + UV + UV + UV +Face 7924 +UV Count: 3 + UV + UV + UV +Face 7925 +UV Count: 3 + UV + UV + UV +Face 7926 +UV Count: 3 + UV + UV + UV +Face 7927 +UV Count: 3 + UV + UV + UV +Face 7928 +UV Count: 3 + UV + UV + UV +Face 7929 +UV Count: 3 + UV + UV + UV +Face 7930 +UV Count: 3 + UV + UV + UV +Face 7931 +UV Count: 3 + UV + UV + UV +Face 7932 +UV Count: 3 + UV + UV + UV +Face 7933 +UV Count: 3 + UV + UV + UV +Face 7934 +UV Count: 3 + UV + UV + UV +Face 7935 +UV Count: 3 + UV + UV + UV +Face 7936 +UV Count: 3 + UV + UV + UV +Face 7937 +UV Count: 3 + UV + UV + UV +Face 7938 +UV Count: 3 + UV + UV + UV +Face 7939 +UV Count: 3 + UV + UV + UV +Face 7940 +UV Count: 3 + UV + UV + UV +Face 7941 +UV Count: 3 + UV + UV + UV +Face 7942 +UV Count: 3 + UV + UV + UV +Face 7943 +UV Count: 3 + UV + UV + UV +Face 7944 +UV Count: 3 + UV + UV + UV +Face 7945 +UV Count: 3 + UV + UV + UV +Face 7946 +UV Count: 3 + UV + UV + UV +Face 7947 +UV Count: 3 + UV + UV + UV +Face 7948 +UV Count: 3 + UV + UV + UV +Face 7949 +UV Count: 3 + UV + UV + UV +Face 7950 +UV Count: 3 + UV + UV + UV +Face 7951 +UV Count: 3 + UV + UV + UV +Face 7952 +UV Count: 3 + UV + UV + UV +Face 7953 +UV Count: 3 + UV + UV + UV +Face 7954 +UV Count: 3 + UV + UV + UV +Face 7955 +UV Count: 3 + UV + UV + UV +Face 7956 +UV Count: 3 + UV + UV + UV +Face 7957 +UV Count: 3 + UV + UV + UV +Face 7958 +UV Count: 3 + UV + UV + UV +Face 7959 +UV Count: 3 + UV + UV + UV +Face 7960 +UV Count: 3 + UV + UV + UV +Face 7961 +UV Count: 3 + UV + UV + UV +Face 7962 +UV Count: 3 + UV + UV + UV +Face 7963 +UV Count: 3 + UV + UV + UV +Face 7964 +UV Count: 3 + UV + UV + UV +Face 7965 +UV Count: 3 + UV + UV + UV +Face 7966 +UV Count: 3 + UV + UV + UV +Face 7967 +UV Count: 3 + UV + UV + UV +Face 7968 +UV Count: 3 + UV + UV + UV +Face 7969 +UV Count: 3 + UV + UV + UV +Face 7970 +UV Count: 3 + UV + UV + UV +Face 7971 +UV Count: 3 + UV + UV + UV +Face 7972 +UV Count: 3 + UV + UV + UV +Face 7973 +UV Count: 3 + UV + UV + UV +Face 7974 +UV Count: 3 + UV + UV + UV +Face 7975 +UV Count: 3 + UV + UV + UV +Face 7976 +UV Count: 3 + UV + UV + UV +Face 7977 +UV Count: 3 + UV + UV + UV +Face 7978 +UV Count: 3 + UV + UV + UV +Face 7979 +UV Count: 3 + UV + UV + UV +Face 7980 +UV Count: 3 + UV + UV + UV +Face 7981 +UV Count: 3 + UV + UV + UV +Face 7982 +UV Count: 3 + UV + UV + UV +Face 7983 +UV Count: 3 + UV + UV + UV +Face 7984 +UV Count: 3 + UV + UV + UV +Face 7985 +UV Count: 3 + UV + UV + UV +Face 7986 +UV Count: 3 + UV + UV + UV +Face 7987 +UV Count: 3 + UV + UV + UV +Face 7988 +UV Count: 3 + UV + UV + UV +Face 7989 +UV Count: 3 + UV + UV + UV +Face 7990 +UV Count: 3 + UV + UV + UV +Face 7991 +UV Count: 3 + UV + UV + UV +Face 7992 +UV Count: 3 + UV + UV + UV +Face 7993 +UV Count: 3 + UV + UV + UV +Face 7994 +UV Count: 3 + UV + UV + UV +Face 7995 +UV Count: 3 + UV + UV + UV +Face 7996 +UV Count: 3 + UV + UV + UV +Face 7997 +UV Count: 3 + UV + UV + UV +Face 7998 +UV Count: 3 + UV + UV + UV +Face 7999 +UV Count: 3 + UV + UV + UV +Face 8000 +UV Count: 3 + UV + UV + UV +Face 8001 +UV Count: 3 + UV + UV + UV +Face 8002 +UV Count: 3 + UV + UV + UV +Face 8003 +UV Count: 3 + UV + UV + UV +Face 8004 +UV Count: 3 + UV + UV + UV +Face 8005 +UV Count: 3 + UV + UV + UV +Face 8006 +UV Count: 3 + UV + UV + UV +Face 8007 +UV Count: 3 + UV + UV + UV +Face 8008 +UV Count: 3 + UV + UV + UV +Face 8009 +UV Count: 3 + UV + UV + UV +Face 8010 +UV Count: 3 + UV + UV + UV +Face 8011 +UV Count: 3 + UV + UV + UV +Face 8012 +UV Count: 3 + UV + UV + UV +Face 8013 +UV Count: 3 + UV + UV + UV +Face 8014 +UV Count: 3 + UV + UV + UV +Face 8015 +UV Count: 3 + UV + UV + UV +Face 8016 +UV Count: 3 + UV + UV + UV +Face 8017 +UV Count: 3 + UV + UV + UV +Face 8018 +UV Count: 3 + UV + UV + UV +Face 8019 +UV Count: 3 + UV + UV + UV +Face 8020 +UV Count: 3 + UV + UV + UV +Face 8021 +UV Count: 3 + UV + UV + UV +Face 8022 +UV Count: 3 + UV + UV + UV +Face 8023 +UV Count: 3 + UV + UV + UV +Face 8024 +UV Count: 3 + UV + UV + UV +Face 8025 +UV Count: 3 + UV + UV + UV +Face 8026 +UV Count: 3 + UV + UV + UV +Face 8027 +UV Count: 3 + UV + UV + UV +Face 8028 +UV Count: 3 + UV + UV + UV +Face 8029 +UV Count: 3 + UV + UV + UV +Face 8030 +UV Count: 3 + UV + UV + UV +Face 8031 +UV Count: 3 + UV + UV + UV +Face 8032 +UV Count: 3 + UV + UV + UV +Face 8033 +UV Count: 3 + UV + UV + UV +Face 8034 +UV Count: 3 + UV + UV + UV +Face 8035 +UV Count: 3 + UV + UV + UV +Face 8036 +UV Count: 3 + UV + UV + UV +Face 8037 +UV Count: 3 + UV + UV + UV +Face 8038 +UV Count: 3 + UV + UV + UV +Face 8039 +UV Count: 3 + UV + UV + UV +Face 8040 +UV Count: 3 + UV + UV + UV +Face 8041 +UV Count: 3 + UV + UV + UV +Face 8042 +UV Count: 3 + UV + UV + UV +Face 8043 +UV Count: 3 + UV + UV + UV +Face 8044 +UV Count: 3 + UV + UV + UV +Face 8045 +UV Count: 3 + UV + UV + UV +Face 8046 +UV Count: 3 + UV + UV + UV +Face 8047 +UV Count: 3 + UV + UV + UV +Face 8048 +UV Count: 3 + UV + UV + UV +Face 8049 +UV Count: 3 + UV + UV + UV +Face 8050 +UV Count: 3 + UV + UV + UV +Face 8051 +UV Count: 3 + UV + UV + UV +Face 8052 +UV Count: 3 + UV + UV + UV +Face 8053 +UV Count: 3 + UV + UV + UV +Face 8054 +UV Count: 3 + UV + UV + UV +Face 8055 +UV Count: 3 + UV + UV + UV +Face 8056 +UV Count: 3 + UV + UV + UV +Face 8057 +UV Count: 3 + UV + UV + UV +Face 8058 +UV Count: 3 + UV + UV + UV +Face 8059 +UV Count: 3 + UV + UV + UV +Face 8060 +UV Count: 3 + UV + UV + UV +Face 8061 +UV Count: 3 + UV + UV + UV +Face 8062 +UV Count: 3 + UV + UV + UV +Face 8063 +UV Count: 3 + UV + UV + UV +Face 8064 +UV Count: 3 + UV + UV + UV +Face 8065 +UV Count: 3 + UV + UV + UV +Face 8066 +UV Count: 3 + UV + UV + UV +Face 8067 +UV Count: 3 + UV + UV + UV +Face 8068 +UV Count: 3 + UV + UV + UV +Face 8069 +UV Count: 3 + UV + UV + UV +Face 8070 +UV Count: 3 + UV + UV + UV +Face 8071 +UV Count: 3 + UV + UV + UV +Face 8072 +UV Count: 3 + UV + UV + UV +Face 8073 +UV Count: 3 + UV + UV + UV +Face 8074 +UV Count: 3 + UV + UV + UV +Face 8075 +UV Count: 3 + UV + UV + UV +Face 8076 +UV Count: 3 + UV + UV + UV +Face 8077 +UV Count: 3 + UV + UV + UV +Face 8078 +UV Count: 3 + UV + UV + UV +Face 8079 +UV Count: 3 + UV + UV + UV +Face 8080 +UV Count: 3 + UV + UV + UV +Face 8081 +UV Count: 3 + UV + UV + UV +Face 8082 +UV Count: 3 + UV + UV + UV +Face 8083 +UV Count: 3 + UV + UV + UV +Face 8084 +UV Count: 3 + UV + UV + UV +Face 8085 +UV Count: 3 + UV + UV + UV +Face 8086 +UV Count: 3 + UV + UV + UV +Face 8087 +UV Count: 3 + UV + UV + UV +Face 8088 +UV Count: 3 + UV + UV + UV +Face 8089 +UV Count: 3 + UV + UV + UV +Face 8090 +UV Count: 3 + UV + UV + UV +Face 8091 +UV Count: 3 + UV + UV + UV +Face 8092 +UV Count: 3 + UV + UV + UV +Face 8093 +UV Count: 3 + UV + UV + UV +Face 8094 +UV Count: 3 + UV + UV + UV +Face 8095 +UV Count: 3 + UV + UV + UV +Face 8096 +UV Count: 3 + UV + UV + UV +Face 8097 +UV Count: 3 + UV + UV + UV +Face 8098 +UV Count: 3 + UV + UV + UV +Face 8099 +UV Count: 3 + UV + UV + UV +Face 8100 +UV Count: 3 + UV + UV + UV +Face 8101 +UV Count: 3 + UV + UV + UV +Face 8102 +UV Count: 3 + UV + UV + UV +Face 8103 +UV Count: 3 + UV + UV + UV +Face 8104 +UV Count: 3 + UV + UV + UV +Face 8105 +UV Count: 3 + UV + UV + UV +Face 8106 +UV Count: 3 + UV + UV + UV +Face 8107 +UV Count: 3 + UV + UV + UV +Face 8108 +UV Count: 3 + UV + UV + UV +Face 8109 +UV Count: 3 + UV + UV + UV +Face 8110 +UV Count: 3 + UV + UV + UV +Face 8111 +UV Count: 3 + UV + UV + UV +Face 8112 +UV Count: 3 + UV + UV + UV +Face 8113 +UV Count: 3 + UV + UV + UV +Face 8114 +UV Count: 3 + UV + UV + UV +Face 8115 +UV Count: 3 + UV + UV + UV +Face 8116 +UV Count: 3 + UV + UV + UV +Face 8117 +UV Count: 3 + UV + UV + UV +Face 8118 +UV Count: 3 + UV + UV + UV +Face 8119 +UV Count: 3 + UV + UV + UV +Face 8120 +UV Count: 3 + UV + UV + UV +Face 8121 +UV Count: 3 + UV + UV + UV +Face 8122 +UV Count: 3 + UV + UV + UV +Face 8123 +UV Count: 3 + UV + UV + UV +Face 8124 +UV Count: 3 + UV + UV + UV +Face 8125 +UV Count: 3 + UV + UV + UV +Face 8126 +UV Count: 3 + UV + UV + UV +Face 8127 +UV Count: 3 + UV + UV + UV +Face 8128 +UV Count: 3 + UV + UV + UV +Face 8129 +UV Count: 3 + UV + UV + UV +Face 8130 +UV Count: 3 + UV + UV + UV +Face 8131 +UV Count: 3 + UV + UV + UV +Face 8132 +UV Count: 3 + UV + UV + UV +Face 8133 +UV Count: 3 + UV + UV + UV +Face 8134 +UV Count: 3 + UV + UV + UV +Face 8135 +UV Count: 3 + UV + UV + UV +Face 8136 +UV Count: 3 + UV + UV + UV +Face 8137 +UV Count: 3 + UV + UV + UV +Face 8138 +UV Count: 3 + UV + UV + UV +Face 8139 +UV Count: 3 + UV + UV + UV +Face 8140 +UV Count: 3 + UV + UV + UV +Face 8141 +UV Count: 3 + UV + UV + UV +Face 8142 +UV Count: 3 + UV + UV + UV +Face 8143 +UV Count: 3 + UV + UV + UV +Face 8144 +UV Count: 3 + UV + UV + UV +Face 8145 +UV Count: 3 + UV + UV + UV +Face 8146 +UV Count: 3 + UV + UV + UV +Face 8147 +UV Count: 3 + UV + UV + UV +Face 8148 +UV Count: 3 + UV + UV + UV +Face 8149 +UV Count: 3 + UV + UV + UV +Face 8150 +UV Count: 3 + UV + UV + UV +Face 8151 +UV Count: 3 + UV + UV + UV +Face 8152 +UV Count: 3 + UV + UV + UV +Face 8153 +UV Count: 3 + UV + UV + UV +Face 8154 +UV Count: 3 + UV + UV + UV +Face 8155 +UV Count: 3 + UV + UV + UV +Face 8156 +UV Count: 3 + UV + UV + UV +Face 8157 +UV Count: 3 + UV + UV + UV +Face 8158 +UV Count: 3 + UV + UV + UV +Face 8159 +UV Count: 3 + UV + UV + UV +Face 8160 +UV Count: 3 + UV + UV + UV +Face 8161 +UV Count: 3 + UV + UV + UV +Face 8162 +UV Count: 3 + UV + UV + UV +Face 8163 +UV Count: 3 + UV + UV + UV +Face 8164 +UV Count: 3 + UV + UV + UV +Face 8165 +UV Count: 3 + UV + UV + UV +Face 8166 +UV Count: 3 + UV + UV + UV +Face 8167 +UV Count: 3 + UV + UV + UV +Face 8168 +UV Count: 3 + UV + UV + UV +Face 8169 +UV Count: 3 + UV + UV + UV +Face 8170 +UV Count: 3 + UV + UV + UV +Face 8171 +UV Count: 3 + UV + UV + UV +Face 8172 +UV Count: 3 + UV + UV + UV +Face 8173 +UV Count: 3 + UV + UV + UV +Face 8174 +UV Count: 3 + UV + UV + UV +Face 8175 +UV Count: 3 + UV + UV + UV +Face 8176 +UV Count: 3 + UV + UV + UV +Face 8177 +UV Count: 3 + UV + UV + UV +Face 8178 +UV Count: 3 + UV + UV + UV +Face 8179 +UV Count: 3 + UV + UV + UV +Face 8180 +UV Count: 3 + UV + UV + UV +Face 8181 +UV Count: 3 + UV + UV + UV +Face 8182 +UV Count: 3 + UV + UV + UV +Face 8183 +UV Count: 3 + UV + UV + UV +Face 8184 +UV Count: 3 + UV + UV + UV +Face 8185 +UV Count: 3 + UV + UV + UV +Face 8186 +UV Count: 3 + UV + UV + UV +Face 8187 +UV Count: 3 + UV + UV + UV +Face 8188 +UV Count: 3 + UV + UV + UV +Face 8189 +UV Count: 3 + UV + UV + UV +Face 8190 +UV Count: 3 + UV + UV + UV +Face 8191 +UV Count: 3 + UV + UV + UV +Face 8192 +UV Count: 3 + UV + UV + UV +Face 8193 +UV Count: 3 + UV + UV + UV +Face 8194 +UV Count: 3 + UV + UV + UV +Face 8195 +UV Count: 3 + UV + UV + UV +Face 8196 +UV Count: 3 + UV + UV + UV +Face 8197 +UV Count: 3 + UV + UV + UV +Face 8198 +UV Count: 3 + UV + UV + UV +Face 8199 +UV Count: 3 + UV + UV + UV +Face 8200 +UV Count: 3 + UV + UV + UV +Face 8201 +UV Count: 3 + UV + UV + UV +Face 8202 +UV Count: 3 + UV + UV + UV +Face 8203 +UV Count: 3 + UV + UV + UV +Face 8204 +UV Count: 3 + UV + UV + UV +Face 8205 +UV Count: 3 + UV + UV + UV +Face 8206 +UV Count: 3 + UV + UV + UV +Face 8207 +UV Count: 3 + UV + UV + UV +Face 8208 +UV Count: 3 + UV + UV + UV +Face 8209 +UV Count: 3 + UV + UV + UV +Face 8210 +UV Count: 3 + UV + UV + UV +Face 8211 +UV Count: 3 + UV + UV + UV +Face 8212 +UV Count: 3 + UV + UV + UV +Face 8213 +UV Count: 3 + UV + UV + UV +Face 8214 +UV Count: 3 + UV + UV + UV +Face 8215 +UV Count: 3 + UV + UV + UV +Face 8216 +UV Count: 3 + UV + UV + UV +Face 8217 +UV Count: 3 + UV + UV + UV +Face 8218 +UV Count: 3 + UV + UV + UV +Face 8219 +UV Count: 3 + UV + UV + UV +Face 8220 +UV Count: 3 + UV + UV + UV +Face 8221 +UV Count: 3 + UV + UV + UV +Face 8222 +UV Count: 3 + UV + UV + UV +Face 8223 +UV Count: 3 + UV + UV + UV +Face 8224 +UV Count: 3 + UV + UV + UV +Face 8225 +UV Count: 3 + UV + UV + UV +Face 8226 +UV Count: 3 + UV + UV + UV +Face 8227 +UV Count: 3 + UV + UV + UV +Face 8228 +UV Count: 3 + UV + UV + UV +Face 8229 +UV Count: 3 + UV + UV + UV +Face 8230 +UV Count: 3 + UV + UV + UV +Face 8231 +UV Count: 3 + UV + UV + UV +Face 8232 +UV Count: 3 + UV + UV + UV +Face 8233 +UV Count: 3 + UV + UV + UV +Face 8234 +UV Count: 3 + UV + UV + UV +Face 8235 +UV Count: 3 + UV + UV + UV +Face 8236 +UV Count: 3 + UV + UV + UV +Face 8237 +UV Count: 3 + UV + UV + UV +Face 8238 +UV Count: 3 + UV + UV + UV +Face 8239 +UV Count: 3 + UV + UV + UV +Face 8240 +UV Count: 3 + UV + UV + UV +Face 8241 +UV Count: 3 + UV + UV + UV +Face 8242 +UV Count: 3 + UV + UV + UV +Face 8243 +UV Count: 3 + UV + UV + UV +Face 8244 +UV Count: 3 + UV + UV + UV +Face 8245 +UV Count: 3 + UV + UV + UV +Face 8246 +UV Count: 3 + UV + UV + UV +Face 8247 +UV Count: 3 + UV + UV + UV +Face 8248 +UV Count: 3 + UV + UV + UV +Face 8249 +UV Count: 3 + UV + UV + UV +Face 8250 +UV Count: 3 + UV + UV + UV +Face 8251 +UV Count: 3 + UV + UV + UV +Face 8252 +UV Count: 3 + UV + UV + UV +Face 8253 +UV Count: 3 + UV + UV + UV +Face 8254 +UV Count: 3 + UV + UV + UV +Face 8255 +UV Count: 3 + UV + UV + UV +Face 8256 +UV Count: 3 + UV + UV + UV +Face 8257 +UV Count: 3 + UV + UV + UV +Face 8258 +UV Count: 3 + UV + UV + UV +Face 8259 +UV Count: 3 + UV + UV + UV +Face 8260 +UV Count: 3 + UV + UV + UV +Face 8261 +UV Count: 3 + UV + UV + UV +Face 8262 +UV Count: 3 + UV + UV + UV +Face 8263 +UV Count: 3 + UV + UV + UV +Face 8264 +UV Count: 3 + UV + UV + UV +Face 8265 +UV Count: 3 + UV + UV + UV +Face 8266 +UV Count: 3 + UV + UV + UV +Face 8267 +UV Count: 3 + UV + UV + UV +Face 8268 +UV Count: 3 + UV + UV + UV +Face 8269 +UV Count: 3 + UV + UV + UV +Face 8270 +UV Count: 3 + UV + UV + UV +Face 8271 +UV Count: 3 + UV + UV + UV +Face 8272 +UV Count: 3 + UV + UV + UV +Face 8273 +UV Count: 3 + UV + UV + UV +Face 8274 +UV Count: 3 + UV + UV + UV +Face 8275 +UV Count: 3 + UV + UV + UV +Face 8276 +UV Count: 3 + UV + UV + UV +Face 8277 +UV Count: 3 + UV + UV + UV +Face 8278 +UV Count: 3 + UV + UV + UV +Face 8279 +UV Count: 3 + UV + UV + UV +Face 8280 +UV Count: 3 + UV + UV + UV +Face 8281 +UV Count: 3 + UV + UV + UV +Face 8282 +UV Count: 3 + UV + UV + UV +Face 8283 +UV Count: 3 + UV + UV + UV +Face 8284 +UV Count: 3 + UV + UV + UV +Face 8285 +UV Count: 3 + UV + UV + UV +Face 8286 +UV Count: 3 + UV + UV + UV +Face 8287 +UV Count: 3 + UV + UV + UV +Face 8288 +UV Count: 3 + UV + UV + UV +Face 8289 +UV Count: 3 + UV + UV + UV +Face 8290 +UV Count: 3 + UV + UV + UV +Face 8291 +UV Count: 3 + UV + UV + UV +Face 8292 +UV Count: 3 + UV + UV + UV +Face 8293 +UV Count: 3 + UV + UV + UV +Face 8294 +UV Count: 3 + UV + UV + UV +Face 8295 +UV Count: 3 + UV + UV + UV +Face 8296 +UV Count: 3 + UV + UV + UV +Face 8297 +UV Count: 3 + UV + UV + UV +Face 8298 +UV Count: 3 + UV + UV + UV +Face 8299 +UV Count: 3 + UV + UV + UV +Face 8300 +UV Count: 3 + UV + UV + UV +Face 8301 +UV Count: 3 + UV + UV + UV +Face 8302 +UV Count: 3 + UV + UV + UV +Face 8303 +UV Count: 3 + UV + UV + UV +Face 8304 +UV Count: 3 + UV + UV + UV +Face 8305 +UV Count: 3 + UV + UV + UV +Face 8306 +UV Count: 3 + UV + UV + UV +Face 8307 +UV Count: 3 + UV + UV + UV +Face 8308 +UV Count: 3 + UV + UV + UV +Face 8309 +UV Count: 3 + UV + UV + UV +Face 8310 +UV Count: 3 + UV + UV + UV +Face 8311 +UV Count: 3 + UV + UV + UV +Face 8312 +UV Count: 3 + UV + UV + UV +Face 8313 +UV Count: 3 + UV + UV + UV +Face 8314 +UV Count: 3 + UV + UV + UV +Face 8315 +UV Count: 3 + UV + UV + UV +Face 8316 +UV Count: 3 + UV + UV + UV +Face 8317 +UV Count: 3 + UV + UV + UV +Face 8318 +UV Count: 3 + UV + UV + UV +Face 8319 +UV Count: 3 + UV + UV + UV +Face 8320 +UV Count: 3 + UV + UV + UV +Face 8321 +UV Count: 3 + UV + UV + UV +Face 8322 +UV Count: 3 + UV + UV + UV +Face 8323 +UV Count: 3 + UV + UV + UV +Face 8324 +UV Count: 3 + UV + UV + UV +Face 8325 +UV Count: 3 + UV + UV + UV +Face 8326 +UV Count: 3 + UV + UV + UV +Face 8327 +UV Count: 3 + UV + UV + UV +Face 8328 +UV Count: 3 + UV + UV + UV +Face 8329 +UV Count: 3 + UV + UV + UV +Face 8330 +UV Count: 3 + UV + UV + UV +Face 8331 +UV Count: 3 + UV + UV + UV +Face 8332 +UV Count: 3 + UV + UV + UV +Face 8333 +UV Count: 3 + UV + UV + UV +Face 8334 +UV Count: 3 + UV + UV + UV +Face 8335 +UV Count: 3 + UV + UV + UV +Face 8336 +UV Count: 3 + UV + UV + UV +Face 8337 +UV Count: 3 + UV + UV + UV +Face 8338 +UV Count: 3 + UV + UV + UV +Face 8339 +UV Count: 3 + UV + UV + UV +Face 8340 +UV Count: 3 + UV + UV + UV +Face 8341 +UV Count: 3 + UV + UV + UV +Face 8342 +UV Count: 3 + UV + UV + UV +Face 8343 +UV Count: 3 + UV + UV + UV +Face 8344 +UV Count: 3 + UV + UV + UV +Face 8345 +UV Count: 3 + UV + UV + UV +Face 8346 +UV Count: 3 + UV + UV + UV +Face 8347 +UV Count: 3 + UV + UV + UV +Face 8348 +UV Count: 3 + UV + UV + UV +Face 8349 +UV Count: 3 + UV + UV + UV +Face 8350 +UV Count: 3 + UV + UV + UV +Face 8351 +UV Count: 3 + UV + UV + UV +Face 8352 +UV Count: 3 + UV + UV + UV +Face 8353 +UV Count: 3 + UV + UV + UV +Face 8354 +UV Count: 3 + UV + UV + UV +Face 8355 +UV Count: 3 + UV + UV + UV +Face 8356 +UV Count: 3 + UV + UV + UV +Face 8357 +UV Count: 3 + UV + UV + UV +Face 8358 +UV Count: 3 + UV + UV + UV +Face 8359 +UV Count: 3 + UV + UV + UV +Face 8360 +UV Count: 3 + UV + UV + UV +Face 8361 +UV Count: 3 + UV + UV + UV +Face 8362 +UV Count: 3 + UV + UV + UV +Face 8363 +UV Count: 3 + UV + UV + UV +Face 8364 +UV Count: 3 + UV + UV + UV +Face 8365 +UV Count: 3 + UV + UV + UV +Face 8366 +UV Count: 3 + UV + UV + UV +Face 8367 +UV Count: 3 + UV + UV + UV +Face 8368 +UV Count: 3 + UV + UV + UV +Face 8369 +UV Count: 3 + UV + UV + UV +Face 8370 +UV Count: 3 + UV + UV + UV +Face 8371 +UV Count: 3 + UV + UV + UV +Face 8372 +UV Count: 3 + UV + UV + UV +Face 8373 +UV Count: 3 + UV + UV + UV +Face 8374 +UV Count: 3 + UV + UV + UV +Face 8375 +UV Count: 3 + UV + UV + UV +Face 8376 +UV Count: 3 + UV + UV + UV +Face 8377 +UV Count: 3 + UV + UV + UV +Face 8378 +UV Count: 3 + UV + UV + UV +Face 8379 +UV Count: 3 + UV + UV + UV +Face 8380 +UV Count: 3 + UV + UV + UV +Face 8381 +UV Count: 3 + UV + UV + UV +Face 8382 +UV Count: 3 + UV + UV + UV +Face 8383 +UV Count: 3 + UV + UV + UV +Face 8384 +UV Count: 3 + UV + UV + UV +Face 8385 +UV Count: 3 + UV + UV + UV +Face 8386 +UV Count: 3 + UV + UV + UV +Face 8387 +UV Count: 3 + UV + UV + UV +Face 8388 +UV Count: 3 + UV + UV + UV +Face 8389 +UV Count: 3 + UV + UV + UV +Face 8390 +UV Count: 3 + UV + UV + UV +Face 8391 +UV Count: 3 + UV + UV + UV +Face 8392 +UV Count: 3 + UV + UV + UV +Face 8393 +UV Count: 3 + UV + UV + UV +Face 8394 +UV Count: 3 + UV + UV + UV +Face 8395 +UV Count: 3 + UV + UV + UV +Face 8396 +UV Count: 3 + UV + UV + UV +Face 8397 +UV Count: 3 + UV + UV + UV +Face 8398 +UV Count: 3 + UV + UV + UV +Face 8399 +UV Count: 3 + UV + UV + UV +Face 8400 +UV Count: 3 + UV + UV + UV +Face 8401 +UV Count: 3 + UV + UV + UV +Face 8402 +UV Count: 3 + UV + UV + UV +Face 8403 +UV Count: 3 + UV + UV + UV +Face 8404 +UV Count: 3 + UV + UV + UV +Face 8405 +UV Count: 3 + UV + UV + UV +Face 8406 +UV Count: 3 + UV + UV + UV +Face 8407 +UV Count: 3 + UV + UV + UV +Face 8408 +UV Count: 3 + UV + UV + UV +Face 8409 +UV Count: 3 + UV + UV + UV +Face 8410 +UV Count: 3 + UV + UV + UV +Face 8411 +UV Count: 3 + UV + UV + UV +Face 8412 +UV Count: 3 + UV + UV + UV +Face 8413 +UV Count: 3 + UV + UV + UV +Face 8414 +UV Count: 3 + UV + UV + UV +Face 8415 +UV Count: 3 + UV + UV + UV +Face 8416 +UV Count: 3 + UV + UV + UV +Face 8417 +UV Count: 3 + UV + UV + UV +Face 8418 +UV Count: 3 + UV + UV + UV +Face 8419 +UV Count: 3 + UV + UV + UV +Face 8420 +UV Count: 3 + UV + UV + UV +Face 8421 +UV Count: 3 + UV + UV + UV +Face 8422 +UV Count: 3 + UV + UV + UV +Face 8423 +UV Count: 3 + UV + UV + UV +Face 8424 +UV Count: 3 + UV + UV + UV +Face 8425 +UV Count: 3 + UV + UV + UV +Face 8426 +UV Count: 3 + UV + UV + UV +Face 8427 +UV Count: 3 + UV + UV + UV +Face 8428 +UV Count: 3 + UV + UV + UV +Face 8429 +UV Count: 3 + UV + UV + UV +Face 8430 +UV Count: 3 + UV + UV + UV +Face 8431 +UV Count: 3 + UV + UV + UV +Face 8432 +UV Count: 3 + UV + UV + UV +Face 8433 +UV Count: 3 + UV + UV + UV +Face 8434 +UV Count: 3 + UV + UV + UV +Face 8435 +UV Count: 3 + UV + UV + UV +Face 8436 +UV Count: 3 + UV + UV + UV +Face 8437 +UV Count: 3 + UV + UV + UV +Face 8438 +UV Count: 3 + UV + UV + UV +Face 8439 +UV Count: 3 + UV + UV + UV +Face 8440 +UV Count: 3 + UV + UV + UV +Face 8441 +UV Count: 3 + UV + UV + UV +Face 8442 +UV Count: 3 + UV + UV + UV +Face 8443 +UV Count: 3 + UV + UV + UV +Face 8444 +UV Count: 3 + UV + UV + UV +Face 8445 +UV Count: 3 + UV + UV + UV +Face 8446 +UV Count: 3 + UV + UV + UV +Face 8447 +UV Count: 3 + UV + UV + UV +Face 8448 +UV Count: 3 + UV + UV + UV +Face 8449 +UV Count: 3 + UV + UV + UV +Face 8450 +UV Count: 3 + UV + UV + UV +Face 8451 +UV Count: 3 + UV + UV + UV +Face 8452 +UV Count: 3 + UV + UV + UV +Face 8453 +UV Count: 3 + UV + UV + UV +Face 8454 +UV Count: 3 + UV + UV + UV +Face 8455 +UV Count: 3 + UV + UV + UV +Face 8456 +UV Count: 3 + UV + UV + UV +Face 8457 +UV Count: 3 + UV + UV + UV +Face 8458 +UV Count: 3 + UV + UV + UV +Face 8459 +UV Count: 3 + UV + UV + UV +Face 8460 +UV Count: 3 + UV + UV + UV +Face 8461 +UV Count: 3 + UV + UV + UV +Face 8462 +UV Count: 3 + UV + UV + UV +Face 8463 +UV Count: 3 + UV + UV + UV +Face 8464 +UV Count: 3 + UV + UV + UV +Face 8465 +UV Count: 3 + UV + UV + UV +Face 8466 +UV Count: 3 + UV + UV + UV +Face 8467 +UV Count: 3 + UV + UV + UV +Face 8468 +UV Count: 3 + UV + UV + UV +Face 8469 +UV Count: 3 + UV + UV + UV +Face 8470 +UV Count: 3 + UV + UV + UV +Face 8471 +UV Count: 3 + UV + UV + UV +Face 8472 +UV Count: 3 + UV + UV + UV +Face 8473 +UV Count: 3 + UV + UV + UV +Face 8474 +UV Count: 3 + UV + UV + UV +Face 8475 +UV Count: 3 + UV + UV + UV +Face 8476 +UV Count: 3 + UV + UV + UV +Face 8477 +UV Count: 3 + UV + UV + UV +Face 8478 +UV Count: 3 + UV + UV + UV +Face 8479 +UV Count: 3 + UV + UV + UV +Face 8480 +UV Count: 3 + UV + UV + UV +Face 8481 +UV Count: 3 + UV + UV + UV +Face 8482 +UV Count: 3 + UV + UV + UV +Face 8483 +UV Count: 3 + UV + UV + UV +Face 8484 +UV Count: 3 + UV + UV + UV +Face 8485 +UV Count: 3 + UV + UV + UV +Face 8486 +UV Count: 3 + UV + UV + UV +Face 8487 +UV Count: 3 + UV + UV + UV +Face 8488 +UV Count: 3 + UV + UV + UV +Face 8489 +UV Count: 3 + UV + UV + UV +Face 8490 +UV Count: 3 + UV + UV + UV +Face 8491 +UV Count: 3 + UV + UV + UV +Face 8492 +UV Count: 3 + UV + UV + UV +Face 8493 +UV Count: 3 + UV + UV + UV +Face 8494 +UV Count: 3 + UV + UV + UV +Face 8495 +UV Count: 3 + UV + UV + UV +Face 8496 +UV Count: 3 + UV + UV + UV +Face 8497 +UV Count: 3 + UV + UV + UV +Face 8498 +UV Count: 3 + UV + UV + UV +Face 8499 +UV Count: 3 + UV + UV + UV +Face 8500 +UV Count: 3 + UV + UV + UV +Face 8501 +UV Count: 3 + UV + UV + UV +Face 8502 +UV Count: 3 + UV + UV + UV +Face 8503 +UV Count: 3 + UV + UV + UV +Face 8504 +UV Count: 3 + UV + UV + UV +Face 8505 +UV Count: 3 + UV + UV + UV +Face 8506 +UV Count: 3 + UV + UV + UV +Face 8507 +UV Count: 3 + UV + UV + UV +Face 8508 +UV Count: 3 + UV + UV + UV +Face 8509 +UV Count: 3 + UV + UV + UV +Face 8510 +UV Count: 3 + UV + UV + UV +Face 8511 +UV Count: 3 + UV + UV + UV +Face 8512 +UV Count: 3 + UV + UV + UV +Face 8513 +UV Count: 3 + UV + UV + UV +Face 8514 +UV Count: 3 + UV + UV + UV +Face 8515 +UV Count: 3 + UV + UV + UV +Face 8516 +UV Count: 3 + UV + UV + UV +Face 8517 +UV Count: 3 + UV + UV + UV +Face 8518 +UV Count: 3 + UV + UV + UV +Face 8519 +UV Count: 3 + UV + UV + UV +Face 8520 +UV Count: 3 + UV + UV + UV +Face 8521 +UV Count: 3 + UV + UV + UV +Face 8522 +UV Count: 3 + UV + UV + UV +Face 8523 +UV Count: 3 + UV + UV + UV +Face 8524 +UV Count: 3 + UV + UV + UV +Face 8525 +UV Count: 3 + UV + UV + UV +Face 8526 +UV Count: 3 + UV + UV + UV +Face 8527 +UV Count: 3 + UV + UV + UV +Face 8528 +UV Count: 3 + UV + UV + UV +Face 8529 +UV Count: 3 + UV + UV + UV +Face 8530 +UV Count: 3 + UV + UV + UV +Face 8531 +UV Count: 3 + UV + UV + UV +Face 8532 +UV Count: 3 + UV + UV + UV +Face 8533 +UV Count: 3 + UV + UV + UV +Face 8534 +UV Count: 3 + UV + UV + UV +Face 8535 +UV Count: 3 + UV + UV + UV +Face 8536 +UV Count: 3 + UV + UV + UV +Face 8537 +UV Count: 3 + UV + UV + UV +Face 8538 +UV Count: 3 + UV + UV + UV +Face 8539 +UV Count: 3 + UV + UV + UV +Face 8540 +UV Count: 3 + UV + UV + UV +Face 8541 +UV Count: 3 + UV + UV + UV +Face 8542 +UV Count: 3 + UV + UV + UV +Face 8543 +UV Count: 3 + UV + UV + UV +Face 8544 +UV Count: 3 + UV + UV + UV +Face 8545 +UV Count: 3 + UV + UV + UV +Face 8546 +UV Count: 3 + UV + UV + UV +Face 8547 +UV Count: 3 + UV + UV + UV +Face 8548 +UV Count: 3 + UV + UV + UV +Face 8549 +UV Count: 3 + UV + UV + UV +Face 8550 +UV Count: 3 + UV + UV + UV +Face 8551 +UV Count: 3 + UV + UV + UV +Face 8552 +UV Count: 3 + UV + UV + UV +Face 8553 +UV Count: 3 + UV + UV + UV +Face 8554 +UV Count: 3 + UV + UV + UV +Face 8555 +UV Count: 3 + UV + UV + UV +Face 8556 +UV Count: 3 + UV + UV + UV +Face 8557 +UV Count: 3 + UV + UV + UV +Face 8558 +UV Count: 3 + UV + UV + UV +Face 8559 +UV Count: 3 + UV + UV + UV +Face 8560 +UV Count: 3 + UV + UV + UV +Face 8561 +UV Count: 3 + UV + UV + UV +Face 8562 +UV Count: 3 + UV + UV + UV +Face 8563 +UV Count: 3 + UV + UV + UV +Face 8564 +UV Count: 3 + UV + UV + UV +Face 8565 +UV Count: 3 + UV + UV + UV +Face 8566 +UV Count: 3 + UV + UV + UV +Face 8567 +UV Count: 3 + UV + UV + UV +Face 8568 +UV Count: 3 + UV + UV + UV +Face 8569 +UV Count: 3 + UV + UV + UV +Face 8570 +UV Count: 3 + UV + UV + UV +Face 8571 +UV Count: 3 + UV + UV + UV +Face 8572 +UV Count: 3 + UV + UV + UV +Face 8573 +UV Count: 3 + UV + UV + UV +Face 8574 +UV Count: 3 + UV + UV + UV +Face 8575 +UV Count: 3 + UV + UV + UV +Face 8576 +UV Count: 3 + UV + UV + UV +Face 8577 +UV Count: 3 + UV + UV + UV +Face 8578 +UV Count: 3 + UV + UV + UV +Face 8579 +UV Count: 3 + UV + UV + UV +Face 8580 +UV Count: 3 + UV + UV + UV +Face 8581 +UV Count: 3 + UV + UV + UV +Face 8582 +UV Count: 3 + UV + UV + UV +Face 8583 +UV Count: 3 + UV + UV + UV +Face 8584 +UV Count: 3 + UV + UV + UV +Face 8585 +UV Count: 3 + UV + UV + UV +Face 8586 +UV Count: 3 + UV + UV + UV +Face 8587 +UV Count: 3 + UV + UV + UV +Face 8588 +UV Count: 3 + UV + UV + UV +Face 8589 +UV Count: 3 + UV + UV + UV +Face 8590 +UV Count: 3 + UV + UV + UV +Face 8591 +UV Count: 3 + UV + UV + UV +Face 8592 +UV Count: 3 + UV + UV + UV +Face 8593 +UV Count: 3 + UV + UV + UV +Face 8594 +UV Count: 3 + UV + UV + UV +Face 8595 +UV Count: 3 + UV + UV + UV +Face 8596 +UV Count: 3 + UV + UV + UV +Face 8597 +UV Count: 3 + UV + UV + UV +Face 8598 +UV Count: 3 + UV + UV + UV +Face 8599 +UV Count: 3 + UV + UV + UV +Face 8600 +UV Count: 3 + UV + UV + UV +Face 8601 +UV Count: 3 + UV + UV + UV +Face 8602 +UV Count: 3 + UV + UV + UV +Face 8603 +UV Count: 3 + UV + UV + UV +Face 8604 +UV Count: 3 + UV + UV + UV +Face 8605 +UV Count: 3 + UV + UV + UV +Face 8606 +UV Count: 3 + UV + UV + UV +Face 8607 +UV Count: 3 + UV + UV + UV +Face 8608 +UV Count: 3 + UV + UV + UV +Face 8609 +UV Count: 3 + UV + UV + UV +Face 8610 +UV Count: 3 + UV + UV + UV +Face 8611 +UV Count: 3 + UV + UV + UV +Face 8612 +UV Count: 3 + UV + UV + UV +Face 8613 +UV Count: 3 + UV + UV + UV +Face 8614 +UV Count: 3 + UV + UV + UV +Face 8615 +UV Count: 3 + UV + UV + UV +Face 8616 +UV Count: 3 + UV + UV + UV +Face 8617 +UV Count: 3 + UV + UV + UV +Face 8618 +UV Count: 3 + UV + UV + UV +Face 8619 +UV Count: 3 + UV + UV + UV +Face 8620 +UV Count: 3 + UV + UV + UV +Face 8621 +UV Count: 3 + UV + UV + UV +Face 8622 +UV Count: 3 + UV + UV + UV +Face 8623 +UV Count: 3 + UV + UV + UV +Face 8624 +UV Count: 3 + UV + UV + UV +Face 8625 +UV Count: 3 + UV + UV + UV +Face 8626 +UV Count: 3 + UV + UV + UV +Face 8627 +UV Count: 3 + UV + UV + UV +Face 8628 +UV Count: 3 + UV + UV + UV +Face 8629 +UV Count: 3 + UV + UV + UV +Face 8630 +UV Count: 3 + UV + UV + UV +Face 8631 +UV Count: 3 + UV + UV + UV +Face 8632 +UV Count: 3 + UV + UV + UV +Face 8633 +UV Count: 3 + UV + UV + UV +Face 8634 +UV Count: 3 + UV + UV + UV +Face 8635 +UV Count: 3 + UV + UV + UV +Face 8636 +UV Count: 3 + UV + UV + UV +Face 8637 +UV Count: 3 + UV + UV + UV +Face 8638 +UV Count: 3 + UV + UV + UV +Face 8639 +UV Count: 3 + UV + UV + UV +Face 8640 +UV Count: 3 + UV + UV + UV +Face 8641 +UV Count: 3 + UV + UV + UV +Face 8642 +UV Count: 3 + UV + UV + UV +Face 8643 +UV Count: 3 + UV + UV + UV +Face 8644 +UV Count: 3 + UV + UV + UV +Face 8645 +UV Count: 3 + UV + UV + UV +Face 8646 +UV Count: 3 + UV + UV + UV +Face 8647 +UV Count: 3 + UV + UV + UV +Face 8648 +UV Count: 3 + UV + UV + UV +Face 8649 +UV Count: 3 + UV + UV + UV +Face 8650 +UV Count: 3 + UV + UV + UV +Face 8651 +UV Count: 3 + UV + UV + UV +Face 8652 +UV Count: 3 + UV + UV + UV +Face 8653 +UV Count: 3 + UV + UV + UV +Face 8654 +UV Count: 3 + UV + UV + UV +Face 8655 +UV Count: 3 + UV + UV + UV +Face 8656 +UV Count: 3 + UV + UV + UV +Face 8657 +UV Count: 3 + UV + UV + UV +Face 8658 +UV Count: 3 + UV + UV + UV +Face 8659 +UV Count: 3 + UV + UV + UV +Face 8660 +UV Count: 3 + UV + UV + UV +Face 8661 +UV Count: 3 + UV + UV + UV +Face 8662 +UV Count: 3 + UV + UV + UV +Face 8663 +UV Count: 3 + UV + UV + UV +Face 8664 +UV Count: 3 + UV + UV + UV +Face 8665 +UV Count: 3 + UV + UV + UV +Face 8666 +UV Count: 3 + UV + UV + UV +Face 8667 +UV Count: 3 + UV + UV + UV +Face 8668 +UV Count: 3 + UV + UV + UV +Face 8669 +UV Count: 3 + UV + UV + UV +Face 8670 +UV Count: 3 + UV + UV + UV +Face 8671 +UV Count: 3 + UV + UV + UV +Face 8672 +UV Count: 3 + UV + UV + UV +Face 8673 +UV Count: 3 + UV + UV + UV +Face 8674 +UV Count: 3 + UV + UV + UV +Face 8675 +UV Count: 3 + UV + UV + UV +Face 8676 +UV Count: 3 + UV + UV + UV +Face 8677 +UV Count: 3 + UV + UV + UV +Face 8678 +UV Count: 3 + UV + UV + UV +Face 8679 +UV Count: 3 + UV + UV + UV +Face 8680 +UV Count: 3 + UV + UV + UV +Face 8681 +UV Count: 3 + UV + UV + UV +Face 8682 +UV Count: 3 + UV + UV + UV +Face 8683 +UV Count: 3 + UV + UV + UV +Face 8684 +UV Count: 3 + UV + UV + UV +Face 8685 +UV Count: 3 + UV + UV + UV +Face 8686 +UV Count: 3 + UV + UV + UV +Face 8687 +UV Count: 3 + UV + UV + UV +Face 8688 +UV Count: 3 + UV + UV + UV +Face 8689 +UV Count: 3 + UV + UV + UV +Face 8690 +UV Count: 3 + UV + UV + UV +Face 8691 +UV Count: 3 + UV + UV + UV +Face 8692 +UV Count: 3 + UV + UV + UV +Face 8693 +UV Count: 3 + UV + UV + UV +Face 8694 +UV Count: 3 + UV + UV + UV +Face 8695 +UV Count: 3 + UV + UV + UV +Face 8696 +UV Count: 3 + UV + UV + UV +Face 8697 +UV Count: 3 + UV + UV + UV +Face 8698 +UV Count: 3 + UV + UV + UV +Face 8699 +UV Count: 3 + UV + UV + UV +Face 8700 +UV Count: 3 + UV + UV + UV +Face 8701 +UV Count: 3 + UV + UV + UV +Face 8702 +UV Count: 3 + UV + UV + UV +Face 8703 +UV Count: 3 + UV + UV + UV +Face 8704 +UV Count: 3 + UV + UV + UV +Face 8705 +UV Count: 3 + UV + UV + UV +Face 8706 +UV Count: 3 + UV + UV + UV +Face 8707 +UV Count: 3 + UV + UV + UV +Face 8708 +UV Count: 3 + UV + UV + UV +Face 8709 +UV Count: 3 + UV + UV + UV +Face 8710 +UV Count: 3 + UV + UV + UV +Face 8711 +UV Count: 3 + UV + UV + UV +Face 8712 +UV Count: 3 + UV + UV + UV +Face 8713 +UV Count: 3 + UV + UV + UV +Face 8714 +UV Count: 3 + UV + UV + UV +Face 8715 +UV Count: 3 + UV + UV + UV +Face 8716 +UV Count: 3 + UV + UV + UV +Face 8717 +UV Count: 3 + UV + UV + UV +Face 8718 +UV Count: 3 + UV + UV + UV +Face 8719 +UV Count: 3 + UV + UV + UV +Face 8720 +UV Count: 3 + UV + UV + UV +Face 8721 +UV Count: 3 + UV + UV + UV +Face 8722 +UV Count: 3 + UV + UV + UV +Face 8723 +UV Count: 3 + UV + UV + UV +Face 8724 +UV Count: 3 + UV + UV + UV +Face 8725 +UV Count: 3 + UV + UV + UV +Face 8726 +UV Count: 3 + UV + UV + UV +Face 8727 +UV Count: 3 + UV + UV + UV +Face 8728 +UV Count: 3 + UV + UV + UV +Face 8729 +UV Count: 3 + UV + UV + UV +Face 8730 +UV Count: 3 + UV + UV + UV +Face 8731 +UV Count: 3 + UV + UV + UV +Face 8732 +UV Count: 3 + UV + UV + UV +Face 8733 +UV Count: 3 + UV + UV + UV +Face 8734 +UV Count: 3 + UV + UV + UV +Face 8735 +UV Count: 3 + UV + UV + UV +Face 8736 +UV Count: 3 + UV + UV + UV +Face 8737 +UV Count: 3 + UV + UV + UV +Face 8738 +UV Count: 3 + UV + UV + UV +Face 8739 +UV Count: 3 + UV + UV + UV +Face 8740 +UV Count: 3 + UV + UV + UV +Face 8741 +UV Count: 3 + UV + UV + UV +Face 8742 +UV Count: 3 + UV + UV + UV +Face 8743 +UV Count: 3 + UV + UV + UV +Face 8744 +UV Count: 3 + UV + UV + UV +Face 8745 +UV Count: 3 + UV + UV + UV +Face 8746 +UV Count: 3 + UV + UV + UV +Face 8747 +UV Count: 3 + UV + UV + UV +Face 8748 +UV Count: 3 + UV + UV + UV +Face 8749 +UV Count: 3 + UV + UV + UV +Face 8750 +UV Count: 3 + UV + UV + UV +Face 8751 +UV Count: 3 + UV + UV + UV +Face 8752 +UV Count: 3 + UV + UV + UV +Face 8753 +UV Count: 3 + UV + UV + UV +Face 8754 +UV Count: 3 + UV + UV + UV +Face 8755 +UV Count: 3 + UV + UV + UV +Face 8756 +UV Count: 3 + UV + UV + UV +Face 8757 +UV Count: 3 + UV + UV + UV +Face 8758 +UV Count: 3 + UV + UV + UV +Face 8759 +UV Count: 3 + UV + UV + UV +Face 8760 +UV Count: 3 + UV + UV + UV +Face 8761 +UV Count: 3 + UV + UV + UV +Face 8762 +UV Count: 3 + UV + UV + UV +Face 8763 +UV Count: 3 + UV + UV + UV +Face 8764 +UV Count: 3 + UV + UV + UV +Face 8765 +UV Count: 3 + UV + UV + UV +Face 8766 +UV Count: 3 + UV + UV + UV +Face 8767 +UV Count: 3 + UV + UV + UV +Face 8768 +UV Count: 3 + UV + UV + UV +Face 8769 +UV Count: 3 + UV + UV + UV +Face 8770 +UV Count: 3 + UV + UV + UV +Face 8771 +UV Count: 3 + UV + UV + UV +Face 8772 +UV Count: 3 + UV + UV + UV +Face 8773 +UV Count: 3 + UV + UV + UV +Face 8774 +UV Count: 3 + UV + UV + UV +Face 8775 +UV Count: 3 + UV + UV + UV +Face 8776 +UV Count: 3 + UV + UV + UV +Face 8777 +UV Count: 3 + UV + UV + UV +Face 8778 +UV Count: 3 + UV + UV + UV +Face 8779 +UV Count: 3 + UV + UV + UV +Face 8780 +UV Count: 3 + UV + UV + UV +Face 8781 +UV Count: 3 + UV + UV + UV +Face 8782 +UV Count: 3 + UV + UV + UV +Face 8783 +UV Count: 3 + UV + UV + UV +Face 8784 +UV Count: 3 + UV + UV + UV +Face 8785 +UV Count: 3 + UV + UV + UV +Face 8786 +UV Count: 3 + UV + UV + UV +Face 8787 +UV Count: 3 + UV + UV + UV +Face 8788 +UV Count: 3 + UV + UV + UV +Face 8789 +UV Count: 3 + UV + UV + UV +Face 8790 +UV Count: 3 + UV + UV + UV +Face 8791 +UV Count: 3 + UV + UV + UV +Face 8792 +UV Count: 3 + UV + UV + UV +Face 8793 +UV Count: 3 + UV + UV + UV +Face 8794 +UV Count: 3 + UV + UV + UV +Face 8795 +UV Count: 3 + UV + UV + UV +Face 8796 +UV Count: 3 + UV + UV + UV +Face 8797 +UV Count: 3 + UV + UV + UV +Face 8798 +UV Count: 3 + UV + UV + UV +Face 8799 +UV Count: 3 + UV + UV + UV +Face 8800 +UV Count: 3 + UV + UV + UV +Face 8801 +UV Count: 3 + UV + UV + UV +Face 8802 +UV Count: 3 + UV + UV + UV +Face 8803 +UV Count: 3 + UV + UV + UV +Face 8804 +UV Count: 3 + UV + UV + UV +Face 8805 +UV Count: 3 + UV + UV + UV +Face 8806 +UV Count: 3 + UV + UV + UV +Face 8807 +UV Count: 3 + UV + UV + UV +Face 8808 +UV Count: 3 + UV + UV + UV +Face 8809 +UV Count: 3 + UV + UV + UV +Face 8810 +UV Count: 3 + UV + UV + UV +Face 8811 +UV Count: 3 + UV + UV + UV +Face 8812 +UV Count: 3 + UV + UV + UV +Face 8813 +UV Count: 3 + UV + UV + UV +Face 8814 +UV Count: 3 + UV + UV + UV +Face 8815 +UV Count: 3 + UV + UV + UV +Face 8816 +UV Count: 3 + UV + UV + UV +Face 8817 +UV Count: 3 + UV + UV + UV +Face 8818 +UV Count: 3 + UV + UV + UV +Face 8819 +UV Count: 3 + UV + UV + UV +Face 8820 +UV Count: 3 + UV + UV + UV +Face 8821 +UV Count: 3 + UV + UV + UV +Face 8822 +UV Count: 3 + UV + UV + UV +Face 8823 +UV Count: 3 + UV + UV + UV +Face 8824 +UV Count: 3 + UV + UV + UV +Face 8825 +UV Count: 3 + UV + UV + UV +Face 8826 +UV Count: 3 + UV + UV + UV +Face 8827 +UV Count: 3 + UV + UV + UV +Face 8828 +UV Count: 3 + UV + UV + UV +Face 8829 +UV Count: 3 + UV + UV + UV +Face 8830 +UV Count: 3 + UV + UV + UV +Face 8831 +UV Count: 3 + UV + UV + UV +Face 8832 +UV Count: 3 + UV + UV + UV +Face 8833 +UV Count: 3 + UV + UV + UV +Face 8834 +UV Count: 3 + UV + UV + UV +Face 8835 +UV Count: 3 + UV + UV + UV +Face 8836 +UV Count: 3 + UV + UV + UV +Face 8837 +UV Count: 3 + UV + UV + UV +Face 8838 +UV Count: 3 + UV + UV + UV +Face 8839 +UV Count: 3 + UV + UV + UV +Face 8840 +UV Count: 3 + UV + UV + UV +Face 8841 +UV Count: 3 + UV + UV + UV +Face 8842 +UV Count: 3 + UV + UV + UV +Face 8843 +UV Count: 3 + UV + UV + UV +Face 8844 +UV Count: 3 + UV + UV + UV +Face 8845 +UV Count: 3 + UV + UV + UV +Face 8846 +UV Count: 3 + UV + UV + UV +Face 8847 +UV Count: 3 + UV + UV + UV +Face 8848 +UV Count: 3 + UV + UV + UV +Face 8849 +UV Count: 3 + UV + UV + UV +Face 8850 +UV Count: 3 + UV + UV + UV +Face 8851 +UV Count: 3 + UV + UV + UV +Face 8852 +UV Count: 3 + UV + UV + UV +Face 8853 +UV Count: 3 + UV + UV + UV +Face 8854 +UV Count: 3 + UV + UV + UV +Face 8855 +UV Count: 3 + UV + UV + UV +Face 8856 +UV Count: 3 + UV + UV + UV +Face 8857 +UV Count: 3 + UV + UV + UV +Face 8858 +UV Count: 3 + UV + UV + UV +Face 8859 +UV Count: 3 + UV + UV + UV +Face 8860 +UV Count: 3 + UV + UV + UV +Face 8861 +UV Count: 3 + UV + UV + UV +Face 8862 +UV Count: 3 + UV + UV + UV +Face 8863 +UV Count: 3 + UV + UV + UV +Face 8864 +UV Count: 3 + UV + UV + UV +Face 8865 +UV Count: 3 + UV + UV + UV +Face 8866 +UV Count: 3 + UV + UV + UV +Face 8867 +UV Count: 3 + UV + UV + UV +Face 8868 +UV Count: 3 + UV + UV + UV +Face 8869 +UV Count: 3 + UV + UV + UV +Face 8870 +UV Count: 3 + UV + UV + UV +Face 8871 +UV Count: 3 + UV + UV + UV +Face 8872 +UV Count: 3 + UV + UV + UV +Face 8873 +UV Count: 3 + UV + UV + UV +Face 8874 +UV Count: 3 + UV + UV + UV +Face 8875 +UV Count: 3 + UV + UV + UV +Face 8876 +UV Count: 3 + UV + UV + UV +Face 8877 +UV Count: 3 + UV + UV + UV +Face 8878 +UV Count: 3 + UV + UV + UV +Face 8879 +UV Count: 3 + UV + UV + UV +Face 8880 +UV Count: 3 + UV + UV + UV +Face 8881 +UV Count: 3 + UV + UV + UV +Face 8882 +UV Count: 3 + UV + UV + UV +Face 8883 +UV Count: 3 + UV + UV + UV +Face 8884 +UV Count: 3 + UV + UV + UV +Face 8885 +UV Count: 3 + UV + UV + UV +Face 8886 +UV Count: 3 + UV + UV + UV +Face 8887 +UV Count: 3 + UV + UV + UV +Face 8888 +UV Count: 3 + UV + UV + UV +Face 8889 +UV Count: 3 + UV + UV + UV +Face 8890 +UV Count: 3 + UV + UV + UV +Face 8891 +UV Count: 3 + UV + UV + UV +Face 8892 +UV Count: 3 + UV + UV + UV +Face 8893 +UV Count: 3 + UV + UV + UV +Face 8894 +UV Count: 3 + UV + UV + UV +Face 8895 +UV Count: 3 + UV + UV + UV +Face 8896 +UV Count: 3 + UV + UV + UV +Face 8897 +UV Count: 3 + UV + UV + UV +Face 8898 +UV Count: 3 + UV + UV + UV +Face 8899 +UV Count: 3 + UV + UV + UV +Face 8900 +UV Count: 3 + UV + UV + UV +Face 8901 +UV Count: 3 + UV + UV + UV +Face 8902 +UV Count: 3 + UV + UV + UV +Face 8903 +UV Count: 3 + UV + UV + UV +Face 8904 +UV Count: 3 + UV + UV + UV +Face 8905 +UV Count: 3 + UV + UV + UV +Face 8906 +UV Count: 3 + UV + UV + UV +Face 8907 +UV Count: 3 + UV + UV + UV +Face 8908 +UV Count: 3 + UV + UV + UV +Face 8909 +UV Count: 3 + UV + UV + UV +Face 8910 +UV Count: 3 + UV + UV + UV +Face 8911 +UV Count: 3 + UV + UV + UV +Face 8912 +UV Count: 3 + UV + UV + UV +Face 8913 +UV Count: 3 + UV + UV + UV +Face 8914 +UV Count: 3 + UV + UV + UV +Face 8915 +UV Count: 3 + UV + UV + UV +Face 8916 +UV Count: 3 + UV + UV + UV +Face 8917 +UV Count: 3 + UV + UV + UV +Face 8918 +UV Count: 3 + UV + UV + UV +Face 8919 +UV Count: 3 + UV + UV + UV +Face 8920 +UV Count: 3 + UV + UV + UV +Face 8921 +UV Count: 3 + UV + UV + UV +Face 8922 +UV Count: 3 + UV + UV + UV +Face 8923 +UV Count: 3 + UV + UV + UV +Face 8924 +UV Count: 3 + UV + UV + UV +Face 8925 +UV Count: 3 + UV + UV + UV +Face 8926 +UV Count: 3 + UV + UV + UV +Face 8927 +UV Count: 3 + UV + UV + UV +Face 8928 +UV Count: 3 + UV + UV + UV +Face 8929 +UV Count: 3 + UV + UV + UV +Face 8930 +UV Count: 3 + UV + UV + UV +Face 8931 +UV Count: 3 + UV + UV + UV +Face 8932 +UV Count: 3 + UV + UV + UV +Face 8933 +UV Count: 3 + UV + UV + UV +Face 8934 +UV Count: 3 + UV + UV + UV +Face 8935 +UV Count: 3 + UV + UV + UV +Face 8936 +UV Count: 3 + UV + UV + UV +Face 8937 +UV Count: 3 + UV + UV + UV +Face 8938 +UV Count: 3 + UV + UV + UV +Face 8939 +UV Count: 3 + UV + UV + UV +Face 8940 +UV Count: 3 + UV + UV + UV +Face 8941 +UV Count: 3 + UV + UV + UV +Face 8942 +UV Count: 3 + UV + UV + UV +Face 8943 +UV Count: 3 + UV + UV + UV +Face 8944 +UV Count: 3 + UV + UV + UV +Face 8945 +UV Count: 3 + UV + UV + UV +Face 8946 +UV Count: 3 + UV + UV + UV +Face 8947 +UV Count: 3 + UV + UV + UV +Face 8948 +UV Count: 3 + UV + UV + UV +Face 8949 +UV Count: 3 + UV + UV + UV +Face 8950 +UV Count: 3 + UV + UV + UV +Face 8951 +UV Count: 3 + UV + UV + UV +Face 8952 +UV Count: 3 + UV + UV + UV +Face 8953 +UV Count: 3 + UV + UV + UV +Face 8954 +UV Count: 3 + UV + UV + UV +Face 8955 +UV Count: 3 + UV + UV + UV +Face 8956 +UV Count: 3 + UV + UV + UV +Face 8957 +UV Count: 3 + UV + UV + UV +Face 8958 +UV Count: 3 + UV + UV + UV +Face 8959 +UV Count: 3 + UV + UV + UV +Face 8960 +UV Count: 3 + UV + UV + UV +Face 8961 +UV Count: 3 + UV + UV + UV +Face 8962 +UV Count: 3 + UV + UV + UV +Face 8963 +UV Count: 3 + UV + UV + UV +Face 8964 +UV Count: 3 + UV + UV + UV +Face 8965 +UV Count: 3 + UV + UV + UV +Face 8966 +UV Count: 3 + UV + UV + UV +Face 8967 +UV Count: 3 + UV + UV + UV +Face 8968 +UV Count: 3 + UV + UV + UV +Face 8969 +UV Count: 3 + UV + UV + UV +Face 8970 +UV Count: 3 + UV + UV + UV +Face 8971 +UV Count: 3 + UV + UV + UV +Face 8972 +UV Count: 3 + UV + UV + UV +Face 8973 +UV Count: 3 + UV + UV + UV +Face 8974 +UV Count: 3 + UV + UV + UV +Face 8975 +UV Count: 3 + UV + UV + UV +Face 8976 +UV Count: 3 + UV + UV + UV +Face 8977 +UV Count: 3 + UV + UV + UV +Face 8978 +UV Count: 3 + UV + UV + UV +Face 8979 +UV Count: 3 + UV + UV + UV +Face 8980 +UV Count: 3 + UV + UV + UV +Face 8981 +UV Count: 3 + UV + UV + UV +Face 8982 +UV Count: 3 + UV + UV + UV +Face 8983 +UV Count: 3 + UV + UV + UV +Face 8984 +UV Count: 3 + UV + UV + UV +Face 8985 +UV Count: 3 + UV + UV + UV +Face 8986 +UV Count: 3 + UV + UV + UV +Face 8987 +UV Count: 3 + UV + UV + UV +Face 8988 +UV Count: 3 + UV + UV + UV +Face 8989 +UV Count: 3 + UV + UV + UV +Face 8990 +UV Count: 3 + UV + UV + UV +Face 8991 +UV Count: 3 + UV + UV + UV +Face 8992 +UV Count: 3 + UV + UV + UV +Face 8993 +UV Count: 3 + UV + UV + UV +Face 8994 +UV Count: 3 + UV + UV + UV +Face 8995 +UV Count: 3 + UV + UV + UV +Face 8996 +UV Count: 3 + UV + UV + UV +Face 8997 +UV Count: 3 + UV + UV + UV +Face 8998 +UV Count: 3 + UV + UV + UV +Face 8999 +UV Count: 3 + UV + UV + UV +Face 9000 +UV Count: 3 + UV + UV + UV +Face 9001 +UV Count: 3 + UV + UV + UV +Face 9002 +UV Count: 3 + UV + UV + UV +Face 9003 +UV Count: 3 + UV + UV + UV +Face 9004 +UV Count: 3 + UV + UV + UV +Face 9005 +UV Count: 3 + UV + UV + UV +Face 9006 +UV Count: 3 + UV + UV + UV +Face 9007 +UV Count: 3 + UV + UV + UV +Face 9008 +UV Count: 3 + UV + UV + UV +Face 9009 +UV Count: 3 + UV + UV + UV +Face 9010 +UV Count: 3 + UV + UV + UV +Face 9011 +UV Count: 3 + UV + UV + UV +Face 9012 +UV Count: 3 + UV + UV + UV +Face 9013 +UV Count: 3 + UV + UV + UV +Face 9014 +UV Count: 3 + UV + UV + UV +Face 9015 +UV Count: 3 + UV + UV + UV +Face 9016 +UV Count: 3 + UV + UV + UV +Face 9017 +UV Count: 3 + UV + UV + UV +Face 9018 +UV Count: 3 + UV + UV + UV +Face 9019 +UV Count: 3 + UV + UV + UV +Face 9020 +UV Count: 3 + UV + UV + UV +Face 9021 +UV Count: 3 + UV + UV + UV +Face 9022 +UV Count: 3 + UV + UV + UV +Face 9023 +UV Count: 3 + UV + UV + UV +Face 9024 +UV Count: 3 + UV + UV + UV +Face 9025 +UV Count: 3 + UV + UV + UV +Face 9026 +UV Count: 3 + UV + UV + UV +Face 9027 +UV Count: 3 + UV + UV + UV +Face 9028 +UV Count: 3 + UV + UV + UV +Face 9029 +UV Count: 3 + UV + UV + UV +Face 9030 +UV Count: 3 + UV + UV + UV +Face 9031 +UV Count: 3 + UV + UV + UV +Face 9032 +UV Count: 3 + UV + UV + UV +Face 9033 +UV Count: 3 + UV + UV + UV +Face 9034 +UV Count: 3 + UV + UV + UV +Face 9035 +UV Count: 3 + UV + UV + UV +Face 9036 +UV Count: 3 + UV + UV + UV +Face 9037 +UV Count: 3 + UV + UV + UV +Face 9038 +UV Count: 3 + UV + UV + UV +Face 9039 +UV Count: 3 + UV + UV + UV +Face 9040 +UV Count: 3 + UV + UV + UV +Face 9041 +UV Count: 3 + UV + UV + UV +Face 9042 +UV Count: 3 + UV + UV + UV +Face 9043 +UV Count: 3 + UV + UV + UV +Face 9044 +UV Count: 3 + UV + UV + UV +Face 9045 +UV Count: 3 + UV + UV + UV +Face 9046 +UV Count: 3 + UV + UV + UV +Face 9047 +UV Count: 3 + UV + UV + UV +Face 9048 +UV Count: 3 + UV + UV + UV +Face 9049 +UV Count: 3 + UV + UV + UV +Face 9050 +UV Count: 3 + UV + UV + UV +Face 9051 +UV Count: 3 + UV + UV + UV +Face 9052 +UV Count: 3 + UV + UV + UV +Face 9053 +UV Count: 3 + UV + UV + UV +Face 9054 +UV Count: 3 + UV + UV + UV +Face 9055 +UV Count: 3 + UV + UV + UV +Face 9056 +UV Count: 3 + UV + UV + UV +Face 9057 +UV Count: 3 + UV + UV + UV +Face 9058 +UV Count: 3 + UV + UV + UV +Face 9059 +UV Count: 3 + UV + UV + UV +Face 9060 +UV Count: 3 + UV + UV + UV +Face 9061 +UV Count: 3 + UV + UV + UV +Face 9062 +UV Count: 3 + UV + UV + UV +Face 9063 +UV Count: 3 + UV + UV + UV +Face 9064 +UV Count: 3 + UV + UV + UV +Face 9065 +UV Count: 3 + UV + UV + UV +Face 9066 +UV Count: 3 + UV + UV + UV +Face 9067 +UV Count: 3 + UV + UV + UV +Face 9068 +UV Count: 3 + UV + UV + UV +Face 9069 +UV Count: 3 + UV + UV + UV +Face 9070 +UV Count: 3 + UV + UV + UV +Face 9071 +UV Count: 3 + UV + UV + UV +Face 9072 +UV Count: 3 + UV + UV + UV +Face 9073 +UV Count: 3 + UV + UV + UV +Face 9074 +UV Count: 3 + UV + UV + UV +Face 9075 +UV Count: 3 + UV + UV + UV +Face 9076 +UV Count: 3 + UV + UV + UV +Face 9077 +UV Count: 3 + UV + UV + UV +Face 9078 +UV Count: 3 + UV + UV + UV +Face 9079 +UV Count: 3 + UV + UV + UV +Face 9080 +UV Count: 3 + UV + UV + UV +Face 9081 +UV Count: 3 + UV + UV + UV +Face 9082 +UV Count: 3 + UV + UV + UV +Face 9083 +UV Count: 3 + UV + UV + UV +Face 9084 +UV Count: 3 + UV + UV + UV +Face 9085 +UV Count: 3 + UV + UV + UV +Face 9086 +UV Count: 3 + UV + UV + UV +Face 9087 +UV Count: 3 + UV + UV + UV +Face 9088 +UV Count: 3 + UV + UV + UV +Face 9089 +UV Count: 3 + UV + UV + UV +Face 9090 +UV Count: 3 + UV + UV + UV +Face 9091 +UV Count: 3 + UV + UV + UV +Face 9092 +UV Count: 3 + UV + UV + UV +Face 9093 +UV Count: 3 + UV + UV + UV +Face 9094 +UV Count: 3 + UV + UV + UV +Face 9095 +UV Count: 3 + UV + UV + UV +Face 9096 +UV Count: 3 + UV + UV + UV +Face 9097 +UV Count: 3 + UV + UV + UV +Face 9098 +UV Count: 3 + UV + UV + UV +Face 9099 +UV Count: 3 + UV + UV + UV +Face 9100 +UV Count: 3 + UV + UV + UV +Face 9101 +UV Count: 3 + UV + UV + UV +Face 9102 +UV Count: 3 + UV + UV + UV +Face 9103 +UV Count: 3 + UV + UV + UV +Face 9104 +UV Count: 3 + UV + UV + UV +Face 9105 +UV Count: 3 + UV + UV + UV +Face 9106 +UV Count: 3 + UV + UV + UV +Face 9107 +UV Count: 3 + UV + UV + UV +Face 9108 +UV Count: 3 + UV + UV + UV +Face 9109 +UV Count: 3 + UV + UV + UV +Face 9110 +UV Count: 3 + UV + UV + UV +Face 9111 +UV Count: 3 + UV + UV + UV +Face 9112 +UV Count: 3 + UV + UV + UV +Face 9113 +UV Count: 3 + UV + UV + UV +Face 9114 +UV Count: 3 + UV + UV + UV +Face 9115 +UV Count: 3 + UV + UV + UV +Face 9116 +UV Count: 3 + UV + UV + UV +Face 9117 +UV Count: 3 + UV + UV + UV +Face 9118 +UV Count: 3 + UV + UV + UV +Face 9119 +UV Count: 3 + UV + UV + UV +Face 9120 +UV Count: 3 + UV + UV + UV +Face 9121 +UV Count: 3 + UV + UV + UV +Face 9122 +UV Count: 3 + UV + UV + UV +Face 9123 +UV Count: 3 + UV + UV + UV +Face 9124 +UV Count: 3 + UV + UV + UV +Face 9125 +UV Count: 3 + UV + UV + UV +Face 9126 +UV Count: 3 + UV + UV + UV +Face 9127 +UV Count: 3 + UV + UV + UV +Face 9128 +UV Count: 3 + UV + UV + UV +Face 9129 +UV Count: 3 + UV + UV + UV +Face 9130 +UV Count: 3 + UV + UV + UV +Face 9131 +UV Count: 3 + UV + UV + UV +Face 9132 +UV Count: 3 + UV + UV + UV +Face 9133 +UV Count: 3 + UV + UV + UV +Face 9134 +UV Count: 3 + UV + UV + UV +Face 9135 +UV Count: 3 + UV + UV + UV +Face 9136 +UV Count: 3 + UV + UV + UV +Face 9137 +UV Count: 3 + UV + UV + UV +Face 9138 +UV Count: 3 + UV + UV + UV +Face 9139 +UV Count: 3 + UV + UV + UV +Face 9140 +UV Count: 3 + UV + UV + UV +Face 9141 +UV Count: 3 + UV + UV + UV +Face 9142 +UV Count: 3 + UV + UV + UV +Face 9143 +UV Count: 3 + UV + UV + UV +Face 9144 +UV Count: 3 + UV + UV + UV +Face 9145 +UV Count: 3 + UV + UV + UV +Face 9146 +UV Count: 3 + UV + UV + UV +Face 9147 +UV Count: 3 + UV + UV + UV +Face 9148 +UV Count: 3 + UV + UV + UV +Face 9149 +UV Count: 3 + UV + UV + UV +Face 9150 +UV Count: 3 + UV + UV + UV +Face 9151 +UV Count: 3 + UV + UV + UV +Face 9152 +UV Count: 3 + UV + UV + UV +Face 9153 +UV Count: 3 + UV + UV + UV +Face 9154 +UV Count: 3 + UV + UV + UV +Face 9155 +UV Count: 3 + UV + UV + UV +Face 9156 +UV Count: 3 + UV + UV + UV +Face 9157 +UV Count: 3 + UV + UV + UV +Face 9158 +UV Count: 3 + UV + UV + UV +Face 9159 +UV Count: 3 + UV + UV + UV +Face 9160 +UV Count: 3 + UV + UV + UV +Face 9161 +UV Count: 3 + UV + UV + UV +Face 9162 +UV Count: 3 + UV + UV + UV +Face 9163 +UV Count: 3 + UV + UV + UV +Face 9164 +UV Count: 3 + UV + UV + UV +Face 9165 +UV Count: 3 + UV + UV + UV +Face 9166 +UV Count: 3 + UV + UV + UV +Face 9167 +UV Count: 3 + UV + UV + UV +Face 9168 +UV Count: 3 + UV + UV + UV +Face 9169 +UV Count: 3 + UV + UV + UV +Face 9170 +UV Count: 3 + UV + UV + UV +Face 9171 +UV Count: 3 + UV + UV + UV +Face 9172 +UV Count: 3 + UV + UV + UV +Face 9173 +UV Count: 3 + UV + UV + UV +Face 9174 +UV Count: 3 + UV + UV + UV +Face 9175 +UV Count: 3 + UV + UV + UV +Face 9176 +UV Count: 3 + UV + UV + UV +Face 9177 +UV Count: 3 + UV + UV + UV +Face 9178 +UV Count: 3 + UV + UV + UV +Face 9179 +UV Count: 3 + UV + UV + UV +Face 9180 +UV Count: 3 + UV + UV + UV +Face 9181 +UV Count: 3 + UV + UV + UV +Face 9182 +UV Count: 3 + UV + UV + UV +Face 9183 +UV Count: 3 + UV + UV + UV +Face 9184 +UV Count: 3 + UV + UV + UV +Face 9185 +UV Count: 3 + UV + UV + UV +Face 9186 +UV Count: 3 + UV + UV + UV +Face 9187 +UV Count: 3 + UV + UV + UV +Face 9188 +UV Count: 3 + UV + UV + UV +Face 9189 +UV Count: 3 + UV + UV + UV +Face 9190 +UV Count: 3 + UV + UV + UV +Face 9191 +UV Count: 3 + UV + UV + UV +Face 9192 +UV Count: 3 + UV + UV + UV +Face 9193 +UV Count: 3 + UV + UV + UV +Face 9194 +UV Count: 3 + UV + UV + UV +Face 9195 +UV Count: 3 + UV + UV + UV +Face 9196 +UV Count: 3 + UV + UV + UV +Face 9197 +UV Count: 3 + UV + UV + UV +Face 9198 +UV Count: 3 + UV + UV + UV +Face 9199 +UV Count: 3 + UV + UV + UV +Face 9200 +UV Count: 3 + UV + UV + UV +Face 9201 +UV Count: 3 + UV + UV + UV +Face 9202 +UV Count: 3 + UV + UV + UV +Face 9203 +UV Count: 3 + UV + UV + UV +Face 9204 +UV Count: 3 + UV + UV + UV +Face 9205 +UV Count: 3 + UV + UV + UV +Face 9206 +UV Count: 3 + UV + UV + UV +Face 9207 +UV Count: 3 + UV + UV + UV +Face 9208 +UV Count: 3 + UV + UV + UV +Face 9209 +UV Count: 3 + UV + UV + UV +Face 9210 +UV Count: 3 + UV + UV + UV +Face 9211 +UV Count: 3 + UV + UV + UV +Face 9212 +UV Count: 3 + UV + UV + UV +Face 9213 +UV Count: 3 + UV + UV + UV +Face 9214 +UV Count: 3 + UV + UV + UV +Face 9215 +UV Count: 3 + UV + UV + UV +Face 9216 +UV Count: 3 + UV + UV + UV +Face 9217 +UV Count: 3 + UV + UV + UV +Face 9218 +UV Count: 3 + UV + UV + UV +Face 9219 +UV Count: 3 + UV + UV + UV +Face 9220 +UV Count: 3 + UV + UV + UV +Face 9221 +UV Count: 3 + UV + UV + UV +Face 9222 +UV Count: 3 + UV + UV + UV +Face 9223 +UV Count: 3 + UV + UV + UV +Face 9224 +UV Count: 3 + UV + UV + UV +Face 9225 +UV Count: 3 + UV + UV + UV +Face 9226 +UV Count: 3 + UV + UV + UV +Face 9227 +UV Count: 3 + UV + UV + UV +Face 9228 +UV Count: 3 + UV + UV + UV +Face 9229 +UV Count: 3 + UV + UV + UV +Face 9230 +UV Count: 3 + UV + UV + UV +Face 9231 +UV Count: 3 + UV + UV + UV +Face 9232 +UV Count: 3 + UV + UV + UV +Face 9233 +UV Count: 3 + UV + UV + UV +Face 9234 +UV Count: 3 + UV + UV + UV +Face 9235 +UV Count: 3 + UV + UV + UV +Face 9236 +UV Count: 3 + UV + UV + UV +Face 9237 +UV Count: 3 + UV + UV + UV +Face 9238 +UV Count: 3 + UV + UV + UV +Face 9239 +UV Count: 3 + UV + UV + UV +Face 9240 +UV Count: 3 + UV + UV + UV +Face 9241 +UV Count: 3 + UV + UV + UV +Face 9242 +UV Count: 3 + UV + UV + UV +Face 9243 +UV Count: 3 + UV + UV + UV +Face 9244 +UV Count: 3 + UV + UV + UV +Face 9245 +UV Count: 3 + UV + UV + UV +Face 9246 +UV Count: 3 + UV + UV + UV +Face 9247 +UV Count: 3 + UV + UV + UV +Face 9248 +UV Count: 3 + UV + UV + UV +Face 9249 +UV Count: 3 + UV + UV + UV +Face 9250 +UV Count: 3 + UV + UV + UV +Face 9251 +UV Count: 3 + UV + UV + UV +Face 9252 +UV Count: 3 + UV + UV + UV +Face 9253 +UV Count: 3 + UV + UV + UV +Face 9254 +UV Count: 3 + UV + UV + UV +Face 9255 +UV Count: 3 + UV + UV + UV +Face 9256 +UV Count: 3 + UV + UV + UV +Face 9257 +UV Count: 3 + UV + UV + UV +Face 9258 +UV Count: 3 + UV + UV + UV +Face 9259 +UV Count: 3 + UV + UV + UV +Face 9260 +UV Count: 3 + UV + UV + UV +Face 9261 +UV Count: 3 + UV + UV + UV +Face 9262 +UV Count: 3 + UV + UV + UV +Face 9263 +UV Count: 3 + UV + UV + UV +Face 9264 +UV Count: 3 + UV + UV + UV +Face 9265 +UV Count: 3 + UV + UV + UV +Face 9266 +UV Count: 3 + UV + UV + UV +Face 9267 +UV Count: 3 + UV + UV + UV +Face 9268 +UV Count: 3 + UV + UV + UV +Face 9269 +UV Count: 3 + UV + UV + UV +Face 9270 +UV Count: 3 + UV + UV + UV +Face 9271 +UV Count: 3 + UV + UV + UV +Face 9272 +UV Count: 3 + UV + UV + UV +Face 9273 +UV Count: 3 + UV + UV + UV +Face 9274 +UV Count: 3 + UV + UV + UV +Face 9275 +UV Count: 3 + UV + UV + UV +Face 9276 +UV Count: 3 + UV + UV + UV +Face 9277 +UV Count: 3 + UV + UV + UV +Face 9278 +UV Count: 3 + UV + UV + UV +Face 9279 +UV Count: 3 + UV + UV + UV +Face 9280 +UV Count: 3 + UV + UV + UV +Face 9281 +UV Count: 3 + UV + UV + UV +Face 9282 +UV Count: 3 + UV + UV + UV +Face 9283 +UV Count: 3 + UV + UV + UV +Face 9284 +UV Count: 3 + UV + UV + UV +Face 9285 +UV Count: 3 + UV + UV + UV +Face 9286 +UV Count: 3 + UV + UV + UV +Face 9287 +UV Count: 3 + UV + UV + UV +Face 9288 +UV Count: 3 + UV + UV + UV +Face 9289 +UV Count: 3 + UV + UV + UV +Face 9290 +UV Count: 3 + UV + UV + UV +Face 9291 +UV Count: 3 + UV + UV + UV +Face 9292 +UV Count: 3 + UV + UV + UV +Face 9293 +UV Count: 3 + UV + UV + UV +Face 9294 +UV Count: 3 + UV + UV + UV +Face 9295 +UV Count: 3 + UV + UV + UV +Face 9296 +UV Count: 3 + UV + UV + UV +Face 9297 +UV Count: 3 + UV + UV + UV +Face 9298 +UV Count: 3 + UV + UV + UV +Face 9299 +UV Count: 3 + UV + UV + UV +Face 9300 +UV Count: 3 + UV + UV + UV +Face 9301 +UV Count: 3 + UV + UV + UV +Face 9302 +UV Count: 3 + UV + UV + UV +Face 9303 +UV Count: 3 + UV + UV + UV +Face 9304 +UV Count: 3 + UV + UV + UV +Face 9305 +UV Count: 3 + UV + UV + UV +Face 9306 +UV Count: 3 + UV + UV + UV +Face 9307 +UV Count: 3 + UV + UV + UV +Face 9308 +UV Count: 3 + UV + UV + UV +Face 9309 +UV Count: 3 + UV + UV + UV +Face 9310 +UV Count: 3 + UV + UV + UV +Face 9311 +UV Count: 3 + UV + UV + UV +Face 9312 +UV Count: 3 + UV + UV + UV +Face 9313 +UV Count: 3 + UV + UV + UV +Face 9314 +UV Count: 3 + UV + UV + UV +Face 9315 +UV Count: 3 + UV + UV + UV +Face 9316 +UV Count: 3 + UV + UV + UV +Face 9317 +UV Count: 3 + UV + UV + UV +Face 9318 +UV Count: 3 + UV + UV + UV +Face 9319 +UV Count: 3 + UV + UV + UV +Face 9320 +UV Count: 3 + UV + UV + UV +Face 9321 +UV Count: 3 + UV + UV + UV +Face 9322 +UV Count: 3 + UV + UV + UV +Face 9323 +UV Count: 3 + UV + UV + UV +Face 9324 +UV Count: 3 + UV + UV + UV +Face 9325 +UV Count: 3 + UV + UV + UV +Face 9326 +UV Count: 3 + UV + UV + UV +Face 9327 +UV Count: 3 + UV + UV + UV +Face 9328 +UV Count: 3 + UV + UV + UV +Face 9329 +UV Count: 3 + UV + UV + UV +Face 9330 +UV Count: 3 + UV + UV + UV +Face 9331 +UV Count: 3 + UV + UV + UV +Face 9332 +UV Count: 3 + UV + UV + UV +Face 9333 +UV Count: 3 + UV + UV + UV +Face 9334 +UV Count: 3 + UV + UV + UV +Face 9335 +UV Count: 3 + UV + UV + UV +Face 9336 +UV Count: 3 + UV + UV + UV +Face 9337 +UV Count: 3 + UV + UV + UV +Face 9338 +UV Count: 3 + UV + UV + UV +Face 9339 +UV Count: 3 + UV + UV + UV +Face 9340 +UV Count: 3 + UV + UV + UV +Face 9341 +UV Count: 3 + UV + UV + UV +Face 9342 +UV Count: 3 + UV + UV + UV +Face 9343 +UV Count: 3 + UV + UV + UV +Face 9344 +UV Count: 3 + UV + UV + UV +Face 9345 +UV Count: 3 + UV + UV + UV +Face 9346 +UV Count: 3 + UV + UV + UV +Face 9347 +UV Count: 3 + UV + UV + UV +Face 9348 +UV Count: 3 + UV + UV + UV +Face 9349 +UV Count: 3 + UV + UV + UV +Face 9350 +UV Count: 3 + UV + UV + UV +Face 9351 +UV Count: 3 + UV + UV + UV +Face 9352 +UV Count: 3 + UV + UV + UV +Face 9353 +UV Count: 3 + UV + UV + UV +Face 9354 +UV Count: 3 + UV + UV + UV +Face 9355 +UV Count: 3 + UV + UV + UV +Face 9356 +UV Count: 3 + UV + UV + UV +Face 9357 +UV Count: 3 + UV + UV + UV +Face 9358 +UV Count: 3 + UV + UV + UV +Face 9359 +UV Count: 3 + UV + UV + UV +Face 9360 +UV Count: 3 + UV + UV + UV +Face 9361 +UV Count: 3 + UV + UV + UV +Face 9362 +UV Count: 3 + UV + UV + UV +Face 9363 +UV Count: 3 + UV + UV + UV +Face 9364 +UV Count: 3 + UV + UV + UV +Face 9365 +UV Count: 3 + UV + UV + UV +Face 9366 +UV Count: 3 + UV + UV + UV +Face 9367 +UV Count: 3 + UV + UV + UV +Face 9368 +UV Count: 3 + UV + UV + UV +Face 9369 +UV Count: 3 + UV + UV + UV +Face 9370 +UV Count: 3 + UV + UV + UV +Face 9371 +UV Count: 3 + UV + UV + UV +Face 9372 +UV Count: 3 + UV + UV + UV +Face 9373 +UV Count: 3 + UV + UV + UV +Face 9374 +UV Count: 3 + UV + UV + UV +Face 9375 +UV Count: 3 + UV + UV + UV +Face 9376 +UV Count: 3 + UV + UV + UV +Face 9377 +UV Count: 3 + UV + UV + UV +Face 9378 +UV Count: 3 + UV + UV + UV +Face 9379 +UV Count: 3 + UV + UV + UV +Face 9380 +UV Count: 3 + UV + UV + UV +Face 9381 +UV Count: 3 + UV + UV + UV +Face 9382 +UV Count: 3 + UV + UV + UV +Face 9383 +UV Count: 3 + UV + UV + UV +Face 9384 +UV Count: 3 + UV + UV + UV +Face 9385 +UV Count: 3 + UV + UV + UV +Face 9386 +UV Count: 3 + UV + UV + UV +Face 9387 +UV Count: 3 + UV + UV + UV +Face 9388 +UV Count: 3 + UV + UV + UV +Face 9389 +UV Count: 3 + UV + UV + UV +Face 9390 +UV Count: 3 + UV + UV + UV +Face 9391 +UV Count: 3 + UV + UV + UV +Face 9392 +UV Count: 3 + UV + UV + UV +Face 9393 +UV Count: 3 + UV + UV + UV +Face 9394 +UV Count: 3 + UV + UV + UV +Face 9395 +UV Count: 3 + UV + UV + UV +Face 9396 +UV Count: 3 + UV + UV + UV +Face 9397 +UV Count: 3 + UV + UV + UV +Face 9398 +UV Count: 3 + UV + UV + UV +Face 9399 +UV Count: 3 + UV + UV + UV +Face 9400 +UV Count: 3 + UV + UV + UV +Face 9401 +UV Count: 3 + UV + UV + UV +Face 9402 +UV Count: 3 + UV + UV + UV +Face 9403 +UV Count: 3 + UV + UV + UV +Face 9404 +UV Count: 3 + UV + UV + UV +Face 9405 +UV Count: 3 + UV + UV + UV +Face 9406 +UV Count: 3 + UV + UV + UV +Face 9407 +UV Count: 3 + UV + UV + UV +Face 9408 +UV Count: 3 + UV + UV + UV +Face 9409 +UV Count: 3 + UV + UV + UV +Face 9410 +UV Count: 3 + UV + UV + UV +Face 9411 +UV Count: 3 + UV + UV + UV +Face 9412 +UV Count: 3 + UV + UV + UV +Face 9413 +UV Count: 3 + UV + UV + UV +Face 9414 +UV Count: 3 + UV + UV + UV +Face 9415 +UV Count: 3 + UV + UV + UV +Face 9416 +UV Count: 3 + UV + UV + UV +Face 9417 +UV Count: 3 + UV + UV + UV +Face 9418 +UV Count: 3 + UV + UV + UV +Face 9419 +UV Count: 3 + UV + UV + UV +Face 9420 +UV Count: 3 + UV + UV + UV +Face 9421 +UV Count: 3 + UV + UV + UV +Face 9422 +UV Count: 3 + UV + UV + UV +Face 9423 +UV Count: 3 + UV + UV + UV +Face 9424 +UV Count: 3 + UV + UV + UV +Face 9425 +UV Count: 3 + UV + UV + UV +Face 9426 +UV Count: 3 + UV + UV + UV +Face 9427 +UV Count: 3 + UV + UV + UV +Face 9428 +UV Count: 3 + UV + UV + UV +Face 9429 +UV Count: 3 + UV + UV + UV +Face 9430 +UV Count: 3 + UV + UV + UV +Face 9431 +UV Count: 3 + UV + UV + UV +Face 9432 +UV Count: 3 + UV + UV + UV +Face 9433 +UV Count: 3 + UV + UV + UV +Face 9434 +UV Count: 3 + UV + UV + UV +Face 9435 +UV Count: 3 + UV + UV + UV +Face 9436 +UV Count: 3 + UV + UV + UV +Face 9437 +UV Count: 3 + UV + UV + UV +Face 9438 +UV Count: 3 + UV + UV + UV +Face 9439 +UV Count: 3 + UV + UV + UV +Face 9440 +UV Count: 3 + UV + UV + UV +Face 9441 +UV Count: 3 + UV + UV + UV +Face 9442 +UV Count: 3 + UV + UV + UV +Face 9443 +UV Count: 3 + UV + UV + UV +Face 9444 +UV Count: 3 + UV + UV + UV +Face 9445 +UV Count: 3 + UV + UV + UV +Face 9446 +UV Count: 3 + UV + UV + UV +Face 9447 +UV Count: 3 + UV + UV + UV +Face 9448 +UV Count: 3 + UV + UV + UV +Face 9449 +UV Count: 3 + UV + UV + UV +Face 9450 +UV Count: 3 + UV + UV + UV +Face 9451 +UV Count: 3 + UV + UV + UV +Face 9452 +UV Count: 3 + UV + UV + UV +Face 9453 +UV Count: 3 + UV + UV + UV +Face 9454 +UV Count: 3 + UV + UV + UV +Face 9455 +UV Count: 3 + UV + UV + UV +Face 9456 +UV Count: 3 + UV + UV + UV +Face 9457 +UV Count: 3 + UV + UV + UV +Face 9458 +UV Count: 3 + UV + UV + UV +Face 9459 +UV Count: 3 + UV + UV + UV +Face 9460 +UV Count: 3 + UV + UV + UV +Face 9461 +UV Count: 3 + UV + UV + UV +Face 9462 +UV Count: 3 + UV + UV + UV +Face 9463 +UV Count: 3 + UV + UV + UV +Face 9464 +UV Count: 3 + UV + UV + UV +Face 9465 +UV Count: 3 + UV + UV + UV +Face 9466 +UV Count: 3 + UV + UV + UV +Face 9467 +UV Count: 3 + UV + UV + UV +Face 9468 +UV Count: 3 + UV + UV + UV +Face 9469 +UV Count: 3 + UV + UV + UV +Face 9470 +UV Count: 3 + UV + UV + UV +Face 9471 +UV Count: 3 + UV + UV + UV +Face 9472 +UV Count: 3 + UV + UV + UV +Face 9473 +UV Count: 3 + UV + UV + UV +Face 9474 +UV Count: 3 + UV + UV + UV +Face 9475 +UV Count: 3 + UV + UV + UV +Face 9476 +UV Count: 3 + UV + UV + UV +Face 9477 +UV Count: 3 + UV + UV + UV +Face 9478 +UV Count: 3 + UV + UV + UV +Face 9479 +UV Count: 3 + UV + UV + UV +Face 9480 +UV Count: 3 + UV + UV + UV +Face 9481 +UV Count: 3 + UV + UV + UV +Face 9482 +UV Count: 3 + UV + UV + UV +Face 9483 +UV Count: 3 + UV + UV + UV +Face 9484 +UV Count: 3 + UV + UV + UV +Face 9485 +UV Count: 3 + UV + UV + UV +Face 9486 +UV Count: 3 + UV + UV + UV +Face 9487 +UV Count: 3 + UV + UV + UV +Face 9488 +UV Count: 3 + UV + UV + UV +Face 9489 +UV Count: 3 + UV + UV + UV +Face 9490 +UV Count: 3 + UV + UV + UV +Face 9491 +UV Count: 3 + UV + UV + UV +Face 9492 +UV Count: 3 + UV + UV + UV +Face 9493 +UV Count: 3 + UV + UV + UV +Face 9494 +UV Count: 3 + UV + UV + UV +Face 9495 +UV Count: 3 + UV + UV + UV +Face 9496 +UV Count: 3 + UV + UV + UV +Face 9497 +UV Count: 3 + UV + UV + UV +Face 9498 +UV Count: 3 + UV + UV + UV +Face 9499 +UV Count: 3 + UV + UV + UV +Face 9500 +UV Count: 3 + UV + UV + UV +Face 9501 +UV Count: 3 + UV + UV + UV +Face 9502 +UV Count: 3 + UV + UV + UV +Face 9503 +UV Count: 3 + UV + UV + UV +Face 9504 +UV Count: 3 + UV + UV + UV +Face 9505 +UV Count: 3 + UV + UV + UV +Face 9506 +UV Count: 3 + UV + UV + UV +Face 9507 +UV Count: 3 + UV + UV + UV +Face 9508 +UV Count: 3 + UV + UV + UV +Face 9509 +UV Count: 3 + UV + UV + UV +Face 9510 +UV Count: 3 + UV + UV + UV +Face 9511 +UV Count: 3 + UV + UV + UV +Face 9512 +UV Count: 3 + UV + UV + UV +Face 9513 +UV Count: 3 + UV + UV + UV +Face 9514 +UV Count: 3 + UV + UV + UV +Face 9515 +UV Count: 3 + UV + UV + UV +Face 9516 +UV Count: 3 + UV + UV + UV +Face 9517 +UV Count: 3 + UV + UV + UV +Face 9518 +UV Count: 3 + UV + UV + UV +Face 9519 +UV Count: 3 + UV + UV + UV +Face 9520 +UV Count: 3 + UV + UV + UV +Face 9521 +UV Count: 3 + UV + UV + UV +Face 9522 +UV Count: 3 + UV + UV + UV +Face 9523 +UV Count: 3 + UV + UV + UV +Face 9524 +UV Count: 3 + UV + UV + UV +Face 9525 +UV Count: 3 + UV + UV + UV +Face 9526 +UV Count: 3 + UV + UV + UV +Face 9527 +UV Count: 3 + UV + UV + UV +Face 9528 +UV Count: 3 + UV + UV + UV +Face 9529 +UV Count: 3 + UV + UV + UV +Face 9530 +UV Count: 3 + UV + UV + UV +Face 9531 +UV Count: 3 + UV + UV + UV +Face 9532 +UV Count: 3 + UV + UV + UV +Face 9533 +UV Count: 3 + UV + UV + UV +Face 9534 +UV Count: 3 + UV + UV + UV +Face 9535 +UV Count: 3 + UV + UV + UV +Face 9536 +UV Count: 3 + UV + UV + UV +Face 9537 +UV Count: 3 + UV + UV + UV +Face 9538 +UV Count: 3 + UV + UV + UV +Face 9539 +UV Count: 3 + UV + UV + UV +Face 9540 +UV Count: 3 + UV + UV + UV +Face 9541 +UV Count: 3 + UV + UV + UV +Face 9542 +UV Count: 3 + UV + UV + UV +Face 9543 +UV Count: 3 + UV + UV + UV +Face 9544 +UV Count: 3 + UV + UV + UV +Face 9545 +UV Count: 3 + UV + UV + UV +Face 9546 +UV Count: 3 + UV + UV + UV +Face 9547 +UV Count: 3 + UV + UV + UV +Face 9548 +UV Count: 3 + UV + UV + UV +Face 9549 +UV Count: 3 + UV + UV + UV +Face 9550 +UV Count: 3 + UV + UV + UV +Face 9551 +UV Count: 3 + UV + UV + UV +Face 9552 +UV Count: 3 + UV + UV + UV +Face 9553 +UV Count: 3 + UV + UV + UV +Face 9554 +UV Count: 3 + UV + UV + UV +Face 9555 +UV Count: 3 + UV + UV + UV +Face 9556 +UV Count: 3 + UV + UV + UV +Face 9557 +UV Count: 3 + UV + UV + UV +Face 9558 +UV Count: 3 + UV + UV + UV +Face 9559 +UV Count: 3 + UV + UV + UV +Face 9560 +UV Count: 3 + UV + UV + UV +Face 9561 +UV Count: 3 + UV + UV + UV +Face 9562 +UV Count: 3 + UV + UV + UV +Face 9563 +UV Count: 3 + UV + UV + UV +Face 9564 +UV Count: 3 + UV + UV + UV +Face 9565 +UV Count: 3 + UV + UV + UV +Face 9566 +UV Count: 3 + UV + UV + UV +Face 9567 +UV Count: 3 + UV + UV + UV +Face 9568 +UV Count: 3 + UV + UV + UV +Face 9569 +UV Count: 3 + UV + UV + UV +Face 9570 +UV Count: 3 + UV + UV + UV +Face 9571 +UV Count: 3 + UV + UV + UV +Face 9572 +UV Count: 3 + UV + UV + UV +Face 9573 +UV Count: 3 + UV + UV + UV +Face 9574 +UV Count: 3 + UV + UV + UV +Face 9575 +UV Count: 3 + UV + UV + UV +Face 9576 +UV Count: 3 + UV + UV + UV +Face 9577 +UV Count: 3 + UV + UV + UV +Face 9578 +UV Count: 3 + UV + UV + UV +Face 9579 +UV Count: 3 + UV + UV + UV +Face 9580 +UV Count: 3 + UV + UV + UV +Face 9581 +UV Count: 3 + UV + UV + UV +Face 9582 +UV Count: 3 + UV + UV + UV +Face 9583 +UV Count: 3 + UV + UV + UV +Face 9584 +UV Count: 3 + UV + UV + UV +Face 9585 +UV Count: 3 + UV + UV + UV +Face 9586 +UV Count: 3 + UV + UV + UV +Face 9587 +UV Count: 3 + UV + UV + UV +Face 9588 +UV Count: 3 + UV + UV + UV +Face 9589 +UV Count: 3 + UV + UV + UV +Face 9590 +UV Count: 3 + UV + UV + UV +Face 9591 +UV Count: 3 + UV + UV + UV +Face 9592 +UV Count: 3 + UV + UV + UV +Face 9593 +UV Count: 3 + UV + UV + UV +Face 9594 +UV Count: 3 + UV + UV + UV +Face 9595 +UV Count: 3 + UV + UV + UV +Face 9596 +UV Count: 3 + UV + UV + UV +Face 9597 +UV Count: 3 + UV + UV + UV +Face 9598 +UV Count: 3 + UV + UV + UV +Face 9599 +UV Count: 3 + UV + UV + UV +Face 9600 +UV Count: 3 + UV + UV + UV +Face 9601 +UV Count: 3 + UV + UV + UV +Face 9602 +UV Count: 3 + UV + UV + UV +Face 9603 +UV Count: 3 + UV + UV + UV +Face 9604 +UV Count: 3 + UV + UV + UV +Face 9605 +UV Count: 3 + UV + UV + UV +Face 9606 +UV Count: 3 + UV + UV + UV +Face 9607 +UV Count: 3 + UV + UV + UV +Face 9608 +UV Count: 3 + UV + UV + UV +Face 9609 +UV Count: 3 + UV + UV + UV +Face 9610 +UV Count: 3 + UV + UV + UV +Face 9611 +UV Count: 3 + UV + UV + UV +Face 9612 +UV Count: 3 + UV + UV + UV +Face 9613 +UV Count: 3 + UV + UV + UV +Face 9614 +UV Count: 3 + UV + UV + UV +Face 9615 +UV Count: 3 + UV + UV + UV +Face 9616 +UV Count: 3 + UV + UV + UV +Face 9617 +UV Count: 3 + UV + UV + UV +Face 9618 +UV Count: 3 + UV + UV + UV +Face 9619 +UV Count: 3 + UV + UV + UV +Face 9620 +UV Count: 3 + UV + UV + UV +Face 9621 +UV Count: 3 + UV + UV + UV +Face 9622 +UV Count: 3 + UV + UV + UV +Face 9623 +UV Count: 3 + UV + UV + UV +Face 9624 +UV Count: 3 + UV + UV + UV +Face 9625 +UV Count: 3 + UV + UV + UV +Face 9626 +UV Count: 3 + UV + UV + UV +Face 9627 +UV Count: 3 + UV + UV + UV +Face 9628 +UV Count: 3 + UV + UV + UV +Face 9629 +UV Count: 3 + UV + UV + UV +Face 9630 +UV Count: 3 + UV + UV + UV +Face 9631 +UV Count: 3 + UV + UV + UV +Face 9632 +UV Count: 3 + UV + UV + UV +Face 9633 +UV Count: 3 + UV + UV + UV +Face 9634 +UV Count: 3 + UV + UV + UV +Face 9635 +UV Count: 3 + UV + UV + UV +Face 9636 +UV Count: 3 + UV + UV + UV +Face 9637 +UV Count: 3 + UV + UV + UV +Face 9638 +UV Count: 3 + UV + UV + UV +Face 9639 +UV Count: 3 + UV + UV + UV +Face 9640 +UV Count: 3 + UV + UV + UV +Face 9641 +UV Count: 3 + UV + UV + UV +Face 9642 +UV Count: 3 + UV + UV + UV +Face 9643 +UV Count: 3 + UV + UV + UV +Face 9644 +UV Count: 3 + UV + UV + UV +Face 9645 +UV Count: 3 + UV + UV + UV +Face 9646 +UV Count: 3 + UV + UV + UV +Face 9647 +UV Count: 3 + UV + UV + UV +Face 9648 +UV Count: 3 + UV + UV + UV +Face 9649 +UV Count: 3 + UV + UV + UV +Face 9650 +UV Count: 3 + UV + UV + UV +Face 9651 +UV Count: 3 + UV + UV + UV +Face 9652 +UV Count: 3 + UV + UV + UV +Face 9653 +UV Count: 3 + UV + UV + UV +Face 9654 +UV Count: 3 + UV + UV + UV +Face 9655 +UV Count: 3 + UV + UV + UV +Face 9656 +UV Count: 3 + UV + UV + UV +Face 9657 +UV Count: 3 + UV + UV + UV +Face 9658 +UV Count: 3 + UV + UV + UV +Face 9659 +UV Count: 3 + UV + UV + UV +Face 9660 +UV Count: 3 + UV + UV + UV +Face 9661 +UV Count: 3 + UV + UV + UV +Face 9662 +UV Count: 3 + UV + UV + UV +Face 9663 +UV Count: 3 + UV + UV + UV +Face 9664 +UV Count: 3 + UV + UV + UV +Face 9665 +UV Count: 3 + UV + UV + UV +Face 9666 +UV Count: 3 + UV + UV + UV +Face 9667 +UV Count: 3 + UV + UV + UV +Face 9668 +UV Count: 3 + UV + UV + UV +Face 9669 +UV Count: 3 + UV + UV + UV +Face 9670 +UV Count: 3 + UV + UV + UV +Face 9671 +UV Count: 3 + UV + UV + UV +Face 9672 +UV Count: 3 + UV + UV + UV +Face 9673 +UV Count: 3 + UV + UV + UV +Face 9674 +UV Count: 3 + UV + UV + UV +Face 9675 +UV Count: 3 + UV + UV + UV +Face 9676 +UV Count: 3 + UV + UV + UV +Face 9677 +UV Count: 3 + UV + UV + UV +Face 9678 +UV Count: 3 + UV + UV + UV +Face 9679 +UV Count: 3 + UV + UV + UV +Face 9680 +UV Count: 3 + UV + UV + UV +Face 9681 +UV Count: 3 + UV + UV + UV +Face 9682 +UV Count: 3 + UV + UV + UV +Face 9683 +UV Count: 3 + UV + UV + UV +Face 9684 +UV Count: 3 + UV + UV + UV +Face 9685 +UV Count: 3 + UV + UV + UV +Face 9686 +UV Count: 3 + UV + UV + UV +Face 9687 +UV Count: 3 + UV + UV + UV +Face 9688 +UV Count: 3 + UV + UV + UV +Face 9689 +UV Count: 3 + UV + UV + UV +Face 9690 +UV Count: 3 + UV + UV + UV +Face 9691 +UV Count: 3 + UV + UV + UV +Face 9692 +UV Count: 3 + UV + UV + UV +Face 9693 +UV Count: 3 + UV + UV + UV +Face 9694 +UV Count: 3 + UV + UV + UV +Face 9695 +UV Count: 3 + UV + UV + UV +Face 9696 +UV Count: 3 + UV + UV + UV +Face 9697 +UV Count: 3 + UV + UV + UV +Face 9698 +UV Count: 3 + UV + UV + UV +Face 9699 +UV Count: 3 + UV + UV + UV +Face 9700 +UV Count: 3 + UV + UV + UV +Face 9701 +UV Count: 3 + UV + UV + UV +Face 9702 +UV Count: 3 + UV + UV + UV +Face 9703 +UV Count: 3 + UV + UV + UV +Face 9704 +UV Count: 3 + UV + UV + UV +Face 9705 +UV Count: 3 + UV + UV + UV +Face 9706 +UV Count: 3 + UV + UV + UV +Face 9707 +UV Count: 3 + UV + UV + UV +Face 9708 +UV Count: 3 + UV + UV + UV +Face 9709 +UV Count: 3 + UV + UV + UV +Face 9710 +UV Count: 3 + UV + UV + UV +Face 9711 +UV Count: 3 + UV + UV + UV +Face 9712 +UV Count: 3 + UV + UV + UV +Face 9713 +UV Count: 3 + UV + UV + UV +Face 9714 +UV Count: 3 + UV + UV + UV +Face 9715 +UV Count: 3 + UV + UV + UV +Face 9716 +UV Count: 3 + UV + UV + UV +Face 9717 +UV Count: 3 + UV + UV + UV +Face 9718 +UV Count: 3 + UV + UV + UV +Face 9719 +UV Count: 3 + UV + UV + UV +Face 9720 +UV Count: 3 + UV + UV + UV +Face 9721 +UV Count: 3 + UV + UV + UV +Face 9722 +UV Count: 3 + UV + UV + UV +Face 9723 +UV Count: 3 + UV + UV + UV +Face 9724 +UV Count: 3 + UV + UV + UV +Face 9725 +UV Count: 3 + UV + UV + UV +Face 9726 +UV Count: 3 + UV + UV + UV +Face 9727 +UV Count: 3 + UV + UV + UV +Face 9728 +UV Count: 3 + UV + UV + UV +Face 9729 +UV Count: 3 + UV + UV + UV +Face 9730 +UV Count: 3 + UV + UV + UV +Face 9731 +UV Count: 3 + UV + UV + UV +Face 9732 +UV Count: 3 + UV + UV + UV +Face 9733 +UV Count: 3 + UV + UV + UV +Face 9734 +UV Count: 3 + UV + UV + UV +Face 9735 +UV Count: 3 + UV + UV + UV +Face 9736 +UV Count: 3 + UV + UV + UV +Face 9737 +UV Count: 3 + UV + UV + UV +Face 9738 +UV Count: 3 + UV + UV + UV +Face 9739 +UV Count: 3 + UV + UV + UV +Face 9740 +UV Count: 3 + UV + UV + UV +Face 9741 +UV Count: 3 + UV + UV + UV +Face 9742 +UV Count: 3 + UV + UV + UV +Face 9743 +UV Count: 3 + UV + UV + UV +Face 9744 +UV Count: 3 + UV + UV + UV +Face 9745 +UV Count: 3 + UV + UV + UV +Face 9746 +UV Count: 3 + UV + UV + UV +Face 9747 +UV Count: 3 + UV + UV + UV +Face 9748 +UV Count: 3 + UV + UV + UV +Face 9749 +UV Count: 3 + UV + UV + UV +Face 9750 +UV Count: 3 + UV + UV + UV +Face 9751 +UV Count: 3 + UV + UV + UV +Face 9752 +UV Count: 3 + UV + UV + UV +Face 9753 +UV Count: 3 + UV + UV + UV +Face 9754 +UV Count: 3 + UV + UV + UV +Face 9755 +UV Count: 3 + UV + UV + UV +Face 9756 +UV Count: 3 + UV + UV + UV +Face 9757 +UV Count: 3 + UV + UV + UV +Face 9758 +UV Count: 3 + UV + UV + UV +Face 9759 +UV Count: 3 + UV + UV + UV +Face 9760 +UV Count: 3 + UV + UV + UV +Face 9761 +UV Count: 3 + UV + UV + UV +Face 9762 +UV Count: 3 + UV + UV + UV +Face 9763 +UV Count: 3 + UV + UV + UV +Face 9764 +UV Count: 3 + UV + UV + UV +Face 9765 +UV Count: 3 + UV + UV + UV +Face 9766 +UV Count: 3 + UV + UV + UV +Face 9767 +UV Count: 3 + UV + UV + UV +Face 9768 +UV Count: 3 + UV + UV + UV +Face 9769 +UV Count: 3 + UV + UV + UV +Face 9770 +UV Count: 3 + UV + UV + UV +Face 9771 +UV Count: 3 + UV + UV + UV +Face 9772 +UV Count: 3 + UV + UV + UV +Face 9773 +UV Count: 3 + UV + UV + UV +Face 9774 +UV Count: 3 + UV + UV + UV +Face 9775 +UV Count: 3 + UV + UV + UV +Face 9776 +UV Count: 3 + UV + UV + UV +Face 9777 +UV Count: 3 + UV + UV + UV +Face 9778 +UV Count: 3 + UV + UV + UV +Face 9779 +UV Count: 3 + UV + UV + UV +Face 9780 +UV Count: 3 + UV + UV + UV +Face 9781 +UV Count: 3 + UV + UV + UV +Face 9782 +UV Count: 3 + UV + UV + UV +Face 9783 +UV Count: 3 + UV + UV + UV +Face 9784 +UV Count: 3 + UV + UV + UV +Face 9785 +UV Count: 3 + UV + UV + UV +Face 9786 +UV Count: 3 + UV + UV + UV +Face 9787 +UV Count: 3 + UV + UV + UV +Face 9788 +UV Count: 3 + UV + UV + UV +Face 9789 +UV Count: 3 + UV + UV + UV +Face 9790 +UV Count: 3 + UV + UV + UV +Face 9791 +UV Count: 3 + UV + UV + UV +Face 9792 +UV Count: 3 + UV + UV + UV +Face 9793 +UV Count: 3 + UV + UV + UV +Face 9794 +UV Count: 3 + UV + UV + UV +Face 9795 +UV Count: 3 + UV + UV + UV +Face 9796 +UV Count: 3 + UV + UV + UV +Face 9797 +UV Count: 3 + UV + UV + UV +Face 9798 +UV Count: 3 + UV + UV + UV +Face 9799 +UV Count: 3 + UV + UV + UV +Face 9800 +UV Count: 3 + UV + UV + UV +Face 9801 +UV Count: 3 + UV + UV + UV +Face 9802 +UV Count: 3 + UV + UV + UV +Face 9803 +UV Count: 3 + UV + UV + UV +Face 9804 +UV Count: 3 + UV + UV + UV +Face 9805 +UV Count: 3 + UV + UV + UV +Face 9806 +UV Count: 3 + UV + UV + UV +Face 9807 +UV Count: 3 + UV + UV + UV +Face 9808 +UV Count: 3 + UV + UV + UV +Face 9809 +UV Count: 3 + UV + UV + UV +Face 9810 +UV Count: 3 + UV + UV + UV +Face 9811 +UV Count: 3 + UV + UV + UV +Face 9812 +UV Count: 3 + UV + UV + UV +Face 9813 +UV Count: 3 + UV + UV + UV +Face 9814 +UV Count: 3 + UV + UV + UV +Face 9815 +UV Count: 3 + UV + UV + UV +Face 9816 +UV Count: 3 + UV + UV + UV +Face 9817 +UV Count: 3 + UV + UV + UV +Face 9818 +UV Count: 3 + UV + UV + UV +Face 9819 +UV Count: 3 + UV + UV + UV +Face 9820 +UV Count: 3 + UV + UV + UV +Face 9821 +UV Count: 3 + UV + UV + UV +Face 9822 +UV Count: 3 + UV + UV + UV +Face 9823 +UV Count: 3 + UV + UV + UV +Face 9824 +UV Count: 3 + UV + UV + UV +Face 9825 +UV Count: 3 + UV + UV + UV +Face 9826 +UV Count: 3 + UV + UV + UV +Face 9827 +UV Count: 3 + UV + UV + UV +Face 9828 +UV Count: 3 + UV + UV + UV +Face 9829 +UV Count: 3 + UV + UV + UV +Face 9830 +UV Count: 3 + UV + UV + UV +Face 9831 +UV Count: 3 + UV + UV + UV +Face 9832 +UV Count: 3 + UV + UV + UV +Face 9833 +UV Count: 3 + UV + UV + UV +Face 9834 +UV Count: 3 + UV + UV + UV +Face 9835 +UV Count: 3 + UV + UV + UV +Face 9836 +UV Count: 3 + UV + UV + UV +Face 9837 +UV Count: 3 + UV + UV + UV +Face 9838 +UV Count: 3 + UV + UV + UV +Face 9839 +UV Count: 3 + UV + UV + UV +Face 9840 +UV Count: 3 + UV + UV + UV +Face 9841 +UV Count: 3 + UV + UV + UV +Face 9842 +UV Count: 3 + UV + UV + UV +Face 9843 +UV Count: 3 + UV + UV + UV +Face 9844 +UV Count: 3 + UV + UV + UV +Face 9845 +UV Count: 3 + UV + UV + UV +Face 9846 +UV Count: 3 + UV + UV + UV +Face 9847 +UV Count: 3 + UV + UV + UV +Face 9848 +UV Count: 3 + UV + UV + UV +Face 9849 +UV Count: 3 + UV + UV + UV +Face 9850 +UV Count: 3 + UV + UV + UV +Face 9851 +UV Count: 3 + UV + UV + UV +Face 9852 +UV Count: 3 + UV + UV + UV +Face 9853 +UV Count: 3 + UV + UV + UV +Face 9854 +UV Count: 3 + UV + UV + UV +Face 9855 +UV Count: 3 + UV + UV + UV +Face 9856 +UV Count: 3 + UV + UV + UV +Face 9857 +UV Count: 3 + UV + UV + UV +Face 9858 +UV Count: 3 + UV + UV + UV +Face 9859 +UV Count: 3 + UV + UV + UV +Face 9860 +UV Count: 3 + UV + UV + UV +Face 9861 +UV Count: 3 + UV + UV + UV +Face 9862 +UV Count: 3 + UV + UV + UV +Face 9863 +UV Count: 3 + UV + UV + UV +Face 9864 +UV Count: 3 + UV + UV + UV +Face 9865 +UV Count: 3 + UV + UV + UV +Face 9866 +UV Count: 3 + UV + UV + UV +Face 9867 +UV Count: 3 + UV + UV + UV +Face 9868 +UV Count: 3 + UV + UV + UV +Face 9869 +UV Count: 3 + UV + UV + UV +Face 9870 +UV Count: 3 + UV + UV + UV +Face 9871 +UV Count: 3 + UV + UV + UV +Face 9872 +UV Count: 3 + UV + UV + UV +Face 9873 +UV Count: 3 + UV + UV + UV +Face 9874 +UV Count: 3 + UV + UV + UV +Face 9875 +UV Count: 3 + UV + UV + UV +Face 9876 +UV Count: 3 + UV + UV + UV +Face 9877 +UV Count: 3 + UV + UV + UV +Face 9878 +UV Count: 3 + UV + UV + UV +Face 9879 +UV Count: 3 + UV + UV + UV +Face 9880 +UV Count: 3 + UV + UV + UV +Face 9881 +UV Count: 3 + UV + UV + UV +Face 9882 +UV Count: 3 + UV + UV + UV +Face 9883 +UV Count: 3 + UV + UV + UV +Face 9884 +UV Count: 3 + UV + UV + UV +Face 9885 +UV Count: 3 + UV + UV + UV +Face 9886 +UV Count: 3 + UV + UV + UV +Face 9887 +UV Count: 3 + UV + UV + UV +Face 9888 +UV Count: 3 + UV + UV + UV +Face 9889 +UV Count: 3 + UV + UV + UV +Face 9890 +UV Count: 3 + UV + UV + UV +Face 9891 +UV Count: 3 + UV + UV + UV +Face 9892 +UV Count: 3 + UV + UV + UV +Face 9893 +UV Count: 3 + UV + UV + UV +Face 9894 +UV Count: 3 + UV + UV + UV +Face 9895 +UV Count: 3 + UV + UV + UV +Face 9896 +UV Count: 3 + UV + UV + UV +Face 9897 +UV Count: 3 + UV + UV + UV +Face 9898 +UV Count: 3 + UV + UV + UV +Face 9899 +UV Count: 3 + UV + UV + UV +Face 9900 +UV Count: 3 + UV + UV + UV +Face 9901 +UV Count: 3 + UV + UV + UV +Face 9902 +UV Count: 3 + UV + UV + UV +Face 9903 +UV Count: 3 + UV + UV + UV +Face 9904 +UV Count: 3 + UV + UV + UV +Face 9905 +UV Count: 3 + UV + UV + UV +Face 9906 +UV Count: 3 + UV + UV + UV +Face 9907 +UV Count: 3 + UV + UV + UV +Face 9908 +UV Count: 3 + UV + UV + UV +Face 9909 +UV Count: 3 + UV + UV + UV +Face 9910 +UV Count: 3 + UV + UV + UV +Face 9911 +UV Count: 3 + UV + UV + UV +Face 9912 +UV Count: 3 + UV + UV + UV +Face 9913 +UV Count: 3 + UV + UV + UV +Face 9914 +UV Count: 3 + UV + UV + UV +Face 9915 +UV Count: 3 + UV + UV + UV +Face 9916 +UV Count: 3 + UV + UV + UV +Face 9917 +UV Count: 3 + UV + UV + UV +Face 9918 +UV Count: 3 + UV + UV + UV +Face 9919 +UV Count: 3 + UV + UV + UV +Face 9920 +UV Count: 3 + UV + UV + UV +Face 9921 +UV Count: 3 + UV + UV + UV +Face 9922 +UV Count: 3 + UV + UV + UV +Face 9923 +UV Count: 3 + UV + UV + UV +Face 9924 +UV Count: 3 + UV + UV + UV +Face 9925 +UV Count: 3 + UV + UV + UV +Face 9926 +UV Count: 3 + UV + UV + UV +Face 9927 +UV Count: 3 + UV + UV + UV +Face 9928 +UV Count: 3 + UV + UV + UV +Face 9929 +UV Count: 3 + UV + UV + UV +Face 9930 +UV Count: 3 + UV + UV + UV +Face 9931 +UV Count: 3 + UV + UV + UV +Face 9932 +UV Count: 3 + UV + UV + UV +Face 9933 +UV Count: 3 + UV + UV + UV +Face 9934 +UV Count: 3 + UV + UV + UV +Face 9935 +UV Count: 3 + UV + UV + UV +Face 9936 +UV Count: 3 + UV + UV + UV +Face 9937 +UV Count: 3 + UV + UV + UV +Face 9938 +UV Count: 3 + UV + UV + UV +Face 9939 +UV Count: 3 + UV + UV + UV +Face 9940 +UV Count: 3 + UV + UV + UV +Face 9941 +UV Count: 3 + UV + UV + UV +Face 9942 +UV Count: 3 + UV + UV + UV +Face 9943 +UV Count: 3 + UV + UV + UV +Face 9944 +UV Count: 3 + UV + UV + UV +Face 9945 +UV Count: 3 + UV + UV + UV +Face 9946 +UV Count: 3 + UV + UV + UV +Face 9947 +UV Count: 3 + UV + UV + UV +Face 9948 +UV Count: 3 + UV + UV + UV +Face 9949 +UV Count: 3 + UV + UV + UV +Face 9950 +UV Count: 3 + UV + UV + UV +Face 9951 +UV Count: 3 + UV + UV + UV +Face 9952 +UV Count: 3 + UV + UV + UV +Face 9953 +UV Count: 3 + UV + UV + UV +Face 9954 +UV Count: 3 + UV + UV + UV +Face 9955 +UV Count: 3 + UV + UV + UV +Face 9956 +UV Count: 3 + UV + UV + UV +Face 9957 +UV Count: 3 + UV + UV + UV +Face 9958 +UV Count: 3 + UV + UV + UV +Face 9959 +UV Count: 3 + UV + UV + UV +Face 9960 +UV Count: 3 + UV + UV + UV +Face 9961 +UV Count: 3 + UV + UV + UV +Face 9962 +UV Count: 3 + UV + UV + UV +Face 9963 +UV Count: 3 + UV + UV + UV +Face 9964 +UV Count: 3 + UV + UV + UV +Face 9965 +UV Count: 3 + UV + UV + UV +Face 9966 +UV Count: 3 + UV + UV + UV +Face 9967 +UV Count: 3 + UV + UV + UV +Face 9968 +UV Count: 3 + UV + UV + UV +Face 9969 +UV Count: 3 + UV + UV + UV +Face 9970 +UV Count: 3 + UV + UV + UV +Face 9971 +UV Count: 3 + UV + UV + UV +Face 9972 +UV Count: 3 + UV + UV + UV +Face 9973 +UV Count: 3 + UV + UV + UV +Face 9974 +UV Count: 3 + UV + UV + UV +Face 9975 +UV Count: 3 + UV + UV + UV +Face 9976 +UV Count: 3 + UV + UV + UV +Face 9977 +UV Count: 3 + UV + UV + UV +Face 9978 +UV Count: 3 + UV + UV + UV +Face 9979 +UV Count: 3 + UV + UV + UV +Face 9980 +UV Count: 3 + UV + UV + UV +Face 9981 +UV Count: 3 + UV + UV + UV +Face 9982 +UV Count: 3 + UV + UV + UV +Face 9983 +UV Count: 3 + UV + UV + UV +Face 9984 +UV Count: 3 + UV + UV + UV +Face 9985 +UV Count: 3 + UV + UV + UV +Face 9986 +UV Count: 3 + UV + UV + UV +Face 9987 +UV Count: 3 + UV + UV + UV +Face 9988 +UV Count: 3 + UV + UV + UV +Face 9989 +UV Count: 3 + UV + UV + UV +Face 9990 +UV Count: 3 + UV + UV + UV +Face 9991 +UV Count: 3 + UV + UV + UV +Face 9992 +UV Count: 3 + UV + UV + UV +Face 9993 +UV Count: 3 + UV + UV + UV +Face 9994 +UV Count: 3 + UV + UV + UV +Face 9995 +UV Count: 3 + UV + UV + UV +Face 9996 +UV Count: 3 + UV + UV + UV +Face 9997 +UV Count: 3 + UV + UV + UV +Face 9998 +UV Count: 3 + UV + UV + UV +Face 9999 +UV Count: 3 + UV + UV + UV +Face 10000 +UV Count: 3 + UV + UV + UV +Face 10001 +UV Count: 3 + UV + UV + UV +Face 10002 +UV Count: 3 + UV + UV + UV +Face 10003 +UV Count: 3 + UV + UV + UV +Face 10004 +UV Count: 3 + UV + UV + UV +Face 10005 +UV Count: 3 + UV + UV + UV +Face 10006 +UV Count: 3 + UV + UV + UV +Face 10007 +UV Count: 3 + UV + UV + UV +Face 10008 +UV Count: 3 + UV + UV + UV +Face 10009 +UV Count: 3 + UV + UV + UV +Face 10010 +UV Count: 3 + UV + UV + UV +Face 10011 +UV Count: 3 + UV + UV + UV +Face 10012 +UV Count: 3 + UV + UV + UV +Face 10013 +UV Count: 3 + UV + UV + UV +Face 10014 +UV Count: 3 + UV + UV + UV +Face 10015 +UV Count: 3 + UV + UV + UV +Face 10016 +UV Count: 3 + UV + UV + UV +Face 10017 +UV Count: 3 + UV + UV + UV +Face 10018 +UV Count: 3 + UV + UV + UV +Face 10019 +UV Count: 3 + UV + UV + UV +Face 10020 +UV Count: 3 + UV + UV + UV +Face 10021 +UV Count: 3 + UV + UV + UV +Face 10022 +UV Count: 3 + UV + UV + UV +Face 10023 +UV Count: 3 + UV + UV + UV +Face 10024 +UV Count: 3 + UV + UV + UV +Face 10025 +UV Count: 3 + UV + UV + UV +Face 10026 +UV Count: 3 + UV + UV + UV +Face 10027 +UV Count: 3 + UV + UV + UV +Face 10028 +UV Count: 3 + UV + UV + UV +Face 10029 +UV Count: 3 + UV + UV + UV +Face 10030 +UV Count: 3 + UV + UV + UV +Face 10031 +UV Count: 3 + UV + UV + UV +Face 10032 +UV Count: 3 + UV + UV + UV +Face 10033 +UV Count: 3 + UV + UV + UV +Face 10034 +UV Count: 3 + UV + UV + UV +Face 10035 +UV Count: 3 + UV + UV + UV +Face 10036 +UV Count: 3 + UV + UV + UV +Face 10037 +UV Count: 3 + UV + UV + UV +Face 10038 +UV Count: 3 + UV + UV + UV +Face 10039 +UV Count: 3 + UV + UV + UV +Face 10040 +UV Count: 3 + UV + UV + UV +Face 10041 +UV Count: 3 + UV + UV + UV +Face 10042 +UV Count: 3 + UV + UV + UV +Face 10043 +UV Count: 3 + UV + UV + UV +Face 10044 +UV Count: 3 + UV + UV + UV +Face 10045 +UV Count: 3 + UV + UV + UV +Face 10046 +UV Count: 3 + UV + UV + UV +Face 10047 +UV Count: 3 + UV + UV + UV +Face 10048 +UV Count: 3 + UV + UV + UV +Face 10049 +UV Count: 3 + UV + UV + UV +Face 10050 +UV Count: 3 + UV + UV + UV +Face 10051 +UV Count: 3 + UV + UV + UV +Face 10052 +UV Count: 3 + UV + UV + UV +Face 10053 +UV Count: 3 + UV + UV + UV +Face 10054 +UV Count: 3 + UV + UV + UV +Face 10055 +UV Count: 3 + UV + UV + UV +Face 10056 +UV Count: 3 + UV + UV + UV +Face 10057 +UV Count: 3 + UV + UV + UV +Face 10058 +UV Count: 3 + UV + UV + UV +Face 10059 +UV Count: 3 + UV + UV + UV +Face 10060 +UV Count: 3 + UV + UV + UV +Face 10061 +UV Count: 3 + UV + UV + UV +Face 10062 +UV Count: 3 + UV + UV + UV +Face 10063 +UV Count: 3 + UV + UV + UV +Face 10064 +UV Count: 3 + UV + UV + UV +Face 10065 +UV Count: 3 + UV + UV + UV +Face 10066 +UV Count: 3 + UV + UV + UV +Face 10067 +UV Count: 3 + UV + UV + UV +Face 10068 +UV Count: 3 + UV + UV + UV +Face 10069 +UV Count: 3 + UV + UV + UV +Face 10070 +UV Count: 3 + UV + UV + UV +Face 10071 +UV Count: 3 + UV + UV + UV +Face 10072 +UV Count: 3 + UV + UV + UV +Face 10073 +UV Count: 3 + UV + UV + UV +Face 10074 +UV Count: 3 + UV + UV + UV +Face 10075 +UV Count: 3 + UV + UV + UV +Face 10076 +UV Count: 3 + UV + UV + UV +Face 10077 +UV Count: 3 + UV + UV + UV +Face 10078 +UV Count: 3 + UV + UV + UV +Face 10079 +UV Count: 3 + UV + UV + UV +Face 10080 +UV Count: 3 + UV + UV + UV +Face 10081 +UV Count: 3 + UV + UV + UV +Face 10082 +UV Count: 3 + UV + UV + UV +Face 10083 +UV Count: 3 + UV + UV + UV +Face 10084 +UV Count: 3 + UV + UV + UV +Face 10085 +UV Count: 3 + UV + UV + UV +Face 10086 +UV Count: 3 + UV + UV + UV +Face 10087 +UV Count: 3 + UV + UV + UV +Face 10088 +UV Count: 3 + UV + UV + UV +Face 10089 +UV Count: 3 + UV + UV + UV +Face 10090 +UV Count: 3 + UV + UV + UV +Face 10091 +UV Count: 3 + UV + UV + UV +Face 10092 +UV Count: 3 + UV + UV + UV +Face 10093 +UV Count: 3 + UV + UV + UV +Face 10094 +UV Count: 3 + UV + UV + UV +Face 10095 +UV Count: 3 + UV + UV + UV +Face 10096 +UV Count: 3 + UV + UV + UV +Face 10097 +UV Count: 3 + UV + UV + UV +Face 10098 +UV Count: 3 + UV + UV + UV +Face 10099 +UV Count: 3 + UV + UV + UV +Face 10100 +UV Count: 3 + UV + UV + UV +Face 10101 +UV Count: 3 + UV + UV + UV +Face 10102 +UV Count: 3 + UV + UV + UV +Face 10103 +UV Count: 3 + UV + UV + UV +Face 10104 +UV Count: 3 + UV + UV + UV +Face 10105 +UV Count: 3 + UV + UV + UV +Face 10106 +UV Count: 3 + UV + UV + UV +Face 10107 +UV Count: 3 + UV + UV + UV +Face 10108 +UV Count: 3 + UV + UV + UV +Face 10109 +UV Count: 3 + UV + UV + UV +Face 10110 +UV Count: 3 + UV + UV + UV +Face 10111 +UV Count: 3 + UV + UV + UV +Face 10112 +UV Count: 3 + UV + UV + UV +Face 10113 +UV Count: 3 + UV + UV + UV +Face 10114 +UV Count: 3 + UV + UV + UV +Face 10115 +UV Count: 3 + UV + UV + UV +Face 10116 +UV Count: 3 + UV + UV + UV +Face 10117 +UV Count: 3 + UV + UV + UV +Face 10118 +UV Count: 3 + UV + UV + UV +Face 10119 +UV Count: 3 + UV + UV + UV +Face 10120 +UV Count: 3 + UV + UV + UV +Face 10121 +UV Count: 3 + UV + UV + UV +Face 10122 +UV Count: 3 + UV + UV + UV +Face 10123 +UV Count: 3 + UV + UV + UV +Face 10124 +UV Count: 3 + UV + UV + UV +Face 10125 +UV Count: 3 + UV + UV + UV +Face 10126 +UV Count: 3 + UV + UV + UV +Face 10127 +UV Count: 3 + UV + UV + UV +Face 10128 +UV Count: 3 + UV + UV + UV +Face 10129 +UV Count: 3 + UV + UV + UV +Face 10130 +UV Count: 3 + UV + UV + UV +Face 10131 +UV Count: 3 + UV + UV + UV +Face 10132 +UV Count: 3 + UV + UV + UV +Face 10133 +UV Count: 3 + UV + UV + UV +Face 10134 +UV Count: 3 + UV + UV + UV +Face 10135 +UV Count: 3 + UV + UV + UV +Face 10136 +UV Count: 3 + UV + UV + UV +Face 10137 +UV Count: 3 + UV + UV + UV +Face 10138 +UV Count: 3 + UV + UV + UV +Face 10139 +UV Count: 3 + UV + UV + UV +Face 10140 +UV Count: 3 + UV + UV + UV +Face 10141 +UV Count: 3 + UV + UV + UV +Face 10142 +UV Count: 3 + UV + UV + UV +Face 10143 +UV Count: 3 + UV + UV + UV +Face 10144 +UV Count: 3 + UV + UV + UV +Face 10145 +UV Count: 3 + UV + UV + UV +Face 10146 +UV Count: 3 + UV + UV + UV +Face 10147 +UV Count: 3 + UV + UV + UV +Face 10148 +UV Count: 3 + UV + UV + UV +Face 10149 +UV Count: 3 + UV + UV + UV +Face 10150 +UV Count: 3 + UV + UV + UV +Face 10151 +UV Count: 3 + UV + UV + UV +Face 10152 +UV Count: 3 + UV + UV + UV +Face 10153 +UV Count: 3 + UV + UV + UV +Face 10154 +UV Count: 3 + UV + UV + UV +Face 10155 +UV Count: 3 + UV + UV + UV +Face 10156 +UV Count: 3 + UV + UV + UV +Face 10157 +UV Count: 3 + UV + UV + UV +Face 10158 +UV Count: 3 + UV + UV + UV +Face 10159 +UV Count: 3 + UV + UV + UV +Face 10160 +UV Count: 3 + UV + UV + UV +Face 10161 +UV Count: 3 + UV + UV + UV +Face 10162 +UV Count: 3 + UV + UV + UV +Face 10163 +UV Count: 3 + UV + UV + UV +Face 10164 +UV Count: 3 + UV + UV + UV +Face 10165 +UV Count: 3 + UV + UV + UV +Face 10166 +UV Count: 3 + UV + UV + UV +Face 10167 +UV Count: 3 + UV + UV + UV +Face 10168 +UV Count: 3 + UV + UV + UV +Face 10169 +UV Count: 3 + UV + UV + UV +Face 10170 +UV Count: 3 + UV + UV + UV +Face 10171 +UV Count: 3 + UV + UV + UV +Face 10172 +UV Count: 3 + UV + UV + UV +Face 10173 +UV Count: 3 + UV + UV + UV +Face 10174 +UV Count: 3 + UV + UV + UV +Face 10175 +UV Count: 3 + UV + UV + UV +Face 10176 +UV Count: 3 + UV + UV + UV +Face 10177 +UV Count: 3 + UV + UV + UV +Face 10178 +UV Count: 3 + UV + UV + UV +Face 10179 +UV Count: 3 + UV + UV + UV +Face 10180 +UV Count: 3 + UV + UV + UV +Face 10181 +UV Count: 3 + UV + UV + UV +Face 10182 +UV Count: 3 + UV + UV + UV +Face 10183 +UV Count: 3 + UV + UV + UV +Face 10184 +UV Count: 3 + UV + UV + UV +Face 10185 +UV Count: 3 + UV + UV + UV +Face 10186 +UV Count: 3 + UV + UV + UV +Face 10187 +UV Count: 3 + UV + UV + UV +Face 10188 +UV Count: 3 + UV + UV + UV +Face 10189 +UV Count: 3 + UV + UV + UV +Face 10190 +UV Count: 3 + UV + UV + UV +Face 10191 +UV Count: 3 + UV + UV + UV +Face 10192 +UV Count: 3 + UV + UV + UV +Face 10193 +UV Count: 3 + UV + UV + UV +Face 10194 +UV Count: 3 + UV + UV + UV +Face 10195 +UV Count: 3 + UV + UV + UV +Face 10196 +UV Count: 3 + UV + UV + UV +Face 10197 +UV Count: 3 + UV + UV + UV +Face 10198 +UV Count: 3 + UV + UV + UV +Face 10199 +UV Count: 3 + UV + UV + UV +Face 10200 +UV Count: 3 + UV + UV + UV +Face 10201 +UV Count: 3 + UV + UV + UV +Face 10202 +UV Count: 3 + UV + UV + UV +Face 10203 +UV Count: 3 + UV + UV + UV +Face 10204 +UV Count: 3 + UV + UV + UV +Face 10205 +UV Count: 3 + UV + UV + UV +Face 10206 +UV Count: 3 + UV + UV + UV +Face 10207 +UV Count: 3 + UV + UV + UV +Face 10208 +UV Count: 3 + UV + UV + UV +Face 10209 +UV Count: 3 + UV + UV + UV +Face 10210 +UV Count: 3 + UV + UV + UV +Face 10211 +UV Count: 3 + UV + UV + UV +Face 10212 +UV Count: 3 + UV + UV + UV +Face 10213 +UV Count: 3 + UV + UV + UV +Face 10214 +UV Count: 3 + UV + UV + UV +Face 10215 +UV Count: 3 + UV + UV + UV +Face 10216 +UV Count: 3 + UV + UV + UV +Face 10217 +UV Count: 3 + UV + UV + UV +Face 10218 +UV Count: 3 + UV + UV + UV +Face 10219 +UV Count: 3 + UV + UV + UV +Face 10220 +UV Count: 3 + UV + UV + UV +Face 10221 +UV Count: 3 + UV + UV + UV +Face 10222 +UV Count: 3 + UV + UV + UV +Face 10223 +UV Count: 3 + UV + UV + UV +Face 10224 +UV Count: 3 + UV + UV + UV +Face 10225 +UV Count: 3 + UV + UV + UV +Face 10226 +UV Count: 3 + UV + UV + UV +Face 10227 +UV Count: 3 + UV + UV + UV +Face 10228 +UV Count: 3 + UV + UV + UV +Face 10229 +UV Count: 3 + UV + UV + UV +Face 10230 +UV Count: 3 + UV + UV + UV +Face 10231 +UV Count: 3 + UV + UV + UV +Face 10232 +UV Count: 3 + UV + UV + UV +Face 10233 +UV Count: 3 + UV + UV + UV +Face 10234 +UV Count: 3 + UV + UV + UV +Face 10235 +UV Count: 3 + UV + UV + UV +Face 10236 +UV Count: 3 + UV + UV + UV +Face 10237 +UV Count: 3 + UV + UV + UV +Face 10238 +UV Count: 3 + UV + UV + UV +Face 10239 +UV Count: 3 + UV + UV + UV +Face 10240 +UV Count: 3 + UV + UV + UV +Face 10241 +UV Count: 3 + UV + UV + UV +Face 10242 +UV Count: 3 + UV + UV + UV +Face 10243 +UV Count: 3 + UV + UV + UV +Face 10244 +UV Count: 3 + UV + UV + UV +Face 10245 +UV Count: 3 + UV + UV + UV +Face 10246 +UV Count: 3 + UV + UV + UV +Face 10247 +UV Count: 3 + UV + UV + UV +Face 10248 +UV Count: 3 + UV + UV + UV +Face 10249 +UV Count: 3 + UV + UV + UV +Face 10250 +UV Count: 3 + UV + UV + UV +Face 10251 +UV Count: 3 + UV + UV + UV +Face 10252 +UV Count: 3 + UV + UV + UV +Face 10253 +UV Count: 3 + UV + UV + UV +Face 10254 +UV Count: 3 + UV + UV + UV +Face 10255 +UV Count: 3 + UV + UV + UV +Face 10256 +UV Count: 3 + UV + UV + UV +Face 10257 +UV Count: 3 + UV + UV + UV +Face 10258 +UV Count: 3 + UV + UV + UV +Face 10259 +UV Count: 3 + UV + UV + UV +Face 10260 +UV Count: 3 + UV + UV + UV +Face 10261 +UV Count: 3 + UV + UV + UV +Face 10262 +UV Count: 3 + UV + UV + UV +Face 10263 +UV Count: 3 + UV + UV + UV +Face 10264 +UV Count: 3 + UV + UV + UV +Face 10265 +UV Count: 3 + UV + UV + UV +Face 10266 +UV Count: 3 + UV + UV + UV +Face 10267 +UV Count: 3 + UV + UV + UV +Face 10268 +UV Count: 3 + UV + UV + UV +Face 10269 +UV Count: 3 + UV + UV + UV +Face 10270 +UV Count: 3 + UV + UV + UV +Face 10271 +UV Count: 3 + UV + UV + UV +Face 10272 +UV Count: 3 + UV + UV + UV +Face 10273 +UV Count: 3 + UV + UV + UV +Face 10274 +UV Count: 3 + UV + UV + UV +Face 10275 +UV Count: 3 + UV + UV + UV +Face 10276 +UV Count: 3 + UV + UV + UV +Face 10277 +UV Count: 3 + UV + UV + UV +Face 10278 +UV Count: 3 + UV + UV + UV +Face 10279 +UV Count: 3 + UV + UV + UV +Face 10280 +UV Count: 3 + UV + UV + UV +Face 10281 +UV Count: 3 + UV + UV + UV +Face 10282 +UV Count: 3 + UV + UV + UV +Face 10283 +UV Count: 3 + UV + UV + UV +Face 10284 +UV Count: 3 + UV + UV + UV +Face 10285 +UV Count: 3 + UV + UV + UV +Face 10286 +UV Count: 3 + UV + UV + UV +Face 10287 +UV Count: 3 + UV + UV + UV +Face 10288 +UV Count: 3 + UV + UV + UV +Face 10289 +UV Count: 3 + UV + UV + UV +Face 10290 +UV Count: 3 + UV + UV + UV +Face 10291 +UV Count: 3 + UV + UV + UV +Face 10292 +UV Count: 3 + UV + UV + UV +Face 10293 +UV Count: 3 + UV + UV + UV +Face 10294 +UV Count: 3 + UV + UV + UV +Face 10295 +UV Count: 3 + UV + UV + UV +Face 10296 +UV Count: 3 + UV + UV + UV +Face 10297 +UV Count: 3 + UV + UV + UV +Face 10298 +UV Count: 3 + UV + UV + UV +Face 10299 +UV Count: 3 + UV + UV + UV +Face 10300 +UV Count: 3 + UV + UV + UV +Face 10301 +UV Count: 3 + UV + UV + UV +Face 10302 +UV Count: 3 + UV + UV + UV +Face 10303 +UV Count: 3 + UV + UV + UV +Face 10304 +UV Count: 3 + UV + UV + UV +Face 10305 +UV Count: 3 + UV + UV + UV +Face 10306 +UV Count: 3 + UV + UV + UV +Face 10307 +UV Count: 3 + UV + UV + UV +Face 10308 +UV Count: 3 + UV + UV + UV +Face 10309 +UV Count: 3 + UV + UV + UV +Face 10310 +UV Count: 3 + UV + UV + UV +Face 10311 +UV Count: 3 + UV + UV + UV +Face 10312 +UV Count: 3 + UV + UV + UV +Face 10313 +UV Count: 3 + UV + UV + UV +Face 10314 +UV Count: 3 + UV + UV + UV +Face 10315 +UV Count: 3 + UV + UV + UV +Face 10316 +UV Count: 3 + UV + UV + UV +Face 10317 +UV Count: 3 + UV + UV + UV +Face 10318 +UV Count: 3 + UV + UV + UV +Face 10319 +UV Count: 3 + UV + UV + UV +Face 10320 +UV Count: 3 + UV + UV + UV +Face 10321 +UV Count: 3 + UV + UV + UV +Face 10322 +UV Count: 3 + UV + UV + UV +Face 10323 +UV Count: 3 + UV + UV + UV +Face 10324 +UV Count: 3 + UV + UV + UV +Face 10325 +UV Count: 3 + UV + UV + UV +Face 10326 +UV Count: 3 + UV + UV + UV +Face 10327 +UV Count: 3 + UV + UV + UV +Face 10328 +UV Count: 3 + UV + UV + UV +Face 10329 +UV Count: 3 + UV + UV + UV +Face 10330 +UV Count: 3 + UV + UV + UV +Face 10331 +UV Count: 3 + UV + UV + UV +Face 10332 +UV Count: 3 + UV + UV + UV +Face 10333 +UV Count: 3 + UV + UV + UV +Face 10334 +UV Count: 3 + UV + UV + UV +Face 10335 +UV Count: 3 + UV + UV + UV +Face 10336 +UV Count: 3 + UV + UV + UV +Face 10337 +UV Count: 3 + UV + UV + UV +Face 10338 +UV Count: 3 + UV + UV + UV +Face 10339 +UV Count: 3 + UV + UV + UV +Face 10340 +UV Count: 3 + UV + UV + UV +Face 10341 +UV Count: 3 + UV + UV + UV +Face 10342 +UV Count: 3 + UV + UV + UV +Face 10343 +UV Count: 3 + UV + UV + UV +Face 10344 +UV Count: 3 + UV + UV + UV +Face 10345 +UV Count: 3 + UV + UV + UV +Face 10346 +UV Count: 3 + UV + UV + UV +Face 10347 +UV Count: 3 + UV + UV + UV +Face 10348 +UV Count: 3 + UV + UV + UV +Face 10349 +UV Count: 3 + UV + UV + UV +Face 10350 +UV Count: 3 + UV + UV + UV +Face 10351 +UV Count: 3 + UV + UV + UV +Face 10352 +UV Count: 3 + UV + UV + UV +Face 10353 +UV Count: 3 + UV + UV + UV +Face 10354 +UV Count: 3 + UV + UV + UV +Face 10355 +UV Count: 3 + UV + UV + UV +Face 10356 +UV Count: 3 + UV + UV + UV +Face 10357 +UV Count: 3 + UV + UV + UV +Face 10358 +UV Count: 3 + UV + UV + UV +Face 10359 +UV Count: 3 + UV + UV + UV +Face 10360 +UV Count: 3 + UV + UV + UV +Face 10361 +UV Count: 3 + UV + UV + UV +Face 10362 +UV Count: 3 + UV + UV + UV +Face 10363 +UV Count: 3 + UV + UV + UV +Face 10364 +UV Count: 3 + UV + UV + UV +Face 10365 +UV Count: 3 + UV + UV + UV +Face 10366 +UV Count: 3 + UV + UV + UV +Face 10367 +UV Count: 3 + UV + UV + UV +Face 10368 +UV Count: 3 + UV + UV + UV +Face 10369 +UV Count: 3 + UV + UV + UV +Face 10370 +UV Count: 3 + UV + UV + UV +Face 10371 +UV Count: 3 + UV + UV + UV +Face 10372 +UV Count: 3 + UV + UV + UV +Face 10373 +UV Count: 3 + UV + UV + UV +Face 10374 +UV Count: 3 + UV + UV + UV +Face 10375 +UV Count: 3 + UV + UV + UV +Face 10376 +UV Count: 3 + UV + UV + UV +Face 10377 +UV Count: 3 + UV + UV + UV +Face 10378 +UV Count: 3 + UV + UV + UV +Face 10379 +UV Count: 3 + UV + UV + UV +Face 10380 +UV Count: 3 + UV + UV + UV +Face 10381 +UV Count: 3 + UV + UV + UV +Face 10382 +UV Count: 3 + UV + UV + UV +Face 10383 +UV Count: 3 + UV + UV + UV +Face 10384 +UV Count: 3 + UV + UV + UV +Face 10385 +UV Count: 3 + UV + UV + UV +Face 10386 +UV Count: 3 + UV + UV + UV +Face 10387 +UV Count: 3 + UV + UV + UV +Face 10388 +UV Count: 3 + UV + UV + UV +Face 10389 +UV Count: 3 + UV + UV + UV +Face 10390 +UV Count: 3 + UV + UV + UV +Face 10391 +UV Count: 3 + UV + UV + UV +Face 10392 +UV Count: 3 + UV + UV + UV +Face 10393 +UV Count: 3 + UV + UV + UV +Face 10394 +UV Count: 3 + UV + UV + UV +Face 10395 +UV Count: 3 + UV + UV + UV +Face 10396 +UV Count: 3 + UV + UV + UV +Face 10397 +UV Count: 3 + UV + UV + UV +Face 10398 +UV Count: 3 + UV + UV + UV +Face 10399 +UV Count: 3 + UV + UV + UV +Face 10400 +UV Count: 3 + UV + UV + UV +Face 10401 +UV Count: 3 + UV + UV + UV +Face 10402 +UV Count: 3 + UV + UV + UV +Face 10403 +UV Count: 3 + UV + UV + UV +Face 10404 +UV Count: 3 + UV + UV + UV +Face 10405 +UV Count: 3 + UV + UV + UV +Face 10406 +UV Count: 3 + UV + UV + UV +Face 10407 +UV Count: 3 + UV + UV + UV +Face 10408 +UV Count: 3 + UV + UV + UV +Face 10409 +UV Count: 3 + UV + UV + UV +Face 10410 +UV Count: 3 + UV + UV + UV +Face 10411 +UV Count: 3 + UV + UV + UV +Face 10412 +UV Count: 3 + UV + UV + UV +Face 10413 +UV Count: 3 + UV + UV + UV +Face 10414 +UV Count: 3 + UV + UV + UV +Face 10415 +UV Count: 3 + UV + UV + UV +Face 10416 +UV Count: 3 + UV + UV + UV +Face 10417 +UV Count: 3 + UV + UV + UV +Face 10418 +UV Count: 3 + UV + UV + UV +Face 10419 +UV Count: 3 + UV + UV + UV +Face 10420 +UV Count: 3 + UV + UV + UV +Face 10421 +UV Count: 3 + UV + UV + UV +Face 10422 +UV Count: 3 + UV + UV + UV +Face 10423 +UV Count: 3 + UV + UV + UV +Face 10424 +UV Count: 3 + UV + UV + UV +Face 10425 +UV Count: 3 + UV + UV + UV +Face 10426 +UV Count: 3 + UV + UV + UV +Face 10427 +UV Count: 3 + UV + UV + UV +Face 10428 +UV Count: 3 + UV + UV + UV +Face 10429 +UV Count: 3 + UV + UV + UV +Face 10430 +UV Count: 3 + UV + UV + UV +Face 10431 +UV Count: 3 + UV + UV + UV +Face 10432 +UV Count: 3 + UV + UV + UV +Face 10433 +UV Count: 3 + UV + UV + UV +Face 10434 +UV Count: 3 + UV + UV + UV +Face 10435 +UV Count: 3 + UV + UV + UV +Face 10436 +UV Count: 3 + UV + UV + UV +Face 10437 +UV Count: 3 + UV + UV + UV +Face 10438 +UV Count: 3 + UV + UV + UV +Face 10439 +UV Count: 3 + UV + UV + UV +Face 10440 +UV Count: 3 + UV + UV + UV +Face 10441 +UV Count: 3 + UV + UV + UV +Face 10442 +UV Count: 3 + UV + UV + UV +Face 10443 +UV Count: 3 + UV + UV + UV +Face 10444 +UV Count: 3 + UV + UV + UV +Face 10445 +UV Count: 3 + UV + UV + UV +Face 10446 +UV Count: 3 + UV + UV + UV +Face 10447 +UV Count: 3 + UV + UV + UV +Face 10448 +UV Count: 3 + UV + UV + UV +Face 10449 +UV Count: 3 + UV + UV + UV +Face 10450 +UV Count: 3 + UV + UV + UV +Face 10451 +UV Count: 3 + UV + UV + UV +Face 10452 +UV Count: 3 + UV + UV + UV +Face 10453 +UV Count: 3 + UV + UV + UV +Face 10454 +UV Count: 3 + UV + UV + UV +Face 10455 +UV Count: 3 + UV + UV + UV +Face 10456 +UV Count: 3 + UV + UV + UV +Face 10457 +UV Count: 3 + UV + UV + UV +Face 10458 +UV Count: 3 + UV + UV + UV +Face 10459 +UV Count: 3 + UV + UV + UV +Face 10460 +UV Count: 3 + UV + UV + UV +Face 10461 +UV Count: 3 + UV + UV + UV +Face 10462 +UV Count: 3 + UV + UV + UV +Face 10463 +UV Count: 3 + UV + UV + UV +Face 10464 +UV Count: 3 + UV + UV + UV +Face 10465 +UV Count: 3 + UV + UV + UV +Face 10466 +UV Count: 3 + UV + UV + UV +Face 10467 +UV Count: 3 + UV + UV + UV +Face 10468 +UV Count: 3 + UV + UV + UV +Face 10469 +UV Count: 3 + UV + UV + UV +Face 10470 +UV Count: 3 + UV + UV + UV +Face 10471 +UV Count: 3 + UV + UV + UV +Face 10472 +UV Count: 3 + UV + UV + UV +Face 10473 +UV Count: 3 + UV + UV + UV +Face 10474 +UV Count: 3 + UV + UV + UV +Face 10475 +UV Count: 3 + UV + UV + UV +Face 10476 +UV Count: 3 + UV + UV + UV +Face 10477 +UV Count: 3 + UV + UV + UV +Face 10478 +UV Count: 3 + UV + UV + UV +Face 10479 +UV Count: 3 + UV + UV + UV +Face 10480 +UV Count: 3 + UV + UV + UV +Face 10481 +UV Count: 3 + UV + UV + UV +Face 10482 +UV Count: 3 + UV + UV + UV +Face 10483 +UV Count: 3 + UV + UV + UV +Face 10484 +UV Count: 3 + UV + UV + UV +Face 10485 +UV Count: 3 + UV + UV + UV +Face 10486 +UV Count: 3 + UV + UV + UV +Face 10487 +UV Count: 3 + UV + UV + UV +Face 10488 +UV Count: 3 + UV + UV + UV +Face 10489 +UV Count: 3 + UV + UV + UV +Face 10490 +UV Count: 3 + UV + UV + UV +Face 10491 +UV Count: 3 + UV + UV + UV +Face 10492 +UV Count: 3 + UV + UV + UV +Face 10493 +UV Count: 3 + UV + UV + UV +Face 10494 +UV Count: 3 + UV + UV + UV +Face 10495 +UV Count: 3 + UV + UV + UV +Face 10496 +UV Count: 3 + UV + UV + UV +Face 10497 +UV Count: 3 + UV + UV + UV +Face 10498 +UV Count: 3 + UV + UV + UV +Face 10499 +UV Count: 3 + UV + UV + UV +Face 10500 +UV Count: 3 + UV + UV + UV +Face 10501 +UV Count: 3 + UV + UV + UV +Face 10502 +UV Count: 3 + UV + UV + UV +Face 10503 +UV Count: 3 + UV + UV + UV +Face 10504 +UV Count: 3 + UV + UV + UV +Face 10505 +UV Count: 3 + UV + UV + UV +Face 10506 +UV Count: 3 + UV + UV + UV +Face 10507 +UV Count: 3 + UV + UV + UV +Face 10508 +UV Count: 3 + UV + UV + UV +Face 10509 +UV Count: 3 + UV + UV + UV +Face 10510 +UV Count: 3 + UV + UV + UV +Face 10511 +UV Count: 3 + UV + UV + UV +Face 10512 +UV Count: 3 + UV + UV + UV +Face 10513 +UV Count: 3 + UV + UV + UV +Face 10514 +UV Count: 3 + UV + UV + UV +Face 10515 +UV Count: 3 + UV + UV + UV +Face 10516 +UV Count: 3 + UV + UV + UV +Face 10517 +UV Count: 3 + UV + UV + UV +Face 10518 +UV Count: 3 + UV + UV + UV +Face 10519 +UV Count: 3 + UV + UV + UV +Face 10520 +UV Count: 3 + UV + UV + UV +Face 10521 +UV Count: 3 + UV + UV + UV +Face 10522 +UV Count: 3 + UV + UV + UV +Face 10523 +UV Count: 3 + UV + UV + UV +Face 10524 +UV Count: 3 + UV + UV + UV +Face 10525 +UV Count: 3 + UV + UV + UV +Face 10526 +UV Count: 3 + UV + UV + UV +Face 10527 +UV Count: 3 + UV + UV + UV +Face 10528 +UV Count: 3 + UV + UV + UV +Face 10529 +UV Count: 3 + UV + UV + UV +Face 10530 +UV Count: 3 + UV + UV + UV +Face 10531 +UV Count: 3 + UV + UV + UV +Face 10532 +UV Count: 3 + UV + UV + UV +Face 10533 +UV Count: 3 + UV + UV + UV +Face 10534 +UV Count: 3 + UV + UV + UV +Face 10535 +UV Count: 3 + UV + UV + UV +Face 10536 +UV Count: 3 + UV + UV + UV +Face 10537 +UV Count: 3 + UV + UV + UV +Face 10538 +UV Count: 3 + UV + UV + UV +Face 10539 +UV Count: 3 + UV + UV + UV +Face 10540 +UV Count: 3 + UV + UV + UV +Face 10541 +UV Count: 3 + UV + UV + UV +Face 10542 +UV Count: 3 + UV + UV + UV +Face 10543 +UV Count: 3 + UV + UV + UV +Face 10544 +UV Count: 3 + UV + UV + UV +Face 10545 +UV Count: 3 + UV + UV + UV +Face 10546 +UV Count: 3 + UV + UV + UV +Face 10547 +UV Count: 3 + UV + UV + UV +Face 10548 +UV Count: 3 + UV + UV + UV +Face 10549 +UV Count: 3 + UV + UV + UV +Face 10550 +UV Count: 3 + UV + UV + UV +Face 10551 +UV Count: 3 + UV + UV + UV +Face 10552 +UV Count: 3 + UV + UV + UV +Face 10553 +UV Count: 3 + UV + UV + UV +Face 10554 +UV Count: 3 + UV + UV + UV +Face 10555 +UV Count: 3 + UV + UV + UV +Face 10556 +UV Count: 3 + UV + UV + UV +Face 10557 +UV Count: 3 + UV + UV + UV +Face 10558 +UV Count: 3 + UV + UV + UV +Face 10559 +UV Count: 3 + UV + UV + UV +Face 10560 +UV Count: 3 + UV + UV + UV +Face 10561 +UV Count: 3 + UV + UV + UV +Face 10562 +UV Count: 3 + UV + UV + UV +Face 10563 +UV Count: 3 + UV + UV + UV +Face 10564 +UV Count: 3 + UV + UV + UV +Face 10565 +UV Count: 3 + UV + UV + UV +Face 10566 +UV Count: 3 + UV + UV + UV +Face 10567 +UV Count: 3 + UV + UV + UV +Face 10568 +UV Count: 3 + UV + UV + UV +Face 10569 +UV Count: 3 + UV + UV + UV +Face 10570 +UV Count: 3 + UV + UV + UV +Face 10571 +UV Count: 3 + UV + UV + UV +Face 10572 +UV Count: 3 + UV + UV + UV +Face 10573 +UV Count: 3 + UV + UV + UV +Face 10574 +UV Count: 3 + UV + UV + UV +Face 10575 +UV Count: 3 + UV + UV + UV +Face 10576 +UV Count: 3 + UV + UV + UV +Face 10577 +UV Count: 3 + UV + UV + UV +Face 10578 +UV Count: 3 + UV + UV + UV +Face 10579 +UV Count: 3 + UV + UV + UV +Face 10580 +UV Count: 3 + UV + UV + UV +Face 10581 +UV Count: 3 + UV + UV + UV +Face 10582 +UV Count: 3 + UV + UV + UV +Face 10583 +UV Count: 3 + UV + UV + UV +Face 10584 +UV Count: 3 + UV + UV + UV +Face 10585 +UV Count: 3 + UV + UV + UV +Face 10586 +UV Count: 3 + UV + UV + UV +Face 10587 +UV Count: 3 + UV + UV + UV +Face 10588 +UV Count: 3 + UV + UV + UV +Face 10589 +UV Count: 3 + UV + UV + UV +Face 10590 +UV Count: 3 + UV + UV + UV +Face 10591 +UV Count: 3 + UV + UV + UV +Face 10592 +UV Count: 3 + UV + UV + UV +Face 10593 +UV Count: 3 + UV + UV + UV +Face 10594 +UV Count: 3 + UV + UV + UV +Face 10595 +UV Count: 3 + UV + UV + UV +Face 10596 +UV Count: 3 + UV + UV + UV +Face 10597 +UV Count: 3 + UV + UV + UV +Face 10598 +UV Count: 3 + UV + UV + UV +Face 10599 +UV Count: 3 + UV + UV + UV +Face 10600 +UV Count: 3 + UV + UV + UV +Face 10601 +UV Count: 3 + UV + UV + UV +Face 10602 +UV Count: 3 + UV + UV + UV +Face 10603 +UV Count: 3 + UV + UV + UV +Face 10604 +UV Count: 3 + UV + UV + UV +Face 10605 +UV Count: 3 + UV + UV + UV +Face 10606 +UV Count: 3 + UV + UV + UV +Face 10607 +UV Count: 3 + UV + UV + UV +Face 10608 +UV Count: 3 + UV + UV + UV +Face 10609 +UV Count: 3 + UV + UV + UV +Face 10610 +UV Count: 3 + UV + UV + UV +Face 10611 +UV Count: 3 + UV + UV + UV +Face 10612 +UV Count: 3 + UV + UV + UV +Face 10613 +UV Count: 3 + UV + UV + UV +Face 10614 +UV Count: 3 + UV + UV + UV +Face 10615 +UV Count: 3 + UV + UV + UV +Face 10616 +UV Count: 3 + UV + UV + UV +Face 10617 +UV Count: 3 + UV + UV + UV +Face 10618 +UV Count: 3 + UV + UV + UV +Face 10619 +UV Count: 3 + UV + UV + UV +Face 10620 +UV Count: 3 + UV + UV + UV +Face 10621 +UV Count: 3 + UV + UV + UV +Face 10622 +UV Count: 3 + UV + UV + UV +Face 10623 +UV Count: 3 + UV + UV + UV +Face 10624 +UV Count: 3 + UV + UV + UV +Face 10625 +UV Count: 3 + UV + UV + UV +Face 10626 +UV Count: 3 + UV + UV + UV +Face 10627 +UV Count: 3 + UV + UV + UV +Face 10628 +UV Count: 3 + UV + UV + UV +Face 10629 +UV Count: 3 + UV + UV + UV +Face 10630 +UV Count: 3 + UV + UV + UV +Face 10631 +UV Count: 3 + UV + UV + UV +Face 10632 +UV Count: 3 + UV + UV + UV +Face 10633 +UV Count: 3 + UV + UV + UV +Face 10634 +UV Count: 3 + UV + UV + UV +Face 10635 +UV Count: 3 + UV + UV + UV +Face 10636 +UV Count: 3 + UV + UV + UV +Face 10637 +UV Count: 3 + UV + UV + UV +Face 10638 +UV Count: 3 + UV + UV + UV +Face 10639 +UV Count: 3 + UV + UV + UV +Face 10640 +UV Count: 3 + UV + UV + UV +Face 10641 +UV Count: 3 + UV + UV + UV +Face 10642 +UV Count: 3 + UV + UV + UV +Face 10643 +UV Count: 3 + UV + UV + UV +Face 10644 +UV Count: 3 + UV + UV + UV +Face 10645 +UV Count: 3 + UV + UV + UV +Face 10646 +UV Count: 3 + UV + UV + UV +Face 10647 +UV Count: 3 + UV + UV + UV +Face 10648 +UV Count: 3 + UV + UV + UV +Face 10649 +UV Count: 3 + UV + UV + UV +Face 10650 +UV Count: 3 + UV + UV + UV +Face 10651 +UV Count: 3 + UV + UV + UV +Face 10652 +UV Count: 3 + UV + UV + UV +Face 10653 +UV Count: 3 + UV + UV + UV +Face 10654 +UV Count: 3 + UV + UV + UV +Face 10655 +UV Count: 3 + UV + UV + UV +Face 10656 +UV Count: 3 + UV + UV + UV +Face 10657 +UV Count: 3 + UV + UV + UV +Face 10658 +UV Count: 3 + UV + UV + UV +Face 10659 +UV Count: 3 + UV + UV + UV +Face 10660 +UV Count: 3 + UV + UV + UV +Face 10661 +UV Count: 3 + UV + UV + UV +Face 10662 +UV Count: 3 + UV + UV + UV +Face 10663 +UV Count: 3 + UV + UV + UV +Face 10664 +UV Count: 3 + UV + UV + UV +Face 10665 +UV Count: 3 + UV + UV + UV +Face 10666 +UV Count: 3 + UV + UV + UV +Face 10667 +UV Count: 3 + UV + UV + UV +Face 10668 +UV Count: 3 + UV + UV + UV +Face 10669 +UV Count: 3 + UV + UV + UV +Face 10670 +UV Count: 3 + UV + UV + UV +Face 10671 +UV Count: 3 + UV + UV + UV +Face 10672 +UV Count: 3 + UV + UV + UV +Face 10673 +UV Count: 3 + UV + UV + UV +Face 10674 +UV Count: 3 + UV + UV + UV +Face 10675 +UV Count: 3 + UV + UV + UV +Face 10676 +UV Count: 3 + UV + UV + UV +Face 10677 +UV Count: 3 + UV + UV + UV +Face 10678 +UV Count: 3 + UV + UV + UV +Face 10679 +UV Count: 3 + UV + UV + UV +Face 10680 +UV Count: 3 + UV + UV + UV +Face 10681 +UV Count: 3 + UV + UV + UV +Face 10682 +UV Count: 3 + UV + UV + UV +Face 10683 +UV Count: 3 + UV + UV + UV +Face 10684 +UV Count: 3 + UV + UV + UV +Face 10685 +UV Count: 3 + UV + UV + UV +Face 10686 +UV Count: 3 + UV + UV + UV +Face 10687 +UV Count: 3 + UV + UV + UV +Face 10688 +UV Count: 3 + UV + UV + UV +Face 10689 +UV Count: 3 + UV + UV + UV +Face 10690 +UV Count: 3 + UV + UV + UV +Face 10691 +UV Count: 3 + UV + UV + UV +Face 10692 +UV Count: 3 + UV + UV + UV +Face 10693 +UV Count: 3 + UV + UV + UV +Face 10694 +UV Count: 3 + UV + UV + UV +Face 10695 +UV Count: 3 + UV + UV + UV +Face 10696 +UV Count: 3 + UV + UV + UV +Face 10697 +UV Count: 3 + UV + UV + UV +Face 10698 +UV Count: 3 + UV + UV + UV +Face 10699 +UV Count: 3 + UV + UV + UV +Face 10700 +UV Count: 3 + UV + UV + UV +Face 10701 +UV Count: 3 + UV + UV + UV +Face 10702 +UV Count: 3 + UV + UV + UV +Face 10703 +UV Count: 3 + UV + UV + UV +Face 10704 +UV Count: 3 + UV + UV + UV +Face 10705 +UV Count: 3 + UV + UV + UV +Face 10706 +UV Count: 3 + UV + UV + UV +Face 10707 +UV Count: 3 + UV + UV + UV +Face 10708 +UV Count: 3 + UV + UV + UV +Face 10709 +UV Count: 3 + UV + UV + UV +Face 10710 +UV Count: 3 + UV + UV + UV +Face 10711 +UV Count: 3 + UV + UV + UV +Face 10712 +UV Count: 3 + UV + UV + UV +Face 10713 +UV Count: 3 + UV + UV + UV +Face 10714 +UV Count: 3 + UV + UV + UV +Face 10715 +UV Count: 3 + UV + UV + UV +Face 10716 +UV Count: 3 + UV + UV + UV +Face 10717 +UV Count: 3 + UV + UV + UV +Face 10718 +UV Count: 3 + UV + UV + UV +Face 10719 +UV Count: 3 + UV + UV + UV +Face 10720 +UV Count: 3 + UV + UV + UV +Face 10721 +UV Count: 3 + UV + UV + UV +Face 10722 +UV Count: 3 + UV + UV + UV +Face 10723 +UV Count: 3 + UV + UV + UV +Face 10724 +UV Count: 3 + UV + UV + UV +Face 10725 +UV Count: 3 + UV + UV + UV +Face 10726 +UV Count: 3 + UV + UV + UV +Face 10727 +UV Count: 3 + UV + UV + UV +Face 10728 +UV Count: 3 + UV + UV + UV +Face 10729 +UV Count: 3 + UV + UV + UV +Face 10730 +UV Count: 3 + UV + UV + UV +Face 10731 +UV Count: 3 + UV + UV + UV +Face 10732 +UV Count: 3 + UV + UV + UV +Face 10733 +UV Count: 3 + UV + UV + UV +Face 10734 +UV Count: 3 + UV + UV + UV +Face 10735 +UV Count: 3 + UV + UV + UV +Face 10736 +UV Count: 3 + UV + UV + UV +Face 10737 +UV Count: 3 + UV + UV + UV +Face 10738 +UV Count: 3 + UV + UV + UV +Face 10739 +UV Count: 3 + UV + UV + UV +Face 10740 +UV Count: 3 + UV + UV + UV +Face 10741 +UV Count: 3 + UV + UV + UV +Face 10742 +UV Count: 3 + UV + UV + UV +Face 10743 +UV Count: 3 + UV + UV + UV +Face 10744 +UV Count: 3 + UV + UV + UV +Face 10745 +UV Count: 3 + UV + UV + UV +Face 10746 +UV Count: 3 + UV + UV + UV +Face 10747 +UV Count: 3 + UV + UV + UV +Face 10748 +UV Count: 3 + UV + UV + UV +Face 10749 +UV Count: 3 + UV + UV + UV +Face 10750 +UV Count: 3 + UV + UV + UV +Face 10751 +UV Count: 3 + UV + UV + UV +Face 10752 +UV Count: 3 + UV + UV + UV +Face 10753 +UV Count: 3 + UV + UV + UV +Face 10754 +UV Count: 3 + UV + UV + UV +Face 10755 +UV Count: 3 + UV + UV + UV +Face 10756 +UV Count: 3 + UV + UV + UV +Face 10757 +UV Count: 3 + UV + UV + UV +Face 10758 +UV Count: 3 + UV + UV + UV +Face 10759 +UV Count: 3 + UV + UV + UV +Face 10760 +UV Count: 3 + UV + UV + UV +Face 10761 +UV Count: 3 + UV + UV + UV +Face 10762 +UV Count: 3 + UV + UV + UV +Face 10763 +UV Count: 3 + UV + UV + UV +Face 10764 +UV Count: 3 + UV + UV + UV +Face 10765 +UV Count: 3 + UV + UV + UV +Face 10766 +UV Count: 3 + UV + UV + UV +Face 10767 +UV Count: 3 + UV + UV + UV +Face 10768 +UV Count: 3 + UV + UV + UV +Face 10769 +UV Count: 3 + UV + UV + UV +Face 10770 +UV Count: 3 + UV + UV + UV +Face 10771 +UV Count: 3 + UV + UV + UV +Face 10772 +UV Count: 3 + UV + UV + UV +Face 10773 +UV Count: 3 + UV + UV + UV +Face 10774 +UV Count: 3 + UV + UV + UV +Face 10775 +UV Count: 3 + UV + UV + UV +Face 10776 +UV Count: 3 + UV + UV + UV +Face 10777 +UV Count: 3 + UV + UV + UV +Face 10778 +UV Count: 3 + UV + UV + UV +Face 10779 +UV Count: 3 + UV + UV + UV +Face 10780 +UV Count: 3 + UV + UV + UV +Face 10781 +UV Count: 3 + UV + UV + UV +Face 10782 +UV Count: 3 + UV + UV + UV +Face 10783 +UV Count: 3 + UV + UV + UV +Face 10784 +UV Count: 3 + UV + UV + UV +Face 10785 +UV Count: 3 + UV + UV + UV +Face 10786 +UV Count: 3 + UV + UV + UV +Face 10787 +UV Count: 3 + UV + UV + UV +Face 10788 +UV Count: 3 + UV + UV + UV +Face 10789 +UV Count: 3 + UV + UV + UV +Face 10790 +UV Count: 3 + UV + UV + UV +Face 10791 +UV Count: 3 + UV + UV + UV +Face 10792 +UV Count: 3 + UV + UV + UV +Face 10793 +UV Count: 3 + UV + UV + UV +Face 10794 +UV Count: 3 + UV + UV + UV +Face 10795 +UV Count: 3 + UV + UV + UV +Face 10796 +UV Count: 3 + UV + UV + UV +Face 10797 +UV Count: 3 + UV + UV + UV +Face 10798 +UV Count: 3 + UV + UV + UV +Face 10799 +UV Count: 3 + UV + UV + UV +Face 10800 +UV Count: 3 + UV + UV + UV +Face 10801 +UV Count: 3 + UV + UV + UV +Face 10802 +UV Count: 3 + UV + UV + UV +Face 10803 +UV Count: 3 + UV + UV + UV +Face 10804 +UV Count: 3 + UV + UV + UV +Face 10805 +UV Count: 3 + UV + UV + UV +Face 10806 +UV Count: 3 + UV + UV + UV +Face 10807 +UV Count: 3 + UV + UV + UV +Face 10808 +UV Count: 3 + UV + UV + UV +Face 10809 +UV Count: 3 + UV + UV + UV +Face 10810 +UV Count: 3 + UV + UV + UV +Face 10811 +UV Count: 3 + UV + UV + UV +Face 10812 +UV Count: 3 + UV + UV + UV +Face 10813 +UV Count: 3 + UV + UV + UV +Face 10814 +UV Count: 3 + UV + UV + UV +Face 10815 +UV Count: 3 + UV + UV + UV +Face 10816 +UV Count: 3 + UV + UV + UV +Face 10817 +UV Count: 3 + UV + UV + UV +Face 10818 +UV Count: 3 + UV + UV + UV +Face 10819 +UV Count: 3 + UV + UV + UV +Face 10820 +UV Count: 3 + UV + UV + UV +Face 10821 +UV Count: 3 + UV + UV + UV +Face 10822 +UV Count: 3 + UV + UV + UV +Face 10823 +UV Count: 3 + UV + UV + UV +Face 10824 +UV Count: 3 + UV + UV + UV +Face 10825 +UV Count: 3 + UV + UV + UV +Face 10826 +UV Count: 3 + UV + UV + UV +Face 10827 +UV Count: 3 + UV + UV + UV +Face 10828 +UV Count: 3 + UV + UV + UV +Face 10829 +UV Count: 3 + UV + UV + UV +Face 10830 +UV Count: 3 + UV + UV + UV +Face 10831 +UV Count: 3 + UV + UV + UV +Face 10832 +UV Count: 3 + UV + UV + UV +Face 10833 +UV Count: 3 + UV + UV + UV +Face 10834 +UV Count: 3 + UV + UV + UV +Face 10835 +UV Count: 3 + UV + UV + UV +Face 10836 +UV Count: 3 + UV + UV + UV +Face 10837 +UV Count: 3 + UV + UV + UV +Face 10838 +UV Count: 3 + UV + UV + UV +Face 10839 +UV Count: 3 + UV + UV + UV +Face 10840 +UV Count: 3 + UV + UV + UV +Face 10841 +UV Count: 3 + UV + UV + UV +Face 10842 +UV Count: 3 + UV + UV + UV +Face 10843 +UV Count: 3 + UV + UV + UV +Face 10844 +UV Count: 3 + UV + UV + UV +Face 10845 +UV Count: 3 + UV + UV + UV +Face 10846 +UV Count: 3 + UV + UV + UV +Face 10847 +UV Count: 3 + UV + UV + UV +Face 10848 +UV Count: 3 + UV + UV + UV +Face 10849 +UV Count: 3 + UV + UV + UV +Face 10850 +UV Count: 3 + UV + UV + UV +Face 10851 +UV Count: 3 + UV + UV + UV +Face 10852 +UV Count: 3 + UV + UV + UV +Face 10853 +UV Count: 3 + UV + UV + UV +Face 10854 +UV Count: 3 + UV + UV + UV +Face 10855 +UV Count: 3 + UV + UV + UV +Face 10856 +UV Count: 3 + UV + UV + UV +Face 10857 +UV Count: 3 + UV + UV + UV +Face 10858 +UV Count: 3 + UV + UV + UV +Face 10859 +UV Count: 3 + UV + UV + UV +Face 10860 +UV Count: 3 + UV + UV + UV +Face 10861 +UV Count: 3 + UV + UV + UV +Face 10862 +UV Count: 3 + UV + UV + UV +Face 10863 +UV Count: 3 + UV + UV + UV +Face 10864 +UV Count: 3 + UV + UV + UV +Face 10865 +UV Count: 3 + UV + UV + UV +Face 10866 +UV Count: 3 + UV + UV + UV +Face 10867 +UV Count: 3 + UV + UV + UV +Face 10868 +UV Count: 3 + UV + UV + UV +Face 10869 +UV Count: 3 + UV + UV + UV +Face 10870 +UV Count: 3 + UV + UV + UV +Face 10871 +UV Count: 3 + UV + UV + UV +Face 10872 +UV Count: 3 + UV + UV + UV +Face 10873 +UV Count: 3 + UV + UV + UV +Face 10874 +UV Count: 3 + UV + UV + UV +Face 10875 +UV Count: 3 + UV + UV + UV +Face 10876 +UV Count: 3 + UV + UV + UV +Face 10877 +UV Count: 3 + UV + UV + UV +Face 10878 +UV Count: 3 + UV + UV + UV +Face 10879 +UV Count: 3 + UV + UV + UV +Face 10880 +UV Count: 3 + UV + UV + UV +Face 10881 +UV Count: 3 + UV + UV + UV +Face 10882 +UV Count: 3 + UV + UV + UV +Face 10883 +UV Count: 3 + UV + UV + UV +Face 10884 +UV Count: 3 + UV + UV + UV +Face 10885 +UV Count: 3 + UV + UV + UV +Face 10886 +UV Count: 3 + UV + UV + UV +Face 10887 +UV Count: 3 + UV + UV + UV +Face 10888 +UV Count: 3 + UV + UV + UV +Face 10889 +UV Count: 3 + UV + UV + UV +Face 10890 +UV Count: 3 + UV + UV + UV +Face 10891 +UV Count: 3 + UV + UV + UV +Face 10892 +UV Count: 3 + UV + UV + UV +Face 10893 +UV Count: 3 + UV + UV + UV +Face 10894 +UV Count: 3 + UV + UV + UV +Face 10895 +UV Count: 3 + UV + UV + UV +Face 10896 +UV Count: 3 + UV + UV + UV +Face 10897 +UV Count: 3 + UV + UV + UV +Face 10898 +UV Count: 3 + UV + UV + UV +Face 10899 +UV Count: 3 + UV + UV + UV +Face 10900 +UV Count: 3 + UV + UV + UV +Face 10901 +UV Count: 3 + UV + UV + UV +Face 10902 +UV Count: 3 + UV + UV + UV +Face 10903 +UV Count: 3 + UV + UV + UV +Face 10904 +UV Count: 3 + UV + UV + UV +Face 10905 +UV Count: 3 + UV + UV + UV +Face 10906 +UV Count: 3 + UV + UV + UV +Face 10907 +UV Count: 3 + UV + UV + UV +Face 10908 +UV Count: 3 + UV + UV + UV +Face 10909 +UV Count: 3 + UV + UV + UV +Face 10910 +UV Count: 3 + UV + UV + UV +Face 10911 +UV Count: 3 + UV + UV + UV +Face 10912 +UV Count: 3 + UV + UV + UV +Face 10913 +UV Count: 3 + UV + UV + UV +Face 10914 +UV Count: 3 + UV + UV + UV +Face 10915 +UV Count: 3 + UV + UV + UV +Face 10916 +UV Count: 3 + UV + UV + UV +Face 10917 +UV Count: 3 + UV + UV + UV +Face 10918 +UV Count: 3 + UV + UV + UV +Face 10919 +UV Count: 3 + UV + UV + UV +Face 10920 +UV Count: 3 + UV + UV + UV +Face 10921 +UV Count: 3 + UV + UV + UV +Face 10922 +UV Count: 3 + UV + UV + UV +Face 10923 +UV Count: 3 + UV + UV + UV +Face 10924 +UV Count: 3 + UV + UV + UV +Face 10925 +UV Count: 3 + UV + UV + UV +Face 10926 +UV Count: 3 + UV + UV + UV +Face 10927 +UV Count: 3 + UV + UV + UV +Face 10928 +UV Count: 3 + UV + UV + UV +Face 10929 +UV Count: 3 + UV + UV + UV +Face 10930 +UV Count: 3 + UV + UV + UV +Face 10931 +UV Count: 3 + UV + UV + UV +Face 10932 +UV Count: 3 + UV + UV + UV +Face 10933 +UV Count: 3 + UV + UV + UV +Face 10934 +UV Count: 3 + UV + UV + UV +Face 10935 +UV Count: 3 + UV + UV + UV +Face 10936 +UV Count: 3 + UV + UV + UV +Face 10937 +UV Count: 3 + UV + UV + UV +Face 10938 +UV Count: 3 + UV + UV + UV +Face 10939 +UV Count: 3 + UV + UV + UV +Face 10940 +UV Count: 3 + UV + UV + UV +Face 10941 +UV Count: 3 + UV + UV + UV +Face 10942 +UV Count: 3 + UV + UV + UV +Face 10943 +UV Count: 3 + UV + UV + UV +Face 10944 +UV Count: 3 + UV + UV + UV +Face 10945 +UV Count: 3 + UV + UV + UV +Face 10946 +UV Count: 3 + UV + UV + UV +Face 10947 +UV Count: 3 + UV + UV + UV +Face 10948 +UV Count: 3 + UV + UV + UV +Face 10949 +UV Count: 3 + UV + UV + UV +Face 10950 +UV Count: 3 + UV + UV + UV +Face 10951 +UV Count: 3 + UV + UV + UV +Face 10952 +UV Count: 3 + UV + UV + UV +Face 10953 +UV Count: 3 + UV + UV + UV +Face 10954 +UV Count: 3 + UV + UV + UV +Face 10955 +UV Count: 3 + UV + UV + UV +Face 10956 +UV Count: 3 + UV + UV + UV +Face 10957 +UV Count: 3 + UV + UV + UV +Face 10958 +UV Count: 3 + UV + UV + UV +Face 10959 +UV Count: 3 + UV + UV + UV +Face 10960 +UV Count: 3 + UV + UV + UV +Face 10961 +UV Count: 3 + UV + UV + UV +Face 10962 +UV Count: 3 + UV + UV + UV +Face 10963 +UV Count: 3 + UV + UV + UV +Face 10964 +UV Count: 3 + UV + UV + UV +Face 10965 +UV Count: 3 + UV + UV + UV +Face 10966 +UV Count: 3 + UV + UV + UV +Face 10967 +UV Count: 3 + UV + UV + UV +Face 10968 +UV Count: 3 + UV + UV + UV +Face 10969 +UV Count: 3 + UV + UV + UV +Face 10970 +UV Count: 3 + UV + UV + UV +Face 10971 +UV Count: 3 + UV + UV + UV +Face 10972 +UV Count: 3 + UV + UV + UV +Face 10973 +UV Count: 3 + UV + UV + UV +Face 10974 +UV Count: 3 + UV + UV + UV +Face 10975 +UV Count: 3 + UV + UV + UV +Face 10976 +UV Count: 3 + UV + UV + UV +Face 10977 +UV Count: 3 + UV + UV + UV +Face 10978 +UV Count: 3 + UV + UV + UV +Face 10979 +UV Count: 3 + UV + UV + UV +Face 10980 +UV Count: 3 + UV + UV + UV +Face 10981 +UV Count: 3 + UV + UV + UV +Face 10982 +UV Count: 3 + UV + UV + UV +Face 10983 +UV Count: 3 + UV + UV + UV +Face 10984 +UV Count: 3 + UV + UV + UV +Face 10985 +UV Count: 3 + UV + UV + UV +Face 10986 +UV Count: 3 + UV + UV + UV +Face 10987 +UV Count: 3 + UV + UV + UV +Face 10988 +UV Count: 3 + UV + UV + UV +Face 10989 +UV Count: 3 + UV + UV + UV +Face 10990 +UV Count: 3 + UV + UV + UV +Face 10991 +UV Count: 3 + UV + UV + UV +Face 10992 +UV Count: 3 + UV + UV + UV +Face 10993 +UV Count: 3 + UV + UV + UV +Face 10994 +UV Count: 3 + UV + UV + UV +Face 10995 +UV Count: 3 + UV + UV + UV +Face 10996 +UV Count: 3 + UV + UV + UV +Face 10997 +UV Count: 3 + UV + UV + UV +Face 10998 +UV Count: 3 + UV + UV + UV +Face 10999 +UV Count: 3 + UV + UV + UV +Face 11000 +UV Count: 3 + UV + UV + UV +Face 11001 +UV Count: 3 + UV + UV + UV +Face 11002 +UV Count: 3 + UV + UV + UV +Face 11003 +UV Count: 3 + UV + UV + UV +Face 11004 +UV Count: 3 + UV + UV + UV +Face 11005 +UV Count: 3 + UV + UV + UV +Face 11006 +UV Count: 3 + UV + UV + UV +Face 11007 +UV Count: 3 + UV + UV + UV +Face 11008 +UV Count: 3 + UV + UV + UV +Face 11009 +UV Count: 3 + UV + UV + UV +Face 11010 +UV Count: 3 + UV + UV + UV +Face 11011 +UV Count: 3 + UV + UV + UV +Face 11012 +UV Count: 3 + UV + UV + UV +Face 11013 +UV Count: 3 + UV + UV + UV +Face 11014 +UV Count: 3 + UV + UV + UV +Face 11015 +UV Count: 3 + UV + UV + UV +Face 11016 +UV Count: 3 + UV + UV + UV +Face 11017 +UV Count: 3 + UV + UV + UV +Face 11018 +UV Count: 3 + UV + UV + UV +Face 11019 +UV Count: 3 + UV + UV + UV +Face 11020 +UV Count: 3 + UV + UV + UV +Face 11021 +UV Count: 3 + UV + UV + UV +Face 11022 +UV Count: 3 + UV + UV + UV +Face 11023 +UV Count: 3 + UV + UV + UV +Face 11024 +UV Count: 3 + UV + UV + UV +Face 11025 +UV Count: 3 + UV + UV + UV +Face 11026 +UV Count: 3 + UV + UV + UV +Face 11027 +UV Count: 3 + UV + UV + UV +Face 11028 +UV Count: 3 + UV + UV + UV +Face 11029 +UV Count: 3 + UV + UV + UV +Face 11030 +UV Count: 3 + UV + UV + UV +Face 11031 +UV Count: 3 + UV + UV + UV +Face 11032 +UV Count: 3 + UV + UV + UV +Face 11033 +UV Count: 3 + UV + UV + UV +Face 11034 +UV Count: 3 + UV + UV + UV +Face 11035 +UV Count: 3 + UV + UV + UV +Face 11036 +UV Count: 3 + UV + UV + UV +Face 11037 +UV Count: 3 + UV + UV + UV +Face 11038 +UV Count: 3 + UV + UV + UV +Face 11039 +UV Count: 3 + UV + UV + UV +Face 11040 +UV Count: 3 + UV + UV + UV +Face 11041 +UV Count: 3 + UV + UV + UV +Face 11042 +UV Count: 3 + UV + UV + UV +Face 11043 +UV Count: 3 + UV + UV + UV +Face 11044 +UV Count: 3 + UV + UV + UV +Face 11045 +UV Count: 3 + UV + UV + UV +Face 11046 +UV Count: 3 + UV + UV + UV +Face 11047 +UV Count: 3 + UV + UV + UV +Face 11048 +UV Count: 3 + UV + UV + UV +Face 11049 +UV Count: 3 + UV + UV + UV +Face 11050 +UV Count: 3 + UV + UV + UV +Face 11051 +UV Count: 3 + UV + UV + UV +Face 11052 +UV Count: 3 + UV + UV + UV +Face 11053 +UV Count: 3 + UV + UV + UV +Face 11054 +UV Count: 3 + UV + UV + UV +Face 11055 +UV Count: 3 + UV + UV + UV +Face 11056 +UV Count: 3 + UV + UV + UV +Face 11057 +UV Count: 3 + UV + UV + UV +Face 11058 +UV Count: 3 + UV + UV + UV +Face 11059 +UV Count: 3 + UV + UV + UV +Face 11060 +UV Count: 3 + UV + UV + UV +Face 11061 +UV Count: 3 + UV + UV + UV +Face 11062 +UV Count: 3 + UV + UV + UV +Face 11063 +UV Count: 3 + UV + UV + UV +Face 11064 +UV Count: 3 + UV + UV + UV +Face 11065 +UV Count: 3 + UV + UV + UV +Face 11066 +UV Count: 3 + UV + UV + UV +Face 11067 +UV Count: 3 + UV + UV + UV +Face 11068 +UV Count: 3 + UV + UV + UV +Face 11069 +UV Count: 3 + UV + UV + UV +Face 11070 +UV Count: 3 + UV + UV + UV +Face 11071 +UV Count: 3 + UV + UV + UV +Face 11072 +UV Count: 3 + UV + UV + UV +Face 11073 +UV Count: 3 + UV + UV + UV +Face 11074 +UV Count: 3 + UV + UV + UV +Face 11075 +UV Count: 3 + UV + UV + UV +Face 11076 +UV Count: 3 + UV + UV + UV +Face 11077 +UV Count: 3 + UV + UV + UV +Face 11078 +UV Count: 3 + UV + UV + UV +Face 11079 +UV Count: 3 + UV + UV + UV +Face 11080 +UV Count: 3 + UV + UV + UV +Face 11081 +UV Count: 3 + UV + UV + UV +Face 11082 +UV Count: 3 + UV + UV + UV +Face 11083 +UV Count: 3 + UV + UV + UV +Face 11084 +UV Count: 3 + UV + UV + UV +Face 11085 +UV Count: 3 + UV + UV + UV +Face 11086 +UV Count: 3 + UV + UV + UV +Face 11087 +UV Count: 3 + UV + UV + UV +Face 11088 +UV Count: 3 + UV + UV + UV +Face 11089 +UV Count: 3 + UV + UV + UV +Face 11090 +UV Count: 3 + UV + UV + UV +Face 11091 +UV Count: 3 + UV + UV + UV +Face 11092 +UV Count: 3 + UV + UV + UV +Face 11093 +UV Count: 3 + UV + UV + UV +Face 11094 +UV Count: 3 + UV + UV + UV +Face 11095 +UV Count: 3 + UV + UV + UV +Face 11096 +UV Count: 3 + UV + UV + UV +Face 11097 +UV Count: 3 + UV + UV + UV +Face 11098 +UV Count: 3 + UV + UV + UV +Face 11099 +UV Count: 3 + UV + UV + UV +Face 11100 +UV Count: 3 + UV + UV + UV +Face 11101 +UV Count: 3 + UV + UV + UV +Face 11102 +UV Count: 3 + UV + UV + UV +Face 11103 +UV Count: 3 + UV + UV + UV +Face 11104 +UV Count: 3 + UV + UV + UV +Face 11105 +UV Count: 3 + UV + UV + UV +Face 11106 +UV Count: 3 + UV + UV + UV +Face 11107 +UV Count: 3 + UV + UV + UV +Face 11108 +UV Count: 3 + UV + UV + UV +Face 11109 +UV Count: 3 + UV + UV + UV +Face 11110 +UV Count: 3 + UV + UV + UV +Face 11111 +UV Count: 3 + UV + UV + UV +Face 11112 +UV Count: 3 + UV + UV + UV +Face 11113 +UV Count: 3 + UV + UV + UV +Face 11114 +UV Count: 3 + UV + UV + UV +Face 11115 +UV Count: 3 + UV + UV + UV +Face 11116 +UV Count: 3 + UV + UV + UV +Face 11117 +UV Count: 3 + UV + UV + UV +Face 11118 +UV Count: 3 + UV + UV + UV +Face 11119 +UV Count: 3 + UV + UV + UV +Face 11120 +UV Count: 3 + UV + UV + UV +Face 11121 +UV Count: 3 + UV + UV + UV +Face 11122 +UV Count: 3 + UV + UV + UV +Face 11123 +UV Count: 3 + UV + UV + UV +Face 11124 +UV Count: 3 + UV + UV + UV +Face 11125 +UV Count: 3 + UV + UV + UV +Face 11126 +UV Count: 3 + UV + UV + UV +Face 11127 +UV Count: 3 + UV + UV + UV +Face 11128 +UV Count: 3 + UV + UV + UV +Face 11129 +UV Count: 3 + UV + UV + UV +Face 11130 +UV Count: 3 + UV + UV + UV +Face 11131 +UV Count: 3 + UV + UV + UV +Face 11132 +UV Count: 3 + UV + UV + UV +Face 11133 +UV Count: 3 + UV + UV + UV +Face 11134 +UV Count: 3 + UV + UV + UV +Face 11135 +UV Count: 3 + UV + UV + UV +Face 11136 +UV Count: 3 + UV + UV + UV +Face 11137 +UV Count: 3 + UV + UV + UV +Face 11138 +UV Count: 3 + UV + UV + UV +Face 11139 +UV Count: 3 + UV + UV + UV +Face 11140 +UV Count: 3 + UV + UV + UV +Face 11141 +UV Count: 3 + UV + UV + UV +Face 11142 +UV Count: 3 + UV + UV + UV +Face 11143 +UV Count: 3 + UV + UV + UV +Face 11144 +UV Count: 3 + UV + UV + UV +Face 11145 +UV Count: 3 + UV + UV + UV +Face 11146 +UV Count: 3 + UV + UV + UV +Face 11147 +UV Count: 3 + UV + UV + UV +Face 11148 +UV Count: 3 + UV + UV + UV +Face 11149 +UV Count: 3 + UV + UV + UV +Face 11150 +UV Count: 3 + UV + UV + UV +Face 11151 +UV Count: 3 + UV + UV + UV +Face 11152 +UV Count: 3 + UV + UV + UV +Face 11153 +UV Count: 3 + UV + UV + UV +Face 11154 +UV Count: 3 + UV + UV + UV +Face 11155 +UV Count: 3 + UV + UV + UV +Face 11156 +UV Count: 3 + UV + UV + UV +Face 11157 +UV Count: 3 + UV + UV + UV +Face 11158 +UV Count: 3 + UV + UV + UV +Face 11159 +UV Count: 3 + UV + UV + UV +Face 11160 +UV Count: 3 + UV + UV + UV +Face 11161 +UV Count: 3 + UV + UV + UV +Face 11162 +UV Count: 3 + UV + UV + UV +Face 11163 +UV Count: 3 + UV + UV + UV +Face 11164 +UV Count: 3 + UV + UV + UV +Face 11165 +UV Count: 3 + UV + UV + UV +Face 11166 +UV Count: 3 + UV + UV + UV +Face 11167 +UV Count: 3 + UV + UV + UV +Face 11168 +UV Count: 3 + UV + UV + UV +Face 11169 +UV Count: 3 + UV + UV + UV +Face 11170 +UV Count: 3 + UV + UV + UV +Face 11171 +UV Count: 3 + UV + UV + UV +Face 11172 +UV Count: 3 + UV + UV + UV +Face 11173 +UV Count: 3 + UV + UV + UV +Face 11174 +UV Count: 3 + UV + UV + UV +Face 11175 +UV Count: 3 + UV + UV + UV +Face 11176 +UV Count: 3 + UV + UV + UV +Face 11177 +UV Count: 3 + UV + UV + UV +Face 11178 +UV Count: 3 + UV + UV + UV +Face 11179 +UV Count: 3 + UV + UV + UV +Face 11180 +UV Count: 3 + UV + UV + UV +Face 11181 +UV Count: 3 + UV + UV + UV +Face 11182 +UV Count: 3 + UV + UV + UV +Face 11183 +UV Count: 3 + UV + UV + UV +Face 11184 +UV Count: 3 + UV + UV + UV +Face 11185 +UV Count: 3 + UV + UV + UV +Face 11186 +UV Count: 3 + UV + UV + UV +Face 11187 +UV Count: 3 + UV + UV + UV +Face 11188 +UV Count: 3 + UV + UV + UV +Face 11189 +UV Count: 3 + UV + UV + UV +Face 11190 +UV Count: 3 + UV + UV + UV +Face 11191 +UV Count: 3 + UV + UV + UV +Face 11192 +UV Count: 3 + UV + UV + UV +Face 11193 +UV Count: 3 + UV + UV + UV +Face 11194 +UV Count: 3 + UV + UV + UV +Face 11195 +UV Count: 3 + UV + UV + UV +Face 11196 +UV Count: 3 + UV + UV + UV +Face 11197 +UV Count: 3 + UV + UV + UV +Face 11198 +UV Count: 3 + UV + UV + UV +Face 11199 +UV Count: 3 + UV + UV + UV +Face 11200 +UV Count: 3 + UV + UV + UV +Face 11201 +UV Count: 3 + UV + UV + UV +Face 11202 +UV Count: 3 + UV + UV + UV +Face 11203 +UV Count: 3 + UV + UV + UV +Face 11204 +UV Count: 3 + UV + UV + UV +Face 11205 +UV Count: 3 + UV + UV + UV +Face 11206 +UV Count: 3 + UV + UV + UV +Face 11207 +UV Count: 3 + UV + UV + UV +Face 11208 +UV Count: 3 + UV + UV + UV +Face 11209 +UV Count: 3 + UV + UV + UV +Face 11210 +UV Count: 3 + UV + UV + UV +Face 11211 +UV Count: 3 + UV + UV + UV +Face 11212 +UV Count: 3 + UV + UV + UV +Face 11213 +UV Count: 3 + UV + UV + UV +Face 11214 +UV Count: 3 + UV + UV + UV +Face 11215 +UV Count: 3 + UV + UV + UV +Face 11216 +UV Count: 3 + UV + UV + UV +Face 11217 +UV Count: 3 + UV + UV + UV +Face 11218 +UV Count: 3 + UV + UV + UV +Face 11219 +UV Count: 3 + UV + UV + UV +Face 11220 +UV Count: 3 + UV + UV + UV +Face 11221 +UV Count: 3 + UV + UV + UV +Face 11222 +UV Count: 3 + UV + UV + UV +Face 11223 +UV Count: 3 + UV + UV + UV +Face 11224 +UV Count: 3 + UV + UV + UV +Face 11225 +UV Count: 3 + UV + UV + UV +Face 11226 +UV Count: 3 + UV + UV + UV +Face 11227 +UV Count: 3 + UV + UV + UV +Face 11228 +UV Count: 3 + UV + UV + UV +Face 11229 +UV Count: 3 + UV + UV + UV +Face 11230 +UV Count: 3 + UV + UV + UV +Face 11231 +UV Count: 3 + UV + UV + UV +Face 11232 +UV Count: 3 + UV + UV + UV +Face 11233 +UV Count: 3 + UV + UV + UV +Face 11234 +UV Count: 3 + UV + UV + UV +Face 11235 +UV Count: 3 + UV + UV + UV +Face 11236 +UV Count: 3 + UV + UV + UV +Face 11237 +UV Count: 3 + UV + UV + UV +Face 11238 +UV Count: 3 + UV + UV + UV +Face 11239 +UV Count: 3 + UV + UV + UV +Face 11240 +UV Count: 3 + UV + UV + UV +Face 11241 +UV Count: 3 + UV + UV + UV +Face 11242 +UV Count: 3 + UV + UV + UV +Face 11243 +UV Count: 3 + UV + UV + UV +Face 11244 +UV Count: 3 + UV + UV + UV +Face 11245 +UV Count: 3 + UV + UV + UV +Face 11246 +UV Count: 3 + UV + UV + UV +Face 11247 +UV Count: 3 + UV + UV + UV +Face 11248 +UV Count: 3 + UV + UV + UV +Face 11249 +UV Count: 3 + UV + UV + UV +Face 11250 +UV Count: 3 + UV + UV + UV +Face 11251 +UV Count: 3 + UV + UV + UV +Face 11252 +UV Count: 3 + UV + UV + UV +Face 11253 +UV Count: 3 + UV + UV + UV +Face 11254 +UV Count: 3 + UV + UV + UV +Face 11255 +UV Count: 3 + UV + UV + UV +Face 11256 +UV Count: 3 + UV + UV + UV +Face 11257 +UV Count: 3 + UV + UV + UV +Face 11258 +UV Count: 3 + UV + UV + UV +Face 11259 +UV Count: 3 + UV + UV + UV +Face 11260 +UV Count: 3 + UV + UV + UV +Face 11261 +UV Count: 3 + UV + UV + UV +Face 11262 +UV Count: 3 + UV + UV + UV +Face 11263 +UV Count: 3 + UV + UV + UV +Face 11264 +UV Count: 3 + UV + UV + UV +Face 11265 +UV Count: 3 + UV + UV + UV +Face 11266 +UV Count: 3 + UV + UV + UV +Face 11267 +UV Count: 3 + UV + UV + UV +Face 11268 +UV Count: 3 + UV + UV + UV +Face 11269 +UV Count: 3 + UV + UV + UV +Face 11270 +UV Count: 3 + UV + UV + UV +Face 11271 +UV Count: 3 + UV + UV + UV +Face 11272 +UV Count: 3 + UV + UV + UV +Face 11273 +UV Count: 3 + UV + UV + UV +Face 11274 +UV Count: 3 + UV + UV + UV +Face 11275 +UV Count: 3 + UV + UV + UV +Face 11276 +UV Count: 3 + UV + UV + UV +Face 11277 +UV Count: 3 + UV + UV + UV +Face 11278 +UV Count: 3 + UV + UV + UV +Face 11279 +UV Count: 3 + UV + UV + UV +Face 11280 +UV Count: 3 + UV + UV + UV +Face 11281 +UV Count: 3 + UV + UV + UV +Face 11282 +UV Count: 3 + UV + UV + UV +Face 11283 +UV Count: 3 + UV + UV + UV +Face 11284 +UV Count: 3 + UV + UV + UV +Face 11285 +UV Count: 3 + UV + UV + UV +Face 11286 +UV Count: 3 + UV + UV + UV +Face 11287 +UV Count: 3 + UV + UV + UV +Face 11288 +UV Count: 3 + UV + UV + UV +Face 11289 +UV Count: 3 + UV + UV + UV +Face 11290 +UV Count: 3 + UV + UV + UV +Face 11291 +UV Count: 3 + UV + UV + UV +Face 11292 +UV Count: 3 + UV + UV + UV +Face 11293 +UV Count: 3 + UV + UV + UV +Face 11294 +UV Count: 3 + UV + UV + UV +Face 11295 +UV Count: 3 + UV + UV + UV +Face 11296 +UV Count: 3 + UV + UV + UV +Face 11297 +UV Count: 3 + UV + UV + UV +Face 11298 +UV Count: 3 + UV + UV + UV +Face 11299 +UV Count: 3 + UV + UV + UV +Face 11300 +UV Count: 3 + UV + UV + UV +Face 11301 +UV Count: 3 + UV + UV + UV +Face 11302 +UV Count: 3 + UV + UV + UV +Face 11303 +UV Count: 3 + UV + UV + UV +Face 11304 +UV Count: 3 + UV + UV + UV +Face 11305 +UV Count: 3 + UV + UV + UV +Face 11306 +UV Count: 3 + UV + UV + UV +Face 11307 +UV Count: 3 + UV + UV + UV +Face 11308 +UV Count: 3 + UV + UV + UV +Face 11309 +UV Count: 3 + UV + UV + UV +Face 11310 +UV Count: 3 + UV + UV + UV +Face 11311 +UV Count: 3 + UV + UV + UV +Face 11312 +UV Count: 3 + UV + UV + UV +Face 11313 +UV Count: 3 + UV + UV + UV +Face 11314 +UV Count: 3 + UV + UV + UV +Face 11315 +UV Count: 3 + UV + UV + UV +Face 11316 +UV Count: 3 + UV + UV + UV +Face 11317 +UV Count: 3 + UV + UV + UV +Face 11318 +UV Count: 3 + UV + UV + UV +Face 11319 +UV Count: 3 + UV + UV + UV +Face 11320 +UV Count: 3 + UV + UV + UV +Face 11321 +UV Count: 3 + UV + UV + UV +Face 11322 +UV Count: 3 + UV + UV + UV +Face 11323 +UV Count: 3 + UV + UV + UV +Face 11324 +UV Count: 3 + UV + UV + UV +Face 11325 +UV Count: 3 + UV + UV + UV +Face 11326 +UV Count: 3 + UV + UV + UV +Face 11327 +UV Count: 3 + UV + UV + UV +Face 11328 +UV Count: 3 + UV + UV + UV +Face 11329 +UV Count: 3 + UV + UV + UV +Face 11330 +UV Count: 3 + UV + UV + UV +Face 11331 +UV Count: 3 + UV + UV + UV +Face 11332 +UV Count: 3 + UV + UV + UV +Face 11333 +UV Count: 3 + UV + UV + UV +Face 11334 +UV Count: 3 + UV + UV + UV +Face 11335 +UV Count: 3 + UV + UV + UV +Face 11336 +UV Count: 3 + UV + UV + UV +Face 11337 +UV Count: 3 + UV + UV + UV +Face 11338 +UV Count: 3 + UV + UV + UV +Face 11339 +UV Count: 3 + UV + UV + UV +Face 11340 +UV Count: 3 + UV + UV + UV +Face 11341 +UV Count: 3 + UV + UV + UV +Face 11342 +UV Count: 3 + UV + UV + UV +Face 11343 +UV Count: 3 + UV + UV + UV +Face 11344 +UV Count: 3 + UV + UV + UV +Face 11345 +UV Count: 3 + UV + UV + UV +Face 11346 +UV Count: 3 + UV + UV + UV +Face 11347 +UV Count: 3 + UV + UV + UV +Face 11348 +UV Count: 3 + UV + UV + UV +Face 11349 +UV Count: 3 + UV + UV + UV +Face 11350 +UV Count: 3 + UV + UV + UV +Face 11351 +UV Count: 3 + UV + UV + UV +Face 11352 +UV Count: 3 + UV + UV + UV +Face 11353 +UV Count: 3 + UV + UV + UV +Face 11354 +UV Count: 3 + UV + UV + UV +Face 11355 +UV Count: 3 + UV + UV + UV +Face 11356 +UV Count: 3 + UV + UV + UV +Face 11357 +UV Count: 3 + UV + UV + UV +Face 11358 +UV Count: 3 + UV + UV + UV +Face 11359 +UV Count: 3 + UV + UV + UV +Face 11360 +UV Count: 3 + UV + UV + UV +Face 11361 +UV Count: 3 + UV + UV + UV +Face 11362 +UV Count: 3 + UV + UV + UV +Face 11363 +UV Count: 3 + UV + UV + UV +Face 11364 +UV Count: 3 + UV + UV + UV +Face 11365 +UV Count: 3 + UV + UV + UV +Face 11366 +UV Count: 3 + UV + UV + UV +Face 11367 +UV Count: 3 + UV + UV + UV +Face 11368 +UV Count: 3 + UV + UV + UV +Face 11369 +UV Count: 3 + UV + UV + UV +Face 11370 +UV Count: 3 + UV + UV + UV +Face 11371 +UV Count: 3 + UV + UV + UV +Face 11372 +UV Count: 3 + UV + UV + UV +Face 11373 +UV Count: 3 + UV + UV + UV +Face 11374 +UV Count: 3 + UV + UV + UV +Face 11375 +UV Count: 3 + UV + UV + UV +Face 11376 +UV Count: 3 + UV + UV + UV +Face 11377 +UV Count: 3 + UV + UV + UV +Face 11378 +UV Count: 3 + UV + UV + UV +Face 11379 +UV Count: 3 + UV + UV + UV +Face 11380 +UV Count: 3 + UV + UV + UV +Face 11381 +UV Count: 3 + UV + UV + UV +Face 11382 +UV Count: 3 + UV + UV + UV +Face 11383 +UV Count: 3 + UV + UV + UV +Face 11384 +UV Count: 3 + UV + UV + UV +Face 11385 +UV Count: 3 + UV + UV + UV +Face 11386 +UV Count: 3 + UV + UV + UV +Face 11387 +UV Count: 3 + UV + UV + UV +Face 11388 +UV Count: 3 + UV + UV + UV +Face 11389 +UV Count: 3 + UV + UV + UV +Face 11390 +UV Count: 3 + UV + UV + UV +Face 11391 +UV Count: 3 + UV + UV + UV +Face 11392 +UV Count: 3 + UV + UV + UV +Face 11393 +UV Count: 3 + UV + UV + UV +Face 11394 +UV Count: 3 + UV + UV + UV +Face 11395 +UV Count: 3 + UV + UV + UV +Face 11396 +UV Count: 3 + UV + UV + UV +Face 11397 +UV Count: 3 + UV + UV + UV +Face 11398 +UV Count: 3 + UV + UV + UV +Face 11399 +UV Count: 3 + UV + UV + UV +Face 11400 +UV Count: 3 + UV + UV + UV +Face 11401 +UV Count: 3 + UV + UV + UV +Face 11402 +UV Count: 3 + UV + UV + UV +Face 11403 +UV Count: 3 + UV + UV + UV +Face 11404 +UV Count: 3 + UV + UV + UV +Face 11405 +UV Count: 3 + UV + UV + UV +Face 11406 +UV Count: 3 + UV + UV + UV +Face 11407 +UV Count: 3 + UV + UV + UV +Face 11408 +UV Count: 3 + UV + UV + UV +Face 11409 +UV Count: 3 + UV + UV + UV +Face 11410 +UV Count: 3 + UV + UV + UV +Face 11411 +UV Count: 3 + UV + UV + UV +Face 11412 +UV Count: 3 + UV + UV + UV +Face 11413 +UV Count: 3 + UV + UV + UV +Face 11414 +UV Count: 3 + UV + UV + UV +Face 11415 +UV Count: 3 + UV + UV + UV +Face 11416 +UV Count: 3 + UV + UV + UV +Face 11417 +UV Count: 3 + UV + UV + UV +Face 11418 +UV Count: 3 + UV + UV + UV +Face 11419 +UV Count: 3 + UV + UV + UV +Face 11420 +UV Count: 3 + UV + UV + UV +Face 11421 +UV Count: 3 + UV + UV + UV +Face 11422 +UV Count: 3 + UV + UV + UV +Face 11423 +UV Count: 3 + UV + UV + UV +Face 11424 +UV Count: 3 + UV + UV + UV +Face 11425 +UV Count: 3 + UV + UV + UV +Face 11426 +UV Count: 3 + UV + UV + UV +Face 11427 +UV Count: 3 + UV + UV + UV +Face 11428 +UV Count: 3 + UV + UV + UV +Face 11429 +UV Count: 3 + UV + UV + UV +Face 11430 +UV Count: 3 + UV + UV + UV +Face 11431 +UV Count: 3 + UV + UV + UV +Face 11432 +UV Count: 3 + UV + UV + UV +Face 11433 +UV Count: 3 + UV + UV + UV +Face 11434 +UV Count: 3 + UV + UV + UV +Face 11435 +UV Count: 3 + UV + UV + UV +Face 11436 +UV Count: 3 + UV + UV + UV +Face 11437 +UV Count: 3 + UV + UV + UV +Face 11438 +UV Count: 3 + UV + UV + UV +Face 11439 +UV Count: 3 + UV + UV + UV +Face 11440 +UV Count: 3 + UV + UV + UV +Face 11441 +UV Count: 3 + UV + UV + UV +Face 11442 +UV Count: 3 + UV + UV + UV +Face 11443 +UV Count: 3 + UV + UV + UV +Face 11444 +UV Count: 3 + UV + UV + UV +Face 11445 +UV Count: 3 + UV + UV + UV +Face 11446 +UV Count: 3 + UV + UV + UV +Face 11447 +UV Count: 3 + UV + UV + UV +Face 11448 +UV Count: 3 + UV + UV + UV +Face 11449 +UV Count: 3 + UV + UV + UV +Face 11450 +UV Count: 3 + UV + UV + UV +Face 11451 +UV Count: 3 + UV + UV + UV +Face 11452 +UV Count: 3 + UV + UV + UV +Face 11453 +UV Count: 3 + UV + UV + UV +Face 11454 +UV Count: 3 + UV + UV + UV +Face 11455 +UV Count: 3 + UV + UV + UV +Face 11456 +UV Count: 3 + UV + UV + UV +Face 11457 +UV Count: 3 + UV + UV + UV +Face 11458 +UV Count: 3 + UV + UV + UV +Face 11459 +UV Count: 3 + UV + UV + UV +Face 11460 +UV Count: 3 + UV + UV + UV +Face 11461 +UV Count: 3 + UV + UV + UV +Face 11462 +UV Count: 3 + UV + UV + UV +Face 11463 +UV Count: 3 + UV + UV + UV +Face 11464 +UV Count: 3 + UV + UV + UV +Face 11465 +UV Count: 3 + UV + UV + UV +Face 11466 +UV Count: 3 + UV + UV + UV +Face 11467 +UV Count: 3 + UV + UV + UV +Face 11468 +UV Count: 3 + UV + UV + UV +Face 11469 +UV Count: 3 + UV + UV + UV +Face 11470 +UV Count: 3 + UV + UV + UV +Face 11471 +UV Count: 3 + UV + UV + UV +Face 11472 +UV Count: 3 + UV + UV + UV +Face 11473 +UV Count: 3 + UV + UV + UV +Face 11474 +UV Count: 3 + UV + UV + UV +Face 11475 +UV Count: 3 + UV + UV + UV +Face 11476 +UV Count: 3 + UV + UV + UV +Face 11477 +UV Count: 3 + UV + UV + UV +Face 11478 +UV Count: 3 + UV + UV + UV +Face 11479 +UV Count: 3 + UV + UV + UV +Face 11480 +UV Count: 3 + UV + UV + UV +Face 11481 +UV Count: 3 + UV + UV + UV +Face 11482 +UV Count: 3 + UV + UV + UV +Face 11483 +UV Count: 3 + UV + UV + UV +Face 11484 +UV Count: 3 + UV + UV + UV +Face 11485 +UV Count: 3 + UV + UV + UV +Face 11486 +UV Count: 3 + UV + UV + UV +Face 11487 +UV Count: 3 + UV + UV + UV +Face 11488 +UV Count: 3 + UV + UV + UV +Face 11489 +UV Count: 3 + UV + UV + UV +Face 11490 +UV Count: 3 + UV + UV + UV +Face 11491 +UV Count: 3 + UV + UV + UV +Face 11492 +UV Count: 3 + UV + UV + UV +Face 11493 +UV Count: 3 + UV + UV + UV +Face 11494 +UV Count: 3 + UV + UV + UV +Face 11495 +UV Count: 3 + UV + UV + UV +Face 11496 +UV Count: 3 + UV + UV + UV +Face 11497 +UV Count: 3 + UV + UV + UV +Face 11498 +UV Count: 3 + UV + UV + UV +Face 11499 +UV Count: 3 + UV + UV + UV +Face 11500 +UV Count: 3 + UV + UV + UV +Face 11501 +UV Count: 3 + UV + UV + UV +Face 11502 +UV Count: 3 + UV + UV + UV +Face 11503 +UV Count: 3 + UV + UV + UV +Face 11504 +UV Count: 3 + UV + UV + UV +Face 11505 +UV Count: 3 + UV + UV + UV +Face 11506 +UV Count: 3 + UV + UV + UV +Face 11507 +UV Count: 3 + UV + UV + UV +Face 11508 +UV Count: 3 + UV + UV + UV +Face 11509 +UV Count: 3 + UV + UV + UV +Face 11510 +UV Count: 3 + UV + UV + UV +Face 11511 +UV Count: 3 + UV + UV + UV +Face 11512 +UV Count: 3 + UV + UV + UV +Face 11513 +UV Count: 3 + UV + UV + UV +Face 11514 +UV Count: 3 + UV + UV + UV +Face 11515 +UV Count: 3 + UV + UV + UV +Face 11516 +UV Count: 3 + UV + UV + UV +Face 11517 +UV Count: 3 + UV + UV + UV +Face 11518 +UV Count: 3 + UV + UV + UV +Face 11519 +UV Count: 3 + UV + UV + UV +Face 11520 +UV Count: 3 + UV + UV + UV +Face 11521 +UV Count: 3 + UV + UV + UV +Face 11522 +UV Count: 3 + UV + UV + UV +Face 11523 +UV Count: 3 + UV + UV + UV +Face 11524 +UV Count: 3 + UV + UV + UV +Face 11525 +UV Count: 3 + UV + UV + UV +Face 11526 +UV Count: 3 + UV + UV + UV +Face 11527 +UV Count: 3 + UV + UV + UV +Face 11528 +UV Count: 3 + UV + UV + UV +Face 11529 +UV Count: 3 + UV + UV + UV +Face 11530 +UV Count: 3 + UV + UV + UV +Face 11531 +UV Count: 3 + UV + UV + UV +Face 11532 +UV Count: 3 + UV + UV + UV +Face 11533 +UV Count: 3 + UV + UV + UV +Face 11534 +UV Count: 3 + UV + UV + UV +Face 11535 +UV Count: 3 + UV + UV + UV +Face 11536 +UV Count: 3 + UV + UV + UV +Face 11537 +UV Count: 3 + UV + UV + UV +Face 11538 +UV Count: 3 + UV + UV + UV +Face 11539 +UV Count: 3 + UV + UV + UV +Face 11540 +UV Count: 3 + UV + UV + UV +Face 11541 +UV Count: 3 + UV + UV + UV +Face 11542 +UV Count: 3 + UV + UV + UV +Face 11543 +UV Count: 3 + UV + UV + UV +Face 11544 +UV Count: 3 + UV + UV + UV +Face 11545 +UV Count: 3 + UV + UV + UV +Face 11546 +UV Count: 3 + UV + UV + UV +Face 11547 +UV Count: 3 + UV + UV + UV +Face 11548 +UV Count: 3 + UV + UV + UV +Face 11549 +UV Count: 3 + UV + UV + UV +Face 11550 +UV Count: 3 + UV + UV + UV +Face 11551 +UV Count: 3 + UV + UV + UV +Face 11552 +UV Count: 3 + UV + UV + UV +Face 11553 +UV Count: 3 + UV + UV + UV +Face 11554 +UV Count: 3 + UV + UV + UV +Face 11555 +UV Count: 3 + UV + UV + UV +Face 11556 +UV Count: 3 + UV + UV + UV +Face 11557 +UV Count: 3 + UV + UV + UV +Face 11558 +UV Count: 3 + UV + UV + UV +Face 11559 +UV Count: 3 + UV + UV + UV +Face 11560 +UV Count: 3 + UV + UV + UV +Face 11561 +UV Count: 3 + UV + UV + UV +Face 11562 +UV Count: 3 + UV + UV + UV +Face 11563 +UV Count: 3 + UV + UV + UV +Face 11564 +UV Count: 3 + UV + UV + UV +Face 11565 +UV Count: 3 + UV + UV + UV +Face 11566 +UV Count: 3 + UV + UV + UV +Face 11567 +UV Count: 3 + UV + UV + UV +Face 11568 +UV Count: 3 + UV + UV + UV +Face 11569 +UV Count: 3 + UV + UV + UV +Face 11570 +UV Count: 3 + UV + UV + UV +Face 11571 +UV Count: 3 + UV + UV + UV +Face 11572 +UV Count: 3 + UV + UV + UV +Face 11573 +UV Count: 3 + UV + UV + UV +Face 11574 +UV Count: 3 + UV + UV + UV +Face 11575 +UV Count: 3 + UV + UV + UV +Face 11576 +UV Count: 3 + UV + UV + UV +Face 11577 +UV Count: 3 + UV + UV + UV +Face 11578 +UV Count: 3 + UV + UV + UV +Face 11579 +UV Count: 3 + UV + UV + UV +Face 11580 +UV Count: 3 + UV + UV + UV +Face 11581 +UV Count: 3 + UV + UV + UV +Face 11582 +UV Count: 3 + UV + UV + UV +Face 11583 +UV Count: 3 + UV + UV + UV +Face 11584 +UV Count: 3 + UV + UV + UV +Face 11585 +UV Count: 3 + UV + UV + UV +Face 11586 +UV Count: 3 + UV + UV + UV +Face 11587 +UV Count: 3 + UV + UV + UV +Face 11588 +UV Count: 3 + UV + UV + UV +Face 11589 +UV Count: 3 + UV + UV + UV +Face 11590 +UV Count: 3 + UV + UV + UV +Face 11591 +UV Count: 3 + UV + UV + UV +Face 11592 +UV Count: 3 + UV + UV + UV +Face 11593 +UV Count: 3 + UV + UV + UV +Face 11594 +UV Count: 3 + UV + UV + UV +Face 11595 +UV Count: 3 + UV + UV + UV +Face 11596 +UV Count: 3 + UV + UV + UV +Face 11597 +UV Count: 3 + UV + UV + UV +Face 11598 +UV Count: 3 + UV + UV + UV +Face 11599 +UV Count: 3 + UV + UV + UV +Face 11600 +UV Count: 3 + UV + UV + UV +Face 11601 +UV Count: 3 + UV + UV + UV +Face 11602 +UV Count: 3 + UV + UV + UV +Face 11603 +UV Count: 3 + UV + UV + UV +Face 11604 +UV Count: 3 + UV + UV + UV +Face 11605 +UV Count: 3 + UV + UV + UV +Face 11606 +UV Count: 3 + UV + UV + UV +Face 11607 +UV Count: 3 + UV + UV + UV +Face 11608 +UV Count: 3 + UV + UV + UV +Face 11609 +UV Count: 3 + UV + UV + UV +Face 11610 +UV Count: 3 + UV + UV + UV +Face 11611 +UV Count: 3 + UV + UV + UV +Face 11612 +UV Count: 3 + UV + UV + UV +Face 11613 +UV Count: 3 + UV + UV + UV +Face 11614 +UV Count: 3 + UV + UV + UV +Face 11615 +UV Count: 3 + UV + UV + UV +Face 11616 +UV Count: 3 + UV + UV + UV +Face 11617 +UV Count: 3 + UV + UV + UV +Face 11618 +UV Count: 3 + UV + UV + UV +Face 11619 +UV Count: 3 + UV + UV + UV +Face 11620 +UV Count: 3 + UV + UV + UV +Face 11621 +UV Count: 3 + UV + UV + UV +Face 11622 +UV Count: 3 + UV + UV + UV +Face 11623 +UV Count: 3 + UV + UV + UV +Face 11624 +UV Count: 3 + UV + UV + UV +Face 11625 +UV Count: 3 + UV + UV + UV +Face 11626 +UV Count: 3 + UV + UV + UV +Face 11627 +UV Count: 3 + UV + UV + UV +Face 11628 +UV Count: 3 + UV + UV + UV +Face 11629 +UV Count: 3 + UV + UV + UV +Face 11630 +UV Count: 3 + UV + UV + UV +Face 11631 +UV Count: 3 + UV + UV + UV +Face 11632 +UV Count: 3 + UV + UV + UV +Face 11633 +UV Count: 3 + UV + UV + UV +Face 11634 +UV Count: 3 + UV + UV + UV +Face 11635 +UV Count: 3 + UV + UV + UV +Face 11636 +UV Count: 3 + UV + UV + UV +Face 11637 +UV Count: 3 + UV + UV + UV +Face 11638 +UV Count: 3 + UV + UV + UV +Face 11639 +UV Count: 3 + UV + UV + UV +Face 11640 +UV Count: 3 + UV + UV + UV +Face 11641 +UV Count: 3 + UV + UV + UV +Face 11642 +UV Count: 3 + UV + UV + UV +Face 11643 +UV Count: 3 + UV + UV + UV +Face 11644 +UV Count: 3 + UV + UV + UV +Face 11645 +UV Count: 3 + UV + UV + UV +Face 11646 +UV Count: 3 + UV + UV + UV +Face 11647 +UV Count: 3 + UV + UV + UV +Face 11648 +UV Count: 3 + UV + UV + UV +Face 11649 +UV Count: 3 + UV + UV + UV +Face 11650 +UV Count: 3 + UV + UV + UV +Face 11651 +UV Count: 3 + UV + UV + UV +Face 11652 +UV Count: 3 + UV + UV + UV +Face 11653 +UV Count: 3 + UV + UV + UV +Face 11654 +UV Count: 3 + UV + UV + UV +Face 11655 +UV Count: 3 + UV + UV + UV +Face 11656 +UV Count: 3 + UV + UV + UV +Face 11657 +UV Count: 3 + UV + UV + UV +Face 11658 +UV Count: 3 + UV + UV + UV +Face 11659 +UV Count: 3 + UV + UV + UV +Face 11660 +UV Count: 3 + UV + UV + UV +Face 11661 +UV Count: 3 + UV + UV + UV +Face 11662 +UV Count: 3 + UV + UV + UV +Face 11663 +UV Count: 3 + UV + UV + UV +Face 11664 +UV Count: 3 + UV + UV + UV +Face 11665 +UV Count: 3 + UV + UV + UV +Face 11666 +UV Count: 3 + UV + UV + UV +Face 11667 +UV Count: 3 + UV + UV + UV +Face 11668 +UV Count: 3 + UV + UV + UV +Face 11669 +UV Count: 3 + UV + UV + UV +Face 11670 +UV Count: 3 + UV + UV + UV +Face 11671 +UV Count: 3 + UV + UV + UV +Face 11672 +UV Count: 3 + UV + UV + UV +Face 11673 +UV Count: 3 + UV + UV + UV +Face 11674 +UV Count: 3 + UV + UV + UV +Face 11675 +UV Count: 3 + UV + UV + UV +Face 11676 +UV Count: 3 + UV + UV + UV +Face 11677 +UV Count: 3 + UV + UV + UV +Face 11678 +UV Count: 3 + UV + UV + UV +Face 11679 +UV Count: 3 + UV + UV + UV +Face 11680 +UV Count: 3 + UV + UV + UV +Face 11681 +UV Count: 3 + UV + UV + UV +Face 11682 +UV Count: 3 + UV + UV + UV +Face 11683 +UV Count: 3 + UV + UV + UV +Face 11684 +UV Count: 3 + UV + UV + UV +Face 11685 +UV Count: 3 + UV + UV + UV +Face 11686 +UV Count: 3 + UV + UV + UV +Face 11687 +UV Count: 3 + UV + UV + UV +Face 11688 +UV Count: 3 + UV + UV + UV +Face 11689 +UV Count: 3 + UV + UV + UV +Face 11690 +UV Count: 3 + UV + UV + UV +Face 11691 +UV Count: 3 + UV + UV + UV +Face 11692 +UV Count: 3 + UV + UV + UV +Face 11693 +UV Count: 3 + UV + UV + UV +Face 11694 +UV Count: 3 + UV + UV + UV +Face 11695 +UV Count: 3 + UV + UV + UV +Face 11696 +UV Count: 3 + UV + UV + UV +Face 11697 +UV Count: 3 + UV + UV + UV +Face 11698 +UV Count: 3 + UV + UV + UV +Face 11699 +UV Count: 3 + UV + UV + UV +Face 11700 +UV Count: 3 + UV + UV + UV +Face 11701 +UV Count: 3 + UV + UV + UV +Face 11702 +UV Count: 3 + UV + UV + UV +Face 11703 +UV Count: 3 + UV + UV + UV +Face 11704 +UV Count: 3 + UV + UV + UV +Face 11705 +UV Count: 3 + UV + UV + UV +Face 11706 +UV Count: 3 + UV + UV + UV +Face 11707 +UV Count: 3 + UV + UV + UV +Face 11708 +UV Count: 3 + UV + UV + UV +Face 11709 +UV Count: 3 + UV + UV + UV +Face 11710 +UV Count: 3 + UV + UV + UV +Face 11711 +UV Count: 3 + UV + UV + UV +Face 11712 +UV Count: 3 + UV + UV + UV +Face 11713 +UV Count: 3 + UV + UV + UV +Face 11714 +UV Count: 3 + UV + UV + UV +Face 11715 +UV Count: 3 + UV + UV + UV +Face 11716 +UV Count: 3 + UV + UV + UV +Face 11717 +UV Count: 3 + UV + UV + UV +Face 11718 +UV Count: 3 + UV + UV + UV +Face 11719 +UV Count: 3 + UV + UV + UV +Face 11720 +UV Count: 3 + UV + UV + UV +Face 11721 +UV Count: 3 + UV + UV + UV +Face 11722 +UV Count: 3 + UV + UV + UV +Face 11723 +UV Count: 3 + UV + UV + UV +Face 11724 +UV Count: 3 + UV + UV + UV +Face 11725 +UV Count: 3 + UV + UV + UV +Face 11726 +UV Count: 3 + UV + UV + UV +Face 11727 +UV Count: 3 + UV + UV + UV +Face 11728 +UV Count: 3 + UV + UV + UV +Face 11729 +UV Count: 3 + UV + UV + UV +Face 11730 +UV Count: 3 + UV + UV + UV +Face 11731 +UV Count: 3 + UV + UV + UV +Face 11732 +UV Count: 3 + UV + UV + UV +Face 11733 +UV Count: 3 + UV + UV + UV +Face 11734 +UV Count: 3 + UV + UV + UV +Face 11735 +UV Count: 3 + UV + UV + UV +Face 11736 +UV Count: 3 + UV + UV + UV +Face 11737 +UV Count: 3 + UV + UV + UV +Face 11738 +UV Count: 3 + UV + UV + UV +Face 11739 +UV Count: 3 + UV + UV + UV +Face 11740 +UV Count: 3 + UV + UV + UV +Face 11741 +UV Count: 3 + UV + UV + UV +Face 11742 +UV Count: 3 + UV + UV + UV +Face 11743 +UV Count: 3 + UV + UV + UV +Face 11744 +UV Count: 3 + UV + UV + UV +Face 11745 +UV Count: 3 + UV + UV + UV +Face 11746 +UV Count: 3 + UV + UV + UV +Face 11747 +UV Count: 3 + UV + UV + UV +Face 11748 +UV Count: 3 + UV + UV + UV +Face 11749 +UV Count: 3 + UV + UV + UV +Face 11750 +UV Count: 3 + UV + UV + UV +Face 11751 +UV Count: 3 + UV + UV + UV +Face 11752 +UV Count: 3 + UV + UV + UV +Face 11753 +UV Count: 3 + UV + UV + UV +Face 11754 +UV Count: 3 + UV + UV + UV +Face 11755 +UV Count: 3 + UV + UV + UV +Face 11756 +UV Count: 3 + UV + UV + UV +Face 11757 +UV Count: 3 + UV + UV + UV +Face 11758 +UV Count: 3 + UV + UV + UV +Face 11759 +UV Count: 3 + UV + UV + UV +Face 11760 +UV Count: 3 + UV + UV + UV +Face 11761 +UV Count: 3 + UV + UV + UV +Face 11762 +UV Count: 3 + UV + UV + UV +Face 11763 +UV Count: 3 + UV + UV + UV +Face 11764 +UV Count: 3 + UV + UV + UV +Face 11765 +UV Count: 3 + UV + UV + UV +Face 11766 +UV Count: 3 + UV + UV + UV +Face 11767 +UV Count: 3 + UV + UV + UV +Face 11768 +UV Count: 3 + UV + UV + UV +Face 11769 +UV Count: 3 + UV + UV + UV +Face 11770 +UV Count: 3 + UV + UV + UV +Face 11771 +UV Count: 3 + UV + UV + UV +Face 11772 +UV Count: 3 + UV + UV + UV +Face 11773 +UV Count: 3 + UV + UV + UV +Face 11774 +UV Count: 3 + UV + UV + UV +Face 11775 +UV Count: 3 + UV + UV + UV +Face 11776 +UV Count: 3 + UV + UV + UV +Face 11777 +UV Count: 3 + UV + UV + UV +Face 11778 +UV Count: 3 + UV + UV + UV +Face 11779 +UV Count: 3 + UV + UV + UV +Face 11780 +UV Count: 3 + UV + UV + UV +Face 11781 +UV Count: 3 + UV + UV + UV +Face 11782 +UV Count: 3 + UV + UV + UV +Face 11783 +UV Count: 3 + UV + UV + UV +Face 11784 +UV Count: 3 + UV + UV + UV +Face 11785 +UV Count: 3 + UV + UV + UV +Face 11786 +UV Count: 3 + UV + UV + UV +Face 11787 +UV Count: 3 + UV + UV + UV +Face 11788 +UV Count: 3 + UV + UV + UV +Face 11789 +UV Count: 3 + UV + UV + UV +Face 11790 +UV Count: 3 + UV + UV + UV +Face 11791 +UV Count: 3 + UV + UV + UV +Face 11792 +UV Count: 3 + UV + UV + UV +Face 11793 +UV Count: 3 + UV + UV + UV +Face 11794 +UV Count: 3 + UV + UV + UV +Face 11795 +UV Count: 3 + UV + UV + UV +Face 11796 +UV Count: 3 + UV + UV + UV +Face 11797 +UV Count: 3 + UV + UV + UV +Face 11798 +UV Count: 3 + UV + UV + UV +Face 11799 +UV Count: 3 + UV + UV + UV +Face 11800 +UV Count: 3 + UV + UV + UV +Face 11801 +UV Count: 3 + UV + UV + UV +Face 11802 +UV Count: 3 + UV + UV + UV +Face 11803 +UV Count: 3 + UV + UV + UV +Face 11804 +UV Count: 3 + UV + UV + UV +Face 11805 +UV Count: 3 + UV + UV + UV +Face 11806 +UV Count: 3 + UV + UV + UV +Face 11807 +UV Count: 3 + UV + UV + UV +Face 11808 +UV Count: 3 + UV + UV + UV +Face 11809 +UV Count: 3 + UV + UV + UV +Face 11810 +UV Count: 3 + UV + UV + UV +Face 11811 +UV Count: 3 + UV + UV + UV +Face 11812 +UV Count: 3 + UV + UV + UV +Face 11813 +UV Count: 3 + UV + UV + UV +Face 11814 +UV Count: 3 + UV + UV + UV +Face 11815 +UV Count: 3 + UV + UV + UV +Face 11816 +UV Count: 3 + UV + UV + UV +Face 11817 +UV Count: 3 + UV + UV + UV +Face 11818 +UV Count: 3 + UV + UV + UV +Face 11819 +UV Count: 3 + UV + UV + UV +Face 11820 +UV Count: 3 + UV + UV + UV +Face 11821 +UV Count: 3 + UV + UV + UV +Face 11822 +UV Count: 3 + UV + UV + UV +Face 11823 +UV Count: 3 + UV + UV + UV +Face 11824 +UV Count: 3 + UV + UV + UV +Face 11825 +UV Count: 3 + UV + UV + UV +Face 11826 +UV Count: 3 + UV + UV + UV +Face 11827 +UV Count: 3 + UV + UV + UV +Face 11828 +UV Count: 3 + UV + UV + UV +Face 11829 +UV Count: 3 + UV + UV + UV +Face 11830 +UV Count: 3 + UV + UV + UV +Face 11831 +UV Count: 3 + UV + UV + UV +Face 11832 +UV Count: 3 + UV + UV + UV +Face 11833 +UV Count: 3 + UV + UV + UV +Face 11834 +UV Count: 3 + UV + UV + UV +Face 11835 +UV Count: 3 + UV + UV + UV +Face 11836 +UV Count: 3 + UV + UV + UV +Face 11837 +UV Count: 3 + UV + UV + UV +Face 11838 +UV Count: 3 + UV + UV + UV +Face 11839 +UV Count: 3 + UV + UV + UV +Face 11840 +UV Count: 3 + UV + UV + UV +Face 11841 +UV Count: 3 + UV + UV + UV +Face 11842 +UV Count: 3 + UV + UV + UV +Face 11843 +UV Count: 3 + UV + UV + UV +Face 11844 +UV Count: 3 + UV + UV + UV +Face 11845 +UV Count: 3 + UV + UV + UV +Face 11846 +UV Count: 3 + UV + UV + UV +Face 11847 +UV Count: 3 + UV + UV + UV +Face 11848 +UV Count: 3 + UV + UV + UV +Face 11849 +UV Count: 3 + UV + UV + UV +Face 11850 +UV Count: 3 + UV + UV + UV +Face 11851 +UV Count: 3 + UV + UV + UV +Face 11852 +UV Count: 3 + UV + UV + UV +Face 11853 +UV Count: 3 + UV + UV + UV +Face 11854 +UV Count: 3 + UV + UV + UV +Face 11855 +UV Count: 3 + UV + UV + UV +Face 11856 +UV Count: 3 + UV + UV + UV +Face 11857 +UV Count: 3 + UV + UV + UV +Face 11858 +UV Count: 3 + UV + UV + UV +Face 11859 +UV Count: 3 + UV + UV + UV +Face 11860 +UV Count: 3 + UV + UV + UV +Face 11861 +UV Count: 3 + UV + UV + UV +Face 11862 +UV Count: 3 + UV + UV + UV +Face 11863 +UV Count: 3 + UV + UV + UV +Face 11864 +UV Count: 3 + UV + UV + UV +Face 11865 +UV Count: 3 + UV + UV + UV +Face 11866 +UV Count: 3 + UV + UV + UV +Face 11867 +UV Count: 3 + UV + UV + UV +Face 11868 +UV Count: 3 + UV + UV + UV +Face 11869 +UV Count: 3 + UV + UV + UV +Face 11870 +UV Count: 3 + UV + UV + UV +Face 11871 +UV Count: 3 + UV + UV + UV +Face 11872 +UV Count: 3 + UV + UV + UV +Face 11873 +UV Count: 3 + UV + UV + UV +Face 11874 +UV Count: 3 + UV + UV + UV +Face 11875 +UV Count: 3 + UV + UV + UV +Face 11876 +UV Count: 3 + UV + UV + UV +Face 11877 +UV Count: 3 + UV + UV + UV +Face 11878 +UV Count: 3 + UV + UV + UV +Face 11879 +UV Count: 3 + UV + UV + UV +Face 11880 +UV Count: 3 + UV + UV + UV +Face 11881 +UV Count: 3 + UV + UV + UV +Face 11882 +UV Count: 3 + UV + UV + UV +Face 11883 +UV Count: 3 + UV + UV + UV +Face 11884 +UV Count: 3 + UV + UV + UV +Face 11885 +UV Count: 3 + UV + UV + UV +Face 11886 +UV Count: 3 + UV + UV + UV +Face 11887 +UV Count: 3 + UV + UV + UV +Face 11888 +UV Count: 3 + UV + UV + UV +Face 11889 +UV Count: 3 + UV + UV + UV +Face 11890 +UV Count: 3 + UV + UV + UV +Face 11891 +UV Count: 3 + UV + UV + UV +Face 11892 +UV Count: 3 + UV + UV + UV +Face 11893 +UV Count: 3 + UV + UV + UV +Face 11894 +UV Count: 3 + UV + UV + UV +Face 11895 +UV Count: 3 + UV + UV + UV +Face 11896 +UV Count: 3 + UV + UV + UV +Face 11897 +UV Count: 3 + UV + UV + UV +Face 11898 +UV Count: 3 + UV + UV + UV +Face 11899 +UV Count: 3 + UV + UV + UV +Face 11900 +UV Count: 3 + UV + UV + UV +Face 11901 +UV Count: 3 + UV + UV + UV +Face 11902 +UV Count: 3 + UV + UV + UV +Face 11903 +UV Count: 3 + UV + UV + UV +Face 11904 +UV Count: 3 + UV + UV + UV +Face 11905 +UV Count: 3 + UV + UV + UV +Face 11906 +UV Count: 3 + UV + UV + UV +Face 11907 +UV Count: 3 + UV + UV + UV +Face 11908 +UV Count: 3 + UV + UV + UV +Face 11909 +UV Count: 3 + UV + UV + UV +Face 11910 +UV Count: 3 + UV + UV + UV +Face 11911 +UV Count: 3 + UV + UV + UV +Face 11912 +UV Count: 3 + UV + UV + UV +Face 11913 +UV Count: 3 + UV + UV + UV +Face 11914 +UV Count: 3 + UV + UV + UV +Face 11915 +UV Count: 3 + UV + UV + UV +Face 11916 +UV Count: 3 + UV + UV + UV +Face 11917 +UV Count: 3 + UV + UV + UV +Face 11918 +UV Count: 3 + UV + UV + UV +Face 11919 +UV Count: 3 + UV + UV + UV +Face 11920 +UV Count: 3 + UV + UV + UV +Face 11921 +UV Count: 3 + UV + UV + UV +Face 11922 +UV Count: 3 + UV + UV + UV +Face 11923 +UV Count: 3 + UV + UV + UV +Face 11924 +UV Count: 3 + UV + UV + UV +Face 11925 +UV Count: 3 + UV + UV + UV +Face 11926 +UV Count: 3 + UV + UV + UV +Face 11927 +UV Count: 3 + UV + UV + UV +Face 11928 +UV Count: 3 + UV + UV + UV +Face 11929 +UV Count: 3 + UV + UV + UV +Face 11930 +UV Count: 3 + UV + UV + UV +Face 11931 +UV Count: 3 + UV + UV + UV +Face 11932 +UV Count: 3 + UV + UV + UV +Face 11933 +UV Count: 3 + UV + UV + UV +Face 11934 +UV Count: 3 + UV + UV + UV +Face 11935 +UV Count: 3 + UV + UV + UV +Face 11936 +UV Count: 3 + UV + UV + UV +Face 11937 +UV Count: 3 + UV + UV + UV +Face 11938 +UV Count: 3 + UV + UV + UV +Face 11939 +UV Count: 3 + UV + UV + UV +Face 11940 +UV Count: 3 + UV + UV + UV +Face 11941 +UV Count: 3 + UV + UV + UV +Face 11942 +UV Count: 3 + UV + UV + UV +Face 11943 +UV Count: 3 + UV + UV + UV +Face 11944 +UV Count: 3 + UV + UV + UV +Face 11945 +UV Count: 3 + UV + UV + UV +Face 11946 +UV Count: 3 + UV + UV + UV +Face 11947 +UV Count: 3 + UV + UV + UV +Face 11948 +UV Count: 3 + UV + UV + UV +Face 11949 +UV Count: 3 + UV + UV + UV +Face 11950 +UV Count: 3 + UV + UV + UV +Face 11951 +UV Count: 3 + UV + UV + UV +Face 11952 +UV Count: 3 + UV + UV + UV +Face 11953 +UV Count: 3 + UV + UV + UV +Face 11954 +UV Count: 3 + UV + UV + UV +Face 11955 +UV Count: 3 + UV + UV + UV +Face 11956 +UV Count: 3 + UV + UV + UV +Face 11957 +UV Count: 3 + UV + UV + UV +Face 11958 +UV Count: 3 + UV + UV + UV +Face 11959 +UV Count: 3 + UV + UV + UV +Face 11960 +UV Count: 3 + UV + UV + UV +Face 11961 +UV Count: 3 + UV + UV + UV +Face 11962 +UV Count: 3 + UV + UV + UV +Face 11963 +UV Count: 3 + UV + UV + UV +Face 11964 +UV Count: 3 + UV + UV + UV +Face 11965 +UV Count: 3 + UV + UV + UV +Face 11966 +UV Count: 3 + UV + UV + UV +Face 11967 +UV Count: 3 + UV + UV + UV +Face 11968 +UV Count: 3 + UV + UV + UV +Face 11969 +UV Count: 3 + UV + UV + UV +Face 11970 +UV Count: 3 + UV + UV + UV +Face 11971 +UV Count: 3 + UV + UV + UV +Face 11972 +UV Count: 3 + UV + UV + UV +Face 11973 +UV Count: 3 + UV + UV + UV +Face 11974 +UV Count: 3 + UV + UV + UV +Face 11975 +UV Count: 3 + UV + UV + UV +Face 11976 +UV Count: 3 + UV + UV + UV +Face 11977 +UV Count: 3 + UV + UV + UV +Face 11978 +UV Count: 3 + UV + UV + UV +Face 11979 +UV Count: 3 + UV + UV + UV +Face 11980 +UV Count: 3 + UV + UV + UV +Face 11981 +UV Count: 3 + UV + UV + UV +Face 11982 +UV Count: 3 + UV + UV + UV +Face 11983 +UV Count: 3 + UV + UV + UV +Face 11984 +UV Count: 3 + UV + UV + UV +Face 11985 +UV Count: 3 + UV + UV + UV +Face 11986 +UV Count: 3 + UV + UV + UV +Face 11987 +UV Count: 3 + UV + UV + UV +Face 11988 +UV Count: 3 + UV + UV + UV +Face 11989 +UV Count: 3 + UV + UV + UV +Face 11990 +UV Count: 3 + UV + UV + UV +Face 11991 +UV Count: 3 + UV + UV + UV +Face 11992 +UV Count: 3 + UV + UV + UV +Face 11993 +UV Count: 3 + UV + UV + UV +Face 11994 +UV Count: 3 + UV + UV + UV +Face 11995 +UV Count: 3 + UV + UV + UV +Face 11996 +UV Count: 3 + UV + UV + UV +Face 11997 +UV Count: 3 + UV + UV + UV +Face 11998 +UV Count: 3 + UV + UV + UV +Face 11999 +UV Count: 3 + UV + UV + UV +Face 12000 +UV Count: 3 + UV + UV + UV +Face 12001 +UV Count: 3 + UV + UV + UV +Face 12002 +UV Count: 3 + UV + UV + UV +Face 12003 +UV Count: 3 + UV + UV + UV +Face 12004 +UV Count: 3 + UV + UV + UV +Face 12005 +UV Count: 3 + UV + UV + UV +Face 12006 +UV Count: 3 + UV + UV + UV +Face 12007 +UV Count: 3 + UV + UV + UV +Face 12008 +UV Count: 3 + UV + UV + UV +Face 12009 +UV Count: 3 + UV + UV + UV +Face 12010 +UV Count: 3 + UV + UV + UV +Face 12011 +UV Count: 3 + UV + UV + UV +Face 12012 +UV Count: 3 + UV + UV + UV +Face 12013 +UV Count: 3 + UV + UV + UV +Face 12014 +UV Count: 3 + UV + UV + UV +Face 12015 +UV Count: 3 + UV + UV + UV +Face 12016 +UV Count: 3 + UV + UV + UV +Face 12017 +UV Count: 3 + UV + UV + UV +Face 12018 +UV Count: 3 + UV + UV + UV +Face 12019 +UV Count: 3 + UV + UV + UV +Face 12020 +UV Count: 3 + UV + UV + UV +Face 12021 +UV Count: 3 + UV + UV + UV +Face 12022 +UV Count: 3 + UV + UV + UV +Face 12023 +UV Count: 3 + UV + UV + UV +Face 12024 +UV Count: 3 + UV + UV + UV +Face 12025 +UV Count: 3 + UV + UV + UV +Face 12026 +UV Count: 3 + UV + UV + UV +Face 12027 +UV Count: 3 + UV + UV + UV +Face 12028 +UV Count: 3 + UV + UV + UV +Face 12029 +UV Count: 3 + UV + UV + UV +Face 12030 +UV Count: 3 + UV + UV + UV +Face 12031 +UV Count: 3 + UV + UV + UV +Face 12032 +UV Count: 3 + UV + UV + UV +Face 12033 +UV Count: 3 + UV + UV + UV +Face 12034 +UV Count: 3 + UV + UV + UV +Face 12035 +UV Count: 3 + UV + UV + UV +Face 12036 +UV Count: 3 + UV + UV + UV +Face 12037 +UV Count: 3 + UV + UV + UV +Face 12038 +UV Count: 3 + UV + UV + UV +Face 12039 +UV Count: 3 + UV + UV + UV +Face 12040 +UV Count: 3 + UV + UV + UV +Face 12041 +UV Count: 3 + UV + UV + UV +Face 12042 +UV Count: 3 + UV + UV + UV +Face 12043 +UV Count: 3 + UV + UV + UV +Face 12044 +UV Count: 3 + UV + UV + UV +Face 12045 +UV Count: 3 + UV + UV + UV +Face 12046 +UV Count: 3 + UV + UV + UV +Face 12047 +UV Count: 3 + UV + UV + UV +Face 12048 +UV Count: 3 + UV + UV + UV +Face 12049 +UV Count: 3 + UV + UV + UV +Face 12050 +UV Count: 3 + UV + UV + UV +Face 12051 +UV Count: 3 + UV + UV + UV +Face 12052 +UV Count: 3 + UV + UV + UV +Face 12053 +UV Count: 3 + UV + UV + UV +Face 12054 +UV Count: 3 + UV + UV + UV +Face 12055 +UV Count: 3 + UV + UV + UV +Face 12056 +UV Count: 3 + UV + UV + UV +Face 12057 +UV Count: 3 + UV + UV + UV +Face 12058 +UV Count: 3 + UV + UV + UV +Face 12059 +UV Count: 3 + UV + UV + UV +Face 12060 +UV Count: 3 + UV + UV + UV +Face 12061 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +Vertex 1525: Normal +Vertex 1526: Normal +Vertex 1527: Normal +Vertex 1528: Normal +Vertex 1529: Normal +Vertex 1530: Normal +Vertex 1531: Normal +Vertex 1532: Normal +Vertex 1533: Normal +Vertex 1534: Normal +Vertex 1535: Normal +Vertex 1536: Normal +Vertex 1537: Normal +Vertex 1538: Normal +Vertex 1539: Normal +Vertex 1540: Normal +Vertex 1541: Normal +Vertex 1542: Normal +Vertex 1543: Normal +Vertex 1544: Normal +Vertex 1545: Normal +Vertex 1546: Normal +Vertex 1547: Normal +Vertex 1548: Normal +Vertex 1549: Normal +Vertex 1550: Normal +Vertex 1551: Normal +Vertex 1552: Normal +Vertex 1553: Normal +Vertex 1554: Normal +Vertex 1555: Normal +Vertex 1556: Normal +Vertex 1557: Normal +Vertex 1558: Normal +Vertex 1559: Normal +Vertex 1560: Normal +Vertex 1561: Normal +Vertex 1562: Normal +Vertex 1563: Normal +Vertex 1564: Normal +Vertex 1565: Normal +Vertex 1566: Normal +Vertex 1567: Normal +Vertex 1568: Normal +Vertex 1569: Normal +Vertex 1570: Normal +Vertex 1571: Normal +Vertex 1572: Normal +Vertex 1573: Normal +Vertex 1574: Normal +Vertex 1575: Normal +Vertex 1576: Normal +Vertex 1577: Normal +Vertex 1578: Normal +Vertex 1579: Normal +Vertex 1580: Normal +Vertex 1581: Normal +Vertex 1582: Normal +Vertex 1583: Normal +Vertex 1584: Normal +Vertex 1585: Normal +Vertex 1586: Normal +Vertex 1587: Normal +Vertex 1588: Normal +Vertex 1589: Normal +Vertex 1590: Normal +Vertex 1591: Normal +Vertex 1592: Normal +Vertex 1593: Normal +Vertex 1594: Normal +Vertex 1595: Normal +Vertex 1596: Normal +Vertex 1597: Normal +Vertex 1598: Normal +Vertex 1599: Normal +Vertex 1600: Normal +Vertex 1601: Normal +Vertex 1602: Normal +Vertex 1603: Normal +Vertex 1604: Normal +Vertex 1605: Normal +Vertex 1606: Normal +Vertex 1607: Normal +Vertex 1608: Normal +Vertex 1609: Normal +Vertex 1610: Normal +Vertex 1611: Normal +Vertex 1612: Normal +Vertex 1613: Normal +Vertex 1614: Normal +Vertex 1615: Normal +Vertex 1616: Normal +Vertex 1617: Normal +Vertex 1618: Normal +Vertex 1619: Normal +Vertex 1620: Normal +Vertex 1621: Normal +Vertex 1622: Normal +Vertex 1623: Normal +Vertex 1624: Normal +Vertex 1625: Normal +Vertex 1626: Normal +Vertex 1627: Normal +Vertex 1628: Normal +Vertex 1629: Normal +Vertex 1630: Normal +Vertex 1631: Normal +Vertex 1632: Normal +Vertex 1633: Normal +Vertex 1634: Normal +Vertex 1635: Normal +Vertex 1636: Normal +Vertex 1637: Normal +Vertex 1638: Normal +Vertex 1639: Normal +Vertex 1640: Normal +Vertex 1641: Normal +Vertex 1642: Normal +Vertex 1643: Normal +Vertex 1644: Normal +Vertex 1645: Normal +Vertex 1646: Normal +Vertex 1647: Normal +Vertex 1648: Normal +Vertex 1649: Normal +Vertex 1650: Normal +Vertex 1651: Normal +Vertex 1652: Normal +Vertex 1653: Normal +Vertex 1654: Normal +Vertex 1655: Normal +Vertex 1656: Normal +Vertex 1657: Normal +Vertex 1658: Normal +Vertex 1659: Normal +Vertex 1660: Normal +Vertex 1661: Normal +Vertex 1662: Normal +Vertex 1663: Normal +Vertex 1664: Normal +Vertex 1665: Normal +Vertex 1666: Normal +Vertex 1667: Normal +Vertex 1668: Normal +Vertex 1669: Normal +Vertex 1670: Normal +Vertex 1671: Normal +Vertex 1672: Normal +Vertex 1673: Normal +Vertex 1674: Normal +Vertex 1675: Normal +Vertex 1676: Normal +Vertex 1677: Normal +Vertex 1678: Normal +Vertex 1679: Normal +Vertex 1680: Normal +Vertex 1681: Normal +Vertex 1682: Normal +Vertex 1683: Normal +Vertex 1684: Normal +Vertex 1685: Normal +Vertex 1686: Normal +Vertex 1687: Normal +Vertex 1688: Normal +Vertex 1689: Normal +Vertex 1690: Normal +Vertex 1691: Normal +Vertex 1692: Normal +Vertex 1693: Normal +Vertex 1694: Normal +Vertex 1695: Normal +Vertex 1696: Normal +Vertex 1697: Normal +Vertex 1698: Normal +Vertex 1699: Normal +Vertex 1700: Normal +Vertex 1701: Normal +Vertex 1702: Normal +Vertex 1703: Normal +Vertex 1704: Normal +Vertex 1705: Normal +Vertex 1706: Normal +Vertex 1707: Normal +Vertex 1708: Normal +Vertex 1709: Normal +Vertex 1710: Normal +Vertex 1711: Normal +Vertex 1712: Normal +Vertex 1713: Normal +Vertex 1714: Normal +Vertex 1715: Normal +Vertex 1716: Normal +Vertex 1717: Normal +Vertex 1718: Normal +Vertex 1719: Normal +Vertex 1720: Normal +Vertex 1721: Normal +Vertex 1722: Normal +Vertex 1723: Normal +Vertex 1724: Normal +Vertex 1725: Normal +Vertex 1726: Normal +Vertex 1727: Normal +Vertex 1728: Normal +Vertex 1729: Normal +Vertex 1730: Normal +Vertex 1731: Normal +Vertex 1732: Normal +Vertex 1733: Normal +Vertex 1734: Normal +Vertex 1735: Normal +Vertex 1736: Normal +Vertex 1737: Normal +Vertex 1738: Normal +Vertex 1739: Normal +Vertex 1740: Normal +Vertex 1741: Normal +Vertex 1742: Normal +Vertex 1743: Normal +Vertex 1744: Normal +Vertex 1745: Normal +Vertex 1746: Normal +Vertex 1747: Normal +Vertex 1748: Normal +Vertex 1749: Normal +Vertex 1750: Normal +Vertex 1751: Normal +Vertex 1752: Normal +Vertex 1753: Normal +Vertex 1754: Normal +Vertex 1755: Normal +Vertex 1756: Normal +Vertex 1757: Normal +Vertex 1758: Normal +Vertex 1759: Normal +Vertex 1760: Normal +Vertex 1761: Normal +Vertex 1762: Normal +Vertex 1763: Normal +Vertex 1764: Normal +Vertex 1765: Normal +Vertex 1766: Normal +Vertex 1767: Normal +Vertex 1768: Normal +Vertex 1769: Normal +Vertex 1770: Normal +Vertex 1771: Normal +Vertex 1772: Normal +Vertex 1773: Normal +Vertex 1774: Normal +Vertex 1775: Normal +Vertex 1776: Normal +Vertex 1777: Normal +Vertex 1778: Normal +Vertex 1779: Normal +Vertex 1780: Normal +Vertex 1781: Normal +Vertex 1782: Normal +Vertex 1783: Normal +Vertex 1784: Normal +Vertex 1785: Normal +Vertex 1786: Normal +Vertex 1787: Normal +Vertex 1788: Normal +Vertex 1789: Normal +Vertex 1790: Normal +Vertex 1791: Normal +Vertex 1792: Normal +Vertex 1793: Normal +Vertex 1794: Normal +Vertex 1795: Normal +Vertex 1796: Normal +Vertex 1797: Normal +Vertex 1798: Normal +Vertex 1799: Normal +Vertex 1800: Normal +Vertex 1801: Normal +Vertex 1802: Normal +Vertex 1803: Normal +Vertex 1804: Normal +Vertex 1805: Normal +Vertex 1806: Normal +Vertex 1807: Normal +Vertex 1808: Normal +Vertex 1809: Normal +Vertex 1810: Normal +Vertex 1811: Normal +Vertex 1812: Normal +Vertex 1813: Normal +Vertex 1814: Normal +Vertex 1815: Normal +Vertex 1816: Normal +Vertex 1817: Normal +Vertex 1818: Normal +Vertex 1819: Normal +Vertex 1820: Normal +Vertex 1821: Normal +Vertex 1822: Normal +Vertex 1823: Normal +Vertex 1824: Normal +Vertex 1825: Normal +Vertex 1826: Normal +Vertex 1827: Normal +Vertex 1828: Normal +Vertex 1829: Normal +Vertex 1830: Normal +Vertex 1831: Normal +Vertex 1832: Normal +Vertex 1833: Normal +Vertex 1834: Normal +Vertex 1835: Normal +Vertex 1836: Normal +Vertex 1837: Normal +Vertex 1838: Normal +Vertex 1839: Normal +Vertex 1840: Normal +Vertex 1841: Normal +Vertex 1842: Normal +Vertex 1843: Normal +Vertex 1844: Normal +Vertex 1845: Normal +Vertex 1846: Normal +Vertex 1847: Normal +Vertex 1848: Normal +Vertex 1849: Normal +Vertex 1850: Normal +Vertex 1851: Normal +Vertex 1852: Normal +Vertex 1853: Normal +Vertex 1854: Normal +Vertex 1855: Normal +Vertex 1856: Normal +Vertex 1857: Normal +Vertex 1858: Normal +Vertex 1859: Normal +Vertex 1860: Normal +Vertex 1861: Normal +Vertex 1862: Normal +Vertex 1863: Normal +Vertex 1864: Normal +Vertex 1865: Normal +Vertex 1866: Normal +Vertex 1867: Normal +Vertex 1868: Normal +Vertex 1869: Normal +Vertex 1870: Normal +Vertex 1871: Normal +Vertex 1872: Normal +Vertex 1873: Normal +Vertex 1874: Normal +Vertex 1875: Normal +Vertex 1876: Normal +Vertex 1877: Normal +Vertex 1878: Normal +Vertex 1879: Normal +Vertex 1880: Normal +Vertex 1881: Normal +Vertex 1882: Normal +Vertex 1883: Normal +Vertex 1884: Normal +Vertex 1885: Normal +Vertex 1886: Normal +Vertex 1887: Normal +Vertex 1888: Normal +Vertex 1889: Normal +Vertex 1890: Normal +Vertex 1891: Normal +Vertex 1892: Normal +Vertex 1893: Normal +Vertex 1894: Normal +Vertex 1895: Normal +Vertex 1896: Normal +Vertex 1897: Normal +Vertex 1898: Normal +Vertex 1899: Normal +Vertex 1900: Normal +Vertex 1901: Normal +Vertex 1902: Normal +Vertex 1903: Normal +Vertex 1904: Normal +Vertex 1905: Normal +Vertex 1906: Normal +Vertex 1907: Normal +Vertex 1908: Normal +Vertex 1909: Normal +Vertex 1910: Normal +Vertex 1911: Normal +Vertex 1912: Normal +Vertex 1913: Normal +Vertex 1914: Normal +Vertex 1915: Normal +Vertex 1916: Normal +Vertex 1917: Normal +Vertex 1918: Normal +Vertex 1919: Normal +Vertex 1920: Normal +Vertex 1921: Normal +Vertex 1922: Normal +Vertex 1923: Normal +Vertex 1924: Normal +Vertex 1925: Normal +Vertex 1926: Normal +Vertex 1927: Normal +Vertex 1928: Normal +Vertex 1929: Normal +Vertex 1930: Normal +Vertex 1931: Normal +Vertex 1932: Normal +Vertex 1933: Normal +Vertex 1934: Normal +Vertex 1935: Normal +Vertex 1936: Normal +Vertex 1937: Normal +Vertex 1938: Normal +Vertex 1939: Normal +Vertex 1940: Normal +Vertex 1941: Normal +Vertex 1942: Normal +Vertex 1943: Normal +Vertex 1944: Normal +Vertex 1945: Normal +Vertex 1946: Normal +Vertex 1947: Normal +Vertex 1948: Normal +Vertex 1949: Normal +Vertex 1950: Normal +Vertex 1951: Normal +Vertex 1952: Normal +Vertex 1953: Normal +Vertex 1954: Normal +Vertex 1955: Normal +Vertex 1956: Normal +Vertex 1957: Normal +Vertex 1958: Normal +Vertex 1959: Normal +Vertex 1960: Normal +Vertex 1961: Normal +Vertex 1962: Normal +Vertex 1963: Normal +Vertex 1964: Normal +Vertex 1965: Normal +Vertex 1966: Normal +Vertex 1967: Normal +Vertex 1968: Normal +Vertex 1969: Normal +Vertex 1970: Normal +Vertex 1971: Normal +Vertex 1972: Normal +Vertex 1973: Normal +Vertex 1974: Normal +Vertex 1975: Normal +Vertex 1976: Normal +Vertex 1977: Normal +Vertex 1978: Normal +Vertex 1979: Normal +Vertex 1980: Normal +Vertex 1981: Normal +Vertex 1982: Normal +Vertex 1983: Normal +Vertex 1984: Normal +Vertex 1985: Normal +Vertex 1986: Normal +Vertex 1987: Normal +Vertex 1988: Normal +Vertex 1989: Normal +Vertex 1990: Normal +Vertex 1991: Normal +Vertex 1992: Normal +Vertex 1993: Normal +Vertex 1994: Normal +Vertex 1995: Normal +Vertex 1996: Normal +Vertex 1997: Normal +Vertex 1998: Normal +Vertex 1999: Normal +Vertex 2000: Normal +Vertex 2001: Normal +Vertex 2002: Normal +Vertex 2003: Normal +Vertex 2004: Normal +Vertex 2005: Normal +Vertex 2006: Normal +Vertex 2007: Normal +Vertex 2008: Normal +Vertex 2009: Normal +Vertex 2010: Normal +Vertex 2011: Normal +Vertex 2012: Normal +Vertex 2013: Normal +Vertex 2014: Normal +Vertex 2015: Normal +Vertex 2016: Normal +Vertex 2017: Normal +Vertex 2018: Normal +Vertex 2019: Normal +Vertex 2020: Normal +Vertex 2021: Normal +Vertex 2022: Normal +Vertex 2023: Normal +Vertex 2024: Normal +Vertex 2025: Normal +Vertex 2026: Normal +Vertex 2027: Normal +Vertex 2028: Normal +Vertex 2029: Normal +Vertex 2030: Normal +Vertex 2031: Normal +Vertex 2032: Normal +Vertex 2033: Normal +Vertex 2034: Normal +Vertex 2035: Normal +Vertex 2036: Normal +Vertex 2037: Normal +Vertex 2038: Normal +Vertex 2039: Normal +Vertex 2040: Normal +Vertex 2041: Normal +Vertex 2042: Normal +Vertex 2043: Normal +Vertex 2044: Normal +Vertex 2045: Normal +Vertex 2046: Normal +Vertex 2047: Normal +Vertex 2048: Normal +Vertex 2049: Normal +Vertex 2050: Normal +Vertex 2051: Normal +Vertex 2052: Normal +Vertex 2053: Normal +Vertex 2054: Normal +Vertex 2055: Normal +Vertex 2056: Normal +Vertex 2057: Normal +Vertex 2058: Normal +Vertex 2059: Normal +Vertex 2060: Normal +Vertex 2061: Normal +Vertex 2062: Normal +Vertex 2063: Normal +Vertex 2064: Normal +Vertex 2065: Normal +Vertex 2066: Normal +Vertex 2067: Normal +Vertex 2068: Normal +Vertex 2069: Normal +Vertex 2070: Normal +Vertex 2071: Normal +Vertex 2072: Normal +Vertex 2073: Normal +Vertex 2074: Normal +Vertex 2075: Normal +Vertex 2076: Normal +Vertex 2077: Normal +Vertex 2078: Normal +Vertex 2079: Normal +Vertex 2080: Normal +Vertex 2081: Normal +Vertex 2082: Normal +Vertex 2083: Normal +Vertex 2084: Normal +Vertex 2085: Normal +Vertex 2086: Normal +Vertex 2087: Normal +Vertex 2088: Normal +Vertex 2089: Normal +Vertex 2090: Normal +Vertex 2091: Normal +Vertex 2092: Normal +Vertex 2093: Normal +Vertex 2094: Normal +Vertex 2095: Normal +Vertex 2096: Normal +Vertex 2097: Normal +Vertex 2098: Normal +Vertex 2099: Normal +Vertex 2100: Normal +Vertex 2101: Normal +Vertex 2102: Normal +Vertex 2103: Normal +Vertex 2104: Normal +Vertex 2105: Normal +Vertex 2106: Normal +Vertex 2107: Normal +Vertex 2108: Normal +Vertex 2109: Normal +Vertex 2110: Normal +Vertex 2111: Normal +Vertex 2112: Normal +Vertex 2113: Normal +Vertex 2114: Normal +Vertex 2115: Normal +Vertex 2116: Normal +Vertex 2117: Normal +Vertex 2118: Normal +Vertex 2119: Normal +Vertex 2120: Normal +Vertex 2121: Normal +Vertex 2122: Normal +Vertex 2123: Normal +Vertex 2124: Normal +Vertex 2125: Normal +Vertex 2126: Normal +Vertex 2127: Normal +Vertex 2128: Normal +Vertex 2129: Normal +Vertex 2130: Normal +Vertex 2131: Normal +Vertex 2132: Normal +Vertex 2133: Normal +Vertex 2134: Normal +Vertex 2135: Normal +Vertex 2136: Normal +Vertex 2137: Normal +Vertex 2138: Normal +Vertex 2139: Normal +Vertex 2140: Normal +Vertex 2141: Normal +Vertex 2142: Normal +Vertex 2143: Normal +Vertex 2144: Normal +Vertex 2145: Normal +Vertex 2146: Normal +Vertex 2147: Normal +Vertex 2148: Normal +Vertex 2149: Normal +Vertex 2150: Normal +Vertex 2151: Normal +Vertex 2152: Normal +Vertex 2153: Normal +Vertex 2154: Normal +Vertex 2155: Normal +Vertex 2156: Normal +Vertex 2157: Normal +Vertex 2158: Normal +Vertex 2159: Normal +Vertex 2160: Normal +Vertex 2161: Normal +Vertex 2162: Normal +Vertex 2163: Normal +Vertex 2164: Normal +Vertex 2165: Normal +Vertex 2166: Normal +Vertex 2167: Normal +Vertex 2168: Normal +Vertex 2169: Normal +Vertex 2170: Normal +Vertex 2171: Normal +Vertex 2172: Normal +Vertex 2173: Normal +Vertex 2174: Normal +Vertex 2175: Normal +Vertex 2176: Normal +Vertex 2177: Normal +Vertex 2178: Normal +Vertex 2179: Normal +Vertex 2180: Normal +Vertex 2181: Normal +Vertex 2182: Normal +Vertex 2183: Normal +Vertex 2184: Normal +Vertex 2185: Normal +Vertex 2186: Normal +Vertex 2187: Normal +Vertex 2188: Normal +Vertex 2189: Normal +Vertex 2190: Normal +Vertex 2191: Normal +Vertex 2192: Normal +Vertex 2193: Normal +Vertex 2194: Normal +Vertex 2195: Normal +Vertex 2196: Normal +Vertex 2197: Normal +Vertex 2198: Normal +Vertex 2199: Normal +Vertex 2200: Normal +Vertex 2201: Normal +Vertex 2202: Normal +Vertex 2203: Normal +Vertex 2204: Normal +Vertex 2205: Normal +Vertex 2206: Normal +Vertex 2207: Normal +Vertex 2208: Normal +Vertex 2209: Normal +Vertex 2210: Normal +Vertex 2211: Normal +Vertex 2212: Normal +Vertex 2213: Normal +Vertex 2214: Normal +Vertex 2215: Normal +Vertex 2216: Normal +Vertex 2217: Normal +Vertex 2218: Normal +Vertex 2219: Normal +Vertex 2220: Normal +Vertex 2221: Normal +Vertex 2222: Normal +Vertex 2223: Normal +Vertex 2224: Normal +Vertex 2225: Normal +Vertex 2226: Normal +Vertex 2227: Normal +Vertex 2228: Normal +Vertex 2229: Normal +Vertex 2230: Normal +Vertex 2231: Normal +Vertex 2232: Normal +Vertex 2233: Normal +Vertex 2234: Normal +Vertex 2235: Normal +Vertex 2236: Normal +Vertex 2237: Normal +Vertex 2238: Normal +Vertex 2239: Normal +Vertex 2240: Normal +Vertex 2241: Normal +Vertex 2242: Normal +Vertex 2243: Normal +Vertex 2244: Normal +Vertex 2245: Normal +Vertex 2246: Normal +Vertex 2247: Normal +Vertex 2248: Normal +Vertex 2249: Normal +Vertex 2250: Normal +Vertex 2251: Normal +Vertex 2252: Normal +Vertex 2253: Normal +Vertex 2254: Normal +Vertex 2255: Normal +Vertex 2256: Normal +Vertex 2257: Normal +Vertex 2258: Normal +Vertex 2259: Normal +Vertex 2260: Normal +Vertex 2261: Normal +Vertex 2262: Normal +Vertex 2263: Normal +Vertex 2264: Normal +Vertex 2265: Normal +Vertex 2266: Normal +Vertex 2267: Normal +Vertex 2268: Normal +Vertex 2269: Normal +Vertex 2270: Normal +Vertex 2271: Normal +Vertex 2272: Normal +Vertex 2273: Normal +Vertex 2274: Normal +Vertex 2275: Normal +Vertex 2276: Normal +Vertex 2277: Normal +Vertex 2278: Normal +Vertex 2279: Normal +Vertex 2280: Normal +Vertex 2281: Normal +Vertex 2282: Normal +Vertex 2283: Normal +Vertex 2284: Normal +Vertex 2285: Normal +Vertex 2286: Normal +Vertex 2287: Normal +Vertex 2288: Normal +Vertex 2289: Normal +Vertex 2290: Normal +Vertex 2291: Normal +Vertex 2292: Normal +Vertex 2293: Normal +Vertex 2294: Normal +Vertex 2295: Normal +Vertex 2296: Normal +Vertex 2297: Normal +Vertex 2298: Normal +Vertex 2299: Normal +Vertex 2300: Normal +Vertex 2301: Normal +Vertex 2302: Normal +Vertex 2303: Normal +Vertex 2304: Normal +Vertex 2305: Normal +Vertex 2306: Normal +Vertex 2307: Normal +Vertex 2308: Normal +Vertex 2309: Normal +Vertex 2310: Normal +Vertex 2311: Normal +Vertex 2312: Normal +Vertex 2313: Normal +Vertex 2314: Normal +Vertex 2315: Normal +Vertex 2316: Normal +Vertex 2317: Normal +Vertex 2318: Normal +Vertex 2319: Normal +Vertex 2320: Normal +Vertex 2321: Normal +Vertex 2322: Normal +Vertex 2323: Normal +Vertex 2324: Normal +Vertex 2325: Normal +Vertex 2326: Normal +Vertex 2327: Normal +Vertex 2328: Normal +Vertex 2329: Normal +Vertex 2330: Normal +Vertex 2331: Normal +Vertex 2332: Normal +Vertex 2333: Normal +Vertex 2334: Normal +Vertex 2335: Normal +Vertex 2336: Normal +Vertex 2337: Normal +Vertex 2338: Normal +Vertex 2339: Normal +Vertex 2340: Normal +Vertex 2341: Normal +Vertex 2342: Normal +Vertex 2343: Normal +Vertex 2344: Normal +Vertex 2345: Normal +Vertex 2346: Normal +Vertex 2347: Normal +Vertex 2348: Normal +Vertex 2349: Normal +Vertex 2350: Normal +Vertex 2351: Normal +Vertex 2352: Normal +Vertex 2353: Normal +Vertex 2354: Normal +Vertex 2355: Normal +Vertex 2356: Normal +Vertex 2357: Normal +Vertex 2358: Normal +Vertex 2359: Normal +Vertex 2360: Normal +Vertex 2361: Normal +Vertex 2362: Normal +Vertex 2363: Normal +Vertex 2364: Normal +Vertex 2365: Normal +Vertex 2366: Normal +Vertex 2367: Normal +Vertex 2368: Normal +Vertex 2369: Normal +Vertex 2370: Normal +Vertex 2371: Normal +Vertex 2372: Normal +Vertex 2373: Normal +Vertex 2374: Normal +Vertex 2375: Normal +Vertex 2376: Normal +Vertex 2377: Normal +Vertex 2378: Normal +Vertex 2379: Normal +Vertex 2380: Normal +Vertex 2381: Normal +Vertex 2382: Normal +Vertex 2383: Normal +Vertex 2384: Normal +Vertex 2385: Normal +Vertex 2386: Normal +Vertex 2387: Normal +Vertex 2388: Normal +Vertex 2389: Normal +Vertex 2390: Normal +Vertex 2391: Normal +Vertex 2392: Normal +Vertex 2393: Normal +Vertex 2394: Normal +Vertex 2395: Normal +Vertex 2396: Normal +Vertex 2397: Normal +Vertex 2398: Normal +Vertex 2399: Normal +Vertex 2400: Normal +Vertex 2401: Normal +Vertex 2402: Normal +Vertex 2403: Normal +Vertex 2404: Normal +Vertex 2405: Normal +Vertex 2406: Normal +Vertex 2407: Normal +Vertex 2408: Normal +Vertex 2409: Normal +Vertex 2410: Normal +Vertex 2411: Normal +Vertex 2412: Normal +Vertex 2413: Normal +Vertex 2414: Normal +Vertex 2415: Normal +Vertex 2416: Normal +Vertex 2417: Normal +Vertex 2418: Normal +Vertex 2419: Normal +Vertex 2420: Normal +Vertex 2421: Normal +Vertex 2422: Normal +Vertex 2423: Normal +Vertex 2424: Normal +Vertex 2425: Normal +Vertex 2426: Normal +Vertex 2427: Normal +Vertex 2428: Normal +Vertex 2429: Normal +Vertex 2430: Normal +Vertex 2431: Normal +Vertex 2432: Normal +Vertex 2433: Normal +Vertex 2434: Normal +Vertex 2435: Normal +Vertex 2436: Normal +Vertex 2437: Normal +Vertex 2438: Normal +Vertex 2439: Normal +Vertex 2440: Normal +Vertex 2441: Normal +Vertex 2442: Normal +Vertex 2443: Normal +Vertex 2444: Normal +Vertex 2445: Normal +Vertex 2446: Normal +Vertex 2447: Normal +Vertex 2448: Normal +Vertex 2449: Normal +Vertex 2450: Normal +Vertex 2451: Normal +Vertex 2452: Normal +Vertex 2453: Normal +Vertex 2454: Normal +Vertex 2455: Normal +Vertex 2456: Normal +Vertex 2457: Normal +Vertex 2458: Normal +Vertex 2459: Normal +Vertex 2460: Normal +Vertex 2461: Normal +Vertex 2462: Normal +Vertex 2463: Normal +Vertex 2464: Normal +Vertex 2465: Normal +Vertex 2466: Normal +Vertex 2467: Normal +Vertex 2468: Normal +Vertex 2469: Normal +Vertex 2470: Normal +Vertex 2471: Normal +Vertex 2472: Normal +Vertex 2473: Normal +Vertex 2474: Normal +Vertex 2475: Normal +Vertex 2476: Normal +Vertex 2477: Normal +Vertex 2478: Normal +Vertex 2479: Normal +Vertex 2480: Normal +Vertex 2481: Normal +Vertex 2482: Normal +Vertex 2483: Normal +Vertex 2484: Normal +Vertex 2485: Normal +Vertex 2486: Normal +Vertex 2487: Normal +Vertex 2488: Normal +Vertex 2489: Normal +Vertex 2490: Normal +Vertex 2491: Normal +Vertex 2492: Normal +Vertex 2493: Normal +Vertex 2494: Normal +Vertex 2495: Normal +Vertex 2496: Normal +Vertex 2497: Normal +Vertex 2498: Normal +Vertex 2499: Normal +Vertex 2500: Normal +Vertex 2501: Normal +Vertex 2502: Normal +Vertex 2503: Normal +Vertex 2504: Normal +Vertex 2505: Normal +Vertex 2506: Normal +Vertex 2507: Normal +Vertex 2508: Normal +Vertex 2509: Normal +Vertex 2510: Normal +Vertex 2511: Normal +Vertex 2512: Normal +Vertex 2513: Normal +Vertex 2514: Normal +Vertex 2515: Normal +Vertex 2516: Normal +Vertex 2517: Normal +Vertex 2518: Normal +Vertex 2519: Normal +Vertex 2520: Normal +Vertex 2521: Normal +Vertex 2522: Normal +Vertex 2523: Normal +Vertex 2524: Normal +Vertex 2525: Normal +Vertex 2526: Normal +Vertex 2527: Normal +Vertex 2528: Normal +Vertex 2529: Normal +Vertex 2530: Normal +Vertex 2531: Normal +Vertex 2532: Normal +Vertex 2533: Normal +Vertex 2534: Normal +Vertex 2535: Normal +Vertex 2536: Normal +Vertex 2537: Normal +Vertex 2538: Normal +Vertex 2539: Normal +Vertex 2540: Normal +Vertex 2541: Normal +Vertex 2542: Normal +Vertex 2543: Normal +Vertex 2544: Normal +Vertex 2545: Normal +Vertex 2546: Normal +Vertex 2547: Normal +Vertex 2548: Normal +Vertex 2549: Normal +Vertex 2550: Normal +Vertex 2551: Normal +Vertex 2552: Normal +Vertex 2553: Normal +Vertex 2554: Normal +Vertex 2555: Normal +Vertex 2556: Normal +Vertex 2557: Normal +Vertex 2558: Normal +Vertex 2559: Normal +Vertex 2560: Normal +Vertex 2561: Normal +Vertex 2562: Normal +Vertex 2563: Normal +Vertex 2564: Normal +Vertex 2565: Normal +Vertex 2566: Normal +Vertex 2567: Normal +Vertex 2568: Normal +Vertex 2569: Normal +Vertex 2570: Normal +Vertex 2571: Normal +Vertex 2572: Normal +Vertex 2573: Normal +Vertex 2574: Normal +Vertex 2575: Normal +Vertex 2576: Normal +Vertex 2577: Normal +Vertex 2578: Normal +Vertex 2579: Normal +Vertex 2580: Normal +Vertex 2581: Normal +Vertex 2582: Normal +Vertex 2583: Normal +Vertex 2584: Normal +Vertex 2585: Normal +Vertex 2586: Normal +Vertex 2587: Normal +Vertex 2588: Normal +Vertex 2589: Normal +Vertex 2590: Normal +Vertex 2591: Normal +Vertex 2592: Normal +Vertex 2593: Normal +Vertex 2594: Normal +Vertex 2595: Normal +Vertex 2596: Normal +Vertex 2597: Normal +Vertex 2598: Normal +Vertex 2599: Normal +Vertex 2600: Normal +Vertex 2601: Normal +Vertex 2602: Normal +Vertex 2603: Normal +Vertex 2604: Normal +Vertex 2605: Normal +Vertex 2606: Normal +Vertex 2607: Normal +Vertex 2608: Normal +Vertex 2609: Normal +Vertex 2610: Normal +Vertex 2611: Normal +Vertex 2612: Normal +Vertex 2613: Normal +Vertex 2614: Normal +Vertex 2615: Normal +Vertex 2616: Normal +Vertex 2617: Normal +Vertex 2618: Normal +Vertex 2619: Normal +Vertex 2620: Normal +Vertex 2621: Normal +Vertex 2622: Normal +Vertex 2623: Normal +Vertex 2624: Normal +Vertex 2625: Normal +Vertex 2626: Normal +Vertex 2627: Normal +Vertex 2628: Normal +Vertex 2629: Normal +Vertex 2630: Normal +Vertex 2631: Normal +Vertex 2632: Normal +Vertex 2633: Normal +Vertex 2634: Normal +Vertex 2635: Normal +Vertex 2636: Normal +Vertex 2637: Normal +Vertex 2638: Normal +Vertex 2639: Normal +Vertex 2640: Normal +Vertex 2641: Normal +Vertex 2642: Normal +Vertex 2643: Normal +Vertex 2644: Normal +Vertex 2645: Normal +Vertex 2646: Normal +Vertex 2647: Normal +Vertex 2648: Normal +Vertex 2649: Normal +Vertex 2650: Normal +Vertex 2651: Normal +Vertex 2652: Normal +Vertex 2653: Normal +Vertex 2654: Normal +Vertex 2655: Normal +Vertex 2656: Normal +Vertex 2657: Normal +Vertex 2658: Normal +Vertex 2659: Normal +Vertex 2660: Normal +Vertex 2661: Normal +Vertex 2662: Normal +Vertex 2663: Normal +Vertex 2664: Normal +Vertex 2665: Normal +Vertex 2666: Normal +Vertex 2667: Normal +Vertex 2668: Normal +Vertex 2669: Normal +Vertex 2670: Normal +Vertex 2671: Normal +Vertex 2672: Normal +Vertex 2673: Normal +Vertex 2674: Normal +Vertex 2675: Normal +Vertex 2676: Normal +Vertex 2677: Normal +Vertex 2678: Normal +Vertex 2679: Normal +Vertex 2680: Normal +Vertex 2681: Normal +Vertex 2682: Normal +Vertex 2683: Normal +Vertex 2684: Normal +Vertex 2685: Normal +Vertex 2686: Normal +Vertex 2687: Normal +Vertex 2688: Normal +Vertex 2689: Normal +Vertex 2690: Normal +Vertex 2691: Normal +Vertex 2692: Normal +Vertex 2693: Normal +Vertex 2694: Normal +Vertex 2695: Normal +Vertex 2696: Normal +Vertex 2697: Normal +Vertex 2698: Normal +Vertex 2699: Normal +Vertex 2700: Normal +Vertex 2701: Normal +Vertex 2702: Normal +Vertex 2703: Normal +Vertex 2704: Normal +Vertex 2705: Normal +Vertex 2706: Normal +Vertex 2707: Normal +Vertex 2708: Normal +Vertex 2709: Normal +Vertex 2710: Normal +Vertex 2711: Normal +Vertex 2712: Normal +Vertex 2713: Normal +Vertex 2714: Normal +Vertex 2715: Normal +Vertex 2716: Normal +Vertex 2717: Normal +Vertex 2718: Normal +Vertex 2719: Normal +Vertex 2720: Normal +Vertex 2721: Normal +Vertex 2722: Normal +Vertex 2723: Normal +Vertex 2724: Normal +Vertex 2725: Normal +Vertex 2726: Normal +Vertex 2727: Normal +Vertex 2728: Normal +Vertex 2729: Normal +Vertex 2730: Normal +Vertex 2731: Normal +Vertex 2732: Normal +Vertex 2733: Normal +Vertex 2734: Normal +Vertex 2735: Normal +Vertex 2736: Normal +Vertex 2737: Normal +Vertex 2738: Normal +Vertex 2739: Normal +Vertex 2740: Normal +Vertex 2741: Normal +Vertex 2742: Normal +Vertex 2743: Normal +Vertex 2744: Normal +Vertex 2745: Normal +Vertex 2746: Normal +Vertex 2747: Normal +Vertex 2748: Normal +Vertex 2749: Normal +Vertex 2750: Normal +Vertex 2751: Normal +Vertex 2752: Normal +Vertex 2753: Normal +Vertex 2754: Normal +Vertex 2755: Normal +Vertex 2756: Normal +Vertex 2757: Normal +Vertex 2758: Normal +Vertex 2759: Normal +Vertex 2760: Normal +Vertex 2761: Normal +Vertex 2762: Normal +Vertex 2763: Normal +Vertex 2764: Normal +Vertex 2765: Normal +Vertex 2766: Normal +Vertex 2767: Normal +Vertex 2768: Normal +Vertex 2769: Normal +Vertex 2770: Normal +Vertex 2771: Normal +Vertex 2772: Normal +Vertex 2773: Normal +Vertex 2774: Normal +Vertex 2775: Normal +Vertex 2776: Normal +Vertex 2777: Normal +Vertex 2778: Normal +Vertex 2779: Normal +Vertex 2780: Normal +Vertex 2781: Normal +Vertex 2782: Normal +Vertex 2783: Normal +Vertex 2784: Normal +Vertex 2785: Normal +Vertex 2786: Normal +Vertex 2787: Normal +Vertex 2788: Normal +Vertex 2789: Normal +Vertex 2790: Normal +Vertex 2791: Normal +Vertex 2792: Normal +Vertex 2793: Normal +Vertex 2794: Normal +Vertex 2795: Normal +Vertex 2796: Normal +Vertex 2797: Normal +Vertex 2798: Normal +Vertex 2799: Normal +Vertex 2800: Normal +Vertex 2801: Normal +Vertex 2802: Normal +Vertex 2803: Normal +Vertex 2804: Normal +Vertex 2805: Normal +Vertex 2806: Normal +Vertex 2807: Normal +Vertex 2808: Normal +Vertex 2809: Normal +Vertex 2810: Normal +Vertex 2811: Normal +Vertex 2812: Normal +Vertex 2813: Normal +Vertex 2814: Normal +Vertex 2815: Normal +Vertex 2816: Normal +Vertex 2817: Normal +Vertex 2818: Normal +Vertex 2819: Normal +Vertex 2820: Normal +Vertex 2821: Normal +Vertex 2822: Normal +Vertex 2823: Normal +Vertex 2824: Normal +Vertex 2825: Normal +Vertex 2826: Normal +Vertex 2827: Normal +Vertex 2828: Normal +Vertex 2829: Normal +Vertex 2830: Normal +Vertex 2831: Normal +Vertex 2832: Normal +Vertex 2833: Normal +Vertex 2834: Normal +Vertex 2835: Normal +Vertex 2836: Normal +Vertex 2837: Normal +Vertex 2838: Normal +Vertex 2839: Normal +Vertex 2840: Normal +Vertex 2841: Normal +Vertex 2842: Normal +Vertex 2843: Normal +Vertex 2844: Normal +Vertex 2845: Normal +Vertex 2846: Normal +Vertex 2847: Normal +Vertex 2848: Normal +Vertex 2849: Normal +Vertex 2850: Normal +Vertex 2851: Normal +Vertex 2852: Normal +Vertex 2853: Normal +Vertex 2854: Normal +Vertex 2855: Normal +Vertex 2856: Normal +Vertex 2857: Normal +Vertex 2858: Normal +Vertex 2859: Normal +Vertex 2860: Normal +Vertex 2861: Normal +Vertex 2862: Normal +Vertex 2863: Normal +Vertex 2864: Normal +Vertex 2865: Normal +Vertex 2866: Normal +Vertex 2867: Normal +Vertex 2868: Normal +Vertex 2869: Normal +Vertex 2870: Normal +Vertex 2871: Normal +Vertex 2872: Normal +Vertex 2873: Normal +Vertex 2874: Normal +Vertex 2875: Normal +Vertex 2876: Normal +Vertex 2877: Normal +Vertex 2878: Normal +Vertex 2879: Normal +Vertex 2880: Normal +Vertex 2881: Normal +Vertex 2882: Normal +Vertex 2883: Normal +Vertex 2884: Normal +Vertex 2885: Normal +Vertex 2886: Normal +Vertex 2887: Normal +Vertex 2888: Normal +Vertex 2889: Normal +Vertex 2890: Normal +Vertex 2891: Normal +Vertex 2892: Normal +Vertex 2893: Normal +Vertex 2894: Normal +Vertex 2895: Normal +Vertex 2896: Normal +Vertex 2897: Normal +Vertex 2898: Normal +Vertex 2899: Normal +Vertex 2900: Normal +Vertex 2901: Normal +Vertex 2902: Normal +Vertex 2903: Normal +Vertex 2904: Normal +Vertex 2905: Normal +Vertex 2906: Normal +Vertex 2907: Normal +Vertex 2908: Normal +Vertex 2909: Normal +Vertex 2910: Normal +Vertex 2911: Normal +Vertex 2912: Normal +Vertex 2913: Normal +Vertex 2914: Normal +Vertex 2915: Normal +Vertex 2916: Normal +Vertex 2917: Normal +Vertex 2918: Normal +Vertex 2919: Normal +Vertex 2920: Normal +Vertex 2921: Normal +Vertex 2922: Normal +Vertex 2923: Normal +Vertex 2924: Normal +Vertex 2925: Normal +Vertex 2926: Normal +Vertex 2927: Normal +Vertex 2928: Normal +Vertex 2929: Normal +Vertex 2930: Normal +Vertex 2931: Normal +Vertex 2932: Normal +Vertex 2933: Normal +Vertex 2934: Normal +Vertex 2935: Normal +Vertex 2936: Normal +Vertex 2937: Normal +Vertex 2938: Normal +Vertex 2939: Normal +Vertex 2940: Normal +Vertex 2941: Normal +Vertex 2942: Normal +Vertex 2943: Normal +Vertex 2944: Normal +Vertex 2945: Normal +Vertex 2946: Normal +Vertex 2947: Normal +Vertex 2948: Normal +Vertex 2949: Normal +Vertex 2950: Normal +Vertex 2951: Normal +Vertex 2952: Normal +Vertex 2953: Normal +Vertex 2954: Normal +Vertex 2955: Normal +Vertex 2956: Normal +Vertex 2957: Normal +Vertex 2958: Normal +Vertex 2959: Normal +Vertex 2960: Normal +Vertex 2961: Normal +Vertex 2962: Normal +Vertex 2963: Normal +Vertex 2964: Normal +Vertex 2965: Normal +Vertex 2966: Normal +Vertex 2967: Normal +Vertex 2968: Normal +Vertex 2969: Normal +Vertex 2970: Normal +Vertex 2971: Normal +Vertex 2972: Normal +Vertex 2973: Normal +Vertex 2974: Normal +Vertex 2975: Normal +Vertex 2976: Normal +Vertex 2977: Normal +Vertex 2978: Normal +Vertex 2979: Normal +Vertex 2980: Normal +Vertex 2981: Normal +Vertex 2982: Normal +Vertex 2983: Normal +Vertex 2984: Normal +Vertex 2985: Normal +Vertex 2986: Normal +Vertex 2987: Normal +Vertex 2988: Normal +Vertex 2989: Normal +Vertex 2990: Normal +Vertex 2991: Normal +Vertex 2992: Normal +Vertex 2993: Normal +Vertex 2994: Normal +Vertex 2995: Normal +Vertex 2996: Normal +Vertex 2997: Normal +Vertex 2998: Normal +Vertex 2999: Normal +Vertex 3000: Normal +Vertex 3001: Normal +Vertex 3002: Normal +Vertex 3003: Normal +Vertex 3004: Normal +Vertex 3005: Normal +Vertex 3006: Normal +Vertex 3007: Normal +Vertex 3008: Normal +Vertex 3009: Normal +Vertex 3010: Normal +Vertex 3011: Normal +Vertex 3012: Normal +Vertex 3013: Normal +Vertex 3014: Normal +Vertex 3015: Normal +Vertex 3016: Normal +Vertex 3017: Normal +Vertex 3018: Normal +Vertex 3019: Normal +Vertex 3020: Normal +Vertex 3021: Normal +Vertex 3022: Normal +Vertex 3023: Normal +Vertex 3024: Normal +Vertex 3025: Normal +Vertex 3026: Normal +Vertex 3027: Normal +Vertex 3028: Normal +Vertex 3029: Normal +Vertex 3030: Normal +Vertex 3031: Normal +Vertex 3032: Normal +Vertex 3033: Normal +Vertex 3034: Normal +Vertex 3035: Normal +Vertex 3036: Normal +Vertex 3037: Normal +Vertex 3038: Normal +Vertex 3039: Normal +Vertex 3040: Normal +Vertex 3041: Normal +Vertex 3042: Normal +Vertex 3043: Normal +Vertex 3044: Normal +Vertex 3045: Normal +Vertex 3046: Normal +Vertex 3047: Normal +Vertex 3048: Normal +Vertex 3049: Normal +Vertex 3050: Normal +Vertex 3051: Normal +Vertex 3052: Normal +Vertex 3053: Normal +Vertex 3054: Normal +Vertex 3055: Normal +Vertex 3056: Normal +Vertex 3057: Normal +Vertex 3058: Normal +Vertex 3059: Normal +Vertex 3060: Normal +Vertex 3061: Normal +Vertex 3062: Normal +Vertex 3063: Normal +Vertex 3064: Normal +Vertex 3065: Normal +Vertex 3066: Normal +Vertex 3067: Normal +Vertex 3068: Normal +Vertex 3069: Normal +Vertex 3070: Normal +Vertex 3071: Normal +Vertex 3072: Normal +Vertex 3073: Normal +Vertex 3074: Normal +Vertex 3075: Normal +Vertex 3076: Normal +Vertex 3077: Normal +Vertex 3078: Normal +Vertex 3079: Normal +Vertex 3080: Normal +Vertex 3081: Normal +Vertex 3082: Normal +Vertex 3083: Normal +Vertex 3084: Normal +Vertex 3085: Normal +Vertex 3086: Normal +Vertex 3087: Normal +Vertex 3088: Normal +Vertex 3089: Normal +Vertex 3090: Normal +Vertex 3091: Normal +Vertex 3092: Normal +Vertex 3093: Normal +Vertex 3094: Normal +Vertex 3095: Normal +Vertex 3096: Normal +Vertex 3097: Normal +Vertex 3098: Normal +Vertex 3099: Normal +Vertex 3100: Normal +Vertex 3101: Normal +Vertex 3102: Normal +Vertex 3103: Normal +Vertex 3104: Normal +Vertex 3105: Normal +Vertex 3106: Normal +Vertex 3107: Normal +Vertex 3108: Normal +Vertex 3109: Normal +Vertex 3110: Normal +Vertex 3111: Normal +Vertex 3112: Normal +Vertex 3113: Normal +Vertex 3114: Normal +Vertex 3115: Normal +Vertex 3116: Normal +Vertex 3117: Normal +Vertex 3118: Normal +Vertex 3119: Normal +Vertex 3120: Normal +Vertex 3121: Normal +Vertex 3122: Normal +Vertex 3123: Normal +Vertex 3124: Normal +Vertex 3125: Normal +Vertex 3126: Normal +Vertex 3127: Normal +Vertex 3128: Normal +Vertex 3129: Normal +Vertex 3130: Normal +Vertex 3131: Normal +Vertex 3132: Normal +Vertex 3133: Normal +Vertex 3134: Normal +Vertex 3135: Normal +Vertex 3136: Normal +Vertex 3137: Normal +Vertex 3138: Normal +Vertex 3139: Normal +Vertex 3140: Normal +Vertex 3141: Normal +Vertex 3142: Normal +Vertex 3143: Normal +Vertex 3144: Normal +Vertex 3145: Normal +Vertex 3146: Normal +Vertex 3147: Normal +Vertex 3148: Normal +Vertex 3149: Normal +Vertex 3150: Normal +Vertex 3151: Normal +Vertex 3152: Normal +Vertex 3153: Normal +Vertex 3154: Normal +Vertex 3155: Normal +Vertex 3156: Normal +Vertex 3157: Normal +Vertex 3158: Normal +Vertex 3159: Normal +Vertex 3160: Normal +Vertex 3161: Normal +Vertex 3162: Normal +Vertex 3163: Normal +Vertex 3164: Normal +Vertex 3165: Normal +Vertex 3166: Normal +Vertex 3167: Normal +Vertex 3168: Normal +Vertex 3169: Normal +Vertex 3170: Normal +Vertex 3171: Normal +Vertex 3172: Normal +Vertex 3173: Normal +Vertex 3174: Normal +Vertex 3175: Normal +Vertex 3176: Normal +Vertex 3177: Normal +Vertex 3178: Normal +Vertex 3179: Normal +Vertex 3180: Normal +Vertex 3181: Normal +Vertex 3182: Normal +Vertex 3183: Normal +Vertex 3184: Normal +Vertex 3185: Normal +Vertex 3186: Normal +Vertex 3187: Normal +Vertex 3188: Normal +Vertex 3189: Normal +Vertex 3190: Normal +Vertex 3191: Normal +Vertex 3192: Normal +Vertex 3193: Normal +Vertex 3194: Normal +Vertex 3195: Normal +Vertex 3196: Normal +Vertex 3197: Normal +Vertex 3198: Normal +Vertex 3199: Normal +Vertex 3200: Normal +Vertex 3201: Normal +Vertex 3202: Normal +Vertex 3203: Normal +Vertex 3204: Normal +Vertex 3205: Normal +Vertex 3206: Normal +Vertex 3207: Normal +Vertex 3208: Normal +Vertex 3209: Normal +Vertex 3210: Normal +Vertex 3211: Normal +Vertex 3212: Normal +Vertex 3213: Normal +Vertex 3214: Normal +Vertex 3215: Normal +Vertex 3216: Normal +Vertex 3217: Normal +Vertex 3218: Normal +Vertex 3219: Normal +Vertex 3220: Normal +Vertex 3221: Normal +Vertex 3222: Normal +Vertex 3223: Normal +Vertex 3224: Normal +Vertex 3225: Normal +Vertex 3226: Normal +Vertex 3227: Normal +Vertex 3228: Normal +Vertex 3229: Normal +Vertex 3230: Normal +Vertex 3231: Normal +Vertex 3232: Normal +Vertex 3233: Normal +Vertex 3234: Normal +Vertex 3235: Normal +Vertex 3236: Normal +Vertex 3237: Normal +Vertex 3238: Normal +Vertex 3239: Normal +Vertex 3240: Normal +Vertex 3241: Normal +Vertex 3242: Normal +Vertex 3243: Normal +Vertex 3244: Normal +Vertex 3245: Normal +Vertex 3246: Normal +Vertex 3247: Normal +Vertex 3248: Normal +Vertex 3249: Normal +Vertex 3250: Normal +Vertex 3251: Normal +Vertex 3252: Normal +Vertex 3253: Normal +Vertex 3254: Normal +Vertex 3255: Normal +Vertex 3256: Normal +Vertex 3257: Normal +Vertex 3258: Normal +Vertex 3259: Normal +Vertex 3260: Normal +Vertex 3261: Normal +Vertex 3262: Normal +Vertex 3263: Normal +Vertex 3264: Normal +Vertex 3265: Normal +Vertex 3266: Normal +Vertex 3267: Normal +Vertex 3268: Normal +Vertex 3269: Normal +Vertex 3270: Normal +Vertex 3271: Normal +Vertex 3272: Normal +Vertex 3273: Normal +Vertex 3274: Normal +Vertex 3275: Normal +Vertex 3276: Normal +Vertex 3277: Normal +Vertex 3278: Normal +Vertex 3279: Normal +Vertex 3280: Normal +Vertex 3281: Normal +Vertex 3282: Normal +Vertex 3283: Normal +Vertex 3284: Normal +Vertex 3285: Normal +Vertex 3286: Normal +Vertex 3287: Normal +Vertex 3288: Normal +Vertex 3289: Normal +Vertex 3290: Normal +Vertex 3291: Normal +Vertex 3292: Normal +Vertex 3293: Normal +Vertex 3294: Normal +Vertex 3295: Normal +Vertex 3296: Normal +Vertex 3297: Normal +Vertex 3298: Normal +Vertex 3299: Normal +Vertex 3300: Normal +Vertex 3301: Normal +Vertex 3302: Normal +Vertex 3303: Normal +Vertex 3304: Normal +Vertex 3305: Normal +Vertex 3306: Normal +Vertex 3307: Normal +Vertex 3308: Normal +Vertex 3309: Normal +Vertex 3310: Normal +Vertex 3311: Normal +Vertex 3312: Normal +Vertex 3313: Normal +Vertex 3314: Normal +Vertex 3315: Normal +Vertex 3316: Normal +Vertex 3317: Normal +Vertex 3318: Normal +Vertex 3319: Normal +Vertex 3320: Normal +Vertex 3321: Normal +Vertex 3322: Normal +Vertex 3323: Normal +Vertex 3324: Normal +Vertex 3325: Normal +Vertex 3326: Normal +Vertex 3327: Normal +Vertex 3328: Normal +Vertex 3329: Normal +Vertex 3330: Normal +Vertex 3331: Normal +Vertex 3332: Normal +Vertex 3333: Normal +Vertex 3334: Normal +Vertex 3335: Normal +Vertex 3336: Normal +Vertex 3337: Normal +Vertex 3338: Normal +Vertex 3339: Normal +Vertex 3340: Normal +Vertex 3341: Normal +Vertex 3342: Normal +Vertex 3343: Normal +Vertex 3344: Normal +Vertex 3345: Normal +Vertex 3346: Normal +Vertex 3347: Normal +Vertex 3348: Normal +Vertex 3349: Normal +Vertex 3350: Normal +Vertex 3351: Normal +Vertex 3352: Normal +Vertex 3353: Normal +Vertex 3354: Normal +Vertex 3355: Normal +Vertex 3356: Normal +Vertex 3357: Normal +Vertex 3358: Normal +Vertex 3359: Normal +Vertex 3360: Normal +Vertex 3361: Normal +Vertex 3362: Normal +Vertex 3363: Normal +Vertex 3364: Normal +Vertex 3365: Normal +Vertex 3366: Normal +Vertex 3367: Normal +Vertex 3368: Normal +Vertex 3369: Normal +Vertex 3370: Normal +Vertex 3371: Normal +Vertex 3372: Normal +Vertex 3373: Normal +Vertex 3374: Normal +Vertex 3375: Normal +Vertex 3376: Normal +Vertex 3377: Normal +Vertex 3378: Normal +Vertex 3379: Normal +Vertex 3380: Normal +Vertex 3381: Normal +Vertex 3382: Normal +Vertex 3383: Normal +Vertex 3384: Normal +Vertex 3385: Normal +Vertex 3386: Normal +Vertex 3387: Normal +Vertex 3388: Normal +Vertex 3389: Normal +Vertex 3390: Normal +Vertex 3391: Normal +Vertex 3392: Normal +Vertex 3393: Normal +Vertex 3394: Normal +Vertex 3395: Normal +Vertex 3396: Normal +Vertex 3397: Normal +Vertex 3398: Normal +Vertex 3399: Normal +Vertex 3400: Normal +Vertex 3401: Normal +Vertex 3402: Normal +Vertex 3403: Normal +Vertex 3404: Normal +Vertex 3405: Normal +Vertex 3406: Normal +Vertex 3407: Normal +Vertex 3408: Normal +Vertex 3409: Normal +Vertex 3410: Normal +Vertex 3411: Normal +Vertex 3412: Normal +Vertex 3413: Normal +Vertex 3414: Normal +Vertex 3415: Normal +Vertex 3416: Normal +Vertex 3417: Normal +Vertex 3418: Normal +Vertex 3419: Normal +Vertex 3420: Normal +Vertex 3421: Normal +Vertex 3422: Normal +Vertex 3423: Normal +Vertex 3424: Normal +Vertex 3425: Normal +Vertex 3426: Normal +Vertex 3427: Normal +Vertex 3428: Normal +Vertex 3429: Normal +Vertex 3430: Normal +Vertex 3431: Normal +Vertex 3432: Normal +Vertex 3433: Normal +Vertex 3434: Normal +Vertex 3435: Normal +Vertex 3436: Normal +Vertex 3437: Normal +Vertex 3438: Normal +Vertex 3439: Normal +Vertex 3440: Normal +Vertex 3441: Normal +Vertex 3442: Normal +Vertex 3443: Normal +Vertex 3444: Normal +Vertex 3445: Normal +Vertex 3446: Normal +Vertex 3447: Normal +Vertex 3448: Normal +Vertex 3449: Normal +Vertex 3450: Normal +Vertex 3451: Normal +Vertex 3452: Normal +Vertex 3453: Normal +Vertex 3454: Normal +Vertex 3455: Normal +Vertex 3456: Normal +Vertex 3457: Normal +Vertex 3458: Normal +Vertex 3459: Normal +Vertex 3460: Normal +Vertex 3461: Normal +Vertex 3462: Normal +Vertex 3463: Normal +Vertex 3464: Normal +Vertex 3465: Normal +Vertex 3466: Normal +Vertex 3467: Normal +Vertex 3468: Normal +Vertex 3469: Normal +Vertex 3470: Normal +Vertex 3471: Normal +Vertex 3472: Normal +Vertex 3473: Normal +Vertex 3474: Normal +Vertex 3475: Normal +Vertex 3476: Normal +Vertex 3477: Normal +Vertex 3478: Normal +Vertex 3479: Normal +Vertex 3480: Normal +Vertex 3481: Normal +Vertex 3482: Normal +Vertex 3483: Normal +Vertex 3484: Normal +Vertex 3485: Normal +Vertex 3486: Normal +Vertex 3487: Normal +Vertex 3488: Normal +Vertex 3489: Normal +Vertex 3490: Normal +Vertex 3491: Normal +Vertex 3492: Normal +Vertex 3493: Normal +Vertex 3494: Normal +Vertex 3495: Normal +Vertex 3496: Normal +Vertex 3497: Normal +Vertex 3498: Normal +Vertex 3499: Normal +Vertex 3500: Normal +Vertex 3501: Normal +Vertex 3502: Normal +Vertex 3503: Normal +Vertex 3504: Normal +Vertex 3505: Normal +Vertex 3506: Normal +Vertex 3507: Normal +Vertex 3508: Normal +Vertex 3509: Normal +Vertex 3510: Normal +Vertex 3511: Normal +Vertex 3512: Normal +Vertex 3513: Normal +Vertex 3514: Normal +Vertex 3515: Normal +Vertex 3516: Normal +Vertex 3517: Normal +Vertex 3518: Normal +Vertex 3519: Normal +Vertex 3520: Normal +Vertex 3521: Normal +Vertex 3522: Normal +Vertex 3523: Normal +Vertex 3524: Normal +Vertex 3525: Normal +Vertex 3526: Normal +Vertex 3527: Normal +Vertex 3528: Normal +Vertex 3529: Normal +Vertex 3530: Normal +Vertex 3531: Normal +Vertex 3532: Normal +Vertex 3533: Normal +Vertex 3534: Normal +Vertex 3535: Normal +Vertex 3536: Normal +Vertex 3537: Normal +Vertex 3538: Normal +Vertex 3539: Normal +Vertex 3540: Normal +Vertex 3541: Normal +Vertex 3542: Normal +Vertex 3543: Normal +Vertex 3544: Normal +Vertex 3545: Normal +Vertex 3546: Normal +Vertex 3547: Normal +Vertex 3548: Normal +Vertex 3549: Normal +Vertex 3550: Normal +Vertex 3551: Normal +Vertex 3552: Normal +Vertex 3553: Normal +Vertex 3554: Normal +Vertex 3555: Normal +Vertex 3556: Normal +Vertex 3557: Normal +Vertex 3558: Normal +Vertex 3559: Normal +Vertex 3560: Normal +Vertex 3561: Normal +Vertex 3562: Normal +Vertex 3563: Normal +Vertex 3564: Normal +Vertex 3565: Normal +Vertex 3566: Normal +Vertex 3567: Normal +Vertex 3568: Normal +Vertex 3569: Normal +Vertex 3570: Normal +Vertex 3571: Normal +Vertex 3572: Normal +Vertex 3573: Normal +Vertex 3574: Normal +Vertex 3575: Normal +Vertex 3576: Normal +Vertex 3577: Normal +Vertex 3578: Normal +Vertex 3579: Normal +Vertex 3580: Normal +Vertex 3581: Normal +Vertex 3582: Normal +Vertex 3583: Normal +Vertex 3584: Normal +Vertex 3585: Normal +Vertex 3586: Normal +Vertex 3587: Normal +Vertex 3588: Normal +Vertex 3589: Normal +Vertex 3590: Normal +Vertex 3591: Normal +Vertex 3592: Normal +Vertex 3593: Normal +Vertex 3594: Normal +Vertex 3595: Normal +Vertex 3596: Normal +Vertex 3597: Normal +Vertex 3598: Normal +Vertex 3599: Normal +Vertex 3600: Normal +Vertex 3601: Normal +Vertex 3602: Normal +Vertex 3603: Normal +Vertex 3604: Normal +Vertex 3605: Normal +Vertex 3606: Normal +Vertex 3607: Normal +Vertex 3608: Normal +Vertex 3609: Normal +Vertex 3610: Normal +Vertex 3611: Normal +Vertex 3612: Normal +Vertex 3613: Normal +Vertex 3614: Normal +Vertex 3615: Normal +Vertex 3616: Normal +Vertex 3617: Normal +Vertex 3618: Normal +Vertex 3619: Normal +Vertex 3620: Normal +Vertex 3621: Normal +Vertex 3622: Normal +Vertex 3623: Normal +Vertex 3624: Normal +Vertex 3625: Normal +Vertex 3626: Normal +Vertex 3627: Normal +Vertex 3628: Normal +Vertex 3629: Normal +Vertex 3630: Normal +Vertex 3631: Normal +Vertex 3632: Normal +Vertex 3633: Normal +Vertex 3634: Normal +Vertex 3635: Normal +Vertex 3636: Normal +Vertex 3637: Normal +Vertex 3638: Normal +Vertex 3639: Normal +Vertex 3640: Normal +Vertex 3641: Normal +Vertex 3642: Normal +Vertex 3643: Normal +Vertex 3644: Normal +Vertex 3645: Normal +Vertex 3646: Normal +Vertex 3647: Normal +Vertex 3648: Normal +Vertex 3649: Normal +Vertex 3650: Normal +Vertex 3651: Normal +Vertex 3652: Normal +Vertex 3653: Normal +Vertex 3654: Normal +Vertex 3655: Normal +Vertex 3656: Normal +Vertex 3657: Normal +Vertex 3658: Normal +Vertex 3659: Normal +Vertex 3660: Normal +Vertex 3661: Normal +Vertex 3662: Normal +Vertex 3663: Normal +Vertex 3664: Normal +Vertex 3665: Normal +Vertex 3666: Normal +Vertex 3667: Normal +Vertex 3668: Normal +Vertex 3669: Normal +Vertex 3670: Normal +Vertex 3671: Normal +Vertex 3672: Normal +Vertex 3673: Normal +Vertex 3674: Normal +Vertex 3675: Normal +Vertex 3676: Normal +Vertex 3677: Normal +Vertex 3678: Normal +Vertex 3679: Normal +Vertex 3680: Normal +Vertex 3681: Normal +Vertex 3682: Normal +Vertex 3683: Normal +Vertex 3684: Normal +Vertex 3685: Normal +Vertex 3686: Normal +Vertex 3687: Normal +Vertex 3688: Normal +Vertex 3689: Normal +Vertex 3690: Normal +Vertex 3691: Normal +Vertex 3692: Normal +Vertex 3693: Normal +Vertex 3694: Normal +Vertex 3695: Normal +Vertex 3696: Normal +Vertex 3697: Normal +Vertex 3698: Normal +Vertex 3699: Normal +Vertex 3700: Normal +Vertex 3701: Normal +Vertex 3702: Normal +Vertex 3703: Normal +Vertex 3704: Normal +Vertex 3705: Normal +Vertex 3706: Normal +Vertex 3707: Normal +Vertex 3708: Normal +Vertex 3709: Normal +Vertex 3710: Normal +Vertex 3711: Normal +Vertex 3712: Normal +Vertex 3713: Normal +Vertex 3714: Normal +Vertex 3715: Normal +Vertex 3716: Normal +Vertex 3717: Normal +Vertex 3718: Normal +Vertex 3719: Normal +Vertex 3720: Normal +Vertex 3721: Normal +Vertex 3722: Normal +Vertex 3723: Normal +Vertex 3724: Normal +Vertex 3725: Normal +Vertex 3726: Normal +Vertex 3727: Normal +Vertex 3728: Normal +Vertex 3729: Normal +Vertex 3730: Normal +Vertex 3731: Normal +Vertex 3732: Normal +Vertex 3733: Normal +Vertex 3734: Normal +Vertex 3735: Normal +Vertex 3736: Normal +Vertex 3737: Normal +Vertex 3738: Normal +Vertex 3739: Normal +Vertex 3740: Normal +Vertex 3741: Normal +Vertex 3742: Normal +Vertex 3743: Normal +Vertex 3744: Normal +Vertex 3745: Normal +Vertex 3746: Normal +Vertex 3747: Normal +Vertex 3748: Normal +Vertex 3749: Normal +Vertex 3750: Normal +Vertex 3751: Normal +Vertex 3752: Normal +Vertex 3753: Normal +Vertex 3754: Normal +Vertex 3755: Normal +Vertex 3756: Normal +Vertex 3757: Normal +Vertex 3758: Normal +Vertex 3759: Normal +Vertex 3760: Normal +Vertex 3761: Normal +Vertex 3762: Normal +Vertex 3763: Normal +Vertex 3764: Normal +Vertex 3765: Normal +Vertex 3766: Normal +Vertex 3767: Normal +Vertex 3768: Normal +Vertex 3769: Normal +Vertex 3770: Normal +Vertex 3771: Normal +Vertex 3772: Normal +Vertex 3773: Normal +Vertex 3774: Normal +Vertex 3775: Normal +Vertex 3776: Normal +Vertex 3777: Normal +Vertex 3778: Normal +Vertex 3779: Normal +Vertex 3780: Normal +Vertex 3781: Normal +Vertex 3782: Normal +Vertex 3783: Normal +Vertex 3784: Normal +Vertex 3785: Normal +Vertex 3786: Normal +Vertex 3787: Normal +Vertex 3788: Normal +Vertex 3789: Normal +Vertex 3790: Normal +Vertex 3791: Normal +Vertex 3792: Normal +Vertex 3793: Normal +Vertex 3794: Normal +Vertex 3795: Normal +Vertex 3796: Normal +Vertex 3797: Normal +Vertex 3798: Normal +Vertex 3799: Normal +Vertex 3800: Normal +Vertex 3801: Normal +Vertex 3802: Normal +Vertex 3803: Normal +Vertex 3804: Normal +Vertex 3805: Normal +Vertex 3806: Normal +Vertex 3807: Normal +Vertex 3808: Normal +Vertex 3809: Normal +Vertex 3810: Normal +Vertex 3811: Normal +Vertex 3812: Normal +Vertex 3813: Normal +Vertex 3814: Normal +Vertex 3815: Normal +Vertex 3816: Normal +Vertex 3817: Normal +Vertex 3818: Normal +Vertex 3819: Normal +Vertex 3820: Normal +Vertex 3821: Normal +Vertex 3822: Normal +Vertex 3823: Normal +Vertex 3824: Normal +Vertex 3825: Normal +Vertex 3826: Normal +Vertex 3827: Normal +Vertex 3828: Normal +Vertex 3829: Normal +Vertex 3830: Normal +Vertex 3831: Normal +Vertex 3832: Normal +Vertex 3833: Normal +Vertex 3834: Normal +Vertex 3835: Normal +Vertex 3836: Normal +Vertex 3837: Normal +Vertex 3838: Normal +Vertex 3839: Normal +Vertex 3840: Normal +Vertex 3841: Normal +Vertex 3842: Normal +Vertex 3843: Normal +Vertex 3844: Normal +Vertex 3845: Normal +Vertex 3846: Normal +Vertex 3847: Normal +Vertex 3848: Normal +Vertex 3849: Normal +Vertex 3850: Normal +Vertex 3851: Normal +Vertex 3852: Normal +Vertex 3853: Normal +Vertex 3854: Normal +Vertex 3855: Normal +Vertex 3856: Normal +Vertex 3857: Normal +Vertex 3858: Normal +Vertex 3859: Normal +Vertex 3860: Normal +Vertex 3861: Normal +Vertex 3862: Normal +Vertex 3863: Normal +Vertex 3864: Normal +Vertex 3865: Normal +Vertex 3866: Normal +Vertex 3867: Normal +Vertex 3868: Normal +Vertex 3869: Normal +Vertex 3870: Normal +Vertex 3871: Normal +Vertex 3872: Normal +Vertex 3873: Normal +Vertex 3874: Normal +Vertex 3875: Normal +Vertex 3876: Normal +Vertex 3877: Normal +Vertex 3878: Normal +Vertex 3879: Normal +Vertex 3880: Normal +Vertex 3881: Normal +Vertex 3882: Normal +Vertex 3883: Normal +Vertex 3884: Normal +Vertex 3885: Normal +Vertex 3886: Normal +Vertex 3887: Normal +Vertex 3888: Normal +Vertex 3889: Normal +Vertex 3890: Normal +Vertex 3891: Normal +Vertex 3892: Normal +Vertex 3893: Normal +Vertex 3894: Normal +Vertex 3895: Normal +Vertex 3896: Normal +Vertex 3897: Normal +Vertex 3898: Normal +Vertex 3899: Normal +Vertex 3900: Normal +Vertex 3901: Normal +Vertex 3902: Normal +Vertex 3903: Normal +Vertex 3904: Normal +Vertex 3905: Normal +Vertex 3906: Normal +Vertex 3907: Normal +Vertex 3908: Normal +Vertex 3909: Normal +Vertex 3910: Normal +Vertex 3911: Normal +Vertex 3912: Normal +Vertex 3913: Normal +Vertex 3914: Normal +Vertex 3915: Normal +Vertex 3916: Normal +Vertex 3917: Normal +Vertex 3918: Normal +Vertex 3919: Normal +Vertex 3920: Normal +Vertex 3921: Normal +Vertex 3922: Normal +Vertex 3923: Normal +Vertex 3924: Normal +Vertex 3925: Normal +Vertex 3926: Normal +Vertex 3927: Normal +Vertex 3928: Normal +Vertex 3929: Normal +Vertex 3930: Normal +Vertex 3931: Normal +Vertex 3932: Normal +Vertex 3933: Normal +Vertex 3934: Normal +Vertex 3935: Normal +Vertex 3936: Normal +Vertex 3937: Normal +Vertex 3938: Normal +Vertex 3939: Normal +Vertex 3940: Normal +Vertex 3941: Normal +Vertex 3942: Normal +Vertex 3943: Normal +Vertex 3944: Normal +Vertex 3945: Normal +Vertex 3946: Normal +Vertex 3947: Normal +Vertex 3948: Normal +Vertex 3949: Normal +Vertex 3950: Normal +Vertex 3951: Normal +Vertex 3952: Normal +Vertex 3953: Normal +Vertex 3954: Normal +Vertex 3955: Normal +Vertex 3956: Normal +Vertex 3957: Normal +Vertex 3958: Normal +Vertex 3959: Normal +Vertex 3960: Normal +Vertex 3961: Normal +Vertex 3962: Normal +Vertex 3963: Normal +Vertex 3964: Normal +Vertex 3965: Normal +Vertex 3966: Normal +Vertex 3967: Normal +Vertex 3968: Normal +Vertex 3969: Normal +Vertex 3970: Normal +Vertex 3971: Normal +Vertex 3972: Normal +Vertex 3973: Normal +Vertex 3974: Normal +Vertex 3975: Normal +Vertex 3976: Normal +Vertex 3977: Normal +Vertex 3978: Normal +Vertex 3979: Normal +Vertex 3980: Normal +Vertex 3981: Normal +Vertex 3982: Normal +Vertex 3983: Normal +Vertex 3984: Normal +Vertex 3985: Normal +Vertex 3986: Normal +Vertex 3987: Normal +Vertex 3988: Normal +Vertex 3989: Normal +Vertex 3990: Normal +Vertex 3991: Normal +Vertex 3992: Normal +Vertex 3993: Normal +Vertex 3994: Normal +Vertex 3995: Normal +Vertex 3996: Normal +Vertex 3997: Normal +Vertex 3998: Normal +Vertex 3999: Normal +Vertex 4000: Normal +Vertex 4001: Normal +Vertex 4002: Normal +Vertex 4003: Normal +Vertex 4004: Normal +Vertex 4005: Normal +Vertex 4006: Normal +Vertex 4007: Normal +Vertex 4008: Normal +Vertex 4009: Normal +Vertex 4010: Normal +Vertex 4011: Normal +Vertex 4012: Normal +Vertex 4013: Normal +Vertex 4014: Normal +Vertex 4015: Normal +Vertex 4016: Normal +Vertex 4017: Normal +Vertex 4018: Normal +Vertex 4019: Normal +Vertex 4020: Normal +Vertex 4021: Normal +Vertex 4022: Normal +Vertex 4023: Normal +Vertex 4024: Normal +Vertex 4025: Normal +Vertex 4026: Normal +Vertex 4027: Normal +Vertex 4028: Normal +Vertex 4029: Normal +Vertex 4030: Normal +Vertex 4031: Normal +Vertex 4032: Normal +Vertex 4033: Normal +Vertex 4034: Normal +Vertex 4035: Normal +Vertex 4036: Normal +Vertex 4037: Normal +Vertex 4038: Normal +Vertex 4039: Normal +Vertex 4040: Normal +Vertex 4041: Normal +Vertex 4042: Normal +Vertex 4043: Normal +Vertex 4044: Normal +Vertex 4045: Normal +Vertex 4046: Normal +Vertex 4047: Normal +Vertex 4048: Normal +Vertex 4049: Normal +Vertex 4050: Normal +Vertex 4051: Normal +Vertex 4052: Normal +Vertex 4053: Normal +Vertex 4054: Normal +Vertex 4055: Normal +Vertex 4056: Normal +Vertex 4057: Normal +Vertex 4058: Normal +Vertex 4059: Normal +Vertex 4060: Normal +Vertex 4061: Normal +Vertex 4062: Normal +Vertex 4063: Normal +Vertex 4064: Normal +Vertex 4065: Normal +Vertex 4066: Normal +Vertex 4067: Normal +Vertex 4068: Normal +Vertex 4069: Normal +Vertex 4070: Normal +Vertex 4071: Normal +Vertex 4072: Normal +Vertex 4073: Normal +Vertex 4074: Normal +Vertex 4075: Normal +Vertex 4076: Normal +Vertex 4077: Normal +Vertex 4078: Normal +Vertex 4079: Normal +Vertex 4080: Normal +Vertex 4081: Normal +Vertex 4082: Normal +Vertex 4083: Normal +Vertex 4084: Normal +Vertex 4085: Normal +Vertex 4086: Normal +Vertex 4087: Normal +Vertex 4088: Normal +Vertex 4089: Normal +Vertex 4090: Normal +Vertex 4091: Normal +Vertex 4092: Normal +Vertex 4093: Normal +Vertex 4094: Normal +Vertex 4095: Normal +Vertex 4096: Normal +Vertex 4097: Normal +Vertex 4098: Normal +Vertex 4099: Normal +Vertex 4100: Normal +Vertex 4101: Normal +Vertex 4102: Normal +Vertex 4103: Normal +Vertex 4104: Normal +Vertex 4105: Normal +Vertex 4106: Normal +Vertex 4107: Normal +Vertex 4108: Normal +Vertex 4109: Normal +Vertex 4110: Normal +Vertex 4111: Normal +Vertex 4112: Normal +Vertex 4113: Normal +Vertex 4114: Normal +Vertex 4115: Normal +Vertex 4116: Normal +Vertex 4117: Normal +Vertex 4118: Normal +Vertex 4119: Normal +Vertex 4120: Normal +Vertex 4121: Normal +Vertex 4122: Normal +Vertex 4123: Normal +Vertex 4124: Normal +Vertex 4125: Normal +Vertex 4126: Normal +Vertex 4127: Normal +Vertex 4128: Normal +Vertex 4129: Normal +Vertex 4130: Normal +Vertex 4131: Normal +Vertex 4132: Normal +Vertex 4133: Normal +Vertex 4134: Normal +Vertex 4135: Normal +Vertex 4136: Normal +Vertex 4137: Normal +Vertex 4138: Normal +Vertex 4139: Normal +Vertex 4140: Normal +Vertex 4141: Normal +Vertex 4142: Normal +Vertex 4143: Normal +Vertex 4144: Normal +Vertex 4145: Normal +Vertex 4146: Normal +Vertex 4147: Normal +Vertex 4148: Normal +Vertex 4149: Normal +Vertex 4150: Normal +Vertex 4151: Normal +Vertex 4152: Normal +Vertex 4153: Normal +Vertex 4154: Normal +Vertex 4155: Normal +Vertex 4156: Normal +Vertex 4157: Normal +Vertex 4158: Normal +Vertex 4159: Normal +Vertex 4160: Normal +Vertex 4161: Normal +Vertex 4162: Normal +Vertex 4163: Normal +Vertex 4164: Normal +Vertex 4165: Normal +Vertex 4166: Normal +Vertex 4167: Normal +Vertex 4168: Normal +Vertex 4169: Normal +Vertex 4170: Normal +Vertex 4171: Normal +Vertex 4172: Normal +Vertex 4173: Normal +Vertex 4174: Normal +Vertex 4175: Normal +Vertex 4176: Normal +Vertex 4177: Normal +Vertex 4178: Normal +Vertex 4179: Normal +Vertex 4180: Normal +Vertex 4181: Normal +Vertex 4182: Normal +Vertex 4183: Normal +Vertex 4184: Normal +Vertex 4185: Normal +Vertex 4186: Normal +Vertex 4187: Normal +Vertex 4188: Normal +Vertex 4189: Normal +Vertex 4190: Normal +Vertex 4191: Normal +Vertex 4192: Normal +Vertex 4193: Normal +Vertex 4194: Normal +Vertex 4195: Normal +Vertex 4196: Normal +Vertex 4197: Normal +Vertex 4198: Normal +Vertex 4199: Normal +Vertex 4200: Normal +Vertex 4201: Normal +Vertex 4202: Normal +Vertex 4203: Normal +Vertex 4204: Normal +Vertex 4205: Normal +Vertex 4206: Normal +Vertex 4207: Normal +Vertex 4208: Normal +Vertex 4209: Normal +Vertex 4210: Normal +Vertex 4211: Normal +Vertex 4212: Normal +Vertex 4213: Normal +Vertex 4214: Normal +Vertex 4215: Normal +Vertex 4216: Normal +Vertex 4217: Normal +Vertex 4218: Normal +Vertex 4219: Normal +Vertex 4220: Normal +Vertex 4221: Normal +Vertex 4222: Normal +Vertex 4223: Normal +Vertex 4224: Normal +Vertex 4225: Normal +Vertex 4226: Normal +Vertex 4227: Normal +Vertex 4228: Normal +Vertex 4229: Normal +Vertex 4230: Normal +Vertex 4231: Normal +Vertex 4232: Normal +Vertex 4233: Normal +Vertex 4234: Normal +Vertex 4235: Normal +Vertex 4236: Normal +Vertex 4237: Normal +Vertex 4238: Normal +Vertex 4239: Normal +Vertex 4240: Normal +Vertex 4241: Normal +Vertex 4242: Normal +Vertex 4243: Normal +Vertex 4244: Normal +Vertex 4245: Normal +Vertex 4246: Normal +Vertex 4247: Normal +Vertex 4248: Normal +Vertex 4249: Normal +Vertex 4250: Normal +Vertex 4251: Normal +Vertex 4252: Normal +Vertex 4253: Normal +Vertex 4254: Normal +Vertex 4255: Normal +Vertex 4256: Normal +Vertex 4257: Normal +Vertex 4258: Normal +Vertex 4259: Normal +Vertex 4260: Normal +Vertex 4261: Normal +Vertex 4262: Normal +Vertex 4263: Normal +Vertex 4264: Normal +Vertex 4265: Normal +Vertex 4266: Normal +Vertex 4267: Normal +Vertex 4268: Normal +Vertex 4269: Normal +Vertex 4270: Normal +Vertex 4271: Normal +Vertex 4272: Normal +Vertex 4273: Normal +Vertex 4274: Normal +Vertex 4275: Normal +Vertex 4276: Normal +Vertex 4277: Normal +Vertex 4278: Normal +Vertex 4279: Normal +Vertex 4280: Normal +Vertex 4281: Normal +Vertex 4282: Normal +Vertex 4283: Normal +Vertex 4284: Normal +Vertex 4285: Normal +Vertex 4286: Normal +Vertex 4287: Normal +Vertex 4288: Normal +Vertex 4289: Normal +Vertex 4290: Normal +Vertex 4291: Normal +Vertex 4292: Normal +Vertex 4293: Normal +Vertex 4294: Normal +Vertex 4295: Normal +Vertex 4296: Normal +Vertex 4297: Normal +Vertex 4298: Normal +Vertex 4299: Normal +Vertex 4300: Normal +Vertex 4301: Normal +Vertex 4302: Normal +Vertex 4303: Normal +Vertex 4304: Normal +Vertex 4305: Normal +Vertex 4306: Normal +Vertex 4307: Normal +Vertex 4308: Normal +Vertex 4309: Normal +Vertex 4310: Normal +Vertex 4311: Normal +Vertex 4312: Normal +Vertex 4313: Normal +Vertex 4314: Normal +Vertex 4315: Normal +Vertex 4316: Normal +Vertex 4317: Normal +Vertex 4318: Normal +Vertex 4319: Normal +Vertex 4320: Normal +Vertex 4321: Normal +Vertex 4322: Normal +Vertex 4323: Normal +Vertex 4324: Normal +Vertex 4325: Normal +Vertex 4326: Normal +Vertex 4327: Normal +Vertex 4328: Normal +Vertex 4329: Normal +Vertex 4330: Normal +Vertex 4331: Normal +Vertex 4332: Normal +Vertex 4333: Normal +Vertex 4334: Normal +Vertex 4335: Normal +Vertex 4336: Normal +Vertex 4337: Normal +Vertex 4338: Normal +Vertex 4339: Normal +Vertex 4340: Normal +Vertex 4341: Normal +Vertex 4342: Normal +Vertex 4343: Normal +Vertex 4344: Normal +Vertex 4345: Normal +Vertex 4346: Normal +Vertex 4347: Normal +Vertex 4348: Normal +Vertex 4349: Normal +Vertex 4350: Normal +Vertex 4351: Normal +Vertex 4352: Normal +Vertex 4353: Normal +Vertex 4354: Normal +Vertex 4355: Normal +Vertex 4356: Normal +Vertex 4357: Normal +Vertex 4358: Normal +Vertex 4359: Normal +Vertex 4360: Normal +Vertex 4361: Normal +Vertex 4362: Normal +Vertex 4363: Normal +Vertex 4364: Normal +Vertex 4365: Normal +Vertex 4366: Normal +Vertex 4367: Normal +Vertex 4368: Normal +Vertex 4369: Normal +Vertex 4370: Normal +Vertex 4371: Normal +Vertex 4372: Normal +Vertex 4373: Normal +Vertex 4374: Normal +Vertex 4375: Normal +Vertex 4376: Normal +Vertex 4377: Normal +Vertex 4378: Normal +Vertex 4379: Normal +Vertex 4380: Normal +Vertex 4381: Normal +Vertex 4382: Normal +Vertex 4383: Normal +Vertex 4384: Normal +Vertex 4385: Normal +Vertex 4386: Normal +Vertex 4387: Normal +Vertex 4388: Normal +Vertex 4389: Normal +Vertex 4390: Normal +Vertex 4391: Normal +Vertex 4392: Normal +Vertex 4393: Normal +Vertex 4394: Normal +Vertex 4395: Normal +Vertex 4396: Normal +Vertex 4397: Normal +Vertex 4398: Normal +Vertex 4399: Normal +Vertex 4400: Normal +Vertex 4401: Normal +Vertex 4402: Normal +Vertex 4403: Normal +Vertex 4404: Normal +Vertex 4405: Normal +Vertex 4406: Normal +Vertex 4407: Normal +Vertex 4408: Normal +Vertex 4409: Normal +Vertex 4410: Normal +Vertex 4411: Normal +Vertex 4412: Normal +Vertex 4413: Normal +Vertex 4414: Normal +Vertex 4415: Normal +Vertex 4416: Normal +Vertex 4417: Normal +Vertex 4418: Normal +Vertex 4419: Normal +Vertex 4420: Normal +Vertex 4421: Normal +Vertex 4422: Normal +Vertex 4423: Normal +Vertex 4424: Normal +Vertex 4425: Normal +Vertex 4426: Normal +Vertex 4427: Normal +Vertex 4428: Normal +Vertex 4429: Normal +Vertex 4430: Normal +Vertex 4431: Normal +Vertex 4432: Normal +Vertex 4433: Normal +Vertex 4434: Normal +Vertex 4435: Normal +Vertex 4436: Normal +Vertex 4437: Normal +Vertex 4438: Normal +Vertex 4439: Normal +Vertex 4440: Normal +Vertex 4441: Normal +Vertex 4442: Normal +Vertex 4443: Normal +Vertex 4444: Normal +Vertex 4445: Normal +Vertex 4446: Normal +Vertex 4447: Normal +Vertex 4448: Normal +Vertex 4449: Normal +Vertex 4450: Normal +Vertex 4451: Normal +Vertex 4452: Normal +Vertex 4453: Normal +Vertex 4454: Normal +Vertex 4455: Normal +Vertex 4456: Normal +Vertex 4457: Normal +Vertex 4458: Normal +Vertex 4459: Normal +Vertex 4460: Normal +Vertex 4461: Normal +Vertex 4462: Normal +Vertex 4463: Normal +Vertex 4464: Normal +Vertex 4465: Normal +Vertex 4466: Normal +Vertex 4467: Normal +Vertex 4468: Normal +Vertex 4469: Normal +Vertex 4470: Normal +Vertex 4471: Normal +Vertex 4472: Normal +Vertex 4473: Normal +Vertex 4474: Normal +Vertex 4475: Normal +Vertex 4476: Normal +Vertex 4477: Normal +Vertex 4478: Normal +Vertex 4479: Normal +Vertex 4480: Normal +Vertex 4481: Normal +Vertex 4482: Normal +Vertex 4483: Normal +Vertex 4484: Normal +Vertex 4485: Normal +Vertex 4486: Normal +Vertex 4487: Normal +Vertex 4488: Normal +Vertex 4489: Normal +Vertex 4490: Normal +Vertex 4491: Normal +Vertex 4492: Normal +Vertex 4493: Normal +Vertex 4494: Normal +Vertex 4495: Normal +Vertex 4496: Normal +Vertex 4497: Normal +Vertex 4498: Normal +Vertex 4499: Normal +Vertex 4500: Normal +Vertex 4501: Normal +Vertex 4502: Normal +Vertex 4503: Normal +Vertex 4504: Normal +Vertex 4505: Normal +Vertex 4506: Normal +Vertex 4507: Normal +Vertex 4508: Normal +Vertex 4509: Normal +Vertex 4510: Normal +Vertex 4511: Normal +Vertex 4512: Normal +Vertex 4513: Normal +Vertex 4514: Normal +Vertex 4515: Normal +Vertex 4516: Normal +Vertex 4517: Normal +Vertex 4518: Normal +Vertex 4519: Normal +Vertex 4520: Normal +Vertex 4521: Normal +Vertex 4522: Normal +Vertex 4523: Normal +Vertex 4524: Normal +Vertex 4525: Normal +Vertex 4526: Normal +Vertex 4527: Normal +Vertex 4528: Normal +Vertex 4529: Normal +Vertex 4530: Normal +Vertex 4531: Normal +Vertex 4532: Normal +Vertex 4533: Normal +Vertex 4534: Normal +Vertex 4535: Normal +Vertex 4536: Normal +Vertex 4537: Normal +Vertex 4538: Normal +Vertex 4539: Normal +Vertex 4540: Normal +Vertex 4541: Normal +Vertex 4542: Normal +Vertex 4543: Normal +Vertex 4544: Normal +Vertex 4545: Normal +Vertex 4546: Normal +Vertex 4547: Normal +Vertex 4548: Normal +Vertex 4549: Normal +Vertex 4550: Normal +Vertex 4551: Normal +Vertex 4552: Normal +Vertex 4553: Normal +Vertex 4554: Normal +Vertex 4555: Normal +Vertex 4556: Normal +Vertex 4557: Normal +Vertex 4558: Normal +Vertex 4559: Normal +Vertex 4560: Normal +Vertex 4561: Normal +Vertex 4562: Normal +Vertex 4563: Normal +Vertex 4564: Normal +Vertex 4565: Normal +Vertex 4566: Normal +Vertex 4567: Normal +Vertex 4568: Normal +Vertex 4569: Normal +Vertex 4570: Normal +Vertex 4571: Normal +Vertex 4572: Normal +Vertex 4573: Normal +Vertex 4574: Normal +Vertex 4575: Normal +Vertex 4576: Normal +Vertex 4577: Normal +Vertex 4578: Normal +Vertex 4579: Normal +Vertex 4580: Normal +Vertex 4581: Normal +Vertex 4582: Normal +Vertex 4583: Normal +Vertex 4584: Normal +Vertex 4585: Normal +Vertex 4586: Normal +Vertex 4587: Normal +Vertex 4588: Normal +Vertex 4589: Normal +Vertex 4590: Normal +Vertex 4591: Normal +Vertex 4592: Normal +Vertex 4593: Normal +Vertex 4594: Normal +Vertex 4595: Normal +Vertex 4596: Normal +Vertex 4597: Normal +Vertex 4598: Normal +Vertex 4599: Normal +Vertex 4600: Normal +Vertex 4601: Normal +Vertex 4602: Normal +Vertex 4603: Normal +Vertex 4604: Normal +Vertex 4605: Normal +Vertex 4606: Normal +Vertex 4607: Normal +Vertex 4608: Normal +Vertex 4609: Normal +Vertex 4610: Normal +Vertex 4611: Normal +Vertex 4612: Normal +Vertex 4613: Normal +Vertex 4614: Normal +Vertex 4615: Normal +Vertex 4616: Normal +Vertex 4617: Normal +Vertex 4618: Normal +Vertex 4619: Normal +Vertex 4620: Normal +Vertex 4621: Normal +Vertex 4622: Normal +Vertex 4623: Normal +Vertex 4624: Normal +Vertex 4625: Normal +Vertex 4626: Normal +Vertex 4627: Normal +Vertex 4628: Normal +Vertex 4629: Normal +Vertex 4630: Normal +Vertex 4631: Normal +Vertex 4632: Normal +Vertex 4633: Normal +Vertex 4634: Normal +Vertex 4635: Normal +Vertex 4636: Normal +Vertex 4637: Normal +Vertex 4638: Normal +Vertex 4639: Normal +Vertex 4640: Normal +Vertex 4641: Normal +Vertex 4642: Normal +Vertex 4643: Normal +Vertex 4644: Normal +Vertex 4645: Normal +Vertex 4646: Normal +Vertex 4647: Normal +Vertex 4648: Normal +Vertex 4649: Normal +Vertex 4650: Normal +Vertex 4651: Normal +Vertex 4652: Normal +Vertex 4653: Normal +Vertex 4654: Normal +Vertex 4655: Normal +Vertex 4656: Normal +Vertex 4657: Normal +Vertex 4658: Normal +Vertex 4659: Normal +Vertex 4660: Normal +Vertex 4661: Normal +Vertex 4662: Normal +Vertex 4663: Normal +Vertex 4664: Normal +Vertex 4665: Normal +Vertex 4666: Normal +Vertex 4667: Normal +Vertex 4668: Normal +Vertex 4669: Normal +Vertex 4670: Normal +Vertex 4671: Normal +Vertex 4672: Normal +Vertex 4673: Normal +Vertex 4674: Normal +Vertex 4675: Normal +Vertex 4676: Normal +Vertex 4677: Normal +Vertex 4678: Normal +Vertex 4679: Normal +Vertex 4680: Normal +Vertex 4681: Normal +Vertex 4682: Normal +Vertex 4683: Normal +Vertex 4684: Normal +Vertex 4685: Normal +Vertex 4686: Normal +Vertex 4687: Normal +Vertex 4688: Normal +Vertex 4689: Normal +Vertex 4690: Normal +Vertex 4691: Normal +Vertex 4692: Normal +Vertex 4693: Normal +Vertex 4694: Normal +Vertex 4695: Normal +Vertex 4696: Normal +Vertex 4697: Normal +Vertex 4698: Normal +Vertex 4699: Normal +Vertex 4700: Normal +Vertex 4701: Normal +Vertex 4702: Normal +Vertex 4703: Normal +Vertex 4704: Normal +Vertex 4705: Normal +Vertex 4706: Normal +Vertex 4707: Normal +Vertex 4708: Normal +Vertex 4709: Normal +Vertex 4710: Normal +Vertex 4711: Normal +Vertex 4712: Normal +Vertex 4713: Normal +Vertex 4714: Normal +Vertex 4715: Normal +Vertex 4716: Normal +Vertex 4717: Normal +Vertex 4718: Normal +Vertex 4719: Normal +Vertex 4720: Normal +Vertex 4721: Normal +Vertex 4722: Normal +Vertex 4723: Normal +Vertex 4724: Normal +Vertex 4725: Normal +Vertex 4726: Normal +Vertex 4727: Normal +Vertex 4728: Normal +Vertex 4729: Normal +Vertex 4730: Normal +Vertex 4731: Normal +Vertex 4732: Normal +Vertex 4733: Normal +Vertex 4734: Normal +Vertex 4735: Normal +Vertex 4736: Normal +Vertex 4737: Normal +Vertex 4738: Normal +Vertex 4739: Normal +Vertex 4740: Normal +Vertex 4741: Normal +Vertex 4742: Normal +Vertex 4743: Normal +Vertex 4744: Normal +Vertex 4745: Normal +Vertex 4746: Normal +Vertex 4747: Normal +Vertex 4748: Normal +Vertex 4749: Normal +Vertex 4750: Normal +Vertex 4751: Normal +Vertex 4752: Normal +Vertex 4753: Normal +Vertex 4754: Normal +Vertex 4755: Normal +Vertex 4756: Normal +Vertex 4757: Normal +Vertex 4758: Normal +Vertex 4759: Normal +Vertex 4760: Normal +Vertex 4761: Normal +Vertex 4762: Normal +Vertex 4763: Normal +Vertex 4764: Normal +Vertex 4765: Normal +Vertex 4766: Normal +Vertex 4767: Normal +Vertex 4768: Normal +Vertex 4769: Normal +Vertex 4770: Normal +Vertex 4771: Normal +Vertex 4772: Normal +Vertex 4773: Normal +Vertex 4774: Normal +Vertex 4775: Normal +Vertex 4776: Normal +Vertex 4777: Normal +Vertex 4778: Normal +Vertex 4779: Normal +Vertex 4780: Normal +Vertex 4781: Normal +Vertex 4782: Normal +Vertex 4783: Normal +Vertex 4784: Normal +Vertex 4785: Normal +Vertex 4786: Normal +Vertex 4787: Normal +Vertex 4788: Normal +Vertex 4789: Normal +Vertex 4790: Normal +Vertex 4791: Normal +Vertex 4792: Normal +Vertex 4793: Normal +Vertex 4794: Normal +Vertex 4795: Normal +Vertex 4796: Normal +Vertex 4797: Normal +Vertex 4798: Normal +Vertex 4799: Normal +Vertex 4800: Normal +Vertex 4801: Normal +Vertex 4802: Normal +Vertex 4803: Normal +Vertex 4804: Normal +Vertex 4805: Normal +Vertex 4806: Normal +Vertex 4807: Normal +Vertex 4808: Normal +Vertex 4809: Normal +Vertex 4810: Normal +Vertex 4811: Normal +Vertex 4812: Normal +Vertex 4813: Normal +Vertex 4814: Normal +Vertex 4815: Normal +Vertex 4816: Normal +Vertex 4817: Normal +Vertex 4818: Normal +Vertex 4819: Normal +Vertex 4820: Normal +Vertex 4821: Normal +Vertex 4822: Normal +Vertex 4823: Normal +Vertex 4824: Normal +Vertex 4825: Normal +Vertex 4826: Normal +Vertex 4827: Normal +Vertex 4828: Normal +Vertex 4829: Normal +Vertex 4830: Normal +Vertex 4831: Normal +Vertex 4832: Normal +Vertex 4833: Normal +Vertex 4834: Normal +Vertex 4835: Normal +Vertex 4836: Normal +Vertex 4837: Normal +Vertex 4838: Normal +Vertex 4839: Normal +Vertex 4840: Normal +Vertex 4841: Normal +Vertex 4842: Normal +Vertex 4843: Normal +Vertex 4844: Normal +Vertex 4845: Normal +Vertex 4846: Normal +Vertex 4847: Normal +Vertex 4848: Normal +Vertex 4849: Normal +Vertex 4850: Normal +Vertex 4851: Normal +Vertex 4852: Normal +Vertex 4853: Normal +Vertex 4854: Normal +Vertex 4855: Normal +Vertex 4856: Normal +Vertex 4857: Normal +Vertex 4858: Normal +Vertex 4859: Normal +Vertex 4860: Normal +Vertex 4861: Normal +Vertex 4862: Normal +Vertex 4863: Normal +Vertex 4864: Normal +Vertex 4865: Normal +Vertex 4866: Normal +Vertex 4867: Normal +Vertex 4868: Normal +Vertex 4869: Normal +Vertex 4870: Normal +Vertex 4871: Normal +Vertex 4872: Normal +Vertex 4873: Normal +Vertex 4874: Normal +Vertex 4875: Normal +Vertex 4876: Normal +Vertex 4877: Normal +Vertex 4878: Normal +Vertex 4879: Normal +Vertex 4880: Normal +Vertex 4881: Normal +Vertex 4882: Normal +Vertex 4883: Normal +Vertex 4884: Normal +Vertex 4885: Normal +Vertex 4886: Normal +Vertex 4887: Normal +Vertex 4888: Normal +Vertex 4889: Normal +Vertex 4890: Normal +Vertex 4891: Normal +Vertex 4892: Normal +Vertex 4893: Normal +Vertex 4894: Normal +Vertex 4895: Normal +Vertex 4896: Normal +Vertex 4897: Normal +Vertex 4898: Normal +Vertex 4899: Normal +Vertex 4900: Normal +Vertex 4901: Normal +Vertex 4902: Normal +Vertex 4903: Normal +Vertex 4904: Normal +Vertex 4905: Normal +Vertex 4906: Normal +Vertex 4907: Normal +Vertex 4908: Normal +Vertex 4909: Normal +Vertex 4910: Normal +Vertex 4911: Normal +Vertex 4912: Normal +Vertex 4913: Normal +Vertex 4914: Normal +Vertex 4915: Normal +Vertex 4916: Normal +Vertex 4917: Normal +Vertex 4918: Normal +Vertex 4919: Normal +Vertex 4920: Normal +Vertex 4921: Normal +Vertex 4922: Normal +Vertex 4923: Normal +Vertex 4924: Normal +Vertex 4925: Normal +Vertex 4926: Normal +Vertex 4927: Normal +Vertex 4928: Normal +Vertex 4929: Normal +Vertex 4930: Normal +Vertex 4931: Normal +Vertex 4932: Normal +Vertex 4933: Normal +Vertex 4934: Normal +Vertex 4935: Normal +Vertex 4936: Normal +Vertex 4937: Normal +Vertex 4938: Normal +Vertex 4939: Normal +Vertex 4940: Normal +Vertex 4941: Normal +Vertex 4942: Normal +Vertex 4943: Normal +Vertex 4944: Normal +Vertex 4945: Normal +Vertex 4946: Normal +Vertex 4947: Normal +Vertex 4948: Normal +Vertex 4949: Normal +Vertex 4950: Normal +Vertex 4951: Normal +Vertex 4952: Normal +Vertex 4953: Normal +Vertex 4954: Normal +Vertex 4955: Normal +Vertex 4956: Normal +Vertex 4957: Normal +Vertex 4958: Normal +Vertex 4959: Normal +Vertex 4960: Normal +Vertex 4961: Normal +Vertex 4962: Normal +Vertex 4963: Normal +Vertex 4964: Normal +Vertex 4965: Normal +Vertex 4966: Normal +Vertex 4967: Normal +Vertex 4968: Normal +Vertex 4969: Normal +Vertex 4970: Normal +Vertex 4971: Normal +Vertex 4972: Normal +Vertex 4973: Normal +Vertex 4974: Normal +Vertex 4975: Normal +Vertex 4976: Normal +Vertex 4977: Normal +Vertex 4978: Normal +Vertex 4979: Normal +Vertex 4980: Normal +Vertex 4981: Normal +Vertex 4982: Normal +Vertex 4983: Normal +Vertex 4984: Normal +Vertex 4985: Normal +Vertex 4986: Normal +Vertex 4987: Normal +Vertex 4988: Normal +Vertex 4989: Normal +Vertex 4990: Normal +Vertex 4991: Normal +Vertex 4992: Normal +Vertex 4993: Normal +Vertex 4994: Normal +Vertex 4995: Normal +Vertex 4996: Normal +Vertex 4997: Normal +Vertex 4998: Normal +Vertex 4999: Normal +Vertex 5000: Normal +Vertex 5001: Normal +Vertex 5002: Normal +Vertex 5003: Normal +Vertex 5004: Normal +Vertex 5005: Normal +Vertex 5006: Normal +Vertex 5007: Normal +Vertex 5008: Normal +Vertex 5009: Normal +Vertex 5010: Normal +Vertex 5011: Normal +Vertex 5012: Normal +Vertex 5013: Normal +Vertex 5014: Normal +Vertex 5015: Normal +Vertex 5016: Normal +Vertex 5017: Normal +Vertex 5018: Normal +Vertex 5019: Normal +Vertex 5020: Normal +Vertex 5021: Normal +Vertex 5022: Normal +Vertex 5023: Normal +Vertex 5024: Normal +Vertex 5025: Normal +Vertex 5026: Normal +Vertex 5027: Normal +Vertex 5028: Normal +Vertex 5029: Normal +Vertex 5030: Normal +Vertex 5031: Normal +Vertex 5032: Normal +Vertex 5033: Normal +Vertex 5034: Normal +Vertex 5035: Normal +Vertex 5036: Normal +Vertex 5037: Normal +Vertex 5038: Normal +Vertex 5039: Normal +Vertex 5040: Normal +Vertex 5041: Normal +Vertex 5042: Normal +Vertex 5043: Normal +Vertex 5044: Normal +Vertex 5045: Normal +Vertex 5046: Normal +Vertex 5047: Normal +Vertex 5048: Normal +Vertex 5049: Normal +Vertex 5050: Normal +Vertex 5051: Normal +Vertex 5052: Normal +Vertex 5053: Normal +Vertex 5054: Normal +Vertex 5055: Normal +Vertex 5056: Normal +Vertex 5057: Normal +Vertex 5058: Normal +Vertex 5059: Normal +Vertex 5060: Normal +Vertex 5061: Normal +Vertex 5062: Normal +Vertex 5063: Normal +Vertex 5064: Normal +Vertex 5065: Normal +Vertex 5066: Normal +Vertex 5067: Normal +Vertex 5068: Normal +Vertex 5069: Normal +Vertex 5070: Normal +Vertex 5071: Normal +Vertex 5072: Normal +Vertex 5073: Normal +Vertex 5074: Normal +Vertex 5075: Normal +Vertex 5076: Normal +Vertex 5077: Normal +Vertex 5078: Normal +Vertex 5079: Normal +Vertex 5080: Normal +Vertex 5081: Normal +Vertex 5082: Normal +Vertex 5083: Normal +Vertex 5084: Normal +Vertex 5085: Normal +Vertex 5086: Normal +Vertex 5087: Normal +Vertex 5088: Normal +Vertex 5089: Normal +Vertex 5090: Normal +Vertex 5091: Normal +Vertex 5092: Normal +Vertex 5093: Normal +Vertex 5094: Normal +Vertex 5095: Normal +Vertex 5096: Normal +Vertex 5097: Normal +Vertex 5098: Normal +Vertex 5099: Normal +Vertex 5100: Normal +Vertex 5101: Normal +Vertex 5102: Normal +Vertex 5103: Normal +Vertex 5104: Normal +Vertex 5105: Normal +Vertex 5106: Normal +Vertex 5107: Normal +Vertex 5108: Normal +Vertex 5109: Normal +Vertex 5110: Normal +Vertex 5111: Normal +Vertex 5112: Normal +Vertex 5113: Normal +Vertex 5114: Normal +Vertex 5115: Normal +Vertex 5116: Normal +Vertex 5117: Normal +Vertex 5118: Normal +Vertex 5119: Normal +Vertex 5120: Normal +Vertex 5121: Normal +Vertex 5122: Normal +Vertex 5123: Normal +Vertex 5124: Normal +Vertex 5125: Normal +Vertex 5126: Normal +Vertex 5127: Normal +Vertex 5128: Normal +Vertex 5129: Normal +Vertex 5130: Normal +Vertex 5131: Normal +Vertex 5132: Normal +Vertex 5133: Normal +Vertex 5134: Normal +Vertex 5135: Normal +Vertex 5136: Normal +Vertex 5137: Normal +Vertex 5138: Normal +Vertex 5139: Normal +Vertex 5140: Normal +Vertex 5141: Normal +Vertex 5142: Normal +Vertex 5143: Normal +Vertex 5144: Normal +Vertex 5145: Normal +Vertex 5146: Normal +Vertex 5147: Normal +Vertex 5148: Normal +Vertex 5149: Normal +Vertex 5150: Normal +Vertex 5151: Normal +Vertex 5152: Normal +Vertex 5153: Normal +Vertex 5154: Normal +Vertex 5155: Normal +Vertex 5156: Normal +Vertex 5157: Normal +Vertex 5158: Normal +Vertex 5159: Normal +Vertex 5160: Normal +Vertex 5161: Normal +Vertex 5162: Normal +Vertex 5163: Normal +Vertex 5164: Normal +Vertex 5165: Normal +Vertex 5166: Normal +Vertex 5167: Normal +Vertex 5168: Normal +Vertex 5169: Normal +Vertex 5170: Normal +Vertex 5171: Normal +Vertex 5172: Normal +Vertex 5173: Normal +Vertex 5174: Normal +Vertex 5175: Normal +Vertex 5176: Normal +Vertex 5177: Normal +Vertex 5178: Normal +Vertex 5179: Normal +Vertex 5180: Normal +Vertex 5181: Normal +Vertex 5182: Normal +Vertex 5183: Normal +Vertex 5184: Normal +Vertex 5185: Normal +Vertex 5186: Normal +Vertex 5187: Normal +Vertex 5188: Normal +Vertex 5189: Normal +Vertex 5190: Normal +Vertex 5191: Normal +Vertex 5192: Normal +Vertex 5193: Normal +Vertex 5194: Normal +Vertex 5195: Normal +Vertex 5196: Normal +Vertex 5197: Normal +Vertex 5198: Normal +Vertex 5199: Normal +Vertex 5200: Normal +Vertex 5201: Normal +Vertex 5202: Normal +Vertex 5203: Normal +Vertex 5204: Normal +Vertex 5205: Normal +Vertex 5206: Normal +Vertex 5207: Normal +Vertex 5208: Normal +Vertex 5209: Normal +Vertex 5210: Normal +Vertex 5211: Normal +Vertex 5212: Normal +Vertex 5213: Normal +Vertex 5214: Normal +Vertex 5215: Normal +Vertex 5216: Normal +Vertex 5217: Normal +Vertex 5218: Normal +Vertex 5219: Normal +Vertex 5220: Normal +Vertex 5221: Normal +Vertex 5222: Normal +Vertex 5223: Normal +Vertex 5224: Normal +Vertex 5225: Normal +Vertex 5226: Normal +Vertex 5227: Normal +Vertex 5228: Normal +Vertex 5229: Normal +Vertex 5230: Normal +Vertex 5231: Normal +Vertex 5232: Normal +Vertex 5233: Normal +Vertex 5234: Normal +Vertex 5235: Normal +Vertex 5236: Normal +Vertex 5237: Normal +Vertex 5238: Normal +Vertex 5239: Normal +Vertex 5240: Normal +Vertex 5241: Normal +Vertex 5242: Normal +Vertex 5243: Normal +Vertex 5244: Normal +Vertex 5245: Normal +Vertex 5246: Normal +Vertex 5247: Normal +Vertex 5248: Normal +Vertex 5249: Normal +Vertex 5250: Normal +Vertex 5251: Normal +Vertex 5252: Normal +Vertex 5253: Normal +Vertex 5254: Normal +Vertex 5255: Normal +Vertex 5256: Normal +Vertex 5257: Normal +Vertex 5258: Normal +Vertex 5259: Normal +Vertex 5260: Normal +Vertex 5261: Normal +Vertex 5262: Normal +Vertex 5263: Normal +Vertex 5264: Normal +Vertex 5265: Normal +Vertex 5266: Normal +Vertex 5267: Normal +Vertex 5268: Normal +Vertex 5269: Normal +Vertex 5270: Normal +Vertex 5271: Normal +Vertex 5272: Normal +Vertex 5273: Normal +Vertex 5274: Normal +Vertex 5275: Normal +Vertex 5276: Normal +Vertex 5277: Normal +Vertex 5278: Normal +Vertex 5279: Normal +Vertex 5280: Normal +Vertex 5281: Normal +Vertex 5282: Normal +Vertex 5283: Normal +Vertex 5284: Normal +Vertex 5285: Normal +Vertex 5286: Normal +Vertex 5287: Normal +Vertex 5288: Normal +Vertex 5289: Normal +Vertex 5290: Normal +Vertex 5291: Normal +Vertex 5292: Normal +Vertex 5293: Normal +Vertex 5294: Normal +Vertex 5295: Normal +Vertex 5296: Normal +Vertex 5297: Normal +Vertex 5298: Normal +Vertex 5299: Normal +Vertex 5300: Normal +Vertex 5301: Normal +Vertex 5302: Normal +Vertex 5303: Normal +Vertex 5304: Normal +Vertex 5305: Normal +Vertex 5306: Normal +Vertex 5307: Normal +Vertex 5308: Normal +Vertex 5309: Normal +Vertex 5310: Normal +Vertex 5311: Normal +Vertex 5312: Normal +Vertex 5313: Normal +Vertex 5314: Normal +Vertex 5315: Normal +Vertex 5316: Normal +Vertex 5317: Normal +Vertex 5318: Normal +Vertex 5319: Normal +Vertex 5320: Normal +Vertex 5321: Normal +Vertex 5322: Normal +Vertex 5323: Normal +Vertex 5324: Normal +Vertex 5325: Normal +Vertex 5326: Normal +Vertex 5327: Normal +Vertex 5328: Normal +Vertex 5329: Normal +Vertex 5330: Normal +Vertex 5331: Normal +Vertex 5332: Normal +Vertex 5333: Normal +Vertex 5334: Normal +Vertex 5335: Normal +Vertex 5336: Normal +Vertex 5337: Normal +Vertex 5338: Normal +Vertex 5339: Normal +Vertex 5340: Normal +Vertex 5341: Normal +Vertex 5342: Normal +Vertex 5343: Normal +Vertex 5344: Normal +Vertex 5345: Normal +Vertex 5346: Normal +Vertex 5347: Normal +Vertex 5348: Normal +Vertex 5349: Normal +Vertex 5350: Normal +Vertex 5351: Normal +Vertex 5352: Normal +Vertex 5353: Normal +Vertex 5354: Normal +Vertex 5355: Normal +Vertex 5356: Normal +Vertex 5357: Normal +Vertex 5358: Normal +Vertex 5359: Normal +Vertex 5360: Normal +Vertex 5361: Normal +Vertex 5362: Normal +Vertex 5363: Normal +Vertex 5364: Normal +Vertex 5365: Normal +Vertex 5366: Normal +Vertex 5367: Normal +Vertex 5368: Normal +Vertex 5369: Normal +Vertex 5370: Normal +Vertex 5371: Normal +Vertex 5372: Normal +Vertex 5373: Normal +Vertex 5374: Normal +Vertex 5375: Normal +Vertex 5376: Normal +Vertex 5377: Normal +Vertex 5378: Normal +Vertex 5379: Normal +Vertex 5380: Normal +Vertex 5381: Normal +Vertex 5382: Normal +Vertex 5383: Normal +Vertex 5384: Normal +Vertex 5385: Normal +Vertex 5386: Normal +Vertex 5387: Normal +Vertex 5388: Normal +Vertex 5389: Normal +Vertex 5390: Normal +Vertex 5391: Normal +Vertex 5392: Normal +Vertex 5393: Normal +Vertex 5394: Normal +Vertex 5395: Normal +Vertex 5396: Normal +Vertex 5397: Normal +Vertex 5398: Normal +Vertex 5399: Normal +Vertex 5400: Normal +Vertex 5401: Normal +Vertex 5402: Normal +Vertex 5403: Normal +Vertex 5404: Normal +Vertex 5405: Normal +Vertex 5406: Normal +Vertex 5407: Normal +Vertex 5408: Normal +Vertex 5409: Normal +Vertex 5410: Normal +Vertex 5411: Normal +Vertex 5412: Normal +Vertex 5413: Normal +Vertex 5414: Normal +Vertex 5415: Normal +Vertex 5416: Normal +Vertex 5417: Normal +Vertex 5418: Normal +Vertex 5419: Normal +Vertex 5420: Normal +Vertex 5421: Normal +Vertex 5422: Normal +Vertex 5423: Normal +Vertex 5424: Normal +Vertex 5425: Normal +Vertex 5426: Normal +Vertex 5427: Normal +Vertex 5428: Normal +Vertex 5429: Normal +Vertex 5430: Normal +Vertex 5431: Normal +Vertex 5432: Normal +Vertex 5433: Normal +Vertex 5434: Normal +Vertex 5435: Normal +Vertex 5436: Normal +Vertex 5437: Normal +Vertex 5438: Normal +Vertex 5439: Normal +Vertex 5440: Normal +Vertex 5441: Normal +Vertex 5442: Normal +Vertex 5443: Normal +Vertex 5444: Normal +Vertex 5445: Normal +Vertex 5446: Normal +Vertex 5447: Normal +Vertex 5448: Normal +Vertex 5449: Normal +Vertex 5450: Normal +Vertex 5451: Normal +Vertex 5452: Normal +Vertex 5453: Normal +Vertex 5454: Normal +Vertex 5455: Normal +Vertex 5456: Normal +Vertex 5457: Normal +Vertex 5458: Normal +Vertex 5459: Normal +Vertex 5460: Normal +Vertex 5461: Normal +Vertex 5462: Normal +Vertex 5463: Normal +Vertex 5464: Normal +Vertex 5465: Normal +Vertex 5466: Normal +Vertex 5467: Normal +Vertex 5468: Normal +Vertex 5469: Normal +Vertex 5470: Normal +Vertex 5471: Normal +Vertex 5472: Normal +Vertex 5473: Normal +Vertex 5474: Normal +Vertex 5475: Normal +Vertex 5476: Normal +Vertex 5477: Normal +Vertex 5478: Normal +Vertex 5479: Normal +Vertex 5480: Normal +Vertex 5481: Normal +Vertex 5482: Normal +Vertex 5483: Normal +Vertex 5484: Normal +Vertex 5485: Normal +Vertex 5486: Normal +Vertex 5487: Normal +Vertex 5488: Normal +Vertex 5489: Normal +Vertex 5490: Normal +Vertex 5491: Normal +Vertex 5492: Normal +Vertex 5493: Normal +Vertex 5494: Normal +Vertex 5495: Normal +Vertex 5496: Normal +Vertex 5497: Normal +Vertex 5498: Normal +Vertex 5499: Normal +Vertex 5500: Normal +Vertex 5501: Normal +Vertex 5502: Normal +Vertex 5503: Normal +Vertex 5504: Normal +Vertex 5505: Normal +Vertex 5506: Normal +Vertex 5507: Normal +Vertex 5508: Normal +Vertex 5509: Normal +Vertex 5510: Normal +Vertex 5511: Normal +Vertex 5512: Normal +Vertex 5513: Normal +Vertex 5514: Normal +Vertex 5515: Normal +Vertex 5516: Normal +Vertex 5517: Normal +Vertex 5518: Normal +Vertex 5519: Normal +Vertex 5520: Normal +Vertex 5521: Normal +Vertex 5522: Normal +Vertex 5523: Normal +Vertex 5524: Normal +Vertex 5525: Normal +Vertex 5526: Normal +Vertex 5527: Normal +Vertex 5528: Normal +Vertex 5529: Normal +Vertex 5530: Normal +Vertex 5531: Normal +Vertex 5532: Normal +Vertex 5533: Normal +Vertex 5534: Normal +Vertex 5535: Normal +Vertex 5536: Normal +Vertex 5537: Normal +Vertex 5538: Normal +Vertex 5539: Normal +Vertex 5540: Normal +Vertex 5541: Normal +Vertex 5542: Normal +Vertex 5543: Normal +Vertex 5544: Normal +Vertex 5545: Normal +Vertex 5546: Normal +Vertex 5547: Normal +Vertex 5548: Normal +Vertex 5549: Normal +Vertex 5550: Normal +Vertex 5551: Normal +Vertex 5552: Normal +Vertex 5553: Normal +Vertex 5554: Normal +Vertex 5555: Normal +Vertex 5556: Normal +Vertex 5557: Normal +Vertex 5558: Normal +Vertex 5559: Normal +Vertex 5560: Normal +Vertex 5561: Normal +Vertex 5562: Normal +Vertex 5563: Normal +Vertex 5564: Normal +Vertex 5565: Normal +Vertex 5566: Normal +Vertex 5567: Normal +Vertex 5568: Normal +Vertex 5569: Normal +Vertex 5570: Normal +Vertex 5571: Normal +Vertex 5572: Normal +Vertex 5573: Normal +Vertex 5574: Normal +Vertex 5575: Normal +Vertex 5576: Normal +Vertex 5577: Normal +Vertex 5578: Normal +Vertex 5579: Normal +Vertex 5580: Normal +Vertex 5581: Normal +Vertex 5582: Normal +Vertex 5583: Normal +Vertex 5584: Normal +Vertex 5585: Normal +Vertex 5586: Normal +Vertex 5587: Normal +Vertex 5588: Normal +Vertex 5589: Normal +Vertex 5590: Normal +Vertex 5591: Normal +Vertex 5592: Normal +Vertex 5593: Normal +Vertex 5594: Normal +Vertex 5595: Normal +Vertex 5596: Normal +Vertex 5597: Normal +Vertex 5598: Normal +Vertex 5599: Normal +Vertex 5600: Normal +Vertex 5601: Normal +Vertex 5602: Normal +Vertex 5603: Normal +Vertex 5604: Normal +Vertex 5605: Normal +Vertex 5606: Normal +Vertex 5607: Normal +Vertex 5608: Normal +Vertex 5609: Normal +Vertex 5610: Normal +Vertex 5611: Normal +Vertex 5612: Normal +Vertex 5613: Normal +Vertex 5614: Normal +Vertex 5615: Normal +Vertex 5616: Normal +Vertex 5617: Normal +Vertex 5618: Normal +Vertex 5619: Normal +Vertex 5620: Normal +Vertex 5621: Normal +Vertex 5622: Normal +Vertex 5623: Normal +Vertex 5624: Normal +Vertex 5625: Normal +Vertex 5626: Normal +Vertex 5627: Normal +Vertex 5628: Normal +Vertex 5629: Normal +Vertex 5630: Normal +Vertex 5631: Normal +Vertex 5632: Normal +Vertex 5633: Normal +Vertex 5634: Normal +Vertex 5635: Normal +Vertex 5636: Normal +Vertex 5637: Normal +Vertex 5638: Normal +Vertex 5639: Normal +Vertex 5640: Normal +Vertex 5641: Normal +Vertex 5642: Normal +Vertex 5643: Normal +Vertex 5644: Normal +Vertex 5645: Normal +Vertex 5646: Normal +Vertex 5647: Normal +Vertex 5648: Normal +Vertex 5649: Normal +Vertex 5650: Normal +Vertex 5651: Normal +Vertex 5652: Normal +Vertex 5653: Normal +Vertex 5654: Normal +Vertex 5655: Normal +Vertex 5656: Normal +Vertex 5657: Normal +Vertex 5658: Normal +Vertex 5659: Normal +Vertex 5660: Normal +Vertex 5661: Normal +Vertex 5662: Normal +Vertex 5663: Normal +Vertex 5664: Normal +Vertex 5665: Normal +Vertex 5666: Normal +Vertex 5667: Normal +Vertex 5668: Normal +Vertex 5669: Normal +Vertex 5670: Normal +Vertex 5671: Normal +Vertex 5672: Normal +Vertex 5673: Normal +Vertex 5674: Normal +Vertex 5675: Normal +Vertex 5676: Normal +Vertex 5677: Normal +Vertex 5678: Normal +Vertex 5679: Normal +Vertex 5680: Normal +Vertex 5681: Normal +Vertex 5682: Normal +Vertex 5683: Normal +Vertex 5684: Normal +Vertex 5685: Normal +Vertex 5686: Normal +Vertex 5687: Normal +Vertex 5688: Normal +Vertex 5689: Normal +Vertex 5690: Normal +Vertex 5691: Normal +Vertex 5692: Normal +Vertex 5693: Normal +Vertex 5694: Normal +Vertex 5695: Normal +Vertex 5696: Normal +Vertex 5697: Normal +Vertex 5698: Normal +Vertex 5699: Normal +Vertex 5700: Normal +Vertex 5701: Normal +Vertex 5702: Normal +Vertex 5703: Normal +Vertex 5704: Normal +Vertex 5705: Normal +Vertex 5706: Normal +Vertex 5707: Normal +Vertex 5708: Normal +Vertex 5709: Normal +Vertex 5710: Normal +Vertex 5711: Normal +Vertex 5712: Normal +Vertex 5713: Normal +Vertex 5714: Normal +Vertex 5715: Normal +Vertex 5716: Normal +Vertex 5717: Normal +Vertex 5718: Normal +Vertex 5719: Normal +Vertex 5720: Normal +Vertex 5721: Normal +Vertex 5722: Normal +Vertex 5723: Normal +Vertex 5724: Normal +Vertex 5725: Normal +Vertex 5726: Normal +Vertex 5727: Normal +Vertex 5728: Normal +Vertex 5729: Normal +Vertex 5730: Normal +Vertex 5731: Normal +Vertex 5732: Normal +Vertex 5733: Normal +Vertex 5734: Normal +Vertex 5735: Normal +Vertex 5736: Normal +Vertex 5737: Normal +Vertex 5738: Normal +Vertex 5739: Normal +Vertex 5740: Normal +Vertex 5741: Normal +Vertex 5742: Normal +Vertex 5743: Normal +Vertex 5744: Normal +Vertex 5745: Normal +Vertex 5746: Normal +Vertex 5747: Normal +Vertex 5748: Normal +Vertex 5749: Normal +Vertex 5750: Normal +Vertex 5751: Normal +Vertex 5752: Normal +Vertex 5753: Normal +Vertex 5754: Normal +Vertex 5755: Normal +Vertex 5756: Normal +Vertex 5757: Normal +Vertex 5758: Normal +Vertex 5759: Normal +Vertex 5760: Normal +Vertex 5761: Normal +Vertex 5762: Normal +Vertex 5763: Normal +Vertex 5764: Normal +Vertex 5765: Normal +Vertex 5766: Normal +Vertex 5767: Normal +Vertex 5768: Normal +Vertex 5769: Normal +Vertex 5770: Normal +Vertex 5771: Normal +Vertex 5772: Normal +Vertex 5773: Normal +Vertex 5774: Normal +Vertex 5775: Normal +Vertex 5776: Normal +Vertex 5777: Normal +Vertex 5778: Normal +Vertex 5779: Normal +Vertex 5780: Normal +Vertex 5781: Normal +Vertex 5782: Normal +Vertex 5783: Normal +Vertex 5784: Normal +Vertex 5785: Normal +Vertex 5786: Normal +Vertex 5787: Normal +Vertex 5788: Normal +Vertex 5789: Normal +Vertex 5790: Normal +Vertex 5791: Normal +Vertex 5792: Normal +Vertex 5793: Normal +Vertex 5794: Normal +Vertex 5795: Normal +Vertex 5796: Normal +Vertex 5797: Normal +Vertex 5798: Normal +Vertex 5799: Normal +Vertex 5800: Normal +Vertex 5801: Normal +Vertex 5802: Normal +Vertex 5803: Normal +Vertex 5804: Normal +Vertex 5805: Normal +Vertex 5806: Normal +Vertex 5807: Normal +Vertex 5808: Normal +Vertex 5809: Normal +Vertex 5810: Normal +Vertex 5811: Normal +Vertex 5812: Normal +Vertex 5813: Normal +Vertex 5814: Normal +Vertex 5815: Normal +Vertex 5816: Normal +Vertex 5817: Normal +Vertex 5818: Normal +Vertex 5819: Normal +Vertex 5820: Normal +Vertex 5821: Normal +Vertex 5822: Normal +Vertex 5823: Normal +Vertex 5824: Normal +Vertex 5825: Normal +Vertex 5826: Normal +Vertex 5827: Normal +Vertex 5828: Normal +Vertex 5829: Normal +Vertex 5830: Normal +Vertex 5831: Normal +Vertex 5832: Normal +Vertex 5833: Normal +Vertex 5834: Normal +Vertex 5835: Normal +Vertex 5836: Normal +Vertex 5837: Normal +Vertex 5838: Normal +Vertex 5839: Normal +Vertex 5840: Normal +Vertex 5841: Normal +Vertex 5842: Normal +Vertex 5843: Normal +Vertex 5844: Normal +Vertex 5845: Normal +Vertex 5846: Normal +Vertex 5847: Normal +Vertex 5848: Normal +Vertex 5849: Normal +Vertex 5850: Normal +Vertex 5851: Normal +Vertex 5852: Normal +Vertex 5853: Normal +Vertex 5854: Normal +Vertex 5855: Normal +Vertex 5856: Normal +Vertex 5857: Normal +Vertex 5858: Normal +Vertex 5859: Normal +Vertex 5860: Normal +Vertex 5861: Normal +Vertex 5862: Normal +Vertex 5863: Normal +Vertex 5864: Normal +Vertex 5865: Normal +Vertex 5866: Normal +Vertex 5867: Normal +Vertex 5868: Normal +Vertex 5869: Normal +Vertex 5870: Normal +Vertex 5871: Normal +Vertex 5872: Normal +Vertex 5873: Normal +Vertex 5874: Normal +Vertex 5875: Normal +Vertex 5876: Normal +Vertex 5877: Normal +Vertex 5878: Normal +Vertex 5879: Normal +Vertex 5880: Normal +Vertex 5881: Normal +Vertex 5882: Normal +Vertex 5883: Normal +Vertex 5884: Normal +Vertex 5885: Normal +Vertex 5886: Normal +Vertex 5887: Normal +Vertex 5888: Normal +Vertex 5889: Normal +Vertex 5890: Normal +Vertex 5891: Normal +Vertex 5892: Normal +Vertex 5893: Normal +Vertex 5894: Normal +Vertex 5895: Normal +Vertex 5896: Normal +Vertex 5897: Normal +Vertex 5898: Normal +Vertex 5899: Normal +Vertex 5900: Normal +Vertex 5901: Normal +Vertex 5902: Normal +Vertex 5903: Normal +Vertex 5904: Normal +Vertex 5905: Normal +Vertex 5906: Normal +Vertex 5907: Normal +Vertex 5908: Normal +Vertex 5909: Normal +Vertex 5910: Normal +Vertex 5911: Normal +Vertex 5912: Normal +Vertex 5913: Normal +Vertex 5914: Normal +Vertex 5915: Normal +Vertex 5916: Normal +Vertex 5917: Normal +Vertex 5918: Normal +Vertex 5919: Normal +Vertex 5920: Normal +Vertex 5921: Normal +Vertex 5922: Normal +Vertex 5923: Normal +Vertex 5924: Normal +Vertex 5925: Normal +Vertex 5926: Normal +Vertex 5927: Normal +Vertex 5928: Normal +Vertex 5929: Normal +Vertex 5930: Normal +Vertex 5931: Normal +Vertex 5932: Normal +Vertex 5933: Normal +Vertex 5934: Normal +Vertex 5935: Normal +Vertex 5936: Normal +Vertex 5937: Normal +Vertex 5938: Normal +Vertex 5939: Normal +Vertex 5940: Normal +Vertex 5941: Normal +Vertex 5942: Normal +Vertex 5943: Normal +Vertex 5944: Normal +Vertex 5945: Normal +Vertex 5946: Normal +Vertex 5947: Normal +Vertex 5948: Normal +Vertex 5949: Normal +Vertex 5950: Normal +Vertex 5951: Normal +Vertex 5952: Normal +Vertex 5953: Normal +Vertex 5954: Normal +Vertex 5955: Normal +Vertex 5956: Normal +Vertex 5957: Normal +Vertex 5958: Normal +Vertex 5959: Normal +Vertex 5960: Normal +Vertex 5961: Normal +Vertex 5962: Normal +Vertex 5963: Normal +Vertex 5964: Normal +Vertex 5965: Normal +Vertex 5966: Normal +Vertex 5967: Normal +Vertex 5968: Normal +Vertex 5969: Normal +Vertex 5970: Normal +Vertex 5971: Normal +Vertex 5972: Normal +Vertex 5973: Normal +Vertex 5974: Normal +Vertex 5975: Normal +Vertex 5976: Normal +Vertex 5977: Normal +Vertex 5978: Normal +Vertex 5979: Normal +Vertex 5980: Normal +Vertex 5981: Normal +Vertex 5982: Normal +Vertex 5983: Normal +Vertex 5984: Normal +Vertex 5985: Normal +Vertex 5986: Normal +Vertex 5987: Normal +Vertex 5988: Normal +Vertex 5989: Normal +Vertex 5990: Normal +Vertex 5991: Normal +Vertex 5992: Normal +Vertex 5993: Normal +Vertex 5994: Normal +Vertex 5995: Normal +Vertex 5996: Normal +Vertex 5997: Normal +Vertex 5998: Normal +Vertex 5999: Normal +Vertex 6000: Normal +Vertex 6001: Normal +Vertex 6002: Normal +Vertex 6003: Normal +Vertex 6004: Normal +Vertex 6005: Normal +Vertex 6006: Normal +Vertex 6007: Normal +Vertex 6008: Normal +Vertex 6009: Normal +Vertex 6010: Normal +Vertex 6011: Normal +Vertex 6012: Normal +Vertex 6013: Normal +Vertex 6014: Normal +Vertex 6015: Normal +Vertex 6016: Normal +Vertex 6017: Normal +Vertex 6018: Normal +Vertex 6019: Normal +Vertex 6020: Normal +Vertex 6021: Normal +Vertex 6022: Normal +Vertex 6023: Normal +Vertex 6024: Normal +Vertex 6025: Normal +Vertex 6026: Normal +Vertex 6027: Normal +Vertex 6028: Normal +Vertex 6029: Normal +Vertex 6030: Normal +Vertex 6031: Normal +Vertex 6032: Normal +Vertex 6033: Normal +Vertex 6034: Normal +Vertex 6035: Normal +Vertex 6036: Normal +Vertex 6037: Normal +Vertex 6038: Normal +Vertex 6039: Normal +Vertex 6040: Normal +Vertex 6041: Normal +Vertex 6042: Normal +Vertex 6043: Normal +Vertex 6044: Normal +Vertex 6045: Normal +Vertex 6046: Normal +Vertex 6047: Normal +Vertex 6048: Normal +Vertex 6049: Normal +Vertex 6050: Normal +Vertex 6051: Normal +Vertex 6052: Normal +Vertex 6053: Normal +Vertex 6054: Normal +Vertex 6055: Normal +Vertex 6056: Normal +Vertex 6057: Normal +Vertex 6058: Normal +Vertex 6059: Normal +Vertex 6060: Normal +Vertex 6061: Normal +Vertex 6062: Normal +Vertex 6063: Normal +Vertex 6064: Normal +Vertex 6065: Normal +Vertex 6066: Normal +Vertex 6067: Normal +Vertex 6068: Normal +Vertex 6069: Normal +Vertex 6070: Normal +Vertex 6071: Normal +Vertex 6072: Normal +Vertex 6073: Normal +Vertex 6074: Normal +Vertex 6075: Normal +Vertex 6076: Normal +Vertex 6077: Normal +Vertex 6078: Normal +Vertex 6079: Normal +Vertex 6080: Normal +Vertex 6081: Normal +Vertex 6082: Normal +Vertex 6083: Normal +Vertex 6084: Normal +Vertex 6085: Normal +Vertex 6086: Normal +Vertex 6087: Normal +Vertex 6088: Normal +Vertex 6089: Normal +Vertex 6090: Normal +Vertex 6091: Normal +Vertex 6092: Normal +Vertex 6093: Normal +Vertex 6094: Normal +Vertex 6095: Normal +Vertex 6096: Normal +Vertex 6097: Normal +Vertex 6098: Normal +Vertex 6099: Normal +Vertex 6100: Normal +Vertex 6101: Normal +Vertex 6102: Normal +Vertex 6103: Normal +Vertex 6104: Normal +Vertex 6105: Normal +Vertex 6106: Normal +Vertex 6107: Normal +Vertex 6108: Normal +Vertex 6109: Normal +Vertex 6110: Normal +Vertex 6111: Normal +Vertex 6112: Normal +Vertex 6113: Normal +Vertex 6114: Normal +Vertex 6115: Normal +Vertex 6116: Normal +Vertex 6117: Normal +Vertex 6118: Normal +Vertex 6119: Normal +Vertex 6120: Normal +Vertex 6121: Normal +Vertex 6122: Normal +Vertex 6123: Normal +Vertex 6124: Normal +Vertex 6125: Normal +Vertex 6126: Normal +Vertex 6127: Normal +Vertex 6128: Normal +Vertex 6129: Normal +Vertex 6130: Normal +Vertex 6131: Normal +Vertex 6132: Normal +Vertex 6133: Normal +Vertex 6134: Normal +Vertex 6135: Normal +Vertex 6136: Normal +Vertex 6137: Normal +Vertex 6138: Normal +Vertex 6139: Normal +Vertex 6140: Normal +Vertex 6141: Normal +Vertex 6142: Normal +Vertex 6143: Normal +Vertex 6144: Normal +Vertex 6145: Normal +Vertex 6146: Normal +Vertex 6147: Normal +Vertex 6148: Normal +Vertex 6149: Normal +Vertex 6150: Normal +Vertex 6151: Normal +Vertex 6152: Normal +Vertex 6153: Normal +Vertex 6154: Normal +Vertex 6155: Normal +Vertex 6156: Normal +Vertex 6157: Normal +Vertex 6158: Normal +Vertex 6159: Normal +Vertex 6160: Normal +Vertex 6161: Normal +Vertex 6162: Normal +Vertex 6163: Normal +Vertex 6164: Normal +Vertex 6165: Normal +Vertex 6166: Normal +Vertex 6167: Normal +Vertex 6168: Normal +Vertex 6169: Normal +Vertex 6170: Normal +Vertex 6171: Normal +Vertex 6172: Normal +Vertex 6173: Normal +Vertex 6174: Normal +Vertex 6175: Normal +Vertex 6176: Normal +Vertex 6177: Normal +Vertex 6178: Normal +Vertex 6179: Normal +Vertex 6180: Normal +Vertex 6181: Normal +Vertex 6182: Normal +Vertex 6183: Normal +Vertex 6184: Normal +Vertex 6185: Normal +Vertex 6186: Normal +Vertex 6187: Normal +Vertex 6188: Normal +Vertex 6189: Normal +Vertex 6190: Normal +Vertex 6191: Normal +Vertex 6192: Normal +Vertex 6193: Normal +Vertex 6194: Normal +Vertex 6195: Normal +Vertex 6196: Normal +Vertex 6197: Normal +Vertex 6198: Normal +Vertex 6199: Normal +Vertex 6200: Normal +Vertex 6201: Normal +Vertex 6202: Normal +Vertex 6203: Normal +Vertex 6204: Normal +Vertex 6205: Normal +Vertex 6206: Normal +Vertex 6207: Normal +Vertex 6208: Normal +Vertex 6209: Normal +Vertex 6210: Normal +Vertex 6211: Normal +Vertex 6212: Normal +Vertex 6213: Normal +Vertex 6214: Normal +Vertex 6215: Normal +Vertex 6216: Normal +Vertex 6217: Normal +Vertex 6218: Normal +Vertex 6219: Normal +Vertex 6220: Normal +Vertex 6221: Normal +Vertex 6222: Normal +Vertex 6223: Normal +Vertex 6224: Normal +Vertex 6225: Normal +Vertex 6226: Normal +Vertex 6227: Normal +Vertex 6228: Normal +Vertex 6229: Normal +Vertex 6230: Normal +===Triangles: 12062 +Triangle: [3, 1, 0] +Triangle: [4, 0, 5] +Triangle: [7, 5, 6] +Triangle: [8, 10, 9] +Triangle: [13, 9, 12] +Triangle: [14, 16, 15] +Triangle: [18, 15, 19] +Triangle: [21, 19, 20] +Triangle: [22, 21, 20] +Triangle: [2, 22, 1] +Triangle: [2, 25, 24] +Triangle: [26, 2, 24] +Triangle: [28, 24, 27] +Triangle: [29, 24, 25] +Triangle: [33, 31, 30] +Triangle: [34, 14, 18] +Triangle: [34, 21, 36] +Triangle: [36, 23, 26] +Triangle: [37, 26, 28] +Triangle: [41, 39, 38] +Triangle: [42, 44, 43] +Triangle: [46, 48, 47] +Triangle: [53, 51, 50] +Triangle: [57, 55, 54] +Triangle: [61, 59, 58] +Triangle: [63, 58, 62] +Triangle: [8, 65, 64] +Triangle: [66, 68, 67] +Triangle: [73, 71, 70] +Triangle: [74, 76, 75] +Triangle: [81, 79, 78] +Triangle: [85, 83, 82] +Triangle: [86, 88, 87] +Triangle: [90, 92, 91] +Triangle: [94, 93, 90] +Triangle: [99, 97, 96] +Triangle: [100, 102, 101] +Triangle: [104, 103, 100] +Triangle: [109, 107, 106] +Triangle: [110, 112, 111] +Triangle: [117, 115, 114] +Triangle: [121, 119, 118] +Triangle: [120, 122, 119] +Triangle: [127, 125, 124] +Triangle: [64, 129, 128] +Triangle: [52, 131, 130] +Triangle: [132, 134, 133] +Triangle: [139, 137, 136] +Triangle: [141, 136, 140] +Triangle: [145, 143, 142] +Triangle: [149, 147, 146] +Triangle: [151, 146, 150] +Triangle: [152, 154, 153] +Triangle: [159, 157, 156] +Triangle: [163, 161, 160] +Triangle: [164, 166, 165] +Triangle: [171, 169, 168] +Triangle: [173, 168, 172] +Triangle: [185, 174, 175] +Triangle: [184, 176, 174] +Triangle: [186, 177, 176] +Triangle: [187, 178, 177] +Triangle: [188, 179, 178] +Triangle: [191, 180, 181] +Triangle: [180, 192, 182] +Triangle: [182, 193, 183] +Triangle: [183, 185, 175] +Triangle: [197, 195, 194] +Triangle: [199, 195, 198] +Triangle: [198, 200, 199] +Triangle: [201, 202, 200] +Triangle: [203, 204, 202] +Triangle: [205, 206, 204] +Triangle: [207, 208, 206] +Triangle: [208, 211, 210] +Triangle: [215, 213, 212] +Triangle: [219, 217, 216] +Triangle: [223, 221, 220] +Triangle: [221, 225, 224] +Triangle: [229, 227, 226] +Triangle: [230, 232, 231] +Triangle: [237, 235, 234] +Triangle: [239, 226, 238] +Triangle: [240, 242, 241] +Triangle: [244, 246, 245] +Triangle: [248, 250, 249] +Triangle: [252, 254, 253] +Triangle: [256, 99, 96] +Triangle: [259, 133, 134] +Triangle: [74, 261, 260] +Triangle: [263, 140, 262] +Triangle: [89, 91, 92] +Triangle: [265, 216, 264] +Triangle: [267, 143, 144] +Triangle: [269, 78, 268] +Triangle: [271, 150, 270] +Triangle: [225, 212, 224] +Triangle: [236, 238, 235] +Triangle: [162, 156, 161] +Triangle: [84, 272, 83] +Triangle: [274, 155, 152] +Triangle: [276, 231, 232] +Triangle: [279, 106, 278] +Triangle: [281, 165, 166] +Triangle: [282, 73, 70] +Triangle: [285, 172, 284] +Triangle: [113, 101, 102] +Triangle: [289, 287, 286] +Triangle: [290, 292, 291] +Triangle: [293, 295, 294] +Triangle: [297, 295, 296] +Triangle: [298, 297, 296] +Triangle: [288, 300, 287] +Triangle: [305, 303, 302] +Triangle: [306, 303, 304] +Triangle: [306, 308, 307] +Triangle: [313, 311, 310] +Triangle: [311, 315, 314] +Triangle: [317, 302, 316] +Triangle: [321, 319, 318] +Triangle: [322, 324, 323] +Triangle: [325, 327, 326] +Triangle: [328, 326, 327] +Triangle: [330, 329, 328] +Triangle: [320, 332, 319] +Triangle: [334, 336, 335] +Triangle: [339, 336, 338] +Triangle: [338, 340, 339] +Triangle: [345, 343, 342] +Triangle: [344, 346, 343] +Triangle: [348, 337, 334] +Triangle: [353, 351, 350] +Triangle: [357, 355, 354] +Triangle: [359, 354, 358] +Triangle: [360, 359, 358] +Triangle: [362, 361, 360] +Triangle: [352, 364, 351] +Triangle: [366, 368, 367] +Triangle: [367, 371, 370] +Triangle: [371, 372, 370] +Triangle: [374, 376, 375] +Triangle: [379, 376, 378] +Triangle: [380, 369, 366] +Triangle: [385, 383, 382] +Triangle: [389, 387, 386] +Triangle: [389, 391, 390] +Triangle: [392, 390, 391] +Triangle: [394, 393, 392] +Triangle: [384, 396, 383] +Triangle: [401, 399, 398] +Triangle: [402, 399, 400] +Triangle: [402, 404, 403] +Triangle: [409, 407, 406] +Triangle: [407, 411, 410] +Triangle: [412, 401, 398] +Triangle: [301, 298, 300] +Triangle: [97, 95, 94] +Triangle: [314, 317, 316] +Triangle: [132, 138, 135] +Triangle: [415, 74, 414] +Triangle: [416, 74, 260] +Triangle: [240, 418, 417] +Triangle: [313, 308, 309] +Triangle: [257, 87, 88] +Triangle: [289, 291, 292] +Triangle: [332, 331, 330] +Triangle: [217, 223, 220] +Triangle: [346, 349, 348] +Triangle: [145, 147, 148] +Triangle: [81, 419, 80] +Triangle: [421, 81, 269] +Triangle: [244, 423, 422] +Triangle: [345, 340, 341] +Triangle: [214, 264, 213] +Triangle: [321, 323, 324] +Triangle: [364, 363, 362] +Triangle: [276, 234, 277] +Triangle: [378, 380, 379] +Triangle: [274, 158, 275] +Triangle: [425, 84, 424] +Triangle: [426, 84, 85] +Triangle: [252, 428, 427] +Triangle: [373, 374, 372] +Triangle: [233, 227, 228] +Triangle: [353, 355, 356] +Triangle: [397, 394, 396] +Triangle: [107, 105, 104] +Triangle: [410, 413, 412] +Triangle: [167, 169, 170] +Triangle: [73, 429, 72] +Triangle: [431, 73, 283] +Triangle: [248, 433, 432] +Triangle: [405, 406, 404] +Triangle: [112, 278, 111] +Triangle: [388, 382, 387] +Triangle: [76, 138, 139] +Triangle: [141, 76, 139] +Triangle: [263, 75, 141] +Triangle: [435, 240, 434] +Triangle: [436, 240, 417] +Triangle: [414, 259, 134] +Triangle: [415, 134, 135] +Triangle: [415, 138, 77] +Triangle: [79, 148, 149] +Triangle: [151, 79, 149] +Triangle: [271, 78, 151] +Triangle: [438, 244, 437] +Triangle: [439, 244, 422] +Triangle: [421, 144, 420] +Triangle: [419, 144, 145] +Triangle: [419, 148, 80] +Triangle: [272, 158, 159] +Triangle: [272, 162, 83] +Triangle: [82, 162, 163] +Triangle: [441, 252, 440] +Triangle: [442, 252, 427] +Triangle: [155, 426, 154] +Triangle: [425, 155, 275] +Triangle: [425, 158, 273] +Triangle: [71, 170, 171] +Triangle: [173, 71, 171] +Triangle: [282, 173, 285] +Triangle: [444, 248, 443] +Triangle: [445, 248, 432] +Triangle: [430, 281, 166] +Triangle: [429, 166, 167] +Triangle: [429, 170, 72] +Triangle: [401, 101, 400] +Triangle: [402, 101, 110] +Triangle: [110, 405, 402] +Triangle: [409, 111, 278] +Triangle: [278, 408, 409] +Triangle: [106, 411, 408] +Triangle: [107, 413, 411] +Triangle: [413, 100, 401] +Triangle: [398, 172, 168] +Triangle: [403, 172, 399] +Triangle: [403, 446, 284] +Triangle: [406, 446, 404] +Triangle: [406, 165, 280] +Triangle: [165, 410, 164] +Triangle: [164, 412, 169] +Triangle: [412, 168, 169] +Triangle: [369, 238, 368] +Triangle: [238, 371, 368] +Triangle: [226, 373, 371] +Triangle: [230, 373, 227] +Triangle: [377, 231, 376] +Triangle: [277, 376, 231] +Triangle: [277, 381, 378] +Triangle: [234, 369, 381] +Triangle: [366, 161, 156] +Triangle: [367, 160, 161] +Triangle: [370, 447, 160] +Triangle: [374, 447, 372] +Triangle: [153, 375, 152] +Triangle: [379, 152, 375] +Triangle: [379, 157, 274] +Triangle: [380, 156, 157] +Triangle: [276, 449, 448] +Triangle: [233, 449, 232] +Triangle: [451, 233, 228] +Triangle: [452, 228, 229] +Triangle: [453, 229, 239] +Triangle: [454, 239, 236] +Triangle: [455, 236, 237] +Triangle: [448, 237, 276] +Triangle: [454, 358, 453] +Triangle: [358, 452, 453] +Triangle: [452, 355, 451] +Triangle: [450, 355, 350] +Triangle: [350, 449, 450] +Triangle: [448, 351, 364] +Triangle: [364, 455, 448] +Triangle: [362, 454, 455] +Triangle: [328, 225, 222] +Triangle: [215, 327, 322] +Triangle: [215, 323, 214] +Triangle: [265, 323, 318] +Triangle: [318, 219, 265] +Triangle: [319, 218, 219] +Triangle: [218, 330, 223] +Triangle: [330, 222, 223] +Triangle: [456, 224, 457] +Triangle: [458, 224, 212] +Triangle: [458, 213, 459] +Triangle: [460, 213, 264] +Triangle: [264, 461, 460] +Triangle: [216, 462, 461] +Triangle: [217, 463, 462] +Triangle: [220, 456, 463] +Triangle: [456, 336, 337] +Triangle: [338, 457, 458] +Triangle: [458, 341, 338] +Triangle: [460, 341, 459] +Triangle: [460, 344, 345] +Triangle: [461, 347, 344] +Triangle: [462, 349, 347] +Triangle: [463, 337, 349] +Triangle: [334, 150, 146] +Triangle: [270, 335, 339] +Triangle: [339, 464, 270] +Triangle: [342, 464, 340] +Triangle: [266, 343, 143] +Triangle: [343, 142, 143] +Triangle: [142, 348, 147] +Triangle: [348, 146, 147] +Triangle: [465, 91, 466] +Triangle: [86, 466, 91] +Triangle: [86, 468, 467] +Triangle: [469, 87, 256] +Triangle: [256, 470, 469] +Triangle: [96, 471, 470] +Triangle: [97, 472, 471] +Triangle: [94, 465, 472] +Triangle: [474, 92, 93] +Triangle: [89, 473, 475] +Triangle: [475, 88, 89] +Triangle: [477, 88, 476] +Triangle: [257, 478, 99] +Triangle: [99, 479, 98] +Triangle: [98, 480, 95] +Triangle: [480, 93, 95] +Triangle: [305, 466, 304] +Triangle: [467, 304, 466] +Triangle: [467, 309, 306] +Triangle: [469, 309, 468] +Triangle: [313, 470, 312] +Triangle: [470, 315, 312] +Triangle: [315, 472, 317] +Triangle: [472, 305, 317] +Triangle: [302, 140, 136] +Triangle: [307, 140, 303] +Triangle: [307, 481, 262] +Triangle: [310, 481, 308] +Triangle: [310, 133, 258] +Triangle: [133, 314, 132] +Triangle: [132, 316, 137] +Triangle: [316, 136, 137] +Triangle: [483, 108, 109] +Triangle: [484, 109, 279] +Triangle: [485, 279, 112] +Triangle: [113, 485, 112] +Triangle: [487, 113, 102] +Triangle: [488, 102, 103] +Triangle: [489, 103, 105] +Triangle: [108, 489, 105] +Triangle: [392, 487, 488] +Triangle: [486, 391, 386] +Triangle: [386, 485, 486] +Triangle: [484, 387, 382] +Triangle: [484, 383, 483] +Triangle: [483, 396, 482] +Triangle: [396, 489, 482] +Triangle: [394, 488, 489] +Triangle: [359, 490, 357] +Triangle: [361, 491, 359] +Triangle: [363, 492, 361] +Triangle: [494, 363, 365] +Triangle: [495, 365, 352] +Triangle: [496, 352, 353] +Triangle: [497, 353, 356] +Triangle: [490, 356, 357] +Triangle: [499, 326, 498] +Triangle: [329, 498, 326] +Triangle: [331, 500, 329] +Triangle: [502, 331, 333] +Triangle: [503, 333, 320] +Triangle: [504, 320, 321] +Triangle: [505, 321, 324] +Triangle: [325, 505, 324] +Triangle: [478, 300, 479] +Triangle: [479, 298, 480] +Triangle: [480, 296, 474] +Triangle: [474, 295, 473] +Triangle: [290, 473, 295] +Triangle: [290, 476, 475] +Triangle: [286, 476, 291] +Triangle: [477, 287, 478] +Triangle: [55, 507, 506] +Triangle: [509, 126, 508] +Triangle: [66, 511, 510] +Triangle: [115, 121, 118] +Triangle: [513, 62, 512] +Triangle: [65, 514, 129] +Triangle: [13, 515, 65] +Triangle: [17, 12, 16] +Triangle: [516, 518, 517] +Triangle: [523, 521, 520] +Triangle: [524, 526, 525] +Triangle: [526, 528, 525] +Triangle: [533, 531, 530] +Triangle: [534, 519, 516] +Triangle: [56, 536, 507] +Triangle: [57, 537, 56] +Triangle: [540, 60, 61] +Triangle: [541, 61, 63] +Triangle: [542, 63, 513] +Triangle: [543, 542, 513] +Triangle: [60, 54, 59] +Triangle: [539, 57, 60] +Triangle: [123, 124, 122] +Triangle: [517, 523, 520] +Triangle: [546, 66, 545] +Triangle: [547, 66, 510] +Triangle: [532, 534, 531] +Triangle: [508, 114, 509] +Triangle: [507, 544, 543] +Triangle: [517, 545, 516] +Triangle: [546, 520, 69] +Triangle: [68, 520, 521] +Triangle: [525, 548, 524] +Triangle: [550, 525, 528] +Triangle: [510, 530, 531] +Triangle: [547, 531, 534] +Triangle: [547, 516, 545] +Triangle: [551, 553, 552] +Triangle: [552, 556, 555] +Triangle: [556, 557, 555] +Triangle: [558, 559, 557] +Triangle: [560, 561, 559] +Triangle: [564, 562, 563] +Triangle: [564, 566, 565] +Triangle: [554, 565, 566] +Triangle: [17, 35, 515] +Triangle: [513, 567, 543] +Triangle: [7, 10, 11] +Triangle: [569, 210, 211] +Triangle: [570, 572, 571] +Triangle: [570, 129, 514] +Triangle: [573, 128, 129] +Triangle: [574, 575, 128] +Triangle: [578, 576, 577] +Triangle: [578, 580, 579] +Triangle: [543, 506, 507] +Triangle: [579, 581, 131] +Triangle: [581, 130, 131] +Triangle: [582, 571, 572] +Triangle: [551, 537, 565] +Triangle: [536, 552, 544] +Triangle: [544, 555, 542] +Triangle: [555, 541, 542] +Triangle: [557, 540, 541] +Triangle: [559, 539, 540] +Triangle: [538, 561, 564] +Triangle: [538, 565, 537] +Triangle: [535, 126, 519] +Triangle: [117, 535, 532] +Triangle: [116, 532, 533] +Triangle: [526, 583, 529] +Triangle: [585, 526, 527] +Triangle: [123, 522, 523] +Triangle: [518, 123, 523] +Triangle: [519, 127, 518] +Triangle: [587, 196, 197] +Triangle: [588, 35, 589] +Triangle: [588, 514, 515] +Triangle: [590, 586, 587] +Triangle: [568, 591, 590] +Triangle: [294, 592, 50] +Triangle: [51, 294, 50] +Triangle: [51, 49, 46] +Triangle: [48, 42, 593] +Triangle: [592, 299, 594] +Triangle: [594, 301, 595] +Triangle: [596, 131, 53] +Triangle: [597, 579, 596] +Triangle: [53, 592, 596] +Triangle: [600, 501, 599] +Triangle: [601, 501, 502] +Triangle: [502, 602, 601] +Triangle: [604, 602, 603] +Triangle: [492, 603, 491] +Triangle: [602, 504, 43] +Triangle: [43, 603, 602] +Triangle: [603, 490, 491] +Triangle: [39, 495, 496] +Triangle: [606, 494, 495] +Triangle: [609, 606, 608] +Triangle: [610, 606, 39] +Triangle: [612, 608, 611] +Triangle: [613, 608, 610] +Triangle: [493, 604, 492] +Triangle: [493, 607, 614] +Triangle: [616, 609, 612] +Triangle: [618, 615, 616] +Triangle: [619, 610, 620] +Triangle: [621, 620, 30] +Triangle: [496, 38, 39] +Triangle: [30, 622, 621] +Triangle: [618, 31, 617] +Triangle: [497, 605, 38] +Triangle: [43, 505, 42] +Triangle: [42, 499, 593] +Triangle: [293, 46, 292] +Triangle: [292, 47, 289] +Triangle: [301, 623, 595] +Triangle: [289, 623, 288] +Triangle: [500, 624, 498] +Triangle: [593, 498, 624] +Triangle: [595, 624, 600] +Triangle: [47, 624, 623] +Triangle: [47, 48, 593] +Triangle: [43, 44, 605] +Triangle: [44, 38, 605] +Triangle: [39, 40, 610] +Triangle: [620, 33, 30] +Triangle: [40, 620, 610] +Triangle: [596, 594, 597] +Triangle: [594, 626, 597] +Triangle: [600, 627, 626] +Triangle: [600, 626, 595] +Triangle: [601, 627, 599] +Triangle: [604, 628, 601] +Triangle: [604, 629, 628] +Triangle: [614, 630, 629] +Triangle: [630, 607, 609] +Triangle: [597, 631, 598] +Triangle: [32, 633, 632] +Triangle: [28, 632, 633] +Triangle: [189, 634, 179] +Triangle: [637, 181, 635] +Triangle: [636, 635, 634] +Triangle: [617, 32, 638] +Triangle: [609, 639, 630] +Triangle: [615, 638, 639] +Triangle: [632, 638, 32] +Triangle: [640, 27, 29] +Triangle: [626, 641, 631] +Triangle: [643, 629, 642] +Triangle: [627, 643, 641] +Triangle: [644, 638, 640] +Triangle: [642, 630, 645] +Triangle: [639, 645, 630] +Triangle: [64, 11, 8] +Triangle: [646, 128, 575] +Triangle: [647, 579, 598] +Triangle: [647, 575, 578] +Triangle: [648, 11, 646] +Triangle: [649, 3, 4] +Triangle: [648, 4, 7] +Triangle: [25, 650, 29] +Triangle: [29, 644, 640] +Triangle: [616, 397, 618] +Triangle: [622, 397, 384] +Triangle: [621, 384, 385] +Triangle: [619, 385, 388] +Triangle: [613, 388, 389] +Triangle: [611, 389, 390] +Triangle: [393, 611, 390] +Triangle: [395, 612, 393] +Triangle: [586, 189, 196] +Triangle: [591, 636, 586] +Triangle: [569, 637, 591] +Triangle: [191, 211, 190] +Triangle: [209, 190, 211] +Triangle: [207, 192, 209] +Triangle: [185, 207, 205] +Triangle: [184, 205, 203] +Triangle: [186, 203, 201] +Triangle: [187, 201, 198] +Triangle: [198, 188, 187] +Triangle: [189, 195, 196] +Triangle: [652, 631, 641] +Triangle: [651, 598, 631] +Triangle: [654, 645, 653] +Triangle: [653, 644, 650] +Triangle: [655, 641, 643] +Triangle: [642, 655, 643] +Triangle: [647, 648, 646] +Triangle: [648, 656, 649] +Triangle: [657, 651, 652] +Triangle: [650, 656, 653] +Triangle: [658, 657, 659] +Triangle: [658, 655, 654] +Triangle: [659, 652, 655] +Triangle: [658, 653, 656] +Triangle: [33, 660, 633] +Triangle: [625, 661, 660] +Triangle: [40, 662, 661] +Triangle: [41, 663, 662] +Triangle: [663, 45, 664] +Triangle: [45, 665, 664] +Triangle: [665, 49, 666] +Triangle: [633, 37, 28] +Triangle: [666, 52, 667] +Triangle: [669, 661, 662] +Triangle: [668, 660, 661] +Triangle: [667, 130, 582] +Triangle: [667, 670, 666] +Triangle: [572, 589, 582] +Triangle: [671, 582, 589] +Triangle: [34, 673, 672] +Triangle: [673, 37, 668] +Triangle: [674, 34, 672] +Triangle: [589, 674, 671] +Triangle: [677, 676, 675] +Triangle: [677, 678, 669] +Triangle: [672, 678, 675] +Triangle: [672, 676, 674] +Triangle: [678, 668, 669] +Triangle: [676, 671, 674] +Triangle: [677, 680, 679] +Triangle: [677, 681, 670] +Triangle: [664, 681, 679] +Triangle: [679, 663, 664] +Triangle: [680, 662, 663] +Triangle: [681, 666, 670] +Triangle: [1, 202, 204] +Triangle: [22, 200, 202] +Triangle: [20, 199, 200] +Triangle: [194, 19, 15] +Triangle: [197, 15, 16] +Triangle: [16, 587, 197] +Triangle: [12, 590, 587] +Triangle: [10, 590, 9] +Triangle: [6, 568, 10] +Triangle: [6, 208, 210] +Triangle: [206, 5, 0] +Triangle: [204, 0, 1] +Triangle: [119, 562, 560] +Triangle: [118, 560, 558] +Triangle: [556, 118, 558] +Triangle: [553, 115, 556] +Triangle: [509, 553, 554] +Triangle: [554, 125, 509] +Triangle: [124, 566, 563] +Triangle: [563, 122, 124] +Triangle: [580, 506, 581] +Triangle: [567, 581, 506] +Triangle: [512, 571, 567] +Triangle: [512, 573, 570] +Triangle: [62, 574, 573] +Triangle: [58, 576, 574] +Triangle: [577, 59, 54] +Triangle: [577, 55, 580] +Triangle: [481, 242, 262] +Triangle: [242, 263, 262] +Triangle: [259, 418, 258] +Triangle: [258, 241, 481] +Triangle: [243, 261, 263] +Triangle: [435, 260, 261] +Triangle: [416, 417, 259] +Triangle: [260, 436, 416] +Triangle: [464, 246, 270] +Triangle: [246, 271, 270] +Triangle: [267, 423, 266] +Triangle: [423, 464, 266] +Triangle: [271, 438, 268] +Triangle: [438, 269, 268] +Triangle: [439, 267, 421] +Triangle: [269, 439, 421] +Triangle: [447, 254, 160] +Triangle: [254, 163, 160] +Triangle: [154, 428, 153] +Triangle: [428, 447, 153] +Triangle: [163, 441, 82] +Triangle: [441, 85, 82] +Triangle: [442, 154, 426] +Triangle: [85, 442, 426] +Triangle: [249, 284, 446] +Triangle: [250, 285, 284] +Triangle: [281, 433, 280] +Triangle: [433, 446, 280] +Triangle: [285, 444, 282] +Triangle: [444, 283, 282] +Triangle: [431, 432, 281] +Triangle: [283, 445, 431] +Triangle: [527, 521, 522] +Triangle: [530, 529, 533] +Triangle: [524, 68, 521] +Triangle: [548, 67, 68] +Triangle: [67, 550, 511] +Triangle: [550, 530, 511] +Triangle: [529, 116, 533] +Triangle: [583, 121, 116] +Triangle: [121, 585, 120] +Triangle: [585, 522, 120] +Triangle: [3374, 1196, 3373] +Triangle: [3376, 1044, 987] +Triangle: [742, 3375, 1035] +Triangle: [742, 1195, 1196] +Triangle: [749, 1524, 752] +Triangle: [1521, 754, 685] +Triangle: [753, 686, 755] +Triangle: [756, 750, 757] +Triangle: [1051, 759, 758] +Triangle: [749, 1110, 1109] +Triangle: [730, 754, 1108] +Triangle: [686, 761, 755] +Triangle: [762, 757, 763] +Triangle: [765, 1842, 764] +Triangle: [766, 1844, 688] +Triangle: [1112, 1116, 1111] +Triangle: [1110, 1114, 1109] +Triangle: [731, 1108, 1113] +Triangle: [691, 1113, 776] +Triangle: [778, 1115, 777] +Triangle: [1049, 1117, 779] +Triangle: [1162, 1796, 1161] +Triangle: [1164, 1794, 1163] +Triangle: [783, 1366, 784] +Triangle: [1368, 785, 1367] +Triangle: [734, 1792, 1165] +Triangle: [780, 1364, 1048] +Triangle: [794, 796, 797] +Triangle: [799, 1583, 798] +Triangle: [1581, 799, 800] +Triangle: [800, 3161, 1581] +Triangle: [802, 804, 805] +Triangle: [807, 3159, 806] +Triangle: [796, 806, 797] +Triangle: [796, 1082, 807] +Triangle: [3158, 1082, 3157] +Triangle: [804, 1081, 1080] +Triangle: [1380, 1080, 1379] +Triangle: [804, 1381, 805] +Triangle: [1579, 801, 829] +Triangle: [1578, 829, 1382] +Triangle: [1576, 830, 924] +Triangle: [828, 926, 925] +Triangle: [827, 1078, 926] +Triangle: [1387, 834, 1386] +Triangle: [836, 1573, 1385] +Triangle: [1562, 3534, 1561] +Triangle: [1552, 840, 837] +Triangle: [1406, 1550, 1551] +Triangle: [1660, 1074, 1659] +Triangle: [1663, 1072, 1662] +Triangle: [847, 932, 931] +Triangle: [1558, 3536, 3537] +Triangle: [3153, 856, 3152] +Triangle: [852, 855, 854] +Triangle: [1070, 1664, 1665] +Triangle: [1557, 3539, 1556] +Triangle: [857, 1372, 1373] +Triangle: [1068, 3152, 856] +Triangle: [3466, 1432, 870] +Triangle: [874, 876, 873] +Triangle: [878, 1895, 1427] +Triangle: [880, 1427, 1428] +Triangle: [883, 888, 887] +Triangle: [885, 887, 888] +Triangle: [888, 1893, 885] +Triangle: [884, 1892, 888] +Triangle: [1890, 1646, 1889] +Triangle: [1123, 1601, 1122] +Triangle: [1888, 1537, 1887] +Triangle: [894, 905, 906] +Triangle: [3475, 1058, 3474] +Triangle: [906, 910, 909] +Triangle: [907, 909, 911] +Triangle: [911, 913, 912] +Triangle: [909, 914, 913] +Triangle: [3476, 1059, 3475] +Triangle: [1622, 1851, 1621] +Triangle: [1620, 1851, 1852] +Triangle: [3478, 1619, 1853] +Triangle: [1617, 1854, 1855] +Triangle: [915, 921, 922] +Triangle: [1616, 1857, 1615] +Triangle: [924, 1575, 1576] +Triangle: [925, 832, 833] +Triangle: [926, 1077, 832] +Triangle: [1072, 1661, 1662] +Triangle: [839, 931, 932] +Triangle: [1559, 3535, 3536] +Triangle: [934, 1553, 1554] +Triangle: [933, 932, 935] +Triangle: [935, 848, 936] +Triangle: [1371, 858, 937] +Triangle: [1593, 940, 941] +Triangle: [885, 1894, 878] +Triangle: [878, 886, 885] +Triangle: [876, 877, 873] +Triangle: [875, 1931, 876] +Triangle: [879, 1931, 1930] +Triangle: [880, 1927, 886] +Triangle: [882, 952, 864] +Triangle: [1920, 862, 1919] +Triangle: [866, 1921, 1429] +Triangle: [867, 1923, 871] +Triangle: [871, 1924, 872] +Triangle: [955, 873, 954] +Triangle: [868, 3464, 956] +Triangle: [1899, 954, 1898] +Triangle: [1897, 954, 873] +Triangle: [873, 1896, 1897] +Triangle: [955, 964, 874] +Triangle: [964, 875, 874] +Triangle: [1925, 872, 1924] +Triangle: [1433, 870, 1432] +Triangle: [1166, 1645, 1646] +Triangle: [798, 797, 799] +Triangle: [800, 797, 806] +Triangle: [3160, 806, 3159] +Triangle: [829, 802, 805] +Triangle: [1382, 805, 1381] +Triangle: [830, 925, 924] +Triangle: [835, 925, 833] +Triangle: [1385, 834, 836] +Triangle: [1082, 810, 822] +Triangle: [3157, 822, 3156] +Triangle: [821, 1080, 1081] +Triangle: [1080, 1378, 1379] +Triangle: [1445, 3257, 1444] +Triangle: [3259, 3154, 3258] +Triangle: [1443, 3260, 1442] +Triangle: [1124, 1600, 1123] +Triangle: [893, 1058, 905] +Triangle: [905, 1059, 910] +Triangle: [910, 1060, 914] +Triangle: [1853, 1620, 1852] +Triangle: [1470, 1753, 1469] +Triangle: [1472, 1751, 1471] +Triangle: [1748, 1473, 1474] +Triangle: [1747, 1476, 1746] +Triangle: [1035, 982, 742] +Triangle: [987, 1045, 983] +Triangle: [984, 989, 985] +Triangle: [1747, 1474, 1475] +Triangle: [784, 1367, 785] +Triangle: [1793, 1165, 1792] +Triangle: [1114, 776, 1113] +Triangle: [1522, 749, 754] +Triangle: [750, 755, 757] +Triangle: [763, 755, 761] +Triangle: [764, 1843, 766] +Triangle: [1149, 1056, 1148] +Triangle: [992, 1150, 993] +Triangle: [993, 1151, 774] +Triangle: [901, 997, 998] +Triangle: [998, 1065, 901] +Triangle: [911, 1006, 907] +Triangle: [1652, 996, 1651] +Triangle: [1167, 1939, 1645] +Triangle: [1064, 1010, 1063] +Triangle: [998, 1011, 1010] +Triangle: [1061, 3481, 1062] +Triangle: [917, 1013, 1014] +Triangle: [916, 1015, 1013] +Triangle: [923, 1590, 1591] +Triangle: [920, 1012, 919] +Triangle: [918, 1062, 1015] +Triangle: [1651, 1014, 1650] +Triangle: [960, 1025, 1021] +Triangle: [1024, 964, 962] +Triangle: [965, 1026, 1027] +Triangle: [966, 1926, 1029] +Triangle: [1235, 1233, 1234] +Triangle: [831, 1032, 834] +Triangle: [1031, 834, 1032] +Triangle: [836, 1571, 1572] +Triangle: [3376, 1035, 3375] +Triangle: [1036, 987, 983] +Triangle: [1471, 1752, 1470] +Triangle: [1039, 1363, 780] +Triangle: [1161, 1797, 1160] +Triangle: [1042, 760, 758] +Triangle: [1043, 758, 759] +Triangle: [988, 1045, 1044] +Triangle: [1473, 1750, 1472] +Triangle: [1365, 1048, 1364] +Triangle: [1163, 1795, 1162] +Triangle: [777, 1116, 1049] +Triangle: [1111, 1115, 1110] +Triangle: [1050, 1110, 752] +Triangle: [1525, 752, 1524] +Triangle: [1052, 751, 756] +Triangle: [1053, 756, 762] +Triangle: [1054, 1841, 765] +Triangle: [3469, 1148, 1056] +Triangle: [3471, 1599, 1124] +Triangle: [1057, 3474, 1058] +Triangle: [1064, 1392, 1393] +Triangle: [1065, 1393, 1394] +Triangle: [1071, 1404, 1072] +Triangle: [1405, 1072, 1404] +Triangle: [1083, 795, 1084] +Triangle: [1441, 3260, 3261] +Triangle: [808, 1083, 1084] +Triangle: [809, 1084, 1085] +Triangle: [1090, 787, 1091] +Triangle: [1092, 788, 1093] +Triangle: [727, 790, 1094] +Triangle: [1094, 789, 1092] +Triangle: [1091, 1038, 1088] +Triangle: [1090, 788, 1047] +Triangle: [1615, 1858, 1614] +Triangle: [923, 1020, 1016] +Triangle: [1002, 1728, 1729] +Triangle: [945, 941, 940] +Triangle: [939, 958, 953] +Triangle: [953, 955, 954] +Triangle: [957, 1938, 959] +Triangle: [961, 1914, 1915] +Triangle: [958, 962, 955] +Triangle: [961, 1024, 962] +Triangle: [950, 912, 1005] +Triangle: [897, 1535, 1536] +Triangle: [949, 999, 1000] +Triangle: [1536, 896, 897] +Triangle: [903, 921, 908] +Triangle: [1595, 940, 1594] +Triangle: [895, 904, 903] +Triangle: [994, 1885, 1886] +Triangle: [1595, 1099, 942] +Triangle: [945, 946, 943] +Triangle: [1097, 994, 946] +Triangle: [1884, 1098, 1100] +Triangle: [1100, 1883, 1884] +Triangle: [901, 1066, 891] +Triangle: [891, 902, 901] +Triangle: [1168, 1643, 1644] +Triangle: [948, 1653, 890] +Triangle: [1004, 1940, 1941] +Triangle: [1170, 1641, 1642] +Triangle: [892, 949, 968] +Triangle: [1169, 3442, 1643] +Triangle: [1396, 1066, 1395] +Triangle: [1107, 892, 968] +Triangle: [1395, 1065, 1394] +Triangle: [1008, 967, 1007] +Triangle: [3444, 967, 3443] +Triangle: [3444, 1001, 1007] +Triangle: [1639, 1397, 1172] +Triangle: [749, 1108, 754] +Triangle: [1109, 1113, 1108] +Triangle: [771, 1147, 995] +Triangle: [690, 1145, 770] +Triangle: [1121, 1603, 1120] +Triangle: [1122, 1602, 1121] +Triangle: [906, 899, 894] +Triangle: [899, 1006, 898] +Triangle: [831, 1388, 1076] +Triangle: [1376, 854, 1375] +Triangle: [929, 846, 930] +Triangle: [928, 1079, 826] +Triangle: [843, 1078, 928] +Triangle: [1446, 3256, 1445] +Triangle: [1076, 1033, 831] +Triangle: [1135, 1302, 1303] +Triangle: [1678, 1157, 1677] +Triangle: [1140, 1684, 1139] +Triangle: [1685, 1139, 1684] +Triangle: [1155, 775, 1154] +Triangle: [1139, 1141, 1140] +Triangle: [1119, 775, 1139] +Triangle: [1129, 1142, 1130] +Triangle: [3338, 3327, 3328] +Triangle: [1146, 1125, 1147] +Triangle: [3470, 1124, 1148] +Triangle: [1123, 1148, 1124] +Triangle: [1149, 1122, 1150] +Triangle: [1150, 1121, 1151] +Triangle: [1155, 1130, 1142] +Triangle: [1670, 1325, 1326] +Triangle: [780, 1160, 1039] +Triangle: [1048, 1161, 780] +Triangle: [783, 1162, 1048] +Triangle: [784, 1163, 783] +Triangle: [1164, 785, 1165] +Triangle: [692, 1165, 785] +Triangle: [1086, 3371, 744] +Triangle: [746, 3370, 1086] +Triangle: [1166, 1891, 884] +Triangle: [1167, 884, 883] +Triangle: [1169, 951, 882] +Triangle: [3190, 1170, 3189] +Triangle: [1172, 3191, 3192] +Triangle: [825, 1377, 1378] +Triangle: [823, 825, 821] +Triangle: [3156, 1185, 3155] +Triangle: [811, 822, 810] +Triangle: [1186, 810, 808] +Triangle: [1187, 808, 809] +Triangle: [1469, 1754, 1468] +Triangle: [743, 975, 744] +Triangle: [741, 744, 975] +Triangle: [1086, 748, 746] +Triangle: [1175, 3198, 1176] +Triangle: [3199, 1176, 3198] +Triangle: [1103, 815, 1104] +Triangle: [1131, 740, 739] +Triangle: [1087, 1131, 739] +Triangle: [1178, 1132, 1129] +Triangle: [3201, 1179, 1178] +Triangle: [1182, 1133, 1087] +Triangle: [1104, 737, 1103] +Triangle: [3200, 1177, 3199] +Triangle: [3369, 1190, 3368] +Triangle: [1192, 1493, 1494] +Triangle: [1196, 974, 743] +Triangle: [3373, 743, 3372] +Triangle: [1160, 1798, 1159] +Triangle: [1362, 782, 1361] +Triangle: [1677, 1158, 1676] +Triangle: [1669, 1326, 791] +Triangle: [1039, 1159, 782] +Triangle: [930, 841, 929] +Triangle: [842, 1388, 1389] +Triangle: [3253, 1449, 3252] +Triangle: [3254, 1448, 3253] +Triangle: [1237, 1236, 1235] +Triangle: [1075, 842, 1034] +Triangle: [928, 1128, 843] +Triangle: [826, 927, 928] +Triangle: [3366, 682, 3365] +Triangle: [1197, 683, 682] +Triangle: [1198, 736, 683] +Triangle: [3368, 745, 3367] +Triangle: [1189, 1491, 1492] +Triangle: [1763, 736, 1199] +Triangle: [1197, 3367, 745] +Triangle: [1198, 745, 747] +Triangle: [1199, 747, 1189] +Triangle: [1763, 1189, 1762] +Triangle: [972, 1084, 795] +Triangle: [798, 971, 794] +Triangle: [971, 795, 794] +Triangle: [971, 973, 972] +Triangle: [970, 990, 971] +Triangle: [720, 991, 970] +Triangle: [1659, 1202, 1658] +Triangle: [1074, 1407, 1202] +Triangle: [1204, 837, 840] +Triangle: [1205, 840, 934] +Triangle: [3533, 1563, 3532] +Triangle: [1032, 1221, 1031] +Triangle: [1204, 1224, 1225] +Triangle: [1203, 1225, 1226] +Triangle: [1033, 1220, 1032] +Triangle: [3532, 1564, 3531] +Triangle: [1031, 1570, 1571] +Triangle: [1075, 1219, 1033] +Triangle: [1034, 1230, 1075] +Triangle: [3510, 1247, 3509] +Triangle: [3509, 1248, 3508] +Triangle: [3508, 1569, 3507] +Triangle: [3531, 1565, 3530] +Triangle: [1224, 1424, 1225] +Triangle: [1226, 1424, 1425] +Triangle: [3512, 1245, 3511] +Triangle: [3511, 1246, 3510] +Triangle: [1210, 1260, 1261] +Triangle: [1212, 1252, 1253] +Triangle: [1214, 1253, 1254] +Triangle: [1213, 1260, 1211] +Triangle: [1209, 1567, 1252] +Triangle: [1568, 1210, 1261] +Triangle: [1215, 1410, 1255] +Triangle: [1216, 1259, 1213] +Triangle: [1218, 1257, 1217] +Triangle: [1218, 1255, 1256] +Triangle: [1217, 1258, 1216] +Triangle: [1240, 1209, 1212] +Triangle: [1241, 1212, 1214] +Triangle: [1242, 1410, 1215] +Triangle: [1243, 1217, 1244] +Triangle: [1244, 1216, 1245] +Triangle: [1246, 1216, 1213] +Triangle: [1246, 1211, 1247] +Triangle: [1248, 1211, 1210] +Triangle: [1248, 1568, 1569] +Triangle: [3529, 1566, 1567] +Triangle: [1253, 1252, 1233] +Triangle: [1254, 1233, 1236] +Triangle: [1255, 1238, 1256] +Triangle: [1257, 1238, 1237] +Triangle: [1258, 1237, 1235] +Triangle: [1259, 1258, 1235] +Triangle: [1260, 1235, 1234] +Triangle: [1261, 1260, 1234] +Triangle: [1010, 1264, 1063] +Triangle: [1011, 1263, 1010] +Triangle: [3481, 1267, 1062] +Triangle: [1013, 1270, 1268] +Triangle: [1016, 1589, 1590] +Triangle: [1017, 1266, 1012] +Triangle: [1062, 1270, 1015] +Triangle: [1014, 1649, 1650] +Triangle: [1946, 1271, 1016] +Triangle: [1063, 1391, 1392] +Triangle: [1264, 1275, 1276] +Triangle: [1265, 1275, 1263] +Triangle: [1267, 3482, 1279] +Triangle: [1269, 1280, 1281] +Triangle: [1268, 1282, 1280] +Triangle: [1271, 1588, 1589] +Triangle: [1272, 1278, 1266] +Triangle: [1270, 1279, 1282] +Triangle: [1649, 1269, 1281] +Triangle: [1271, 1947, 1283] +Triangle: [1391, 1276, 1390] +Triangle: [1275, 1288, 1276] +Triangle: [1277, 1287, 1275] +Triangle: [1280, 1293, 1281] +Triangle: [1280, 1294, 1292] +Triangle: [1278, 1296, 1290] +Triangle: [1282, 1291, 1294] +Triangle: [1276, 1297, 1390] +Triangle: [1297, 1295, 1298] +Triangle: [1287, 1294, 1291] +Triangle: [1290, 1287, 1291] +Triangle: [1289, 1292, 1294] +Triangle: [1320, 1300, 1299] +Triangle: [1303, 1134, 1144] +Triangle: [1320, 1305, 1319] +Triangle: [1306, 1319, 1305] +Triangle: [1318, 1681, 1682] +Triangle: [1680, 1316, 1679] +Triangle: [3325, 3340, 3341] +Triangle: [1310, 1313, 1314] +Triangle: [1314, 1311, 1310] +Triangle: [1324, 1673, 1323] +Triangle: [3327, 3340, 3326] +Triangle: [1314, 1134, 1302] +Triangle: [1315, 1302, 1136] +Triangle: [1672, 1325, 1671] +Triangle: [1679, 1156, 1678] +Triangle: [1318, 1683, 1140] +Triangle: [1319, 1140, 1141] +Triangle: [1155, 1319, 1141] +Triangle: [1320, 1142, 1321] +Triangle: [1132, 1321, 1142] +Triangle: [1315, 1323, 1311] +Triangle: [1324, 1136, 1325] +Triangle: [1326, 1136, 1135] +Triangle: [1331, 1689, 1690] +Triangle: [1332, 1327, 1331] +Triangle: [1698, 1311, 1323] +Triangle: [1179, 1322, 1132] +Triangle: [1181, 1339, 1133] +Triangle: [1312, 1340, 1339] +Triangle: [1341, 1133, 1339] +Triangle: [1339, 1338, 1341] +Triangle: [1323, 1697, 1698] +Triangle: [1328, 1675, 1327] +Triangle: [1301, 1343, 1335] +Triangle: [1338, 1345, 1341] +Triangle: [1143, 1341, 1345] +Triangle: [1179, 3203, 1336] +Triangle: [3204, 1336, 3203] +Triangle: [1337, 3205, 1343] +Triangle: [1699, 1310, 1311] +Triangle: [1331, 1349, 1332] +Triangle: [1343, 3206, 1347] +Triangle: [1351, 1344, 1338] +Triangle: [1350, 1351, 1352] +Triangle: [1351, 1340, 1353] +Triangle: [1354, 1351, 1353] +Triangle: [1355, 1348, 1356] +Triangle: [3341, 3324, 3325] +Triangle: [1180, 1353, 1340] +Triangle: [1357, 1354, 1353] +Triangle: [3323, 3324, 3342] +Triangle: [1348, 1690, 1691] +Triangle: [1358, 1359, 1347] +Triangle: [1335, 1347, 1359] +Triangle: [3350, 1362, 1361] +Triangle: [1362, 787, 1363] +Triangle: [1363, 1047, 1364] +Triangle: [788, 1364, 1047] +Triangle: [1365, 789, 1366] +Triangle: [1366, 790, 1367] +Triangle: [721, 1367, 790] +Triangle: [1303, 1369, 1304] +Triangle: [3337, 3328, 3335] +Triangle: [1557, 3537, 3538] +Triangle: [1372, 936, 848] +Triangle: [1373, 848, 847] +Triangle: [1403, 1374, 1402] +Triangle: [1664, 1071, 1663] +Triangle: [853, 1375, 846] +Triangle: [3255, 1447, 3254] +Triangle: [1378, 1184, 826] +Triangle: [1379, 826, 1079] +Triangle: [1380, 1079, 827] +Triangle: [1381, 827, 828] +Triangle: [830, 1381, 828] +Triangle: [1577, 1382, 830] +Triangle: [1385, 1574, 1541] +Triangle: [1385, 1542, 1386] +Triangle: [1543, 1386, 1542] +Triangle: [1388, 1543, 1544] +Triangle: [1389, 1544, 1545] +Triangle: [1067, 1399, 1068] +Triangle: [1402, 1070, 1401] +Triangle: [3151, 1399, 3150] +Triangle: [1273, 1390, 1285] +Triangle: [1392, 1273, 1018] +Triangle: [1393, 1018, 999] +Triangle: [1394, 999, 947] +Triangle: [1395, 947, 892] +Triangle: [1106, 1395, 892] +Triangle: [1640, 1171, 1397] +Triangle: [1397, 3190, 3191] +Triangle: [1398, 861, 1399] +Triangle: [1373, 1401, 857] +Triangle: [847, 1402, 1373] +Triangle: [1403, 931, 1404] +Triangle: [838, 1404, 931] +Triangle: [837, 1551, 1552] +Triangle: [1406, 1203, 1407] +Triangle: [1407, 1226, 1408] +Triangle: [1408, 1425, 1421] +Triangle: [1409, 1214, 1410] +Triangle: [1410, 1254, 1255] +Triangle: [1411, 1549, 844] +Triangle: [3251, 1450, 3250] +Triangle: [1412, 1545, 1546] +Triangle: [1389, 1413, 842] +Triangle: [3249, 1450, 1451] +Triangle: [1414, 844, 1201] +Triangle: [1413, 1034, 842] +Triangle: [1229, 1415, 1416] +Triangle: [1244, 3246, 1243] +Triangle: [3249, 1452, 3248] +Triangle: [1414, 1418, 1417] +Triangle: [3248, 1228, 3247] +Triangle: [1408, 1202, 1407] +Triangle: [1419, 1658, 1202] +Triangle: [1417, 1420, 1228] +Triangle: [1657, 1227, 1656] +Triangle: [1288, 1296, 1297] +Triangle: [1409, 1227, 1421] +Triangle: [1421, 1419, 1408] +Triangle: [1565, 3529, 3530] +Triangle: [1424, 1239, 1240] +Triangle: [1425, 1240, 1241] +Triangle: [1421, 1241, 1409] +Triangle: [1255, 1254, 1236] +Triangle: [3142, 3306, 3141] +Triangle: [3143, 3305, 3142] +Triangle: [3143, 3303, 3304] +Triangle: [3301, 3145, 3146] +Triangle: [1431, 3571, 3232] +Triangle: [1431, 3233, 1432] +Triangle: [3234, 1432, 3233] +Triangle: [3432, 3298, 3431] +Triangle: [3299, 3230, 3147] +Triangle: [3147, 3298, 3299] +Triangle: [3229, 1435, 3228] +Triangle: [1434, 1436, 1435] +Triangle: [1435, 3227, 3228] +Triangle: [864, 3380, 882] +Triangle: [3227, 881, 3226] +Triangle: [1437, 963, 1433] +Triangle: [1437, 3234, 3235] +Triangle: [1910, 1438, 1030] +Triangle: [1173, 3192, 3193] +Triangle: [1067, 856, 1439] +Triangle: [851, 1439, 856] +Triangle: [3154, 851, 3153] +Triangle: [850, 1445, 1444] +Triangle: [852, 1446, 1445] +Triangle: [1446, 853, 1447] +Triangle: [1447, 929, 1448] +Triangle: [1449, 929, 841] +Triangle: [1450, 1548, 1411] +Triangle: [1451, 1411, 1414] +Triangle: [1451, 1417, 1452] +Triangle: [1228, 1452, 1417] +Triangle: [1453, 3261, 3262] +Triangle: [1441, 1440, 818] +Triangle: [1453, 819, 1440] +Triangle: [1455, 819, 1454] +Triangle: [820, 1456, 817] +Triangle: [817, 1457, 738] +Triangle: [3266, 1456, 3265] +Triangle: [3263, 1453, 3262] +Triangle: [3264, 1454, 3263] +Triangle: [3265, 1455, 3264] +Triangle: [1460, 1461, 1458] +Triangle: [1463, 1187, 809] +Triangle: [1459, 1462, 1460] +Triangle: [1465, 975, 1466] +Triangle: [1466, 974, 1467] +Triangle: [1195, 1467, 974] +Triangle: [982, 1468, 1195] +Triangle: [1036, 1469, 982] +Triangle: [983, 1470, 1036] +Triangle: [1045, 1471, 983] +Triangle: [984, 1472, 1045] +Triangle: [985, 1473, 984] +Triangle: [986, 1474, 985] +Triangle: [1475, 723, 1476] +Triangle: [1188, 741, 1465] +Triangle: [1464, 1478, 1193] +Triangle: [1477, 813, 1479] +Triangle: [1480, 1461, 1479] +Triangle: [1481, 1458, 1461] +Triangle: [1178, 1103, 737] +Triangle: [3201, 737, 3200] +Triangle: [738, 739, 740] +Triangle: [1462, 1479, 1461] +Triangle: [1477, 1463, 1478] +Triangle: [1478, 809, 1085] +Triangle: [1096, 3319, 1482] +Triangle: [3267, 1457, 3266] +Triangle: [1085, 1193, 1478] +Triangle: [972, 1483, 1085] +Triangle: [1200, 724, 693] +Triangle: [1492, 1762, 1189] +Triangle: [1760, 1494, 1759] +Triangle: [1466, 1757, 1465] +Triangle: [1756, 1467, 1755] +Triangle: [1465, 1758, 1188] +Triangle: [1488, 812, 1486] +Triangle: [1486, 813, 1487] +Triangle: [1487, 1464, 1485] +Triangle: [793, 991, 1200] +Triangle: [1489, 1483, 1484] +Triangle: [1484, 973, 1490] +Triangle: [990, 1490, 973] +Triangle: [1485, 1193, 1489] +Triangle: [1492, 1191, 1192] +Triangle: [1192, 1761, 1492] +Triangle: [1494, 748, 1188] +Triangle: [1759, 1188, 1758] +Triangle: [1496, 1491, 1495] +Triangle: [1191, 1497, 1493] +Triangle: [1495, 747, 745] +Triangle: [1497, 748, 1493] +Triangle: [1190, 1495, 745] +Triangle: [1497, 1190, 746] +Triangle: [3267, 1087, 739] +Triangle: [1499, 1482, 3319] +Triangle: [1468, 1755, 1467] +Triangle: [1498, 1500, 1183] +Triangle: [1503, 1768, 1502] +Triangle: [1504, 1767, 1503] +Triangle: [1505, 1766, 1504] +Triangle: [980, 1502, 979] +Triangle: [981, 1503, 980] +Triangle: [722, 1504, 981] +Triangle: [950, 1626, 1006] +Triangle: [1152, 1507, 816] +Triangle: [1194, 976, 1488] +Triangle: [1046, 1509, 978] +Triangle: [1510, 978, 1509] +Triangle: [1508, 977, 1511] +Triangle: [1511, 1037, 1510] +Triangle: [814, 1129, 1130] +Triangle: [1514, 772, 773] +Triangle: [1513, 1516, 1514] +Triangle: [1782, 1515, 1781] +Triangle: [1517, 779, 1117] +Triangle: [1783, 1516, 1782] +Triangle: [1117, 1518, 1517] +Triangle: [1112, 1519, 1518] +Triangle: [1111, 1520, 1112] +Triangle: [684, 1522, 1521] +Triangle: [1523, 753, 750] +Triangle: [1523, 751, 1524] +Triangle: [1051, 1524, 751] +Triangle: [1520, 1041, 1519] +Triangle: [758, 1525, 1051] +Triangle: [760, 1050, 1525] +Triangle: [1512, 1183, 1500] +Triangle: [1095, 1501, 1089] +Triangle: [1304, 1135, 1303] +Triangle: [1526, 1326, 1135] +Triangle: [1527, 913, 1528] +Triangle: [1529, 913, 914] +Triangle: [1530, 914, 1060] +Triangle: [3477, 1060, 3476] +Triangle: [1531, 922, 1532] +Triangle: [1592, 941, 1533] +Triangle: [1533, 944, 1534] +Triangle: [1536, 943, 946] +Triangle: [1537, 946, 994] +Triangle: [1887, 994, 1886] +Triangle: [1849, 1623, 1624] +Triangle: [912, 1539, 1005] +Triangle: [1622, 1849, 1850] +Triangle: [917, 1014, 996] +Triangle: [744, 3372, 743] +Triangle: [1541, 1575, 835] +Triangle: [1541, 833, 1542] +Triangle: [833, 1543, 1542] +Triangle: [1544, 832, 1077] +Triangle: [1545, 1077, 843] +Triangle: [1546, 843, 1128] +Triangle: [1547, 3252, 1449] +Triangle: [1547, 841, 1548] +Triangle: [1548, 845, 1549] +Triangle: [1073, 1660, 1661] +Triangle: [1551, 1073, 1405] +Triangle: [1552, 1405, 838] +Triangle: [1553, 838, 839] +Triangle: [1554, 839, 933] +Triangle: [1561, 3535, 1560] +Triangle: [1370, 3422, 705] +Triangle: [3421, 704, 3420] +Triangle: [3426, 1560, 1559] +Triangle: [3565, 1560, 3564] +Triangle: [3566, 1561, 3565] +Triangle: [1562, 3567, 1563] +Triangle: [1563, 3568, 1564] +Triangle: [1564, 3569, 1565] +Triangle: [1565, 3570, 1566] +Triangle: [1567, 1566, 3570] +Triangle: [1232, 1252, 1251] +Triangle: [1234, 1232, 1231] +Triangle: [1262, 1234, 1231] +Triangle: [1867, 1569, 1568] +Triangle: [3507, 1867, 3506] +Triangle: [1869, 1570, 1868] +Triangle: [1870, 1571, 1869] +Triangle: [1572, 1871, 1573] +Triangle: [1573, 1872, 1574] +Triangle: [1575, 1872, 1873] +Triangle: [1575, 1874, 1576] +Triangle: [1874, 1577, 1576] +Triangle: [1578, 1875, 1876] +Triangle: [1579, 1876, 1877] +Triangle: [1580, 1877, 1878] +Triangle: [3161, 1879, 1581] +Triangle: [1880, 1581, 1879] +Triangle: [1582, 1882, 1583] +Triangle: [720, 1825, 1826] +Triangle: [1556, 3540, 938] +Triangle: [868, 858, 3461] +Triangle: [857, 3461, 858] +Triangle: [1401, 3460, 857] +Triangle: [1401, 1400, 859] +Triangle: [3194, 1584, 1174] +Triangle: [3193, 1174, 1173] +Triangle: [3195, 1585, 1584] +Triangle: [3197, 1585, 3196] +Triangle: [1176, 1586, 1175] +Triangle: [1587, 1177, 1104] +Triangle: [1589, 1284, 1272] +Triangle: [1017, 1589, 1272] +Triangle: [1591, 1017, 920] +Triangle: [1616, 1855, 1856] +Triangle: [1593, 1532, 922] +Triangle: [922, 1594, 1593] +Triangle: [904, 1594, 921] +Triangle: [1596, 904, 900] +Triangle: [940, 1097, 945] +Triangle: [1654, 890, 1653] +Triangle: [3472, 1057, 1599] +Triangle: [1599, 893, 1600] +Triangle: [1601, 893, 894] +Triangle: [1601, 899, 1602] +Triangle: [1602, 898, 1603] +Triangle: [1604, 1596, 1605] +Triangle: [900, 1605, 1596] +Triangle: [895, 1606, 900] +Triangle: [814, 1609, 815] +Triangle: [814, 1153, 1610] +Triangle: [1630, 1611, 1629] +Triangle: [923, 1614, 1003] +Triangle: [1591, 1615, 923] +Triangle: [1616, 920, 1617] +Triangle: [919, 1617, 920] +Triangle: [1619, 3480, 1061] +Triangle: [1620, 1061, 918] +Triangle: [918, 1621, 1620] +Triangle: [916, 1622, 1621] +Triangle: [1622, 996, 1623] +Triangle: [1623, 948, 1624] +Triangle: [890, 1624, 948] +Triangle: [1625, 1105, 1626] +Triangle: [1942, 1629, 1611] +Triangle: [1007, 1627, 1008] +Triangle: [1003, 1630, 1629] +Triangle: [1611, 1941, 1942] +Triangle: [1612, 1004, 1611] +Triangle: [1859, 1612, 1630] +Triangle: [1859, 1614, 1858] +Triangle: [1613, 1534, 944] +Triangle: [1102, 889, 891] +Triangle: [1006, 1632, 898] +Triangle: [1101, 891, 1066] +Triangle: [944, 943, 1613] +Triangle: [1626, 1607, 1632] +Triangle: [1632, 1608, 1633] +Triangle: [1634, 1609, 1610] +Triangle: [1634, 1153, 1635] +Triangle: [1633, 898, 1632] +Triangle: [1175, 1637, 1585] +Triangle: [1172, 1638, 1639] +Triangle: [1639, 1102, 1101] +Triangle: [1640, 1101, 1396] +Triangle: [1641, 1396, 1106] +Triangle: [1642, 1106, 1107] +Triangle: [1643, 3443, 967] +Triangle: [1644, 967, 1009] +Triangle: [1645, 1940, 897] +Triangle: [1646, 897, 896] +Triangle: [1889, 896, 1888] +Triangle: [1638, 1597, 1102] +Triangle: [1173, 1636, 1638] +Triangle: [1637, 1584, 1585] +Triangle: [1648, 1174, 1584] +Triangle: [851, 1442, 849] +Triangle: [1442, 818, 849] +Triangle: [1649, 1277, 1265] +Triangle: [1650, 1265, 1011] +Triangle: [997, 1650, 1011] +Triangle: [902, 1651, 997] +Triangle: [1652, 889, 1653] +Triangle: [1597, 1653, 889] +Triangle: [1636, 1654, 1597] +Triangle: [1105, 1655, 1607] +Triangle: [1655, 1648, 1637] +Triangle: [1418, 1656, 1420] +Triangle: [1657, 1201, 1658] +Triangle: [844, 1658, 1201] +Triangle: [1660, 844, 1549] +Triangle: [1661, 1549, 845] +Triangle: [1662, 845, 930] +Triangle: [930, 1663, 1662] +Triangle: [1664, 846, 1375] +Triangle: [1665, 1375, 854] +Triangle: [1400, 1665, 1069] +Triangle: [854, 1069, 1665] +Triangle: [1607, 1666, 1608] +Triangle: [1586, 1655, 1637] +Triangle: [1666, 1587, 1667] +Triangle: [1667, 1608, 1666] +Triangle: [1507, 1603, 1633] +Triangle: [1668, 1633, 1608] +Triangle: [1667, 1104, 815] +Triangle: [815, 1668, 1667] +Triangle: [1609, 1507, 1668] +Triangle: [1157, 1669, 1158] +Triangle: [1157, 1671, 1670] +Triangle: [1316, 1671, 1156] +Triangle: [1672, 1308, 1673] +Triangle: [1673, 1696, 1697] +Triangle: [1675, 1342, 1333] +Triangle: [1137, 1676, 792] +Triangle: [1138, 1677, 1137] +Triangle: [1317, 1678, 1138] +Triangle: [1307, 1679, 1317] +Triangle: [1681, 1317, 1682] +Triangle: [1682, 1138, 1683] +Triangle: [1683, 1137, 1684] +Triangle: [792, 1684, 1137] +Triangle: [816, 1686, 1152] +Triangle: [1634, 1513, 1686] +Triangle: [1154, 1635, 1153] +Triangle: [1687, 775, 1688] +Triangle: [1690, 1329, 1330] +Triangle: [1358, 1691, 1330] +Triangle: [1356, 1358, 3323] +Triangle: [1692, 1305, 1299] +Triangle: [1333, 1712, 1713] +Triangle: [1334, 1299, 1300] +Triangle: [1693, 1306, 1305] +Triangle: [1694, 1681, 1306] +Triangle: [1697, 1814, 1815] +Triangle: [1698, 1815, 1816] +Triangle: [1699, 1816, 1817] +Triangle: [1700, 1699, 1817] +Triangle: [1308, 1701, 1696] +Triangle: [1702, 1327, 1675] +Triangle: [1680, 1703, 1701] +Triangle: [1695, 1307, 1681] +Triangle: [1716, 1704, 1715] +Triangle: [1706, 1716, 1717] +Triangle: [1707, 1706, 1717] +Triangle: [1710, 1309, 1709] +Triangle: [1709, 1310, 1700] +Triangle: [1813, 1696, 1701] +Triangle: [1713, 1693, 1692] +Triangle: [1715, 1711, 1714] +Triangle: [1342, 1714, 1712] +Triangle: [1674, 1715, 1342] +Triangle: [1717, 1674, 1328] +Triangle: [1707, 1328, 1332] +Triangle: [1708, 1332, 1349] +Triangle: [1695, 1714, 1711] +Triangle: [1694, 1712, 1714] +Triangle: [1514, 1686, 1513] +Triangle: [1718, 1152, 1686] +Triangle: [1119, 1688, 775] +Triangle: [1635, 1905, 1513] +Triangle: [1710, 1349, 1355] +Triangle: [1152, 1721, 1120] +Triangle: [1721, 1121, 1120] +Triangle: [3269, 1087, 3268] +Triangle: [3349, 1304, 1369] +Triangle: [1722, 1526, 1304] +Triangle: [1724, 791, 1526] +Triangle: [1285, 1909, 1273] +Triangle: [1726, 999, 1018] +Triangle: [3446, 1002, 1727] +Triangle: [1001, 3446, 1727] +Triangle: [1001, 1628, 1627] +Triangle: [1003, 1945, 1020] +Triangle: [1944, 1629, 1943] +Triangle: [1727, 1729, 1628] +Triangle: [1946, 1020, 1945] +Triangle: [3350, 1722, 3349] +Triangle: [1479, 812, 1480] +Triangle: [1089, 1730, 1723] +Triangle: [1723, 1731, 786] +Triangle: [786, 1088, 1038] +Triangle: [1361, 1724, 1722] +Triangle: [782, 1725, 1724] +Triangle: [1480, 976, 1732] +Triangle: [1733, 3319, 1732] +Triangle: [1734, 1499, 1733] +Triangle: [1732, 1508, 1733] +Triangle: [1511, 1733, 1508] +Triangle: [1510, 1734, 1511] +Triangle: [1730, 1736, 1731] +Triangle: [1735, 1509, 1736] +Triangle: [1506, 979, 1502] +Triangle: [1738, 1740, 1741] +Triangle: [1739, 1741, 1742] +Triangle: [1741, 1126, 1146] +Triangle: [1742, 1146, 771] +Triangle: [1605, 1737, 1604] +Triangle: [1606, 1740, 1605] +Triangle: [1126, 1598, 1125] +Triangle: [774, 1721, 1743] +Triangle: [1743, 1719, 1744] +Triangle: [1719, 1745, 1744] +Triangle: [773, 1718, 1514] +Triangle: [1905, 1515, 1513] +Triangle: [981, 1746, 722] +Triangle: [1748, 981, 980] +Triangle: [1749, 980, 979] +Triangle: [1749, 1046, 1750] +Triangle: [1750, 978, 1751] +Triangle: [1751, 1037, 1752] +Triangle: [1752, 977, 1753] +Triangle: [1753, 1194, 1754] +Triangle: [1754, 1488, 1755] +Triangle: [1486, 1755, 1488] +Triangle: [1756, 1487, 1757] +Triangle: [1757, 1485, 1758] +Triangle: [1489, 1758, 1485] +Triangle: [1484, 1759, 1489] +Triangle: [1760, 1490, 1761] +Triangle: [1761, 793, 1762] +Triangle: [1200, 1762, 793] +Triangle: [1764, 1200, 693] +Triangle: [1765, 1094, 1766] +Triangle: [1766, 1092, 1767] +Triangle: [1767, 1093, 1768] +Triangle: [1769, 1502, 1768] +Triangle: [1736, 1506, 1769] +Triangle: [1773, 995, 1774] +Triangle: [689, 1770, 769] +Triangle: [1906, 1720, 1515] +Triangle: [1777, 1840, 1054] +Triangle: [1779, 1052, 1053] +Triangle: [759, 1780, 1043] +Triangle: [1784, 1119, 1685] +Triangle: [1720, 1781, 1515] +Triangle: [1785, 1685, 792] +Triangle: [1118, 1784, 1785] +Triangle: [1790, 1744, 1789] +Triangle: [1789, 1745, 1788] +Triangle: [1786, 1781, 1118] +Triangle: [1787, 1782, 1786] +Triangle: [1789, 1780, 1776] +Triangle: [1791, 776, 1792] +Triangle: [778, 1792, 776] +Triangle: [1793, 777, 1794] +Triangle: [1794, 1049, 1795] +Triangle: [1795, 779, 1796] +Triangle: [1796, 1040, 1797] +Triangle: [1797, 781, 1798] +Triangle: [781, 1785, 1799] +Triangle: [792, 1799, 1785] +Triangle: [1676, 1800, 1799] +Triangle: [791, 1801, 1669] +Triangle: [1801, 1158, 1669] +Triangle: [1159, 1800, 1801] +Triangle: [1798, 1799, 1800] +Triangle: [1802, 1118, 781] +Triangle: [1803, 1745, 773] +Triangle: [1788, 1043, 1780] +Triangle: [3468, 1056, 1804] +Triangle: [992, 1804, 1056] +Triangle: [1805, 768, 1804] +Triangle: [769, 1772, 767] +Triangle: [1828, 1774, 1827] +Triangle: [993, 1805, 992] +Triangle: [1807, 774, 1808] +Triangle: [1743, 1808, 774] +Triangle: [1042, 1803, 1809] +Triangle: [1809, 773, 772] +Triangle: [1809, 1041, 1042] +Triangle: [1810, 772, 1783] +Triangle: [1040, 1802, 781] +Triangle: [1786, 1811, 1787] +Triangle: [1811, 1517, 1518] +Triangle: [1519, 1810, 1812] +Triangle: [1518, 1812, 1811] +Triangle: [1812, 1787, 1811] +Triangle: [1812, 1783, 1787] +Triangle: [1091, 1861, 1090] +Triangle: [1731, 1769, 1088] +Triangle: [1153, 1130, 1154] +Triangle: [767, 1773, 1828] +Triangle: [1827, 3468, 768] +Triangle: [1295, 1284, 1588] +Triangle: [1813, 1704, 1814] +Triangle: [1815, 1704, 1705] +Triangle: [1816, 1705, 1706] +Triangle: [1817, 1706, 1707] +Triangle: [1700, 1707, 1708] +Triangle: [1709, 1708, 1710] +Triangle: [1703, 1711, 1813] +Triangle: [1818, 1822, 1823] +Triangle: [1300, 1818, 1334] +Triangle: [1824, 1818, 1823] +Triangle: [1703, 1813, 1701] +Triangle: [1360, 1334, 1818] +Triangle: [1329, 1702, 1821] +Triangle: [1821, 1360, 1329] +Triangle: [1820, 1692, 1334] +Triangle: [1713, 1821, 1333] +Triangle: [1333, 1702, 1675] +Triangle: [1335, 1822, 1301] +Triangle: [1359, 1823, 1335] +Triangle: [1322, 1301, 1822] +Triangle: [1819, 1322, 1822] +Triangle: [1336, 1337, 1301] +Triangle: [1819, 1300, 1321] +Triangle: [1358, 1352, 1354] +Triangle: [1329, 1824, 1330] +Triangle: [1330, 1824, 1359] +Triangle: [3206, 1352, 1347] +Triangle: [1691, 1356, 1348] +Triangle: [1725, 1159, 1801] +Triangle: [1088, 1860, 1091] +Triangle: [1861, 1093, 1090] +Triangle: [1825, 798, 1583] +Triangle: [1298, 1390, 1297] +Triangle: [1298, 1908, 1285] +Triangle: [1907, 1295, 1286] +Triangle: [1286, 1588, 1283] +Triangle: [769, 1829, 689] +Triangle: [767, 1830, 769] +Triangle: [1833, 1827, 1832] +Triangle: [1828, 1831, 767] +Triangle: [1807, 1806, 1805] +Triangle: [1055, 1775, 1778] +Triangle: [1806, 1834, 768] +Triangle: [768, 1832, 1827] +Triangle: [1775, 1808, 1835] +Triangle: [1790, 1835, 1808] +Triangle: [1836, 1789, 1776] +Triangle: [1778, 1054, 1055] +Triangle: [688, 1830, 766] +Triangle: [766, 1831, 764] +Triangle: [1838, 1832, 1837] +Triangle: [1055, 765, 1834] +Triangle: [764, 1837, 765] +Triangle: [1839, 1053, 1840] +Triangle: [1840, 762, 1841] +Triangle: [1841, 763, 1842] +Triangle: [1842, 761, 1843] +Triangle: [1843, 687, 1844] +Triangle: [1779, 1776, 1780] +Triangle: [1777, 1776, 1839] +Triangle: [1778, 1836, 1777] +Triangle: [1778, 1775, 1835] +Triangle: [1834, 1837, 1832] +Triangle: [1838, 1831, 1833] +Triangle: [3246, 3513, 1243] +Triangle: [1848, 1845, 1847] +Triangle: [1228, 1847, 1846] +Triangle: [1848, 1420, 1656] +Triangle: [3247, 1846, 3246] +Triangle: [1848, 1227, 1242] +Triangle: [3513, 1218, 1243] +Triangle: [1215, 1845, 1242] +Triangle: [1539, 1624, 1005] +Triangle: [1850, 1539, 1527] +Triangle: [1850, 1528, 1851] +Triangle: [1851, 1529, 1852] +Triangle: [1530, 1852, 1529] +Triangle: [3477, 1853, 1530] +Triangle: [1855, 1531, 1532] +Triangle: [1592, 1855, 1532] +Triangle: [1856, 1533, 1857] +Triangle: [1857, 1534, 1858] +Triangle: [1631, 1858, 1534] +Triangle: [1631, 1612, 1859] +Triangle: [1005, 1625, 950] +Triangle: [1613, 1535, 1612] +Triangle: [1769, 1861, 1860] +Triangle: [1100, 1097, 1862] +Triangle: [942, 1862, 1097] +Triangle: [1099, 1863, 1862] +Triangle: [1862, 969, 1100] +Triangle: [1604, 1864, 1863] +Triangle: [1863, 1127, 969] +Triangle: [732, 1145, 733] +Triangle: [1864, 1145, 1127] +Triangle: [1737, 1865, 1864] +Triangle: [1738, 1866, 1865] +Triangle: [1865, 770, 1145] +Triangle: [1249, 1568, 1207] +Triangle: [3506, 1249, 3505] +Triangle: [1869, 1222, 726] +Triangle: [1870, 726, 700] +Triangle: [1870, 1384, 1871] +Triangle: [1871, 1540, 1872] +Triangle: [1872, 701, 1873] +Triangle: [1873, 713, 1874] +Triangle: [699, 1874, 713] +Triangle: [1875, 1383, 1876] +Triangle: [1877, 1383, 698] +Triangle: [1877, 696, 1878] +Triangle: [3162, 697, 1879] +Triangle: [694, 1879, 697] +Triangle: [1882, 694, 1881] +Triangle: [1825, 695, 1826] +Triangle: [1882, 695, 1583] +Triangle: [729, 1883, 719] +Triangle: [729, 3398, 1884] +Triangle: [1886, 3390, 3391] +Triangle: [3391, 1887, 1886] +Triangle: [3393, 1887, 3392] +Triangle: [3394, 1888, 3393] +Triangle: [3395, 1889, 3394] +Triangle: [711, 3395, 735] +Triangle: [3224, 709, 3213] +Triangle: [3213, 710, 3212] +Triangle: [3212, 707, 3211] +Triangle: [3211, 1426, 3210] +Triangle: [3209, 3308, 3140] +Triangle: [718, 3208, 708] +Triangle: [1897, 3223, 1898] +Triangle: [1899, 717, 716] +Triangle: [732, 1901, 1127] +Triangle: [719, 1901, 1900] +Triangle: [1772, 1904, 1773] +Triangle: [1771, 770, 1770] +Triangle: [1903, 1770, 1902] +Triangle: [1739, 1902, 1866] +Triangle: [1903, 1742, 1904] +Triangle: [1902, 770, 1866] +Triangle: [771, 1904, 1742] +Triangle: [1917, 953, 1899] +Triangle: [1207, 1261, 1262] +Triangle: [1901, 969, 1127] +Triangle: [1277, 1293, 1289] +Triangle: [1905, 1688, 1906] +Triangle: [1907, 1274, 3449] +Triangle: [3448, 1274, 1019] +Triangle: [1273, 1726, 1018] +Triangle: [3448, 1002, 3447] +Triangle: [1269, 1013, 1268] +Triangle: [1911, 1021, 1025] +Triangle: [1023, 3548, 1024] +Triangle: [1027, 1026, 1030] +Triangle: [1911, 1913, 1438] +Triangle: [1912, 1437, 3235] +Triangle: [1912, 1025, 1437] +Triangle: [3547, 1022, 3544] +Triangle: [1914, 1916, 957] +Triangle: [1915, 957, 959] +Triangle: [706, 1917, 715] +Triangle: [715, 1899, 716] +Triangle: [1918, 939, 1917] +Triangle: [1928, 1919, 1927] +Triangle: [1920, 1929, 1921] +Triangle: [3302, 3144, 3145] +Triangle: [1923, 1930, 1931] +Triangle: [1923, 1932, 1924] +Triangle: [1932, 1925, 1924] +Triangle: [1926, 1933, 1028] +Triangle: [705, 3428, 706] +Triangle: [1919, 864, 952] +Triangle: [1428, 1928, 880] +Triangle: [1933, 875, 965] +Triangle: [1028, 965, 1027] +Triangle: [886, 1934, 887] +Triangle: [1927, 952, 1934] +Triangle: [887, 1935, 883] +Triangle: [1934, 951, 1935] +Triangle: [1936, 883, 1935] +Triangle: [1168, 1935, 951] +Triangle: [1916, 1556, 938] +Triangle: [938, 3541, 1937] +Triangle: [1937, 3542, 1938] +Triangle: [938, 957, 1916] +Triangle: [959, 3554, 1022] +Triangle: [1915, 1023, 961] +Triangle: [1936, 1644, 1939] +Triangle: [1939, 1009, 1940] +Triangle: [1941, 1009, 1008] +Triangle: [1942, 1008, 1627] +Triangle: [1943, 1627, 1628] +Triangle: [1628, 1944, 1943] +Triangle: [1944, 1728, 1945] +Triangle: [1019, 1945, 1728] +Triangle: [1946, 1274, 1947] +Triangle: [1283, 1274, 1286] +Triangle: [1926, 1913, 1029] +Triangle: [1438, 1027, 1030] +Triangle: [1028, 1438, 1913] +Triangle: [1949, 3356, 3357] +Triangle: [1951, 3379, 1950] +Triangle: [1948, 3355, 3356] +Triangle: [1956, 1948, 1949] +Triangle: [1957, 1959, 1958] +Triangle: [1521, 1962, 1961] +Triangle: [686, 1964, 1963] +Triangle: [1965, 1967, 1966] +Triangle: [1972, 1970, 1969] +Triangle: [1957, 1973, 1960] +Triangle: [730, 1962, 685] +Triangle: [1976, 686, 1963] +Triangle: [1977, 1968, 1965] +Triangle: [1982, 1980, 1979] +Triangle: [1844, 1983, 688] +Triangle: [1988, 1986, 1985] +Triangle: [1990, 1973, 1974] +Triangle: [731, 1975, 730] +Triangle: [1991, 691, 1992] +Triangle: [1989, 1994, 1993] +Triangle: [1987, 1996, 1995] +Triangle: [1997, 1999, 1998] +Triangle: [2004, 2002, 2001] +Triangle: [2008, 2006, 2005] +Triangle: [1368, 2009, 692] +Triangle: [2012, 734, 2011] +Triangle: [2013, 2015, 2014] +Triangle: [2017, 2019, 2018] +Triangle: [2024, 2022, 2021] +Triangle: [2026, 2023, 2025] +Triangle: [2025, 3166, 2026] +Triangle: [2032, 2030, 2029] +Triangle: [3167, 2034, 2033] +Triangle: [2020, 2034, 2019] +Triangle: [2036, 2019, 2034] +Triangle: [3168, 2036, 2034] +Triangle: [2031, 2037, 2030] +Triangle: [2040, 2031, 2039] +Triangle: [2032, 2039, 2031] +Triangle: [2027, 2043, 2042] +Triangle: [2042, 2045, 2044] +Triangle: [2046, 2048, 2047] +Triangle: [2050, 2052, 2051] +Triangle: [2055, 2051, 2052] +Triangle: [2059, 2057, 2056] +Triangle: [2063, 2061, 2060] +Triangle: [2067, 3519, 3520] +Triangle: [2071, 2069, 2068] +Triangle: [2075, 2073, 2072] +Triangle: [2076, 2074, 2075] +Triangle: [2081, 2079, 2078] +Triangle: [2082, 2084, 2083] +Triangle: [2086, 3522, 3523] +Triangle: [3127, 2092, 2091] +Triangle: [2094, 2093, 2090] +Triangle: [2099, 2097, 2096] +Triangle: [2103, 3524, 3525] +Triangle: [2107, 2105, 2104] +Triangle: [3128, 2108, 2092] +Triangle: [2117, 2115, 2114] +Triangle: [2121, 2119, 2118] +Triangle: [2118, 2123, 2122] +Triangle: [2124, 3441, 2125] +Triangle: [2128, 2130, 2129] +Triangle: [2132, 2131, 2133] +Triangle: [2130, 2135, 2134] +Triangle: [2129, 2134, 2136] +Triangle: [2140, 2138, 2137] +Triangle: [2144, 2142, 2141] +Triangle: [2148, 2146, 2145] +Triangle: [2152, 2150, 2149] +Triangle: [3491, 2155, 3490] +Triangle: [2158, 2149, 2157] +Triangle: [2157, 2160, 2159] +Triangle: [2162, 2159, 2161] +Triangle: [2163, 2157, 2162] +Triangle: [2155, 3489, 3490] +Triangle: [2166, 2168, 2167] +Triangle: [2170, 2169, 2166] +Triangle: [2175, 3486, 3487] +Triangle: [2177, 2173, 2176] +Triangle: [2179, 2154, 2164] +Triangle: [2183, 2181, 2180] +Triangle: [2049, 2185, 2184] +Triangle: [2053, 2186, 2052] +Triangle: [2188, 2052, 2186] +Triangle: [2190, 2081, 2078] +Triangle: [2191, 2085, 2192] +Triangle: [2089, 3521, 3522] +Triangle: [2070, 2066, 2067] +Triangle: [2084, 2194, 2089] +Triangle: [2083, 2089, 2086] +Triangle: [2106, 2102, 2103] +Triangle: [2195, 2197, 2196] +Triangle: [2132, 2120, 2135] +Triangle: [2119, 2133, 2123] +Triangle: [2117, 2200, 2199] +Triangle: [2202, 2116, 2117] +Triangle: [2199, 2202, 2117] +Triangle: [2205, 2123, 2133] +Triangle: [2206, 2208, 2207] +Triangle: [2210, 2212, 2211] +Triangle: [2215, 2211, 2214] +Triangle: [2216, 2218, 2217] +Triangle: [2221, 2216, 2220] +Triangle: [2114, 2223, 2222] +Triangle: [3467, 3439, 3463] +Triangle: [2227, 2222, 2228] +Triangle: [2229, 2222, 2226] +Triangle: [2230, 2114, 2229] +Triangle: [3465, 2231, 2110] +Triangle: [2115, 2233, 2223] +Triangle: [2234, 2116, 2235] +Triangle: [2220, 2236, 2221] +Triangle: [2113, 2231, 2238] +Triangle: [2139, 2240, 2239] +Triangle: [2020, 2021, 2022] +Triangle: [2033, 2022, 2026] +Triangle: [3166, 2033, 2026] +Triangle: [2042, 2029, 2027] +Triangle: [2044, 2032, 2042] +Triangle: [2053, 2048, 2049] +Triangle: [2184, 2053, 2049] +Triangle: [2061, 2056, 2060] +Triangle: [2242, 2035, 2036] +Triangle: [2242, 3169, 3170] +Triangle: [2243, 2038, 2244] +Triangle: [2245, 2038, 2040] +Triangle: [2249, 3282, 3283] +Triangle: [3284, 2250, 3125] +Triangle: [2253, 3285, 3286] +Triangle: [2143, 2254, 2142] +Triangle: [2156, 2151, 2152] +Triangle: [2158, 2156, 2152] +Triangle: [2163, 2155, 2158] +Triangle: [2171, 2174, 2175] +Triangle: [2257, 2259, 2258] +Triangle: [2261, 2263, 2262] +Triangle: [2268, 2266, 2265] +Triangle: [1746, 2270, 2269] +Triangle: [1952, 1955, 2271] +Triangle: [2273, 1950, 2272] +Triangle: [2275, 1954, 2274] +Triangle: [2265, 2269, 2270] +Triangle: [2005, 2010, 2008] +Triangle: [2003, 2011, 2002] +Triangle: [1990, 1992, 1994] +Triangle: [1957, 1961, 1962] +Triangle: [1963, 1967, 1968] +Triangle: [1978, 1963, 1968] +Triangle: [1984, 1979, 1983] +Triangle: [2277, 2279, 2278] +Triangle: [2282, 2278, 2281] +Triangle: [2284, 2281, 2283] +Triangle: [2285, 2287, 2286] +Triangle: [2288, 2290, 2289] +Triangle: [2160, 2291, 2159] +Triangle: [2296, 2294, 2293] +Triangle: [2239, 2298, 2297] +Triangle: [2300, 2288, 2289] +Triangle: [2288, 2301, 2287] +Triangle: [2302, 3484, 3485] +Triangle: [2306, 2308, 2307] +Triangle: [2307, 2311, 2310] +Triangle: [2315, 2313, 2312] +Triangle: [2304, 2316, 2303] +Triangle: [2310, 2305, 2302] +Triangle: [2293, 2309, 2296] +Triangle: [2232, 2319, 2231] +Triangle: [2233, 2322, 2321] +Triangle: [2323, 2234, 2235] +Triangle: [2237, 2324, 2236] +Triangle: [2328, 2326, 2329] +Triangle: [2331, 2058, 2059] +Triangle: [2332, 2059, 2061] +Triangle: [2062, 2332, 2061] +Triangle: [3379, 1952, 1950] +Triangle: [1950, 2271, 2272] +Triangle: [2264, 2258, 2263] +Triangle: [2014, 2334, 2013] +Triangle: [2000, 2336, 1999] +Triangle: [2338, 2340, 2339] +Triangle: [2341, 1969, 2338] +Triangle: [2273, 1954, 1951] +Triangle: [2268, 2262, 2267] +Triangle: [2016, 2007, 2015] +Triangle: [2001, 1998, 2004] +Triangle: [1988, 1993, 1996] +Triangle: [1989, 1985, 1973] +Triangle: [1973, 2342, 1960] +Triangle: [2343, 1960, 2342] +Triangle: [1971, 1966, 1970] +Triangle: [2344, 1965, 1971] +Triangle: [2345, 1981, 2346] +Triangle: [2280, 3496, 2279] +Triangle: [2255, 3494, 2254] +Triangle: [2256, 3491, 3492] +Triangle: [2353, 2289, 2352] +Triangle: [2352, 2290, 2354] +Triangle: [2080, 2356, 2355] +Triangle: [2357, 2081, 2189] +Triangle: [2018, 2035, 2358] +Triangle: [2253, 3287, 2359] +Triangle: [2358, 2241, 2361] +Triangle: [2358, 2363, 2362] +Triangle: [2367, 2365, 2364] +Triangle: [2371, 2369, 2368] +Triangle: [2373, 727, 2372] +Triangle: [2370, 2372, 2369] +Triangle: [2375, 2364, 2374] +Triangle: [2365, 2371, 2368] +Triangle: [2377, 2180, 2376] +Triangle: [2313, 2379, 2378] +Triangle: [2383, 2381, 2380] +Triangle: [2384, 2198, 2385] +Triangle: [2386, 2388, 2387] +Triangle: [2228, 2223, 2388] +Triangle: [2392, 2390, 2389] +Triangle: [2387, 2394, 2393] +Triangle: [2388, 2233, 2394] +Triangle: [2394, 2321, 2396] +Triangle: [2291, 2161, 2159] +Triangle: [2398, 2400, 2399] +Triangle: [2402, 2404, 2403] +Triangle: [2147, 2401, 2398] +Triangle: [2154, 2406, 2153] +Triangle: [2197, 2407, 2196] +Triangle: [2153, 2409, 2351] +Triangle: [2410, 2412, 2411] +Triangle: [2415, 2407, 2408] +Triangle: [2384, 2417, 2416] +Triangle: [2410, 2416, 2417] +Triangle: [2411, 2420, 2419] +Triangle: [2422, 2419, 2420] +Triangle: [2285, 2423, 2290] +Triangle: [2424, 2286, 2425] +Triangle: [2426, 2428, 2427] +Triangle: [2295, 2430, 2294] +Triangle: [2399, 2432, 2398] +Triangle: [2434, 2436, 2435] +Triangle: [2402, 2439, 2438] +Triangle: [2427, 3457, 3383] +Triangle: [2440, 2423, 2441] +Triangle: [2443, 2439, 2444] +Triangle: [2442, 2290, 2423] +Triangle: [2445, 2447, 2446] +Triangle: [3456, 2448, 3455] +Triangle: [2449, 3455, 2448] +Triangle: [2453, 2451, 2450] +Triangle: [1957, 1975, 1974] +Triangle: [1974, 1991, 1990] +Triangle: [2454, 2348, 2455] +Triangle: [690, 2456, 733] +Triangle: [2461, 2459, 2458] +Triangle: [2460, 2141, 2459] +Triangle: [2462, 2149, 2150] +Triangle: [2462, 2292, 2160] +Triangle: [2465, 2058, 2464] +Triangle: [2466, 2095, 2094] +Triangle: [2468, 2470, 2469] +Triangle: [2472, 2054, 2055] +Triangle: [2474, 2055, 2188] +Triangle: [2248, 3281, 3282] +Triangle: [2330, 2464, 2058] +Triangle: [2478, 2480, 2479] +Triangle: [2485, 2483, 2482] +Triangle: [2489, 2487, 2486] +Triangle: [2490, 2486, 2491] +Triangle: [2492, 2494, 2493] +Triangle: [2493, 2486, 2487] +Triangle: [2491, 2486, 2494] +Triangle: [2499, 2497, 2496] +Triangle: [3329, 3346, 3347] +Triangle: [2349, 2455, 2348] +Triangle: [2254, 3495, 2280] +Triangle: [2142, 2280, 2277] +Triangle: [2141, 2277, 2282] +Triangle: [2459, 2282, 2284] +Triangle: [2496, 2492, 2499] +Triangle: [2508, 2506, 2505] +Triangle: [2013, 2337, 2000] +Triangle: [2016, 2000, 1997] +Triangle: [2006, 1997, 2001] +Triangle: [2001, 2005, 2006] +Triangle: [2009, 2002, 2011] +Triangle: [2011, 692, 2009] +Triangle: [2509, 3359, 3360] +Triangle: [2511, 3360, 3361] +Triangle: [2139, 2136, 2138] +Triangle: [2239, 2129, 2139] +Triangle: [2427, 2207, 2426] +Triangle: [2434, 3187, 3188] +Triangle: [3186, 2450, 3185] +Triangle: [2245, 2248, 2244] +Triangle: [2249, 2244, 2248] +Triangle: [3125, 2242, 3170] +Triangle: [2241, 2250, 2253] +Triangle: [2359, 2241, 2253] +Triangle: [2361, 2514, 2363] +Triangle: [2260, 2515, 2259] +Triangle: [2517, 2519, 2518] +Triangle: [2520, 2510, 2509] +Triangle: [2509, 2521, 2520] +Triangle: [3179, 2523, 2522] +Triangle: [2522, 3178, 3179] +Triangle: [2531, 2529, 2528] +Triangle: [2532, 2534, 2533] +Triangle: [2536, 2533, 2537] +Triangle: [2538, 2498, 2539] +Triangle: [3176, 2539, 3175] +Triangle: [2503, 2537, 2502] +Triangle: [2540, 2528, 2529] +Triangle: [3177, 2527, 2540] +Triangle: [3361, 2542, 2511] +Triangle: [2543, 2545, 2544] +Triangle: [2518, 1949, 2517] +Triangle: [2517, 3357, 3358] +Triangle: [2337, 2547, 2336] +Triangle: [2335, 2549, 2334] +Triangle: [2552, 2482, 2551] +Triangle: [2553, 2508, 2505] +Triangle: [2548, 2334, 2549] +Triangle: [2471, 2556, 2555] +Triangle: [2557, 2465, 2464] +Triangle: [2559, 3278, 3279] +Triangle: [2563, 3279, 3280] +Triangle: [2565, 2329, 2566] +Triangle: [2477, 2557, 2464] +Triangle: [2472, 2562, 2559] +Triangle: [2559, 2473, 2472] +Triangle: [3364, 682, 2568] +Triangle: [2568, 683, 2569] +Triangle: [2569, 736, 2570] +Triangle: [3362, 2571, 2542] +Triangle: [2572, 2574, 2573] +Triangle: [2570, 1764, 2576] +Triangle: [2568, 3363, 3364] +Triangle: [2569, 2571, 2568] +Triangle: [2570, 2573, 2569] +Triangle: [2576, 2572, 2570] +Triangle: [2358, 2578, 2018] +Triangle: [2580, 2021, 2017] +Triangle: [2017, 2578, 2580] +Triangle: [2580, 2582, 2581] +Triangle: [2581, 2579, 2580] +Triangle: [2583, 720, 2579] +Triangle: [2585, 2077, 2584] +Triangle: [2074, 2586, 2073] +Triangle: [2587, 2068, 2588] +Triangle: [2071, 2589, 2066] +Triangle: [2066, 3518, 3519] +Triangle: [2592, 2331, 2332] +Triangle: [2587, 2593, 2589] +Triangle: [2588, 2594, 2587] +Triangle: [2591, 2330, 2331] +Triangle: [2589, 3517, 3518] +Triangle: [2333, 2592, 2332] +Triangle: [2596, 2477, 2330] +Triangle: [2599, 2567, 2477] +Triangle: [2602, 3500, 3501] +Triangle: [2603, 3501, 3502] +Triangle: [3503, 2603, 3502] +Triangle: [2593, 3516, 3517] +Triangle: [2594, 2606, 2593] +Triangle: [2595, 2607, 2594] +Triangle: [2610, 3498, 3499] +Triangle: [2601, 3499, 3500] +Triangle: [2611, 2613, 2612] +Triangle: [2615, 2617, 2616] +Triangle: [2619, 2618, 2615] +Triangle: [2613, 2621, 2612] +Triangle: [2616, 2617, 2623] +Triangle: [2624, 2614, 2611] +Triangle: [2625, 2627, 2626] +Triangle: [2622, 2628, 2621] +Triangle: [2633, 2631, 2630] +Triangle: [2631, 2627, 2625] +Triangle: [2629, 2630, 2628] +Triangle: [2634, 2616, 2635] +Triangle: [2636, 2615, 2634] +Triangle: [2637, 2626, 2638] +Triangle: [2609, 2631, 2639] +Triangle: [2628, 2609, 2610] +Triangle: [2621, 2610, 2601] +Triangle: [2612, 2601, 2602] +Triangle: [2611, 2602, 2603] +Triangle: [2624, 2603, 2604] +Triangle: [2616, 3515, 2635] +Triangle: [2618, 2326, 2617] +Triangle: [2620, 2326, 2618] +Triangle: [2566, 2627, 2632] +Triangle: [2633, 2566, 2632] +Triangle: [2629, 2565, 2633] +Triangle: [2622, 2328, 2629] +Triangle: [2613, 2328, 2622] +Triangle: [2614, 2327, 2613] +Triangle: [2300, 2641, 2299] +Triangle: [2299, 2643, 2301] +Triangle: [2645, 3484, 2305] +Triangle: [2308, 2646, 2311] +Triangle: [2649, 2314, 2315] +Triangle: [2644, 2317, 2304] +Triangle: [2311, 2645, 2305] +Triangle: [2318, 2651, 2309] +Triangle: [2314, 2654, 2653] +Triangle: [2353, 2642, 2300] +Triangle: [2657, 2641, 2642] +Triangle: [2656, 2643, 2641] +Triangle: [2645, 2660, 3483] +Triangle: [2662, 2647, 2651] +Triangle: [2661, 2646, 2647] +Triangle: [2649, 2664, 2648] +Triangle: [2659, 2650, 2644] +Triangle: [2663, 2645, 2646] +Triangle: [2652, 2662, 2651] +Triangle: [2648, 2664, 2654] +Triangle: [2667, 2642, 2655] +Triangle: [2669, 2656, 2657] +Triangle: [2668, 2658, 2656] +Triangle: [2662, 2673, 2661] +Triangle: [2661, 2675, 2663] +Triangle: [2659, 2676, 2666] +Triangle: [2663, 2672, 2660] +Triangle: [2677, 2657, 2667] +Triangle: [2677, 2678, 2676] +Triangle: [2675, 2668, 2672] +Triangle: [2668, 2671, 2672] +Triangle: [2673, 2670, 2675] +Triangle: [2683, 2681, 2680] +Triangle: [2481, 2501, 2480] +Triangle: [2685, 2681, 2684] +Triangle: [2686, 2684, 2687] +Triangle: [2689, 2686, 2687] +Triangle: [2693, 2691, 2690] +Triangle: [3332, 3345, 3331] +Triangle: [2696, 2699, 2698] +Triangle: [2701, 2698, 2699] +Triangle: [2705, 2703, 2702] +Triangle: [3331, 3346, 3330] +Triangle: [2501, 2698, 2480] +Triangle: [2700, 2480, 2698] +Triangle: [2506, 2703, 2704] +Triangle: [2484, 2690, 2483] +Triangle: [2488, 2687, 2487] +Triangle: [2684, 2487, 2687] +Triangle: [2493, 2681, 2492] +Triangle: [2499, 2681, 2682] +Triangle: [2682, 2498, 2499] +Triangle: [2702, 2700, 2701] +Triangle: [2479, 2703, 2507] +Triangle: [2508, 2479, 2507] +Triangle: [2710, 2708, 2707] +Triangle: [2709, 2711, 2708] +Triangle: [2701, 2713, 2702] +Triangle: [2539, 2706, 2715] +Triangle: [2502, 2716, 2695] +Triangle: [2717, 2695, 2716] +Triangle: [2537, 2718, 2716] +Triangle: [2719, 2716, 2718] +Triangle: [2720, 2702, 2713] +Triangle: [2712, 2722, 2721] +Triangle: [2726, 2724, 2723] +Triangle: [2728, 2719, 2718] +Triangle: [2718, 2534, 2728] +Triangle: [3174, 2539, 2715] +Triangle: [2715, 3173, 3174] +Triangle: [3172, 2725, 2726] +Triangle: [2699, 2714, 2701] +Triangle: [2732, 2708, 2711] +Triangle: [3171, 2726, 2733] +Triangle: [2727, 2735, 2719] +Triangle: [2735, 2734, 2736] +Triangle: [2735, 2717, 2719] +Triangle: [2735, 2738, 2737] +Triangle: [2731, 2740, 2739] +Triangle: [3344, 3333, 3343] +Triangle: [2694, 2737, 2741] +Triangle: [2741, 2737, 2738] +Triangle: [3334, 3343, 3333] +Triangle: [2707, 2731, 2742] +Triangle: [2745, 2743, 2733] +Triangle: [2733, 2723, 2745] +Triangle: [2375, 2746, 3354] +Triangle: [2367, 2335, 2014] +Triangle: [2366, 2014, 2015] +Triangle: [2015, 2371, 2366] +Triangle: [2370, 2007, 2008] +Triangle: [2373, 2008, 2010] +Triangle: [721, 2010, 1368] +Triangle: [2748, 2481, 2747] +Triangle: [3336, 2503, 3329] +Triangle: [2086, 3524, 2102] +Triangle: [2107, 2086, 2102] +Triangle: [2083, 2104, 2082] +Triangle: [2355, 2097, 2080] +Triangle: [2098, 2080, 2097] +Triangle: [2469, 2467, 2466] +Triangle: [2476, 3280, 3281] +Triangle: [2563, 2245, 2473] +Triangle: [2473, 2040, 2054] +Triangle: [2054, 2039, 2051] +Triangle: [2041, 2051, 2039] +Triangle: [2048, 2041, 2044] +Triangle: [2044, 2047, 2048] +Triangle: [2751, 2060, 2750] +Triangle: [2752, 2060, 2056] +Triangle: [2752, 2057, 2753] +Triangle: [2465, 2753, 2057] +Triangle: [2558, 2754, 2465] +Triangle: [2108, 2513, 2512] +Triangle: [2096, 2749, 2757] +Triangle: [3129, 2756, 2108] +Triangle: [2759, 2667, 2655] +Triangle: [2761, 2655, 2353] +Triangle: [2761, 2352, 2404] +Triangle: [2403, 2352, 2354] +Triangle: [2403, 2442, 2439] +Triangle: [2444, 2442, 2440] +Triangle: [2435, 2452, 2453] +Triangle: [3187, 2453, 3186] +Triangle: [2127, 2513, 2756] +Triangle: [2757, 2104, 2105] +Triangle: [2082, 2749, 2355] +Triangle: [2085, 2355, 2356] +Triangle: [2192, 2356, 2357] +Triangle: [2072, 2068, 2069] +Triangle: [2588, 2073, 2586] +Triangle: [2595, 2586, 2763] +Triangle: [2608, 2763, 2764] +Triangle: [2619, 2638, 2626] +Triangle: [2620, 2626, 2627] +Triangle: [2765, 2767, 2766] +Triangle: [3276, 2770, 2769] +Triangle: [2755, 2769, 2770] +Triangle: [2773, 2558, 2557] +Triangle: [3275, 2769, 2773] +Triangle: [2768, 2776, 2775] +Triangle: [2557, 2777, 2773] +Triangle: [2777, 2600, 2778] +Triangle: [2639, 3498, 2609] +Triangle: [3274, 2773, 2777] +Triangle: [2781, 2776, 2780] +Triangle: [2777, 3273, 3274] +Triangle: [2585, 2763, 2586] +Triangle: [2584, 2783, 2585] +Triangle: [2780, 2785, 2781] +Triangle: [2786, 2783, 2784] +Triangle: [2676, 2669, 2677] +Triangle: [2638, 2787, 2637] +Triangle: [2763, 2787, 2764] +Triangle: [2635, 3516, 2606] +Triangle: [2607, 2635, 2606] +Triangle: [2608, 2634, 2607] +Triangle: [2636, 2764, 2638] +Triangle: [2627, 2329, 2620] +Triangle: [3138, 3310, 3311] +Triangle: [3137, 3311, 3312] +Triangle: [3312, 3136, 3137] +Triangle: [3135, 3315, 3134] +Triangle: [3239, 2789, 3572] +Triangle: [3238, 2112, 2113] +Triangle: [2113, 3237, 3238] +Triangle: [3434, 2762, 3433] +Triangle: [3572, 2790, 2111] +Triangle: [3133, 3316, 3317] +Triangle: [3133, 3318, 3132] +Triangle: [2792, 3242, 3243] +Triangle: [2792, 2126, 2791] +Triangle: [3243, 2793, 2792] +Triangle: [2793, 3441, 2126] +Triangle: [2125, 3244, 3245] +Triangle: [2238, 2319, 2794] +Triangle: [3236, 2238, 2794] +Triangle: [2797, 2795, 2798] +Triangle: [3185, 2800, 3184] +Triangle: [2092, 2512, 2799] +Triangle: [2091, 2799, 2801] +Triangle: [3126, 2091, 2251] +Triangle: [2090, 2247, 2094] +Triangle: [2094, 2475, 2466] +Triangle: [2564, 2466, 2475] +Triangle: [2468, 2564, 2560] +Triangle: [2561, 2468, 2560] +Triangle: [2772, 2766, 2771] +Triangle: [2774, 2765, 2772] +Triangle: [2780, 2774, 2779] +Triangle: [2782, 2780, 2779] +Triangle: [3288, 2359, 3287] +Triangle: [2360, 2803, 2802] +Triangle: [2802, 2524, 2805] +Triangle: [2524, 2806, 2805] +Triangle: [2807, 2525, 2526] +Triangle: [2808, 2526, 2541] +Triangle: [3291, 2810, 2809] +Triangle: [3288, 2811, 2514] +Triangle: [3289, 2812, 2811] +Triangle: [3290, 2809, 2812] +Triangle: [2814, 2812, 2809] +Triangle: [2514, 2815, 2363] +Triangle: [2813, 2811, 2812] +Triangle: [2816, 2519, 2520] +Triangle: [2518, 2817, 2818] +Triangle: [1956, 2818, 2516] +Triangle: [1955, 2516, 2260] +Triangle: [2271, 2260, 2257] +Triangle: [2272, 2257, 2264] +Triangle: [2273, 2264, 2261] +Triangle: [2274, 2261, 2268] +Triangle: [2275, 2268, 2265] +Triangle: [2275, 2270, 2276] +Triangle: [1476, 2276, 2270] +Triangle: [2520, 2819, 2816] +Triangle: [2820, 2822, 2821] +Triangle: [2821, 2824, 2820] +Triangle: [2826, 2814, 2827] +Triangle: [2827, 2809, 2810] +Triangle: [2538, 2529, 2497] +Triangle: [3176, 2540, 2538] +Triangle: [2532, 2541, 2535] +Triangle: [2813, 2825, 2821] +Triangle: [2821, 2815, 2813] +Triangle: [2363, 2822, 2362] +Triangle: [3292, 2828, 2810] +Triangle: [2823, 2362, 2822] +Triangle: [2829, 2578, 2362] +Triangle: [724, 2830, 693] +Triangle: [2575, 2577, 2831] +Triangle: [2832, 2546, 2543] +Triangle: [2817, 2835, 2834] +Triangle: [2834, 2818, 2817] +Triangle: [2816, 2837, 2835] +Triangle: [2838, 2840, 2839] +Triangle: [2841, 2824, 2840] +Triangle: [2842, 2820, 2824] +Triangle: [2844, 2583, 2581] +Triangle: [2845, 2829, 2823] +Triangle: [2582, 2846, 2847] +Triangle: [2847, 2581, 2582] +Triangle: [2823, 2843, 2845] +Triangle: [2575, 2544, 2574] +Triangle: [2543, 2831, 2832] +Triangle: [2546, 2521, 2545] +Triangle: [2833, 2819, 2546] +Triangle: [2574, 2849, 2848] +Triangle: [2850, 2544, 2545] +Triangle: [2573, 2848, 2571] +Triangle: [2850, 2521, 2511] +Triangle: [2542, 2848, 2849] +Triangle: [2511, 2849, 2850] +Triangle: [2828, 3294, 2851] +Triangle: [2836, 2516, 2818] +Triangle: [2854, 2851, 2853] +Triangle: [2858, 2856, 2855] +Triangle: [2857, 2859, 2856] +Triangle: [2860, 1505, 2859] +Triangle: [2861, 2855, 2856] +Triangle: [2863, 2856, 2859] +Triangle: [2859, 722, 2863] +Triangle: [2291, 2865, 2864] +Triangle: [2868, 2867, 2866] +Triangle: [2869, 2839, 2870] +Triangle: [2871, 2873, 2872] +Triangle: [2874, 2875, 2873] +Triangle: [2878, 2870, 2877] +Triangle: [2876, 2877, 2875] +Triangle: [2530, 2497, 2529] +Triangle: [2879, 2881, 2880] +Triangle: [2883, 2880, 2884] +Triangle: [2884, 2886, 2885] +Triangle: [1995, 2887, 1987] +Triangle: [2880, 2889, 2886] +Triangle: [2890, 1987, 2887] +Triangle: [1986, 2892, 2891] +Triangle: [2891, 1985, 1986] +Triangle: [684, 1961, 1964] +Triangle: [1958, 1964, 1961] +Triangle: [1966, 1958, 1959] +Triangle: [1970, 1959, 2343] +Triangle: [2891, 2339, 2340] +Triangle: [2343, 1969, 1970] +Triangle: [2342, 2340, 2343] +Triangle: [2853, 2893, 2854] +Triangle: [2896, 2894, 2895] +Triangle: [2478, 2747, 2481] +Triangle: [2478, 2554, 2897] +Triangle: [2162, 2899, 2898] +Triangle: [2163, 2898, 2900] +Triangle: [2163, 2901, 2165] +Triangle: [2165, 3488, 3489] +Triangle: [2179, 2902, 2903] +Triangle: [2198, 2905, 2904] +Triangle: [2385, 2904, 2906] +Triangle: [2401, 2418, 2400] +Triangle: [2148, 2417, 2401] +Triangle: [2410, 2145, 2413] +Triangle: [2907, 2909, 2908] +Triangle: [2910, 2161, 2397] +Triangle: [2907, 2167, 2168] +Triangle: [2306, 2296, 2309] +Triangle: [3358, 2510, 2517] +Triangle: [2184, 2751, 2750] +Triangle: [2752, 2184, 2750] +Triangle: [2187, 2753, 2186] +Triangle: [2754, 2186, 2753] +Triangle: [2755, 2188, 2754] +Triangle: [2474, 2770, 2562] +Triangle: [3277, 2562, 2770] +Triangle: [2556, 2771, 2766] +Triangle: [2555, 2766, 2767] +Triangle: [2076, 2189, 2190] +Triangle: [2189, 2072, 2357] +Triangle: [2357, 2069, 2192] +Triangle: [2070, 2192, 2069] +Triangle: [2191, 2067, 2194] +Triangle: [2194, 3520, 3521] +Triangle: [3425, 2101, 3424] +Triangle: [2087, 3424, 2101] +Triangle: [2088, 3423, 2087] +Triangle: [714, 3557, 702] +Triangle: [702, 3558, 1555] +Triangle: [1555, 3559, 703] +Triangle: [3560, 703, 3559] +Triangle: [1223, 3560, 3561] +Triangle: [3562, 1223, 3561] +Triangle: [3563, 1422, 3562] +Triangle: [2623, 1250, 3563] +Triangle: [1251, 2623, 2617] +Triangle: [1232, 2617, 2326] +Triangle: [2327, 1232, 2326] +Triangle: [1262, 2327, 2614] +Triangle: [2911, 2624, 2604] +Triangle: [3504, 2604, 3503] +Triangle: [2913, 2598, 2333] +Triangle: [2914, 2333, 2062] +Triangle: [2915, 2062, 2063] +Triangle: [2751, 2915, 2063] +Triangle: [2185, 2916, 2751] +Triangle: [2046, 2917, 2185] +Triangle: [2918, 2047, 2919] +Triangle: [2045, 2919, 2047] +Triangle: [2043, 2920, 2045] +Triangle: [2028, 2921, 2043] +Triangle: [2923, 3165, 2025] +Triangle: [2025, 2924, 2923] +Triangle: [2925, 2023, 2024] +Triangle: [720, 2926, 2579] +Triangle: [3525, 2224, 2103] +Triangle: [2111, 3438, 3439] +Triangle: [2757, 2758, 2096] +Triangle: [2929, 3183, 2928] +Triangle: [3184, 2928, 3183] +Triangle: [2930, 3182, 2929] +Triangle: [3180, 2930, 2523] +Triangle: [2522, 2932, 2931] +Triangle: [2931, 2527, 2522] +Triangle: [2666, 2649, 2650] +Triangle: [2650, 2315, 2317] +Triangle: [2317, 2312, 2316] +Triangle: [2182, 2176, 2181] +Triangle: [2195, 2903, 2905] +Triangle: [2179, 2196, 2178] +Triangle: [2178, 2407, 2406] +Triangle: [2414, 2406, 2407] +Triangle: [2384, 2408, 2197] +Triangle: [2431, 2933, 2430] +Triangle: [2256, 3493, 2255] +Triangle: [2151, 2255, 2143] +Triangle: [2150, 2143, 2144] +Triangle: [2462, 2144, 2460] +Triangle: [2463, 2460, 2461] +Triangle: [2935, 2414, 2415] +Triangle: [2409, 2936, 2937] +Triangle: [2351, 2937, 2350] +Triangle: [2530, 2939, 2938] +Triangle: [2940, 2530, 2938] +Triangle: [2944, 2942, 2941] +Triangle: [2376, 2313, 2378] +Triangle: [2313, 2181, 2312] +Triangle: [2176, 2312, 2181] +Triangle: [2176, 2303, 2316] +Triangle: [2174, 3485, 3486] +Triangle: [2170, 2302, 2174] +Triangle: [2310, 2166, 2307] +Triangle: [2307, 2167, 2306] +Triangle: [2296, 2167, 2908] +Triangle: [2295, 2908, 2909] +Triangle: [2431, 2909, 2864] +Triangle: [2934, 2864, 2865] +Triangle: [2941, 2945, 2944] +Triangle: [2947, 2448, 2445] +Triangle: [2378, 2942, 2376] +Triangle: [2433, 2944, 2945] +Triangle: [2943, 2399, 2400] +Triangle: [2948, 2942, 2943] +Triangle: [2376, 2948, 2377] +Triangle: [2949, 2906, 2950] +Triangle: [2951, 2425, 2952] +Triangle: [2292, 2953, 2865] +Triangle: [2441, 2424, 2951] +Triangle: [2385, 2418, 2384] +Triangle: [2865, 2954, 2934] +Triangle: [2953, 2955, 2954] +Triangle: [2957, 2939, 2866] +Triangle: [2957, 2940, 2938] +Triangle: [2956, 2463, 2461] +Triangle: [2523, 2959, 2932] +Triangle: [2960, 2450, 2451] +Triangle: [2951, 2451, 2441] +Triangle: [2452, 2441, 2451] +Triangle: [2436, 2440, 2452] +Triangle: [2437, 2444, 2436] +Triangle: [2428, 3456, 3457] +Triangle: [2429, 2447, 2428] +Triangle: [2240, 2432, 2298] +Triangle: [2140, 2398, 2240] +Triangle: [2147, 2137, 2146] +Triangle: [2960, 2952, 2961] +Triangle: [2961, 2800, 2960] +Triangle: [2929, 2959, 2930] +Triangle: [2962, 2928, 2961] +Triangle: [2091, 2252, 2251] +Triangle: [2252, 2804, 2360] +Triangle: [2658, 2652, 2643] +Triangle: [2643, 2318, 2301] +Triangle: [2287, 2318, 2293] +Triangle: [2293, 2286, 2287] +Triangle: [2425, 2294, 2430] +Triangle: [2430, 2952, 2425] +Triangle: [2933, 2961, 2952] +Triangle: [2934, 2963, 2933] +Triangle: [2963, 2962, 2933] +Triangle: [2786, 2781, 2785] +Triangle: [2775, 2784, 2584] +Triangle: [2584, 2768, 2775] +Triangle: [2768, 2076, 2767] +Triangle: [2767, 2190, 2555] +Triangle: [2555, 2078, 2471] +Triangle: [2471, 2079, 2470] +Triangle: [2470, 2098, 2467] +Triangle: [2099, 2467, 2098] +Triangle: [2099, 2758, 2109] +Triangle: [2095, 2109, 2093] +Triangle: [2964, 2954, 2955] +Triangle: [2963, 2932, 2959] +Triangle: [2931, 2964, 2965] +Triangle: [2955, 2965, 2964] +Triangle: [2868, 2461, 2458] +Triangle: [2966, 2956, 2868] +Triangle: [2528, 2965, 2531] +Triangle: [2531, 2966, 2939] +Triangle: [2939, 2868, 2866] +Triangle: [2553, 2485, 2552] +Triangle: [2505, 2484, 2485] +Triangle: [2484, 2704, 2693] +Triangle: [2692, 2704, 2705] +Triangle: [2967, 2705, 2720] +Triangle: [2722, 2968, 2721] +Triangle: [2551, 2971, 2970] +Triangle: [2482, 2972, 2971] +Triangle: [2483, 2973, 2972] +Triangle: [2690, 2974, 2973] +Triangle: [2973, 2688, 2689] +Triangle: [2972, 2689, 2488] +Triangle: [2971, 2488, 2489] +Triangle: [2970, 2489, 2490] +Triangle: [2975, 2866, 2867] +Triangle: [2883, 2957, 2975] +Triangle: [2495, 2958, 2976] +Triangle: [2976, 2494, 2495] +Triangle: [2978, 2707, 2744] +Triangle: [2742, 2744, 2707] +Triangle: [2739, 2743, 2742] +Triangle: [2685, 2979, 2680] +Triangle: [2982, 2969, 2981] +Triangle: [2983, 2680, 2979] +Triangle: [2980, 2686, 2984] +Triangle: [2688, 2984, 2686] +Triangle: [2987, 2720, 2986] +Triangle: [2986, 2713, 2988] +Triangle: [2714, 2988, 2713] +Triangle: [2730, 2989, 2714] +Triangle: [2990, 2692, 2967] +Triangle: [2991, 2709, 2710] +Triangle: [2691, 2992, 2974] +Triangle: [2985, 2974, 2992] +Triangle: [2993, 2995, 2994] +Triangle: [2993, 2998, 2997] +Triangle: [2999, 2997, 2998] +Triangle: [3000, 2697, 2740] +Triangle: [3001, 2699, 2697] +Triangle: [2967, 3002, 2990] +Triangle: [2980, 2981, 2979] +Triangle: [2996, 3003, 2995] +Triangle: [2968, 3004, 2996] +Triangle: [2721, 2996, 2993] +Triangle: [2721, 2997, 2712] +Triangle: [2999, 2712, 2997] +Triangle: [3005, 2711, 2999] +Triangle: [3004, 2985, 3003] +Triangle: [2982, 2984, 3004] +Triangle: [2975, 2879, 2883] +Triangle: [2867, 3006, 2975] +Triangle: [2494, 3008, 2491] +Triangle: [3009, 2958, 2883] +Triangle: [3000, 2732, 3005] +Triangle: [2867, 3010, 3007] +Triangle: [2459, 3010, 2458] +Triangle: [2851, 3295, 2853] +Triangle: [3295, 2894, 2853] +Triangle: [3296, 2895, 2894] +Triangle: [2897, 3012, 2747] +Triangle: [3013, 2554, 3014] +Triangle: [2760, 3016, 3015] +Triangle: [2761, 2405, 3017] +Triangle: [2381, 3453, 3018] +Triangle: [2449, 3453, 3454] +Triangle: [2449, 3019, 3018] +Triangle: [2378, 3021, 3020] +Triangle: [2941, 3020, 2946] +Triangle: [3018, 2380, 2381] +Triangle: [2379, 2653, 3021] +Triangle: [2746, 3322, 3354] +Triangle: [2825, 2840, 2824] +Triangle: [2895, 3022, 2896] +Triangle: [3011, 3023, 3022] +Triangle: [2746, 2374, 3023] +Triangle: [2550, 3013, 2549] +Triangle: [2549, 3014, 2548] +Triangle: [3024, 2827, 3320] +Triangle: [2826, 2839, 2840] +Triangle: [3024, 2870, 2839] +Triangle: [2877, 3025, 3026] +Triangle: [2875, 3026, 3027] +Triangle: [3022, 3028, 3027] +Triangle: [3027, 2873, 2875] +Triangle: [2862, 2872, 2855] +Triangle: [3032, 3030, 3029] +Triangle: [3033, 3029, 3030] +Triangle: [2504, 3029, 2455] +Triangle: [3034, 2455, 3029] +Triangle: [2936, 3031, 3032] +Triangle: [2937, 3032, 2504] +Triangle: [2504, 2350, 2937] +Triangle: [3035, 2284, 2283] +Triangle: [3035, 3007, 3010] +Triangle: [3037, 3007, 3036] +Triangle: [3006, 2882, 2879] +Triangle: [2883, 3038, 3009] +Triangle: [722, 2269, 2863] +Triangle: [2266, 2863, 2269] +Triangle: [2862, 2266, 2267] +Triangle: [2871, 2267, 2262] +Triangle: [2874, 2262, 2263] +Triangle: [2876, 2263, 2258] +Triangle: [2878, 2258, 2259] +Triangle: [2869, 2259, 2515] +Triangle: [2838, 2515, 2836] +Triangle: [2841, 2836, 2834] +Triangle: [2842, 2834, 2835] +Triangle: [2843, 2835, 2837] +Triangle: [2845, 2837, 2833] +Triangle: [2846, 2833, 2832] +Triangle: [2847, 2832, 2831] +Triangle: [2844, 2831, 2577] +Triangle: [2830, 2577, 2576] +Triangle: [693, 2576, 1764] +Triangle: [2372, 1765, 2860] +Triangle: [2369, 2860, 2857] +Triangle: [2368, 2857, 2858] +Triangle: [3039, 2855, 2872] +Triangle: [3028, 2872, 2873] +Triangle: [3040, 2347, 2454] +Triangle: [689, 3042, 1771] +Triangle: [3008, 3038, 2884] +Triangle: [3044, 2346, 3045] +Triangle: [3046, 1971, 1972] +Triangle: [3047, 1972, 2341] +Triangle: [3048, 2491, 3008] +Triangle: [2885, 3008, 2884] +Triangle: [3049, 2490, 3048] +Triangle: [3048, 3050, 3049] +Triangle: [3051, 3036, 3035] +Triangle: [3052, 3037, 3036] +Triangle: [2885, 3054, 3050] +Triangle: [2886, 3055, 3054] +Triangle: [3047, 3052, 3056] +Triangle: [1992, 1791, 2012] +Triangle: [1994, 2012, 2003] +Triangle: [1993, 2003, 2004] +Triangle: [1996, 2004, 1998] +Triangle: [1995, 1998, 1999] +Triangle: [2888, 1999, 2336] +Triangle: [3057, 2336, 2547] +Triangle: [3049, 3057, 3058] +Triangle: [2970, 3058, 2551] +Triangle: [2551, 3059, 2552] +Triangle: [2553, 3014, 2554] +Triangle: [3060, 2552, 3059] +Triangle: [2548, 3059, 2547] +Triangle: [2547, 3058, 3057] +Triangle: [3061, 3050, 3054] +Triangle: [3037, 3062, 2882] +Triangle: [2341, 3053, 3047] +Triangle: [3497, 2279, 3496] +Triangle: [2278, 3063, 3064] +Triangle: [3064, 3066, 3065] +Triangle: [3043, 3067, 3042] +Triangle: [3069, 3041, 3040] +Triangle: [2281, 3064, 3071] +Triangle: [3071, 2283, 2281] +Triangle: [3035, 3072, 3051] +Triangle: [2338, 3062, 2341] +Triangle: [2882, 3073, 2881] +Triangle: [2339, 3073, 2338] +Triangle: [2881, 3074, 2889] +Triangle: [2888, 3061, 2887] +Triangle: [3075, 3054, 3055] +Triangle: [3075, 2887, 3061] +Triangle: [3074, 2892, 3076] +Triangle: [2890, 3076, 2892] +Triangle: [3076, 3075, 3055] +Triangle: [3076, 2889, 3074] +Triangle: [2364, 3078, 3077] +Triangle: [3023, 3039, 3028] +Triangle: [2940, 2495, 2496] +Triangle: [3068, 3040, 3067] +Triangle: [3066, 3063, 3497] +Triangle: [2666, 2678, 2665] +Triangle: [3002, 2995, 3003] +Triangle: [2995, 2986, 2994] +Triangle: [2994, 2988, 2998] +Triangle: [2989, 2998, 2988] +Triangle: [2730, 2999, 2989] +Triangle: [3001, 3005, 2730] +Triangle: [3003, 2992, 3002] +Triangle: [3079, 3081, 3080] +Triangle: [2683, 3080, 3081] +Triangle: [3083, 3080, 3084] +Triangle: [2992, 2990, 3002] +Triangle: [3084, 2983, 3085] +Triangle: [2978, 2991, 2710] +Triangle: [2978, 3085, 3086] +Triangle: [3085, 2979, 2981] +Triangle: [2981, 3086, 3085] +Triangle: [2969, 2991, 3086] +Triangle: [2723, 3082, 3079] +Triangle: [2745, 3079, 3083] +Triangle: [2706, 2724, 2715] +Triangle: [2706, 3081, 3082] +Triangle: [2715, 2724, 2725] +Triangle: [3081, 2682, 2683] +Triangle: [2743, 2736, 2733] +Triangle: [3083, 2978, 2744] +Triangle: [2744, 2745, 3083] +Triangle: [2736, 3171, 2733] +Triangle: [2742, 2731, 2739] +Triangle: [3014, 3060, 2548] +Triangle: [2374, 3077, 3039] +Triangle: [2368, 3078, 2365] +Triangle: [2021, 2926, 2024] +Triangle: [2679, 2667, 2760] +Triangle: [3015, 2679, 2760] +Triangle: [3088, 2679, 3087] +Triangle: [2665, 3088, 2664] +Triangle: [1829, 3043, 689] +Triangle: [3089, 3068, 3043] +Triangle: [3091, 3070, 3069] +Triangle: [3069, 3090, 3091] +Triangle: [3065, 3071, 3064] +Triangle: [3093, 3095, 3094] +Triangle: [3065, 3096, 3095] +Triangle: [3066, 3092, 3096] +Triangle: [3093, 3072, 3071] +Triangle: [3051, 3097, 3098] +Triangle: [3098, 3052, 3051] +Triangle: [3094, 2345, 3044] +Triangle: [688, 3089, 1829] +Triangle: [1983, 3090, 3089] +Triangle: [3099, 3092, 3091] +Triangle: [3095, 1980, 2345] +Triangle: [1979, 3100, 3099] +Triangle: [3045, 2344, 3046] +Triangle: [1977, 2346, 1981] +Triangle: [1978, 1981, 1982] +Triangle: [1976, 1982, 1984] +Triangle: [687, 1984, 1844] +Triangle: [3056, 3046, 3047] +Triangle: [3044, 3056, 3098] +Triangle: [3094, 3098, 3097] +Triangle: [3094, 3097, 3093] +Triangle: [3096, 3100, 1980] +Triangle: [3090, 3099, 3091] +Triangle: [3103, 3101, 3514] +Triangle: [3104, 3103, 2637] +Triangle: [3102, 2782, 3101] +Triangle: [2785, 3104, 2786] +Triangle: [3104, 2787, 2786] +Triangle: [3514, 2625, 3103] +Triangle: [2625, 2637, 3103] +Triangle: [2910, 2909, 2907] +Triangle: [2910, 2168, 2899] +Triangle: [2898, 2168, 2169] +Triangle: [2900, 2169, 2171] +Triangle: [2901, 2171, 2175] +Triangle: [2901, 3487, 3488] +Triangle: [2177, 2902, 2172] +Triangle: [2905, 2177, 2182] +Triangle: [2904, 2182, 2183] +Triangle: [2906, 2183, 2377] +Triangle: [2377, 2950, 2906] +Triangle: [2950, 2943, 2949] +Triangle: [2864, 2397, 2291] +Triangle: [2949, 2400, 2418] +Triangle: [3078, 3039, 3077] +Triangle: [2416, 2419, 3105] +Triangle: [3105, 2408, 2416] +Triangle: [2415, 3106, 2935] +Triangle: [2419, 3106, 3105] +Triangle: [2935, 3107, 3031] +Triangle: [2421, 3107, 3106] +Triangle: [2456, 732, 733] +Triangle: [3107, 2456, 3109] +Triangle: [3031, 3109, 3030] +Triangle: [3030, 3110, 3033] +Triangle: [3109, 2457, 3110] +Triangle: [1249, 2624, 2911] +Triangle: [3505, 2911, 3504] +Triangle: [726, 2912, 2913] +Triangle: [700, 2913, 2914] +Triangle: [1384, 2914, 2915] +Triangle: [2916, 1384, 2915] +Triangle: [2917, 1540, 2916] +Triangle: [2918, 701, 2917] +Triangle: [713, 2919, 699] +Triangle: [2920, 699, 2919] +Triangle: [2921, 1383, 2920] +Triangle: [696, 2921, 2922] +Triangle: [697, 3164, 2923] +Triangle: [2923, 694, 697] +Triangle: [2925, 694, 2924] +Triangle: [695, 2926, 1826] +Triangle: [695, 2925, 2024] +Triangle: [729, 2422, 2420] +Triangle: [729, 3396, 3397] +Triangle: [3385, 728, 3384] +Triangle: [725, 3386, 1538] +Triangle: [3386, 712, 1538] +Triangle: [3387, 1647, 712] +Triangle: [3388, 735, 1647] +Triangle: [2138, 3225, 3389] +Triangle: [3214, 2136, 2134] +Triangle: [710, 3214, 3215] +Triangle: [707, 3215, 3216] +Triangle: [1426, 3216, 3217] +Triangle: [3140, 3309, 3218] +Triangle: [718, 3219, 3220] +Triangle: [718, 3221, 3222] +Triangle: [2227, 717, 2226] +Triangle: [732, 3111, 1900] +Triangle: [3111, 719, 1900] +Triangle: [3067, 3113, 3112] +Triangle: [1771, 2457, 690] +Triangle: [3112, 3042, 3067] +Triangle: [3033, 3114, 3112] +Triangle: [3034, 3112, 3113] +Triangle: [2457, 3114, 3110] +Triangle: [2454, 3113, 3040] +Triangle: [2228, 3115, 2227] +Triangle: [2614, 1207, 1262] +Triangle: [3111, 2421, 2422] +Triangle: [2670, 2662, 2658] +Triangle: [3009, 2977, 2976] +Triangle: [3116, 3087, 3450] +Triangle: [2382, 3450, 3451] +Triangle: [2759, 3017, 3016] +Triangle: [3451, 2381, 2382] +Triangle: [2651, 2308, 2309] +Triangle: [2798, 2320, 2797] +Triangle: [3545, 2796, 2797] +Triangle: [2322, 3546, 2321] +Triangle: [3117, 2795, 3118] +Triangle: [3236, 3118, 2325] +Triangle: [3117, 2319, 2798] +Triangle: [2797, 3543, 3545] +Triangle: [3119, 2387, 2390] +Triangle: [2390, 2393, 2389] +Triangle: [3429, 3115, 3120] +Triangle: [2227, 715, 716] +Triangle: [3115, 3119, 3120] +Triangle: [2204, 2213, 2210] +Triangle: [2788, 2210, 2215] +Triangle: [3136, 3314, 3135] +Triangle: [2219, 2203, 2218] +Triangle: [2201, 2219, 2221] +Triangle: [2221, 3121, 2201] +Triangle: [3122, 2236, 2324] +Triangle: [3425, 3120, 2100] +Triangle: [2213, 2209, 2212] +Triangle: [2122, 2204, 2788] +Triangle: [2235, 2201, 3121] +Triangle: [2323, 3121, 3122] +Triangle: [2133, 3123, 2205] +Triangle: [2208, 2205, 3123] +Triangle: [2131, 3124, 3123] +Triangle: [2207, 3123, 3124] +Triangle: [2297, 2128, 2239] +Triangle: [2426, 3124, 2297] +Triangle: [2100, 3119, 2927] +Triangle: [2225, 3526, 3527] +Triangle: [2927, 2390, 2391] +Triangle: [2389, 2396, 2395] +Triangle: [2320, 3549, 3551] +Triangle: [2297, 2429, 2426] +Triangle: [2446, 2298, 2432] +Triangle: [2433, 2446, 2432] +Triangle: [2445, 2945, 2947] +Triangle: [2946, 2947, 2945] +Triangle: [3019, 3020, 2380] +Triangle: [3021, 2380, 3020] +Triangle: [2383, 2653, 2382] +Triangle: [3116, 2653, 2654] +Triangle: [2664, 3116, 2654] +Triangle: [3118, 2324, 2325] +Triangle: [2796, 3122, 2795] +Triangle: [3122, 3118, 2795] +Triangle: [1269, 1014, 1013] +Triangle: [2651, 2647, 2308] +Triangle: [3283, 3125, 2249] +Triangle: [2090, 3126, 2246] +Triangle: [2090, 3128, 3127] +Triangle: [3129, 2093, 2109] +Triangle: [2109, 3130, 3129] +Triangle: [2758, 3131, 3130] +Triangle: [3132, 3438, 2790] +Triangle: [3133, 2790, 2789] +Triangle: [3241, 2789, 3240] +Triangle: [2217, 3135, 3134] +Triangle: [2218, 3136, 3135] +Triangle: [3137, 2203, 2199] +Triangle: [2199, 3138, 3137] +Triangle: [2200, 3139, 3138] +Triangle: [708, 3218, 3219] +Triangle: [3209, 708, 3208] +Triangle: [877, 3141, 1896] +Triangle: [879, 3142, 877] +Triangle: [3143, 1930, 3144] +Triangle: [3145, 1930, 1922] +Triangle: [3146, 1922, 867] +Triangle: [3147, 3231, 1430] +Triangle: [1430, 3148, 3147] +Triangle: [850, 3152, 855] +Triangle: [3154, 850, 1444] +Triangle: [3258, 1444, 3257] +Triangle: [3156, 823, 821] +Triangle: [1081, 3156, 821] +Triangle: [803, 3157, 1081] +Triangle: [3158, 802, 3159] +Triangle: [801, 3159, 802] +Triangle: [3160, 1580, 3161] +Triangle: [3162, 1580, 1878] +Triangle: [3163, 1878, 696] +Triangle: [3163, 2922, 3164] +Triangle: [3164, 2028, 3165] +Triangle: [3166, 2028, 2027] +Triangle: [2027, 3167, 3166] +Triangle: [3168, 2029, 2030] +Triangle: [2030, 3169, 3168] +Triangle: [3170, 2037, 2243] +Triangle: [2243, 3125, 3170] +Triangle: [2734, 3172, 3171] +Triangle: [3173, 2729, 2727] +Triangle: [3174, 2727, 2728] +Triangle: [3175, 2728, 2534] +Triangle: [3176, 2534, 2535] +Triangle: [2535, 3177, 3176] +Triangle: [2541, 3178, 3177] +Triangle: [3179, 2526, 2525] +Triangle: [3180, 2525, 2524] +Triangle: [2524, 3181, 3180] +Triangle: [3181, 2804, 3182] +Triangle: [3182, 2801, 3183] +Triangle: [2799, 3183, 2801] +Triangle: [2512, 3184, 2799] +Triangle: [2513, 3185, 2512] +Triangle: [2513, 3187, 3186] +Triangle: [3188, 2124, 2125] +Triangle: [860, 3189, 881] +Triangle: [3191, 860, 1398] +Triangle: [3192, 1398, 1067] +Triangle: [3193, 1067, 1439] +Triangle: [1439, 3194, 3193] +Triangle: [3195, 849, 818] +Triangle: [3196, 818, 1440] +Triangle: [819, 3196, 1440] +Triangle: [3197, 820, 3198] +Triangle: [817, 3198, 820] +Triangle: [738, 3199, 817] +Triangle: [740, 3200, 738] +Triangle: [1143, 3201, 740] +Triangle: [3202, 1345, 3203] +Triangle: [1344, 3203, 1345] +Triangle: [3204, 1346, 3205] +Triangle: [3205, 1350, 3206] +Triangle: [3382, 882, 3380] +Triangle: [3207, 1896, 3208] +Triangle: [3141, 3208, 1896] +Triangle: [3141, 3307, 3209] +Triangle: [1894, 3210, 1895] +Triangle: [1893, 3211, 1894] +Triangle: [1892, 3212, 1893] +Triangle: [3215, 2134, 2135] +Triangle: [3216, 2135, 2120] +Triangle: [3217, 2120, 2121] +Triangle: [3218, 3310, 3139] +Triangle: [3219, 3139, 2230] +Triangle: [3220, 2230, 2229] +Triangle: [1891, 3213, 1892] +Triangle: [709, 3225, 3214] +Triangle: [3223, 718, 3222] +Triangle: [3221, 2229, 2226] +Triangle: [717, 3221, 2226] +Triangle: [3223, 717, 1898] +Triangle: [862, 3226, 864] +Triangle: [3227, 866, 3228] +Triangle: [1429, 3228, 866] +Triangle: [3300, 3146, 3230] +Triangle: [3230, 867, 3231] +Triangle: [3231, 871, 3232] +Triangle: [3232, 872, 3233] +Triangle: [966, 3233, 872] +Triangle: [1029, 3234, 966] +Triangle: [2325, 3237, 3236] +Triangle: [3238, 2237, 2220] +Triangle: [3239, 2220, 2216] +Triangle: [3240, 2216, 2217] +Triangle: [3134, 3240, 2217] +Triangle: [3316, 3134, 3315] +Triangle: [3243, 2214, 2211] +Triangle: [3244, 2211, 2212] +Triangle: [3245, 2212, 2209] +Triangle: [3246, 1416, 3247] +Triangle: [1415, 3247, 1416] +Triangle: [1413, 3248, 1415] +Triangle: [1412, 3249, 1413] +Triangle: [1546, 3250, 1412] +Triangle: [3251, 1128, 3252] +Triangle: [927, 3252, 1128] +Triangle: [1184, 3253, 927] +Triangle: [1377, 3254, 1184] +Triangle: [3255, 824, 3256] +Triangle: [3256, 823, 3257] +Triangle: [3155, 3257, 823] +Triangle: [1185, 3258, 3155] +Triangle: [3259, 811, 3260] +Triangle: [3261, 811, 1186] +Triangle: [3262, 1186, 1187] +Triangle: [1459, 3262, 1187] +Triangle: [1460, 3263, 1459] +Triangle: [1458, 3264, 1460] +Triangle: [1096, 3265, 1458] +Triangle: [1482, 3266, 1096] +Triangle: [1498, 3267, 1482] +Triangle: [3269, 1498, 1183] +Triangle: [3269, 1095, 3270] +Triangle: [3271, 1095, 1089] +Triangle: [3101, 3273, 3272] +Triangle: [3274, 2782, 2779] +Triangle: [3275, 2779, 2774] +Triangle: [3276, 2774, 2772] +Triangle: [3277, 2772, 2771] +Triangle: [2771, 3278, 3277] +Triangle: [3279, 2561, 2560] +Triangle: [3280, 2560, 2564] +Triangle: [3281, 2564, 2475] +Triangle: [3282, 2475, 2247] +Triangle: [3283, 2247, 2246] +Triangle: [3284, 2246, 3126] +Triangle: [3285, 3126, 2251] +Triangle: [3286, 2251, 2252] +Triangle: [3286, 2360, 3287] +Triangle: [2802, 3287, 2360] +Triangle: [3289, 2802, 2805] +Triangle: [3290, 2805, 2806] +Triangle: [3291, 2806, 2807] +Triangle: [3292, 2807, 2808] +Triangle: [3293, 2808, 2532] +Triangle: [3293, 2536, 3294] +Triangle: [3294, 2503, 3295] +Triangle: [2503, 3296, 3295] +Triangle: [3297, 3011, 2895] +Triangle: [3299, 3399, 3400] +Triangle: [3400, 3300, 3299] +Triangle: [3301, 3401, 3402] +Triangle: [3302, 3402, 3403] +Triangle: [3303, 3403, 3404] +Triangle: [3304, 3404, 3405] +Triangle: [3305, 3405, 3406] +Triangle: [3305, 3407, 3306] +Triangle: [3306, 3408, 3307] +Triangle: [3307, 3409, 3308] +Triangle: [3309, 3409, 3410] +Triangle: [3310, 3410, 3411] +Triangle: [3311, 3411, 3412] +Triangle: [3311, 3413, 3312] +Triangle: [3414, 3312, 3413] +Triangle: [3313, 3415, 3314] +Triangle: [3314, 3416, 3315] +Triangle: [3417, 3315, 3416] +Triangle: [3418, 3316, 3417] +Triangle: [3317, 3419, 3318] +Triangle: [1481, 1732, 3319] +Triangle: [3320, 2810, 2828] +Triangle: [2852, 2828, 2851] +Triangle: [3026, 2854, 2893] +Triangle: [3025, 3320, 2852] +Triangle: [1501, 1735, 1730] +Triangle: [3026, 2852, 2854] +Triangle: [1734, 1512, 1500] +Triangle: [2893, 3027, 3026] +Triangle: [3027, 2896, 3022] +Triangle: [1735, 1512, 1734] +Triangle: [3271, 1723, 3321] +Triangle: [1330, 1691, 1690] +Triangle: [2743, 2744, 2742] +Triangle: [3323, 1358, 1354] +Triangle: [1354, 3324, 3323] +Triangle: [3325, 1357, 1180] +Triangle: [1180, 3326, 3325] +Triangle: [1181, 3326, 1312] +Triangle: [3328, 1181, 1182] +Triangle: [2503, 3330, 3329] +Triangle: [2695, 3330, 2502] +Triangle: [2694, 3331, 2695] +Triangle: [3332, 2741, 3333] +Triangle: [2738, 3333, 2741] +Triangle: [2743, 3334, 2738] +Triangle: [3335, 3328, 1182] +Triangle: [1182, 3270, 3335] +Triangle: [3348, 3329, 3347] +Triangle: [3336, 3297, 3296] +Triangle: [1356, 1691, 1358] +Triangle: [2739, 3334, 2743] +Triangle: [1144, 3337, 1369] +Triangle: [1144, 3339, 3338] +Triangle: [3339, 1313, 3340] +Triangle: [3341, 1313, 1309] +Triangle: [1309, 3342, 3341] +Triangle: [3342, 1356, 3323] +Triangle: [2739, 3343, 3334] +Triangle: [2697, 3343, 2740] +Triangle: [3344, 2696, 3345] +Triangle: [3346, 2696, 2501] +Triangle: [2500, 3346, 2501] +Triangle: [3348, 2500, 2748] +Triangle: [3271, 3335, 3270] +Triangle: [3297, 3348, 3322] +Triangle: [1369, 3321, 3349] +Triangle: [3353, 3349, 3321] +Triangle: [3351, 2747, 3012] +Triangle: [3352, 3012, 2550] +Triangle: [3321, 3337, 3271] +Triangle: [3322, 2748, 3351] +Triangle: [786, 3321, 1723] +Triangle: [3354, 3351, 3352] +Triangle: [1038, 3350, 3353] +Triangle: [2335, 3352, 2550] +Triangle: [1038, 3353, 786] +Triangle: [2375, 3352, 2335] +Triangle: [3188, 3245, 3381] +Triangle: [2434, 3381, 3383] +Triangle: [3226, 3189, 3380] +Triangle: [3381, 2209, 2206] +Triangle: [3383, 2206, 2427] +Triangle: [1170, 3380, 3189] +Triangle: [3298, 3430, 3431] +Triangle: [3131, 3435, 2127] +Triangle: [2412, 3396, 2420] +Triangle: [2413, 3384, 2412] +Triangle: [3385, 2145, 3386] +Triangle: [3387, 2145, 2146] +Triangle: [3388, 2146, 2137] +Triangle: [3389, 2137, 2138] +Triangle: [3391, 728, 725] +Triangle: [725, 3392, 3391] +Triangle: [712, 3392, 1538] +Triangle: [1647, 3393, 712] +Triangle: [735, 3394, 1647] +Triangle: [1885, 3398, 3390] +Triangle: [3224, 1890, 3395] +Triangle: [3389, 711, 735] +Triangle: [728, 3396, 3384] +Triangle: [3397, 3390, 3398] +Triangle: [3440, 3399, 3432] +Triangle: [3400, 863, 1434] +Triangle: [1434, 3401, 3400] +Triangle: [3402, 3229, 1429] +Triangle: [3403, 1429, 1921] +Triangle: [3404, 1921, 1929] +Triangle: [3405, 1929, 1428] +Triangle: [3406, 1428, 1427] +Triangle: [3407, 1427, 1895] +Triangle: [3408, 1895, 3210] +Triangle: [3409, 3210, 1426] +Triangle: [3410, 1426, 3217] +Triangle: [3410, 2121, 3411] +Triangle: [3411, 2118, 3412] +Triangle: [3412, 2122, 3413] +Triangle: [2788, 3413, 2122] +Triangle: [3414, 2215, 3415] +Triangle: [3415, 2214, 3416] +Triangle: [3242, 3416, 2214] +Triangle: [2791, 3417, 3242] +Triangle: [3419, 2791, 2126] +Triangle: [2127, 3435, 3441] +Triangle: [3149, 1399, 861] +Triangle: [2127, 3130, 3131] +Triangle: [1559, 3420, 3426] +Triangle: [1558, 3421, 3420] +Triangle: [3422, 1557, 1556] +Triangle: [3424, 704, 1370] +Triangle: [3425, 1370, 705] +Triangle: [3426, 704, 714] +Triangle: [3427, 704, 3423] +Triangle: [3422, 1918, 3428] +Triangle: [1917, 3428, 1918] +Triangle: [705, 3429, 3425] +Triangle: [706, 3115, 3429] +Triangle: [1400, 3149, 859] +Triangle: [1069, 3150, 1400] +Triangle: [3151, 855, 3152] +Triangle: [3431, 859, 3149] +Triangle: [3432, 3149, 861] +Triangle: [3433, 3318, 3434] +Triangle: [3434, 3419, 3435] +Triangle: [865, 3430, 3148] +Triangle: [3436, 869, 3437] +Triangle: [3433, 3458, 3438] +Triangle: [3439, 3458, 3459] +Triangle: [861, 3440, 3432] +Triangle: [860, 3440, 861] +Triangle: [3441, 3419, 2126] +Triangle: [3440, 1436, 863] +Triangle: [3382, 1642, 3442] +Triangle: [3442, 1107, 3443] +Triangle: [968, 3443, 1107] +Triangle: [3445, 968, 949] +Triangle: [3445, 1000, 3446] +Triangle: [3446, 1726, 3447] +Triangle: [1909, 3447, 1726] +Triangle: [1908, 3448, 1909] +Triangle: [1908, 1907, 3449] +Triangle: [3015, 3450, 3087] +Triangle: [3451, 3015, 3016] +Triangle: [3016, 3452, 3451] +Triangle: [3453, 3017, 2405] +Triangle: [3454, 2405, 2402] +Triangle: [3454, 2438, 3455] +Triangle: [2438, 3456, 3455] +Triangle: [3457, 2443, 2437] +Triangle: [3383, 2437, 2434] +Triangle: [2105, 2762, 2757] +Triangle: [3459, 2105, 2106] +Triangle: [2224, 2106, 2103] +Triangle: [3436, 859, 3430] +Triangle: [3460, 3437, 3461] +Triangle: [3461, 3462, 868] +Triangle: [3463, 3459, 2224] +Triangle: [3462, 870, 3464] +Triangle: [3464, 963, 960] +Triangle: [2224, 3465, 3463] +Triangle: [2232, 2225, 3549] +Triangle: [3466, 3437, 869] +Triangle: [3463, 2110, 3467] +Triangle: [1431, 869, 3571] +Triangle: [2113, 3467, 2110] +Triangle: [1774, 3469, 3468] +Triangle: [3470, 995, 1147] +Triangle: [3471, 1147, 1125] +Triangle: [3472, 1125, 1598] +Triangle: [3473, 1598, 895] +Triangle: [3473, 903, 3474] +Triangle: [908, 3474, 903] +Triangle: [915, 3475, 908] +Triangle: [915, 3477, 3476] +Triangle: [1531, 3478, 3477] +Triangle: [1618, 3478, 1854] +Triangle: [3479, 919, 3480] +Triangle: [3480, 1012, 3481] +Triangle: [3482, 1012, 1266] +Triangle: [3482, 1278, 1279] +Triangle: [1279, 1290, 1291] +Triangle: [2660, 2671, 2659] +Triangle: [2660, 2644, 3483] +Triangle: [3483, 2304, 3484] +Triangle: [3484, 2303, 3485] +Triangle: [3486, 2303, 2173] +Triangle: [2172, 3486, 2173] +Triangle: [3488, 2172, 2902] +Triangle: [2164, 3488, 2902] +Triangle: [3490, 2164, 2154] +Triangle: [2153, 3490, 2154] +Triangle: [3492, 2153, 2351] +Triangle: [3492, 2350, 3493] +Triangle: [3493, 2349, 3494] +Triangle: [3494, 2348, 3495] +Triangle: [3495, 2347, 3496] +Triangle: [3041, 3496, 2347] +Triangle: [768, 3468, 1804] +Triangle: [3497, 3070, 3066] +Triangle: [2778, 3272, 3273] +Triangle: [2778, 3498, 3272] +Triangle: [3499, 2600, 2599] +Triangle: [3500, 2599, 2596] +Triangle: [3501, 2596, 2591] +Triangle: [3502, 2591, 2592] +Triangle: [2598, 3502, 2592] +Triangle: [2912, 3503, 2598] +Triangle: [1222, 3504, 2912] +Triangle: [1868, 3505, 1222] +Triangle: [1570, 3506, 1868] +Triangle: [1221, 3507, 1570] +Triangle: [1220, 3508, 1221] +Triangle: [1219, 3509, 1220] +Triangle: [1230, 3510, 1219] +Triangle: [1229, 3511, 1230] +Triangle: [3512, 1416, 3246] +Triangle: [1845, 1846, 1847] +Triangle: [1215, 3513, 1845] +Triangle: [3514, 3272, 2639] +Triangle: [2631, 3514, 2639] +Triangle: [3515, 2623, 2640] +Triangle: [3515, 2605, 3516] +Triangle: [3517, 2605, 2597] +Triangle: [3518, 2597, 2590] +Triangle: [3519, 2590, 2065] +Triangle: [3520, 2065, 2064] +Triangle: [3521, 2064, 2193] +Triangle: [2088, 3521, 2193] +Triangle: [3523, 2088, 2087] +Triangle: [3523, 2101, 3524] +Triangle: [3525, 2101, 2100] +Triangle: [2100, 3526, 3525] +Triangle: [2391, 3526, 2927] +Triangle: [3528, 2391, 2392] +Triangle: [3529, 1209, 1239] +Triangle: [3530, 1239, 1423] +Triangle: [3531, 1423, 1224] +Triangle: [1205, 3531, 1224] +Triangle: [934, 3532, 1205] +Triangle: [3533, 1554, 3534] +Triangle: [3534, 933, 3535] +Triangle: [3535, 935, 3536] +Triangle: [936, 3536, 935] +Triangle: [3538, 936, 1371] +Triangle: [3538, 937, 3539] +Triangle: [3539, 868, 3540] +Triangle: [3540, 956, 3541] +Triangle: [3541, 3550, 3542] +Triangle: [1912, 1029, 1913] +Triangle: [3236, 2794, 3117] +Triangle: [2323, 2796, 2322] +Triangle: [1030, 1024, 3548] +Triangle: [3543, 3553, 2395] +Triangle: [1021, 3555, 3556] +Triangle: [3545, 2395, 2396] +Triangle: [3546, 2396, 2321] +Triangle: [1910, 3544, 1021] +Triangle: [3548, 1910, 1030] +Triangle: [3553, 2389, 2395] +Triangle: [3544, 3554, 3555] +Triangle: [3549, 3527, 3528] +Triangle: [3551, 3543, 2320] +Triangle: [960, 956, 3464] +Triangle: [3556, 960, 1021] +Triangle: [3551, 3528, 3552] +Triangle: [3553, 3528, 2392] +Triangle: [3554, 3542, 3555] +Triangle: [3556, 3542, 3550] +Triangle: [2396, 2393, 2394] +Triangle: [959, 1023, 1915] +Triangle: [3427, 2193, 3557] +Triangle: [3558, 2193, 2064] +Triangle: [3559, 2064, 2065] +Triangle: [3560, 2065, 2590] +Triangle: [3561, 2590, 2597] +Triangle: [3562, 2597, 2605] +Triangle: [3563, 2605, 2640] +Triangle: [2623, 3563, 2640] +Triangle: [714, 3564, 3426] +Triangle: [702, 3565, 3564] +Triangle: [703, 3565, 1555] +Triangle: [3566, 1206, 3567] +Triangle: [3567, 1223, 3568] +Triangle: [3568, 1422, 3569] +Triangle: [3569, 1250, 3570] +Triangle: [3570, 1208, 1567] +Triangle: [1567, 1251, 1252] +Triangle: [3571, 865, 1430] +Triangle: [3232, 1430, 3231] +Triangle: [3572, 3467, 2112] +Triangle: [2112, 3239, 3572] +Triangle: [3578, 3576, 3575] +Triangle: [3580, 3576, 3579] +Triangle: [3581, 3584, 3583] +Triangle: [3585, 3581, 3583] +Triangle: [3585, 3589, 3587] +Triangle: [3593, 3591, 3590] +Triangle: [3590, 3632, 3594] +Triangle: [3593, 3589, 3588] +Triangle: [3593, 3588, 3595] +Triangle: [3583, 3595, 3588] +Triangle: [3583, 3584, 3597] +Triangle: [3598, 3597, 3584] +Triangle: [3599, 3580, 3597] +Triangle: [3625, 3599, 3598] +Triangle: [3600, 3575, 3599] +Triangle: [3626, 3600, 3625] +Triangle: [3601, 3578, 3600] +Triangle: [3601, 3603, 3602] +Triangle: [3602, 3606, 3605] +Triangle: [3602, 3577, 3578] +Triangle: [3606, 3607, 3605] +Triangle: [3607, 3577, 3605] +Triangle: [3608, 3576, 3577] +Triangle: [3608, 3595, 3596] +Triangle: [3608, 3596, 3579] +Triangle: [3607, 3593, 3595] +Triangle: [3603, 3609, 3606] +Triangle: [3609, 3592, 3606] +Triangle: [3573, 3633, 3609] +Triangle: [3633, 3591, 3609] +Triangle: [3574, 3594, 3610] +Triangle: [3611, 3628, 3612] +Triangle: [3611, 3612, 3589] +Triangle: [3611, 3590, 3594] +Triangle: [3637, 3616, 3615] +Triangle: [3615, 3619, 3618] +Triangle: [3618, 3621, 3620] +Triangle: [3623, 3624, 3622] +Triangle: [3582, 3598, 3584] +Triangle: [3623, 3625, 3598] +Triangle: [3625, 3619, 3626] +Triangle: [3626, 3616, 3627] +Triangle: [3604, 3626, 3627] +Triangle: [3634, 3627, 3635] +Triangle: [3628, 3629, 3612] +Triangle: [3617, 3613, 3629] +Triangle: [3613, 3587, 3629] +Triangle: [3587, 3612, 3629] +Triangle: [3627, 3636, 3635] +Triangle: [3604, 3573, 3603] +Triangle: [3621, 3622, 3620] +Triangle: [3596, 3597, 3580] +Triangle: [3580, 3579, 3596] +Triangle: [3586, 3585, 3587] +Triangle: [3585, 3631, 3581] +Triangle: [3631, 3582, 3581] +Triangle: [3610, 3632, 3633] +Triangle: [3585, 3588, 3589] +Triangle: [3585, 3583, 3588] +Triangle: [3610, 3634, 3574] +Triangle: [3628, 3634, 3635] +Triangle: [3635, 3617, 3628] +Triangle: [3614, 3636, 3637] +Triangle: [3659, 3640, 3639] +Triangle: [3642, 3643, 3641] +Triangle: [3647, 3645, 3644] +Triangle: [3649, 3647, 3644] +Triangle: [3650, 3670, 3669] +Triangle: [3677, 3651, 3676] +Triangle: [3651, 3685, 3686] +Triangle: [3656, 3641, 3655] +Triangle: [3655, 3641, 3643] +Triangle: [3658, 3660, 3659] +Triangle: [3659, 3656, 3658] +Triangle: [3661, 3658, 3662] +Triangle: [3658, 3664, 3662] +Triangle: [3658, 3663, 3660] +Triangle: [3664, 3655, 3665] +Triangle: [3655, 3657, 3665] +Triangle: [3655, 3643, 3666] +Triangle: [3666, 3668, 3667] +Triangle: [3666, 3669, 3657] +Triangle: [3691, 3669, 3667] +Triangle: [3669, 3670, 3657] +Triangle: [3679, 3670, 3650] +Triangle: [3670, 3665, 3657] +Triangle: [3671, 3664, 3665] +Triangle: [3672, 3662, 3664] +Triangle: [3662, 3674, 3661] +Triangle: [3694, 3663, 3661] +Triangle: [3675, 3660, 3663] +Triangle: [3660, 3638, 3659] +Triangle: [3676, 3638, 3660] +Triangle: [3653, 3676, 3675] +Triangle: [3652, 3675, 3694] +Triangle: [3654, 3674, 3673] +Triangle: [3673, 3678, 3654] +Triangle: [3672, 3679, 3678] +Triangle: [3679, 3680, 3678] +Triangle: [3680, 3654, 3678] +Triangle: [3680, 3683, 3682] +Triangle: [3683, 3653, 3682] +Triangle: [3682, 3652, 3654] +Triangle: [3683, 3685, 3677] +Triangle: [3686, 3688, 3687] +Triangle: [3687, 3648, 3649] +Triangle: [3684, 3688, 3683] +Triangle: [3648, 3689, 3647] +Triangle: [3646, 3689, 3690] +Triangle: [3684, 3681, 3689] +Triangle: [3689, 3691, 3690] +Triangle: [3681, 3650, 3691] +Triangle: [3668, 3691, 3667] +Triangle: [3690, 3693, 3646] +Triangle: [3646, 3692, 3645] +Triangle: [3692, 3693, 3642] +Triangle: [3693, 3643, 3642] +Triangle: [3641, 3640, 3642] +Triangle: [3674, 3652, 3694] +Triangle: [3661, 3674, 3694] +Triangle: [3749, 3697, 3698] +Triangle: [3699, 3717, 3718] +Triangle: [3747, 3701, 3700] +Triangle: [3700, 3748, 3747] +Triangle: [3723, 3703, 3702] +Triangle: [3704, 3706, 3705] +Triangle: [3704, 3708, 3707] +Triangle: [3709, 3701, 3704] +Triangle: [3712, 3698, 3711] +Triangle: [3698, 3710, 3711] +Triangle: [3713, 3712, 3714] +Triangle: [3713, 3716, 3715] +Triangle: [3715, 3698, 3713] +Triangle: [3715, 3718, 3696] +Triangle: [3696, 3717, 3695] +Triangle: [3749, 3719, 3697] +Triangle: [3700, 3720, 3719] +Triangle: [3720, 3697, 3719] +Triangle: [3721, 3710, 3720] +Triangle: [3721, 3712, 3711] +Triangle: [3739, 3714, 3712] +Triangle: [3723, 3724, 3722] +Triangle: [3722, 3713, 3714] +Triangle: [3724, 3727, 3726] +Triangle: [3724, 3716, 3713] +Triangle: [3729, 3727, 3746] +Triangle: [3726, 3728, 3716] +Triangle: [3728, 3715, 3716] +Triangle: [3732, 3730, 3728] +Triangle: [3731, 3718, 3730] +Triangle: [3732, 3706, 3731] +Triangle: [3731, 3701, 3699] +Triangle: [3733, 3736, 3735] +Triangle: [3735, 3706, 3733] +Triangle: [3735, 3738, 3737] +Triangle: [3737, 3705, 3735] +Triangle: [3703, 3737, 3738] +Triangle: [3740, 3708, 3737] +Triangle: [3739, 3707, 3708] +Triangle: [3722, 3740, 3703] +Triangle: [3720, 3707, 3721] +Triangle: [3702, 3738, 3741] +Triangle: [3741, 3736, 3742] +Triangle: [3742, 3734, 3743] +Triangle: [3745, 3746, 3744] +Triangle: [3732, 3729, 3745] +Triangle: [3734, 3732, 3745] +Triangle: [3734, 3744, 3743] +Triangle: [3699, 3701, 3747] +Triangle: [3717, 3747, 3748] +Triangle: [3695, 3748, 3749] +Triangle: [3695, 3698, 3696] +Triangle: [3704, 3707, 3709] +Triangle: [3753, 3755, 3752] +Triangle: [3753, 3757, 3756] +Triangle: [3758, 3761, 3759] +Triangle: [3762, 3760, 3758] +Triangle: [3762, 3764, 3766] +Triangle: [3768, 3770, 3767] +Triangle: [3767, 3809, 3768] +Triangle: [3770, 3766, 3767] +Triangle: [3770, 3772, 3765] +Triangle: [3772, 3760, 3765] +Triangle: [3760, 3774, 3761] +Triangle: [3775, 3774, 3776] +Triangle: [3757, 3776, 3774] +Triangle: [3802, 3776, 3777] +Triangle: [3752, 3777, 3776] +Triangle: [3802, 3778, 3803] +Triangle: [3777, 3779, 3778] +Triangle: [3780, 3778, 3779] +Triangle: [3779, 3783, 3780] +Triangle: [3755, 3782, 3779] +Triangle: [3784, 3783, 3782] +Triangle: [3754, 3784, 3782] +Triangle: [3785, 3753, 3756] +Triangle: [3785, 3772, 3784] +Triangle: [3785, 3756, 3773] +Triangle: [3784, 3770, 3769] +Triangle: [3786, 3780, 3783] +Triangle: [3769, 3786, 3783] +Triangle: [3810, 3750, 3786] +Triangle: [3768, 3810, 3786] +Triangle: [3771, 3751, 3787] +Triangle: [3789, 3751, 3788] +Triangle: [3788, 3766, 3789] +Triangle: [3788, 3767, 3766] +Triangle: [3793, 3814, 3792] +Triangle: [3795, 3793, 3792] +Triangle: [3795, 3798, 3796] +Triangle: [3801, 3800, 3799] +Triangle: [3759, 3775, 3800] +Triangle: [3800, 3802, 3798] +Triangle: [3802, 3796, 3798] +Triangle: [3803, 3793, 3796] +Triangle: [3803, 3781, 3804] +Triangle: [3812, 3781, 3811] +Triangle: [3805, 3806, 3794] +Triangle: [3790, 3794, 3806] +Triangle: [3806, 3763, 3790] +Triangle: [3789, 3764, 3806] +Triangle: [3813, 3804, 3812] +Triangle: [3750, 3781, 3780] +Triangle: [3799, 3798, 3797] +Triangle: [3774, 3773, 3757] +Triangle: [3757, 3773, 3756] +Triangle: [3763, 3762, 3807] +Triangle: [3762, 3808, 3807] +Triangle: [3759, 3808, 3758] +Triangle: [3809, 3787, 3810] +Triangle: [3762, 3766, 3765] +Triangle: [3762, 3765, 3760] +Triangle: [3811, 3787, 3751] +Triangle: [3805, 3811, 3751] +Triangle: [3794, 3812, 3805] +Triangle: [3813, 3791, 3814] +Triangle: [3817, 3836, 3816] +Triangle: [3819, 3818, 3820] +Triangle: [3822, 3824, 3821] +Triangle: [3824, 3826, 3821] +Triangle: [3827, 3846, 3847] +Triangle: [3828, 3854, 3853] +Triangle: [3828, 3863, 3862] +Triangle: [3818, 3833, 3832] +Triangle: [3832, 3820, 3818] +Triangle: [3835, 3836, 3837] +Triangle: [3833, 3836, 3835] +Triangle: [3838, 3835, 3840] +Triangle: [3835, 3841, 3833] +Triangle: [3835, 3837, 3840] +Triangle: [3841, 3832, 3833] +Triangle: [3832, 3834, 3843] +Triangle: [3832, 3843, 3820] +Triangle: [3843, 3845, 3820] +Triangle: [3843, 3846, 3844] +Triangle: [3846, 3868, 3844] +Triangle: [3846, 3834, 3847] +Triangle: [3847, 3856, 3827] +Triangle: [3847, 3842, 3848] +Triangle: [3841, 3848, 3842] +Triangle: [3839, 3849, 3841] +Triangle: [3839, 3851, 3850] +Triangle: [3840, 3871, 3838] +Triangle: [3837, 3852, 3840] +Triangle: [3837, 3836, 3815] +Triangle: [3853, 3815, 3828] +Triangle: [3853, 3830, 3852] +Triangle: [3852, 3829, 3871] +Triangle: [3851, 3831, 3850] +Triangle: [3850, 3855, 3849] +Triangle: [3849, 3856, 3848] +Triangle: [3857, 3856, 3855] +Triangle: [3831, 3857, 3855] +Triangle: [3859, 3861, 3857] +Triangle: [3830, 3860, 3859] +Triangle: [3859, 3829, 3830] +Triangle: [3860, 3862, 3865] +Triangle: [3863, 3865, 3862] +Triangle: [3864, 3825, 3865] +Triangle: [3865, 3861, 3860] +Triangle: [3825, 3866, 3861] +Triangle: [3866, 3823, 3867] +Triangle: [3858, 3861, 3866] +Triangle: [3866, 3868, 3858] +Triangle: [3827, 3858, 3868] +Triangle: [3868, 3845, 3844] +Triangle: [3867, 3870, 3845] +Triangle: [3823, 3869, 3870] +Triangle: [3869, 3819, 3870] +Triangle: [3870, 3820, 3845] +Triangle: [3817, 3818, 3819] +Triangle: [3851, 3871, 3829] +Triangle: [3838, 3871, 3851] +Triangle: [3926, 3875, 3874] +Triangle: [3876, 3895, 3894] +Triangle: [3924, 3877, 3878] +Triangle: [3877, 3925, 3896] +Triangle: [3900, 3880, 3899] +Triangle: [3882, 3878, 3881] +Triangle: [3881, 3885, 3882] +Triangle: [3886, 3878, 3877] +Triangle: [3875, 3889, 3888] +Triangle: [3887, 3875, 3888] +Triangle: [3890, 3891, 3889] +Triangle: [3890, 3892, 3893] +Triangle: [3875, 3892, 3890] +Triangle: [3892, 3895, 3907] +Triangle: [3873, 3894, 3895] +Triangle: [3926, 3896, 3925] +Triangle: [3877, 3897, 3886] +Triangle: [3897, 3874, 3887] +Triangle: [3898, 3887, 3888] +Triangle: [3898, 3889, 3916] +Triangle: [3891, 3916, 3889] +Triangle: [3901, 3900, 3899] +Triangle: [3899, 3890, 3901] +Triangle: [3901, 3904, 3902] +Triangle: [3901, 3893, 3903] +Triangle: [3904, 3906, 3923] +Triangle: [3903, 3905, 3906] +Triangle: [3892, 3905, 3893] +Triangle: [3907, 3909, 3905] +Triangle: [3895, 3908, 3907] +Triangle: [3883, 3909, 3908] +Triangle: [3876, 3883, 3908] +Triangle: [3910, 3913, 3911] +Triangle: [3883, 3912, 3910] +Triangle: [3912, 3915, 3913] +Triangle: [3882, 3914, 3912] +Triangle: [3914, 3880, 3915] +Triangle: [3885, 3917, 3914] +Triangle: [3884, 3916, 3885] +Triangle: [3917, 3899, 3880] +Triangle: [3884, 3897, 3898] +Triangle: [3915, 3879, 3918] +Triangle: [3918, 3913, 3915] +Triangle: [3919, 3911, 3913] +Triangle: [3922, 3923, 3906] +Triangle: [3906, 3909, 3922] +Triangle: [3909, 3911, 3922] +Triangle: [3921, 3911, 3920] +Triangle: [3876, 3924, 3878] +Triangle: [3924, 3894, 3925] +Triangle: [3872, 3925, 3894] +Triangle: [3872, 3875, 3926] +Triangle: [3881, 3886, 3884] +Triangle: [3927, 3937, 3936] +Triangle: [4072, 3939, 3938] +Triangle: [3954, 3929, 3940] +Triangle: [3930, 3940, 3929] +Triangle: [3952, 3941, 3930] +Triangle: [4070, 4076, 4075] +Triangle: [3932, 4063, 3944] +Triangle: [4077, 4062, 3932] +Triangle: [3933, 3946, 3945] +Triangle: [3933, 3948, 3947] +Triangle: [3933, 3949, 3934] +Triangle: [3949, 3948, 3934] +Triangle: [4068, 3935, 3952] +Triangle: [3952, 4067, 4068] +Triangle: [3930, 4067, 3952] +Triangle: [3929, 4066, 3930] +Triangle: [3944, 4065, 3929] +Triangle: [3955, 3944, 3954] +Triangle: [3944, 4063, 4064] +Triangle: [3962, 4064, 3946] +Triangle: [3945, 4064, 4063] +Triangle: [4062, 3945, 4063] +Triangle: [4061, 3949, 4062] +Triangle: [4061, 3938, 3950] +Triangle: [3938, 3956, 3950] +Triangle: [3938, 3939, 3957] +Triangle: [3936, 3957, 3939] +Triangle: [3936, 3959, 3958] +Triangle: [4066, 3937, 4067] +Triangle: [3928, 4071, 3927] +Triangle: [4066, 3962, 3959] +Triangle: [3947, 3962, 3946] +Triangle: [3956, 3947, 3948] +Triangle: [3950, 3956, 3948] +Triangle: [3961, 3957, 3958] +Triangle: [3958, 3962, 3961] +Triangle: [3939, 3927, 3936] +Triangle: [3951, 3952, 3935] +Triangle: [3968, 3994, 3967] +Triangle: [3971, 3973, 3972] +Triangle: [3971, 4003, 3974] +Triangle: [3975, 3971, 3976] +Triangle: [3989, 3978, 3977] +Triangle: [3977, 3991, 3989] +Triangle: [3986, 3980, 3963] +Triangle: [3997, 3980, 3982] +Triangle: [3984, 3997, 3982] +Triangle: [3982, 3985, 3984] +Triangle: [3966, 4079, 4002] +Triangle: [3973, 4079, 4078] +Triangle: [3979, 3988, 3987] +Triangle: [3989, 3990, 3988] +Triangle: [3992, 3990, 3991] +Triangle: [3977, 3992, 3991] +Triangle: [3967, 3992, 3993] +Triangle: [3996, 3975, 3994] +Triangle: [3996, 3968, 3984] +Triangle: [3963, 3998, 3999] +Triangle: [3978, 3963, 3999] +Triangle: [3984, 3995, 3996] +Triangle: [3985, 3969, 3995] +Triangle: [3985, 3983, 3965] +Triangle: [3981, 3965, 3983] +Triangle: [3966, 3981, 3986] +Triangle: [3966, 4001, 4000] +Triangle: [4003, 4001, 3974] +Triangle: [4002, 3974, 4001] +Triangle: [4001, 3966, 4002] +Triangle: [4004, 3970, 4003] +Triangle: [3970, 4000, 4003] +Triangle: [3995, 4004, 3975] +Triangle: [3994, 3976, 3992] +Triangle: [4078, 3972, 3973] +Triangle: [3965, 3970, 3969] +Triangle: [4009, 4007, 4006] +Triangle: [4010, 4012, 4011] +Triangle: [4010, 4014, 4013] +Triangle: [4010, 4016, 4015] +Triangle: [4018, 4038, 4017] +Triangle: [4035, 4019, 4020] +Triangle: [4021, 4022, 4048] +Triangle: [4026, 4024, 4023] +Triangle: [4027, 4013, 4014] +Triangle: [4027, 4012, 4013] +Triangle: [4033, 4022, 4021] +Triangle: [4029, 4031, 4030] +Triangle: [4039, 4030, 4031] +Triangle: [4032, 4049, 4060] +Triangle: [4032, 4059, 4022] +Triangle: [4033, 4043, 4032] +Triangle: [4045, 4033, 4034] +Triangle: [4047, 4034, 4035] +Triangle: [4055, 4035, 4056] +Triangle: [4057, 4035, 4020] +Triangle: [4022, 4058, 4048] +Triangle: [4008, 4041, 4040] +Triangle: [4028, 4050, 4049] +Triangle: [4043, 4028, 4032] +Triangle: [4045, 4042, 4043] +Triangle: [4047, 4044, 4045] +Triangle: [4047, 4054, 4046] +Triangle: [4053, 4046, 4054] +Triangle: [4052, 4016, 4053] +Triangle: [4051, 4015, 4052] +Triangle: [4014, 4050, 4027] +Triangle: [4011, 4046, 4016] +Triangle: [4011, 4042, 4044] +Triangle: [4012, 4028, 4042] +Triangle: [4025, 4029, 4024] +Triangle: [4017, 4007, 4018] +Triangle: [4019, 4048, 4020] +Triangle: [4020, 4058, 4057] +Triangle: [4039, 4036, 4037] +Triangle: [4033, 4019, 4034] +Triangle: [4050, 4023, 4049] +Triangle: [4040, 4050, 4051] +Triangle: [4040, 4052, 4008] +Triangle: [4008, 4052, 4053] +Triangle: [4053, 4007, 4008] +Triangle: [4007, 4055, 4018] +Triangle: [4056, 4018, 4055] +Triangle: [4036, 4056, 4057] +Triangle: [4037, 4057, 4058] +Triangle: [4059, 4037, 4058] +Triangle: [4030, 4059, 4060] +Triangle: [4060, 4029, 4030] +Triangle: [4060, 4024, 4029] +Triangle: [4023, 4024, 4049] +Triangle: [4076, 4061, 4077] +Triangle: [4074, 4069, 4070] +Triangle: [4070, 4075, 4074] +Triangle: [4068, 3937, 4071] +Triangle: [4069, 4071, 4072] +Triangle: [4070, 4072, 3938] +Triangle: [3955, 3943, 3932] +Triangle: [3955, 3931, 3943] +Triangle: [4073, 3942, 3931] +Triangle: [3942, 3951, 3960] +Triangle: [3951, 3935, 3960] +Triangle: [4074, 3960, 3935] +Triangle: [4075, 3960, 4074] +Triangle: [4075, 3931, 3942] +Triangle: [4076, 3943, 3931] +Triangle: [3943, 4077, 3932] +Triangle: [4026, 4040, 4041] +Triangle: [4080, 4078, 4079] +Triangle: [3987, 4005, 4080] +Triangle: [3986, 4080, 3966] +Triangle: [3990, 4005, 3988] +Triangle: [3976, 3972, 3990] +Triangle: [3965, 4000, 3964] +Triangle: [3963, 3979, 3987] +Triangle: [3986, 3963, 3987] +Triangle: [3980, 3981, 3983] +Triangle: [3982, 3980, 3983] +Triangle: [4081, 4091, 4225] +Triangle: [4093, 4226, 4092] +Triangle: [4108, 4083, 4098] +Triangle: [4094, 4084, 4083] +Triangle: [4095, 4106, 4084] +Triangle: [4230, 4224, 4229] +Triangle: [4086, 4217, 4216] +Triangle: [4231, 4216, 4215] +Triangle: [4087, 4100, 4101] +Triangle: [4087, 4102, 4088] +Triangle: [4087, 4103, 4099] +Triangle: [4102, 4103, 4088] +Triangle: [4089, 4222, 4106] +Triangle: [4106, 4222, 4221] +Triangle: [4084, 4221, 4220] +Triangle: [4220, 4083, 4084] +Triangle: [4098, 4219, 4218] +Triangle: [4098, 4109, 4108] +Triangle: [4098, 4218, 4217] +Triangle: [4100, 4219, 4116] +Triangle: [4218, 4099, 4217] +Triangle: [4099, 4216, 4217] +Triangle: [4103, 4215, 4216] +Triangle: [4104, 4224, 4215] +Triangle: [4092, 4110, 4111] +Triangle: [4092, 4111, 4093] +Triangle: [4111, 4090, 4093] +Triangle: [4090, 4113, 4091] +Triangle: [4220, 4091, 4113] +Triangle: [4082, 4225, 4226] +Triangle: [4220, 4116, 4219] +Triangle: [4101, 4116, 4115] +Triangle: [4101, 4110, 4102] +Triangle: [4104, 4102, 4110] +Triangle: [4115, 4111, 4110] +Triangle: [4116, 4112, 4115] +Triangle: [4093, 4081, 4082] +Triangle: [4105, 4106, 4107] +Triangle: [4122, 4148, 4150] +Triangle: [4125, 4127, 4128] +Triangle: [4125, 4157, 4158] +Triangle: [4129, 4125, 4158] +Triangle: [4132, 4143, 4131] +Triangle: [4131, 4143, 4145] +Triangle: [4117, 4135, 4140] +Triangle: [4134, 4151, 4136] +Triangle: [4138, 4151, 4122] +Triangle: [4136, 4139, 4137] +Triangle: [4120, 4233, 4234] +Triangle: [4233, 4127, 4232] +Triangle: [4142, 4133, 4141] +Triangle: [4143, 4144, 4145] +Triangle: [4145, 4130, 4146] +Triangle: [4131, 4146, 4147] +Triangle: [4121, 4146, 4148] +Triangle: [4129, 4150, 4148] +Triangle: [4150, 4138, 4122] +Triangle: [4153, 4134, 4117] +Triangle: [4117, 4132, 4153] +Triangle: [4149, 4138, 4150] +Triangle: [4139, 4123, 4119] +Triangle: [4139, 4119, 4137] +Triangle: [4119, 4135, 4137] +Triangle: [4120, 4140, 4135] +Triangle: [4120, 4154, 4155] +Triangle: [4155, 4157, 4128] +Triangle: [4128, 4156, 4155] +Triangle: [4155, 4156, 4120] +Triangle: [4158, 4124, 4123] +Triangle: [4154, 4124, 4157] +Triangle: [4158, 4149, 4129] +Triangle: [4148, 4130, 4129] +Triangle: [4232, 4126, 4159] +Triangle: [4124, 4119, 4123] +Triangle: [4163, 4161, 4162] +Triangle: [4164, 4166, 4167] +Triangle: [4164, 4168, 4169] +Triangle: [4164, 4170, 4165] +Triangle: [4172, 4192, 4190] +Triangle: [4173, 4189, 4174] +Triangle: [4175, 4202, 4176] +Triangle: [4178, 4180, 4177] +Triangle: [4181, 4168, 4167] +Triangle: [4181, 4166, 4182] +Triangle: [4176, 4187, 4175] +Triangle: [4185, 4183, 4184] +Triangle: [4193, 4184, 4191] +Triangle: [4203, 4186, 4214] +Triangle: [4213, 4186, 4176] +Triangle: [4187, 4186, 4197] +Triangle: [4187, 4199, 4188] +Triangle: [4188, 4201, 4189] +Triangle: [4189, 4209, 4210] +Triangle: [4189, 4211, 4174] +Triangle: [4212, 4176, 4202] +Triangle: [4162, 4195, 4163] +Triangle: [4182, 4204, 4181] +Triangle: [4182, 4197, 4186] +Triangle: [4196, 4199, 4197] +Triangle: [4198, 4201, 4199] +Triangle: [4200, 4209, 4201] +Triangle: [4200, 4207, 4208] +Triangle: [4170, 4206, 4207] +Triangle: [4169, 4205, 4206] +Triangle: [4168, 4204, 4205] +Triangle: [4200, 4165, 4170] +Triangle: [4165, 4196, 4166] +Triangle: [4166, 4196, 4182] +Triangle: [4179, 4178, 4183] +Triangle: [4161, 4171, 4172] +Triangle: [4173, 4202, 4175] +Triangle: [4174, 4212, 4202] +Triangle: [4193, 4190, 4192] +Triangle: [4173, 4187, 4188] +Triangle: [4204, 4177, 4194] +Triangle: [4194, 4205, 4204] +Triangle: [4206, 4194, 4162] +Triangle: [4162, 4207, 4206] +Triangle: [4161, 4207, 4162] +Triangle: [4172, 4208, 4161] +Triangle: [4210, 4172, 4190] +Triangle: [4190, 4211, 4210] +Triangle: [4191, 4211, 4190] +Triangle: [4213, 4212, 4191] +Triangle: [4213, 4184, 4214] +Triangle: [4214, 4184, 4183] +Triangle: [4178, 4214, 4183] +Triangle: [4177, 4203, 4178] +Triangle: [4230, 4231, 4215] +Triangle: [4223, 4228, 4224] +Triangle: [4224, 4228, 4229] +Triangle: [4091, 4222, 4225] +Triangle: [4225, 4223, 4226] +Triangle: [4226, 4224, 4092] +Triangle: [4109, 4086, 4097] +Triangle: [4109, 4085, 4227] +Triangle: [4227, 4085, 4096] +Triangle: [4105, 4096, 4114] +Triangle: [4105, 4114, 4089] +Triangle: [4228, 4089, 4114] +Triangle: [4229, 4114, 4096] +Triangle: [4085, 4229, 4096] +Triangle: [4097, 4230, 4085] +Triangle: [4097, 4086, 4231] +Triangle: [4194, 4180, 4195] +Triangle: [4234, 4232, 4159] +Triangle: [4141, 4159, 4142] +Triangle: [4140, 4234, 4141] +Triangle: [4144, 4159, 4126] +Triangle: [4126, 4130, 4144] +Triangle: [4154, 4119, 4118] +Triangle: [4117, 4141, 4133] +Triangle: [4140, 4141, 4117] +Triangle: [4134, 4137, 4135] +Triangle: [4136, 4137, 4134] +Triangle: [4235, 4310, 4311] +Triangle: [4311, 4237, 4235] +Triangle: [4242, 4378, 4243] +Triangle: [4313, 4259, 4256] +Triangle: [4250, 4268, 4277] +Triangle: [4338, 4273, 4274] +Triangle: [4278, 4338, 4274] +Triangle: [4278, 4340, 4339] +Triangle: [4278, 4341, 4340] +Triangle: [4380, 4242, 4280] +Triangle: [4280, 4381, 4380] +Triangle: [4281, 4342, 4341] +Triangle: [4343, 4281, 4282] +Triangle: [4287, 4343, 4282] +Triangle: [4285, 4377, 4376] +Triangle: [4345, 4287, 4286] +Triangle: [4286, 4454, 4345] +Triangle: [4291, 4258, 4289] +Triangle: [4289, 4292, 4291] +Triangle: [4286, 4293, 4292] +Triangle: [4293, 4282, 4294] +Triangle: [4282, 4295, 4294] +Triangle: [4281, 4296, 4295] +Triangle: [4278, 4275, 4296] +Triangle: [4258, 4297, 4271] +Triangle: [4299, 4300, 4404] +Triangle: [4246, 4271, 4298] +Triangle: [4301, 4304, 4303] +Triangle: [4301, 4306, 4305] +Triangle: [4298, 4297, 4307] +Triangle: [4316, 4308, 4309] +Triangle: [4308, 4311, 4438] +Triangle: [4313, 4450, 4249] +Triangle: [4249, 4450, 4443] +Triangle: [4248, 4313, 4249] +Triangle: [4248, 4315, 4313] +Triangle: [4267, 4315, 4314] +Triangle: [4315, 4262, 4259] +Triangle: [4315, 4251, 4262] +Triangle: [4269, 4331, 4251] +Triangle: [4267, 4268, 4269] +Triangle: [4256, 4255, 4313] +Triangle: [4235, 4317, 4236] +Triangle: [4240, 4241, 4272] +Triangle: [4241, 4257, 4272] +Triangle: [4253, 4444, 4374] +Triangle: [4284, 4373, 4372] +Triangle: [4249, 4236, 4248] +Triangle: [4274, 4318, 4275] +Triangle: [4381, 4263, 4334] +Triangle: [4261, 4365, 4350] +Triangle: [4336, 4363, 4362] +Triangle: [4367, 4371, 4260] +Triangle: [4367, 4370, 4254] +Triangle: [4319, 4384, 4383] +Triangle: [4243, 4359, 4242] +Triangle: [4359, 4280, 4242] +Triangle: [4263, 4358, 4357] +Triangle: [4356, 4263, 4357] +Triangle: [4354, 4325, 4319] +Triangle: [4444, 4241, 4445] +Triangle: [4323, 4238, 4239] +Triangle: [4239, 4321, 4323] +Triangle: [4351, 4321, 4255] +Triangle: [4320, 4259, 4337] +Triangle: [4326, 4259, 4262] +Triangle: [4262, 4327, 4326] +Triangle: [4331, 4327, 4251] +Triangle: [4331, 4335, 4328] +Triangle: [4277, 4369, 4250] +Triangle: [4382, 4319, 4383] +Triangle: [4354, 4332, 4355] +Triangle: [4250, 4333, 4331] +Triangle: [4269, 4250, 4331] +Triangle: [4334, 4332, 4382] +Triangle: [4355, 4334, 4356] +Triangle: [4353, 4384, 4325] +Triangle: [4336, 4346, 4377] +Triangle: [4346, 4362, 4361] +Triangle: [4338, 4265, 4276] +Triangle: [4339, 4265, 4338] +Triangle: [4279, 4339, 4340] +Triangle: [4245, 4340, 4341] +Triangle: [4342, 4245, 4341] +Triangle: [4283, 4342, 4343] +Triangle: [4344, 4283, 4343] +Triangle: [4288, 4344, 4345] +Triangle: [4288, 4454, 4453] +Triangle: [4346, 4243, 4378] +Triangle: [4360, 4346, 4361] +Triangle: [4375, 4285, 4376] +Triangle: [4363, 4348, 4364] +Triangle: [4350, 4364, 4348] +Triangle: [4320, 4255, 4256] +Triangle: [4347, 4337, 4259] +Triangle: [4284, 4350, 4375] +Triangle: [4284, 4372, 4350] +Triangle: [4277, 4385, 4369] +Triangle: [4354, 4330, 4353] +Triangle: [4333, 4354, 4355] +Triangle: [4333, 4356, 4335] +Triangle: [4335, 4357, 4328] +Triangle: [4358, 4328, 4357] +Triangle: [4326, 4358, 4359] +Triangle: [4322, 4359, 4360] +Triangle: [4322, 4361, 4347] +Triangle: [4347, 4362, 4337] +Triangle: [4337, 4363, 4320] +Triangle: [4349, 4363, 4364] +Triangle: [4365, 4349, 4364] +Triangle: [4321, 4365, 4366] +Triangle: [4321, 4367, 4323] +Triangle: [4324, 4367, 4368] +Triangle: [4241, 4238, 4445] +Triangle: [4349, 4351, 4255] +Triangle: [4322, 4347, 4259] +Triangle: [4331, 4333, 4335] +Triangle: [4369, 4329, 4250] +Triangle: [4288, 4453, 4373] +Triangle: [4372, 4371, 4261] +Triangle: [4373, 4371, 4372] +Triangle: [4370, 4373, 4374] +Triangle: [4254, 4370, 4374] +Triangle: [4283, 4375, 4376] +Triangle: [4376, 4244, 4283] +Triangle: [4245, 4378, 4379] +Triangle: [4279, 4379, 4380] +Triangle: [4380, 4264, 4279] +Triangle: [4264, 4383, 4265] +Triangle: [4383, 4276, 4265] +Triangle: [4352, 4384, 4385] +Triangle: [4346, 4244, 4377] +Triangle: [4346, 4378, 4244] +Triangle: [4264, 4381, 4334] +Triangle: [4264, 4334, 4382] +Triangle: [4369, 4353, 4330] +Triangle: [4350, 4348, 4375] +Triangle: [4372, 4261, 4350] +Triangle: [4271, 4386, 4258] +Triangle: [4390, 4388, 4387] +Triangle: [4398, 4389, 4391] +Triangle: [4446, 4393, 4447] +Triangle: [4396, 4388, 4389] +Triangle: [4389, 4392, 4451] +Triangle: [4392, 4389, 4398] +Triangle: [4270, 4396, 4386] +Triangle: [4451, 4399, 4452] +Triangle: [4398, 4257, 4392] +Triangle: [4391, 4272, 4398] +Triangle: [4253, 4399, 4257] +Triangle: [4392, 4257, 4399] +Triangle: [4386, 4289, 4258] +Triangle: [4400, 4402, 4246] +Triangle: [4300, 4405, 4404] +Triangle: [4402, 4247, 4271] +Triangle: [4299, 4307, 4306] +Triangle: [4299, 4246, 4298] +Triangle: [4400, 4404, 4405] +Triangle: [4402, 4406, 4247] +Triangle: [4407, 4247, 4406] +Triangle: [4394, 4407, 4397] +Triangle: [4408, 4393, 4397] +Triangle: [4401, 4411, 4410] +Triangle: [4411, 4412, 4410] +Triangle: [4405, 4414, 4400] +Triangle: [4414, 4403, 4400] +Triangle: [4401, 4415, 4405] +Triangle: [4415, 4410, 4412] +Triangle: [4403, 4416, 4406] +Triangle: [4407, 4416, 4408] +Triangle: [4416, 4409, 4408] +Triangle: [4417, 4409, 4418] +Triangle: [4419, 4418, 4420] +Triangle: [4413, 4421, 4412] +Triangle: [4421, 4252, 4423] +Triangle: [4252, 4420, 4423] +Triangle: [4421, 4415, 4412] +Triangle: [4423, 4414, 4415] +Triangle: [4420, 4416, 4414] +Triangle: [4409, 4416, 4418] +Triangle: [4417, 4447, 4393] +Triangle: [4425, 4391, 4390] +Triangle: [4387, 4425, 4390] +Triangle: [4428, 4426, 4300] +Triangle: [4426, 4411, 4300] +Triangle: [4302, 4427, 4428] +Triangle: [4430, 4432, 4431] +Triangle: [4432, 4433, 4431] +Triangle: [4434, 4435, 4433] +Triangle: [4309, 4436, 4435] +Triangle: [4308, 4437, 4436] +Triangle: [4413, 4429, 4439] +Triangle: [4439, 4438, 4413] +Triangle: [4428, 4301, 4302] +Triangle: [4299, 4428, 4300] +Triangle: [4440, 4302, 4301] +Triangle: [4301, 4303, 4440] +Triangle: [4433, 4441, 4431] +Triangle: [4441, 4433, 4435] +Triangle: [4436, 4442, 4441] +Triangle: [4427, 4441, 4442] +Triangle: [4437, 4439, 4442] +Triangle: [4427, 4442, 4426] +Triangle: [4438, 4422, 4413] +Triangle: [4311, 4422, 4438] +Triangle: [4422, 4310, 4252] +Triangle: [4367, 4260, 4370] +Triangle: [4368, 4367, 4254] +Triangle: [4367, 4366, 4261] +Triangle: [4367, 4261, 4371] +Triangle: [4312, 4419, 4310] +Triangle: [4312, 4425, 4424] +Triangle: [4312, 4249, 4443] +Triangle: [4444, 4254, 4374] +Triangle: [4254, 4445, 4368] +Triangle: [4324, 4445, 4238] +Triangle: [4452, 4399, 4289] +Triangle: [4388, 4447, 4387] +Triangle: [4424, 4387, 4447] +Triangle: [4397, 4448, 4394] +Triangle: [4449, 4394, 4448] +Triangle: [4270, 4449, 4395] +Triangle: [4271, 4247, 4270] +Triangle: [4441, 4430, 4431] +Triangle: [4441, 4435, 4436] +Triangle: [4442, 4429, 4426] +Triangle: [4439, 4429, 4442] +Triangle: [4312, 4310, 4235] +Triangle: [4425, 4443, 4240] +Triangle: [4443, 4238, 4240] +Triangle: [4239, 4443, 4450] +Triangle: [4255, 4450, 4313] +Triangle: [4310, 4419, 4252] +Triangle: [4312, 4424, 4417] +Triangle: [4449, 4448, 4388] +Triangle: [4388, 4448, 4446] +Triangle: [4395, 4449, 4388] +Triangle: [4389, 4390, 4391] +Triangle: [4389, 4451, 4396] +Triangle: [4396, 4452, 4386] +Triangle: [4253, 4373, 4453] +Triangle: [4453, 4399, 4253] +Triangle: [4399, 4454, 4289] +Triangle: [4456, 4267, 4314] +Triangle: [4455, 4266, 4267] +Triangle: [4236, 4314, 4248] +Triangle: [4236, 4456, 4314] +Triangle: [4458, 4277, 4268] +Triangle: [4458, 4352, 4277] +Triangle: [4352, 4460, 4276] +Triangle: [4460, 4273, 4276] +Triangle: [4461, 4318, 4273] +Triangle: [4273, 4460, 4461] +Triangle: [4268, 4462, 4458] +Triangle: [4464, 4457, 4463] +Triangle: [4464, 4268, 4266] +Triangle: [4397, 4407, 4408] +Triangle: [4397, 4446, 4448] +Triangle: [4465, 4467, 4466] +Triangle: [4237, 4467, 4465] +Triangle: [4468, 4470, 4469] +Triangle: [4475, 4473, 4472] +Triangle: [4479, 4477, 4476] +Triangle: [4483, 4481, 4480] +Triangle: [4484, 4481, 4485] +Triangle: [4484, 4485, 4486] +Triangle: [4484, 4488, 4487] +Triangle: [4490, 4469, 4489] +Triangle: [4492, 4490, 4489] +Triangle: [4487, 4488, 4493] +Triangle: [4487, 4495, 4494] +Triangle: [4495, 4496, 4494] +Triangle: [4501, 4499, 4498] +Triangle: [4496, 4503, 4502] +Triangle: [4505, 4502, 4503] +Triangle: [4508, 4506, 4504] +Triangle: [4504, 4509, 4502] +Triangle: [4510, 4502, 4509] +Triangle: [4510, 4494, 4496] +Triangle: [4512, 4494, 4511] +Triangle: [4513, 4487, 4512] +Triangle: [4514, 4484, 4513] +Triangle: [4508, 4515, 4507] +Triangle: [4517, 4519, 4518] +Triangle: [4516, 4521, 4520] +Triangle: [4304, 4523, 4303] +Triangle: [4525, 4523, 4524] +Triangle: [4515, 4520, 4526] +Triangle: [4316, 4527, 4467] +Triangle: [4527, 4528, 4467] +Triangle: [4473, 4530, 4529] +Triangle: [4530, 4531, 4529] +Triangle: [4532, 4530, 4473] +Triangle: [4532, 4474, 4533] +Triangle: [4534, 4474, 4478] +Triangle: [4474, 4475, 4535] +Triangle: [4474, 4536, 4478] +Triangle: [4478, 4536, 4537] +Triangle: [4534, 4479, 4538] +Triangle: [4472, 4473, 4539] +Triangle: [4317, 4465, 4540] +Triangle: [4544, 4542, 4541] +Triangle: [4546, 4544, 4541] +Triangle: [4545, 4548, 4547] +Triangle: [4549, 4551, 4550] +Triangle: [4540, 4530, 4532] +Triangle: [4553, 4480, 4514] +Triangle: [4492, 4554, 4491] +Triangle: [4555, 4557, 4556] +Triangle: [4560, 4500, 4559] +Triangle: [4561, 4563, 4562] +Triangle: [4561, 4565, 4564] +Triangle: [4569, 4567, 4566] +Triangle: [4471, 4571, 4570] +Triangle: [4490, 4571, 4468] +Triangle: [4491, 4572, 4490] +Triangle: [4491, 4574, 4573] +Triangle: [4568, 4575, 4567] +Triangle: [4547, 4544, 4545] +Triangle: [4578, 4543, 4579] +Triangle: [4581, 4580, 4578] +Triangle: [4582, 4539, 4581] +Triangle: [4475, 4584, 4583] +Triangle: [4585, 4475, 4586] +Triangle: [4585, 4536, 4535] +Triangle: [4537, 4587, 4588] +Triangle: [4537, 4588, 4589] +Triangle: [4476, 4477, 4590] +Triangle: [4591, 4567, 4592] +Triangle: [4593, 4567, 4575] +Triangle: [4477, 4595, 4594] +Triangle: [4478, 4537, 4477] +Triangle: [4554, 4591, 4592] +Triangle: [4574, 4592, 4593] +Triangle: [4568, 4596, 4576] +Triangle: [4500, 4501, 4597] +Triangle: [4559, 4597, 4598] +Triangle: [4481, 4482, 4599] +Triangle: [4485, 4599, 4600] +Triangle: [4485, 4601, 4486] +Triangle: [4486, 4602, 4488] +Triangle: [4493, 4602, 4603] +Triangle: [4493, 4604, 4495] +Triangle: [4497, 4604, 4549] +Triangle: [4497, 4550, 4503] +Triangle: [4605, 4503, 4550] +Triangle: [4597, 4470, 4471] +Triangle: [4570, 4597, 4471] +Triangle: [4499, 4606, 4498] +Triangle: [4607, 4560, 4608] +Triangle: [4607, 4557, 4558] +Triangle: [4584, 4539, 4609] +Triangle: [4610, 4475, 4583] +Triangle: [4549, 4606, 4558] +Triangle: [4549, 4558, 4552] +Triangle: [4596, 4476, 4590] +Triangle: [4575, 4612, 4594] +Triangle: [4593, 4594, 4595] +Triangle: [4589, 4593, 4595] +Triangle: [4573, 4589, 4588] +Triangle: [4572, 4588, 4587] +Triangle: [4572, 4585, 4571] +Triangle: [4571, 4586, 4570] +Triangle: [4586, 4598, 4570] +Triangle: [4610, 4559, 4598] +Triangle: [4583, 4560, 4559] +Triangle: [4609, 4560, 4584] +Triangle: [4557, 4609, 4582] +Triangle: [4557, 4581, 4556] +Triangle: [4561, 4581, 4578] +Triangle: [4579, 4561, 4578] +Triangle: [4544, 4577, 4543] +Triangle: [4609, 4539, 4582] +Triangle: [4586, 4475, 4610] +Triangle: [4537, 4589, 4595] +Triangle: [4590, 4594, 4612] +Triangle: [4550, 4551, 4605] +Triangle: [4552, 4555, 4562] +Triangle: [4562, 4551, 4552] +Triangle: [4551, 4564, 4548] +Triangle: [4565, 4548, 4564] +Triangle: [4604, 4606, 4549] +Triangle: [4603, 4498, 4604] +Triangle: [4470, 4602, 4469] +Triangle: [4601, 4469, 4602] +Triangle: [4600, 4489, 4601] +Triangle: [4600, 4566, 4591] +Triangle: [4482, 4566, 4599] +Triangle: [4569, 4611, 4596] +Triangle: [4597, 4501, 4603] +Triangle: [4597, 4603, 4470] +Triangle: [4600, 4554, 4492] +Triangle: [4600, 4591, 4554] +Triangle: [4576, 4590, 4612] +Triangle: [4558, 4606, 4607] +Triangle: [4552, 4558, 4555] +Triangle: [4516, 4615, 4614] +Triangle: [4616, 4618, 4617] +Triangle: [4620, 4621, 4617] +Triangle: [4622, 4624, 4623] +Triangle: [4618, 4626, 4617] +Triangle: [4617, 4629, 4628] +Triangle: [4628, 4620, 4617] +Triangle: [4614, 4626, 4627] +Triangle: [4631, 4629, 4630] +Triangle: [4620, 4546, 4541] +Triangle: [4621, 4541, 4542] +Triangle: [4545, 4546, 4631] +Triangle: [4628, 4631, 4546] +Triangle: [4615, 4504, 4630] +Triangle: [4522, 4632, 4521] +Triangle: [4518, 4635, 4634] +Triangle: [4522, 4516, 4636] +Triangle: [4526, 4517, 4525] +Triangle: [4520, 4519, 4517] +Triangle: [4635, 4521, 4632] +Triangle: [4522, 4637, 4633] +Triangle: [4636, 4638, 4637] +Triangle: [4639, 4623, 4638] +Triangle: [4624, 4640, 4623] +Triangle: [4634, 4642, 4518] +Triangle: [4643, 4644, 4642] +Triangle: [4635, 4647, 4646] +Triangle: [4647, 4632, 4633] +Triangle: [4634, 4646, 4643] +Triangle: [4646, 4645, 4643] +Triangle: [4648, 4633, 4637] +Triangle: [4638, 4648, 4637] +Triangle: [4648, 4640, 4641] +Triangle: [4641, 4650, 4649] +Triangle: [4649, 4652, 4651] +Triangle: [4645, 4653, 4644] +Triangle: [4654, 4655, 4653] +Triangle: [4651, 4655, 4656] +Triangle: [4654, 4646, 4656] +Triangle: [4656, 4647, 4651] +Triangle: [4651, 4648, 4649] +Triangle: [4641, 4649, 4648] +Triangle: [4625, 4650, 4624] +Triangle: [4621, 4658, 4616] +Triangle: [4619, 4658, 4657] +Triangle: [4659, 4661, 4660] +Triangle: [4642, 4661, 4518] +Triangle: [4663, 4660, 4664] +Triangle: [4664, 4432, 4663] +Triangle: [4666, 4432, 4665] +Triangle: [4667, 4434, 4666] +Triangle: [4668, 4309, 4667] +Triangle: [4669, 4527, 4668] +Triangle: [4662, 4644, 4670] +Triangle: [4528, 4670, 4644] +Triangle: [4523, 4659, 4663] +Triangle: [4517, 4518, 4659] +Triangle: [4440, 4663, 4432] +Triangle: [4523, 4440, 4303] +Triangle: [4666, 4665, 4671] +Triangle: [4671, 4667, 4666] +Triangle: [4668, 4672, 4669] +Triangle: [4671, 4660, 4672] +Triangle: [4669, 4672, 4670] +Triangle: [4660, 4661, 4672] +Triangle: [4528, 4644, 4653] +Triangle: [4467, 4653, 4466] +Triangle: [4653, 4655, 4466] +Triangle: [4561, 4564, 4563] +Triangle: [4613, 4565, 4561] +Triangle: [4561, 4555, 4556] +Triangle: [4561, 4562, 4555] +Triangle: [4673, 4652, 4650] +Triangle: [4673, 4658, 4531] +Triangle: [4530, 4673, 4531] +Triangle: [4547, 4548, 4565] +Triangle: [4613, 4547, 4565] +Triangle: [4577, 4579, 4543] +Triangle: [4630, 4504, 4631] +Triangle: [4618, 4625, 4622] +Triangle: [4657, 4625, 4619] +Triangle: [4623, 4639, 4674] +Triangle: [4639, 4675, 4674] +Triangle: [4675, 4614, 4627] +Triangle: [4516, 4614, 4636] +Triangle: [4671, 4665, 4664] +Triangle: [4671, 4668, 4667] +Triangle: [4672, 4661, 4662] +Triangle: [4670, 4672, 4662] +Triangle: [4673, 4465, 4466] +Triangle: [4658, 4542, 4531] +Triangle: [4531, 4542, 4543] +Triangle: [4531, 4580, 4529] +Triangle: [4529, 4539, 4473] +Triangle: [4466, 4655, 4652] +Triangle: [4673, 4650, 4657] +Triangle: [4675, 4618, 4674] +Triangle: [4618, 4622, 4674] +Triangle: [4627, 4618, 4675] +Triangle: [4617, 4621, 4616] +Triangle: [4617, 4626, 4629] +Triangle: [4630, 4626, 4615] +Triangle: [4551, 4545, 4605] +Triangle: [4631, 4605, 4545] +Triangle: [4631, 4504, 4505] +Triangle: [4456, 4534, 4455] +Triangle: [4538, 4455, 4534] +Triangle: [4540, 4532, 4533] +Triangle: [4456, 4540, 4533] +Triangle: [4676, 4479, 4476] +Triangle: [4611, 4676, 4476] +Triangle: [4611, 4678, 4677] +Triangle: [4678, 4482, 4483] +Triangle: [4679, 4483, 4553] +Triangle: [4483, 4679, 4678] +Triangle: [4479, 4676, 4680] +Triangle: [4681, 4457, 4538] +Triangle: [4681, 4479, 4680] +Triangle: [4623, 4640, 4638] +Triangle: [4623, 4674, 4622] +Triangle: [4683, 4685, 4682] +Triangle: [4682, 4798, 4683] +Triangle: [4686, 4799, 4682] +Triangle: [4691, 4914, 4915] +Triangle: [4703, 4856, 4702] +Triangle: [4712, 4801, 4709] +Triangle: [4719, 4720, 4721] +Triangle: [4765, 4723, 4700] +Triangle: [4728, 4802, 4727] +Triangle: [4730, 4731, 4729] +Triangle: [4729, 4733, 4730] +Triangle: [4729, 4734, 4732] +Triangle: [4735, 4737, 4728] +Triangle: [4737, 4697, 4728] +Triangle: [4738, 4740, 4741] +Triangle: [4743, 4735, 4742] +Triangle: [4742, 4745, 4746] +Triangle: [4748, 4750, 4747] +Triangle: [4747, 4744, 4748] +Triangle: [4752, 4754, 4755] +Triangle: [4755, 4757, 4752] +Triangle: [4757, 4753, 4752] +Triangle: [4885, 4759, 4740] +Triangle: [4761, 4871, 4762] +Triangle: [4766, 4871, 4872] +Triangle: [4766, 4872, 4873] +Triangle: [4766, 4874, 4769] +Triangle: [4916, 4691, 4915] +Triangle: [4917, 4768, 4916] +Triangle: [4769, 4874, 4875] +Triangle: [4769, 4876, 4770] +Triangle: [4876, 4775, 4770] +Triangle: [4913, 4773, 4912] +Triangle: [4775, 4878, 4774] +Triangle: [4992, 4774, 4878] +Triangle: [4711, 4779, 4777] +Triangle: [4779, 4774, 4777] +Triangle: [4781, 4774, 4780] +Triangle: [4781, 4770, 4775] +Triangle: [4783, 4770, 4782] +Triangle: [4784, 4769, 4783] +Triangle: [4784, 4762, 4766] +Triangle: [4711, 4785, 4778] +Triangle: [4787, 4940, 4788] +Triangle: [4786, 4938, 4695] +Triangle: [4792, 4789, 4791] +Triangle: [4793, 4787, 4789] +Triangle: [4785, 4786, 4795] +Triangle: [4806, 4796, 4799] +Triangle: [4796, 4974, 4799] +Triangle: [4801, 4699, 4988] +Triangle: [4699, 4981, 4988] +Triangle: [4698, 4801, 4697] +Triangle: [4697, 4804, 4802] +Triangle: [4802, 4760, 4727] +Triangle: [4727, 4739, 4745] +Triangle: [4803, 4723, 4721] +Triangle: [4802, 4805, 4803] +Triangle: [4760, 4721, 4720] +Triangle: [4804, 4712, 4715] +Triangle: [4804, 4701, 4805] +Triangle: [4805, 4701, 4863] +Triangle: [4721, 4722, 4719] +Triangle: [4709, 4801, 4708] +Triangle: [4886, 4808, 4759] +Triangle: [4809, 4740, 4759] +Triangle: [4759, 4811, 4809] +Triangle: [4808, 4732, 4811] +Triangle: [4811, 4813, 4809] +Triangle: [4732, 4812, 4811] +Triangle: [4812, 4815, 4813] +Triangle: [4734, 4814, 4812] +Triangle: [4816, 4731, 4817] +Triangle: [4731, 4856, 4817] +Triangle: [4818, 4813, 4815] +Triangle: [4820, 4819, 4818] +Triangle: [4820, 5275, 4821] +Triangle: [5275, 4825, 4823] +Triangle: [5276, 4754, 4825] +Triangle: [5277, 4755, 4754] +Triangle: [5278, 4756, 4755] +Triangle: [5279, 4830, 4756] +Triangle: [5280, 4749, 4830] +Triangle: [5282, 4749, 5281] +Triangle: [4834, 4750, 5282] +Triangle: [4835, 4834, 4833] +Triangle: [4838, 4684, 4837] +Triangle: [4837, 4736, 4836] +Triangle: [4837, 4698, 4737] +Triangle: [4836, 4751, 4834] +Triangle: [4834, 4747, 4750] +Triangle: [4839, 4756, 4830] +Triangle: [4749, 4839, 4830] +Triangle: [4743, 4757, 4839] +Triangle: [4748, 4743, 4839] +Triangle: [4825, 4841, 4823] +Triangle: [4825, 4753, 4840] +Triangle: [4840, 4843, 4841] +Triangle: [4840, 4758, 4842] +Triangle: [4842, 4746, 4843] +Triangle: [4758, 4742, 4842] +Triangle: [4843, 4738, 4741] +Triangle: [4741, 4841, 4843] +Triangle: [4741, 4810, 4844] +Triangle: [4844, 4823, 4841] +Triangle: [4810, 4821, 4844] +Triangle: [4819, 4809, 4813] +Triangle: [4887, 4733, 4808] +Triangle: [4845, 4730, 4733] +Triangle: [4846, 4702, 4730] +Triangle: [4736, 4744, 4751] +Triangle: [4745, 4738, 4746] +Triangle: [4847, 4682, 4685] +Triangle: [4848, 4685, 4838] +Triangle: [4726, 4687, 4689] +Triangle: [4710, 4690, 4726] +Triangle: [4706, 4910, 4982] +Triangle: [4772, 4909, 4776] +Triangle: [4684, 4699, 4698] +Triangle: [4980, 4835, 4979] +Triangle: [4837, 4980, 4838] +Triangle: [4849, 4762, 4763] +Triangle: [4917, 4866, 4716] +Triangle: [4714, 4901, 4902] +Triangle: [4899, 4868, 4898] +Triangle: [4903, 4713, 4907] +Triangle: [4903, 4707, 4906] +Triangle: [4920, 4850, 4919] +Triangle: [4692, 4895, 4896] +Triangle: [4768, 4895, 4691] +Triangle: [4716, 4894, 4768] +Triangle: [4893, 4866, 4892] +Triangle: [4857, 4890, 4850] +Triangle: [4982, 4690, 4706] +Triangle: [4854, 4687, 4855] +Triangle: [4854, 4708, 4688] +Triangle: [4884, 4708, 4852] +Triangle: [4712, 4851, 4869] +Triangle: [4715, 4853, 4858] +Triangle: [4859, 4715, 4858] +Triangle: [4863, 4859, 4860] +Triangle: [4863, 4860, 4867] +Triangle: [4765, 4700, 4905] +Triangle: [4918, 4850, 4864] +Triangle: [4864, 4890, 4891] +Triangle: [4700, 4865, 4861] +Triangle: [4863, 4723, 4805] +Triangle: [4866, 4918, 4864] +Triangle: [4892, 4864, 4891] +Triangle: [4857, 4921, 4889] +Triangle: [4868, 4913, 4879] +Triangle: [4898, 4879, 4897] +Triangle: [4870, 4718, 4871] +Triangle: [4872, 4718, 4717] +Triangle: [4872, 4767, 4873] +Triangle: [4873, 4694, 4874] +Triangle: [4875, 4694, 4693] +Triangle: [4875, 4771, 4876] +Triangle: [4877, 4771, 4772] +Triangle: [4877, 4776, 4878] +Triangle: [4991, 4878, 4776] +Triangle: [4879, 4914, 4692] +Triangle: [4897, 4692, 4896] +Triangle: [4773, 4911, 4912] +Triangle: [4881, 4899, 4900] +Triangle: [4883, 4900, 4901] +Triangle: [4709, 4882, 4851] +Triangle: [4880, 4712, 4869] +Triangle: [4772, 4911, 4883] +Triangle: [4885, 4739, 4720] +Triangle: [4720, 4739, 4760] +Triangle: [4886, 4720, 4719] +Triangle: [4886, 4807, 4887] +Triangle: [4807, 4845, 4887] +Triangle: [4772, 4883, 4908] +Triangle: [4905, 4888, 4765] +Triangle: [4890, 4862, 4861] +Triangle: [4865, 4890, 4861] +Triangle: [4867, 4891, 4865] +Triangle: [4893, 4867, 4860] +Triangle: [4894, 4860, 4859] +Triangle: [4894, 4858, 4895] +Triangle: [4895, 4853, 4896] +Triangle: [4880, 4896, 4853] +Triangle: [4880, 4898, 4897] +Triangle: [4869, 4899, 4898] +Triangle: [4882, 4899, 4851] +Triangle: [4900, 4884, 4901] +Triangle: [4902, 4884, 4852] +Triangle: [4903, 4852, 4854] +Triangle: [4855, 4903, 4854] +Triangle: [4690, 4983, 4687] +Triangle: [4882, 4708, 4884] +Triangle: [4853, 4712, 4880] +Triangle: [4863, 4867, 4865] +Triangle: [4905, 4861, 4862] +Triangle: [4776, 4909, 4991] +Triangle: [4908, 4714, 4907] +Triangle: [4907, 4909, 4908] +Triangle: [4909, 4906, 4910] +Triangle: [4707, 4910, 4906] +Triangle: [4912, 4772, 4771] +Triangle: [4693, 4912, 4771] +Triangle: [4914, 4694, 4915] +Triangle: [4767, 4915, 4694] +Triangle: [4717, 4916, 4767] +Triangle: [4718, 4918, 4717] +Triangle: [4764, 4919, 4718] +Triangle: [4920, 4888, 4921] +Triangle: [4879, 4913, 4693] +Triangle: [4879, 4693, 4914] +Triangle: [4717, 4866, 4917] +Triangle: [4717, 4918, 4866] +Triangle: [4889, 4905, 4862] +Triangle: [4883, 4911, 4881] +Triangle: [4908, 4883, 4714] +Triangle: [4725, 4922, 4724] +Triangle: [4926, 4924, 4925] +Triangle: [4934, 4927, 4925] +Triangle: [4984, 4929, 4933] +Triangle: [4925, 4931, 4932] +Triangle: [4925, 4989, 4928] +Triangle: [4928, 4934, 4925] +Triangle: [4724, 4932, 4931] +Triangle: [4990, 4928, 4989] +Triangle: [4934, 4710, 4726] +Triangle: [4927, 4726, 4689] +Triangle: [4706, 4710, 4935] +Triangle: [4928, 4935, 4710] +Triangle: [4711, 4990, 4922] +Triangle: [4695, 4939, 4936] +Triangle: [4788, 4941, 4937] +Triangle: [4938, 4725, 4696] +Triangle: [4794, 4786, 4787] +Triangle: [4695, 4787, 4786] +Triangle: [4940, 4936, 4941] +Triangle: [4938, 4942, 4939] +Triangle: [4942, 4930, 4943] +Triangle: [4930, 4944, 4943] +Triangle: [4933, 4945, 4944] +Triangle: [4937, 4947, 4788] +Triangle: [4948, 4947, 4946] +Triangle: [4936, 4951, 4941] +Triangle: [4950, 4936, 4939] +Triangle: [4937, 4951, 4946] +Triangle: [4951, 4948, 4946] +Triangle: [4952, 4939, 4942] +Triangle: [4943, 4952, 4942] +Triangle: [4952, 4944, 4945] +Triangle: [4954, 4929, 4953] +Triangle: [4954, 4955, 4956] +Triangle: [4957, 4949, 4948] +Triangle: [4959, 4958, 4957] +Triangle: [4956, 4705, 4959] +Triangle: [4957, 4951, 4959] +Triangle: [4959, 4950, 4956] +Triangle: [4956, 4952, 4954] +Triangle: [4945, 4954, 4952] +Triangle: [4985, 4953, 4929] +Triangle: [4927, 4961, 4926] +Triangle: [4926, 4960, 4923] +Triangle: [4788, 4963, 4964] +Triangle: [4947, 4962, 4788] +Triangle: [4964, 4966, 4790] +Triangle: [4967, 4790, 4966] +Triangle: [4967, 4970, 4968] +Triangle: [4971, 4970, 4969] +Triangle: [4972, 4797, 4971] +Triangle: [4973, 4796, 4972] +Triangle: [4975, 4947, 4949] +Triangle: [4974, 4975, 4949] +Triangle: [4789, 4964, 4790] +Triangle: [4787, 4788, 4964] +Triangle: [4976, 4790, 4968] +Triangle: [4789, 4976, 4791] +Triangle: [4969, 4967, 4977] +Triangle: [4977, 4971, 4969] +Triangle: [4972, 4978, 4973] +Triangle: [4977, 4963, 4978] +Triangle: [4973, 4978, 4975] +Triangle: [4963, 4962, 4978] +Triangle: [4974, 4949, 4958] +Triangle: [4799, 4958, 4798] +Triangle: [4958, 4705, 4798] +Triangle: [4745, 4728, 4727] +Triangle: [4903, 4906, 4713] +Triangle: [4904, 4707, 4903] +Triangle: [4903, 4714, 4902] +Triangle: [4903, 4907, 4714] +Triangle: [4848, 4980, 4979] +Triangle: [4800, 4955, 4953] +Triangle: [4800, 4961, 4981] +Triangle: [4981, 4683, 4800] +Triangle: [4982, 4910, 4707] +Triangle: [4904, 4982, 4707] +Triangle: [4983, 4855, 4687] +Triangle: [4990, 4777, 4935] +Triangle: [4923, 4984, 4924] +Triangle: [4960, 4985, 4923] +Triangle: [4930, 4984, 4933] +Triangle: [4986, 4696, 4987] +Triangle: [4987, 4724, 4931] +Triangle: [4725, 4724, 4696] +Triangle: [4977, 4967, 4966] +Triangle: [4977, 4972, 4971] +Triangle: [4978, 4962, 4965] +Triangle: [4975, 4978, 4965] +Triangle: [4800, 4683, 4798] +Triangle: [4961, 4689, 4981] +Triangle: [4981, 4689, 4687] +Triangle: [4981, 4688, 4988] +Triangle: [4988, 4708, 4801] +Triangle: [4798, 4705, 4955] +Triangle: [4800, 4953, 4960] +Triangle: [4987, 4924, 4986] +Triangle: [4924, 4984, 4986] +Triangle: [4931, 4924, 4987] +Triangle: [4925, 4927, 4926] +Triangle: [4925, 4932, 4989] +Triangle: [4990, 4932, 4922] +Triangle: [4909, 4706, 4991] +Triangle: [4935, 4991, 4706] +Triangle: [4935, 4777, 4992] +Triangle: [4996, 4994, 4993] +Triangle: [4998, 4993, 4994] +Triangle: [4997, 4686, 4993] +Triangle: [4999, 5001, 5000] +Triangle: [4856, 5004, 5003] +Triangle: [5008, 5006, 5005] +Triangle: [5009, 5011, 5010] +Triangle: [5012, 5014, 5013] +Triangle: [5016, 5018, 5017] +Triangle: [5022, 5021, 5020] +Triangle: [5020, 5024, 5023] +Triangle: [5020, 5025, 5022] +Triangle: [5028, 5026, 5017] +Triangle: [5018, 5028, 5017] +Triangle: [5030, 5032, 5031] +Triangle: [5026, 5035, 5034] +Triangle: [5034, 5037, 5026] +Triangle: [5042, 5040, 5039] +Triangle: [5039, 5036, 5043] +Triangle: [5044, 5046, 5045] +Triangle: [5049, 5047, 5044] +Triangle: [5045, 5049, 5044] +Triangle: [5052, 5031, 5032] +Triangle: [5056, 5054, 5053] +Triangle: [5057, 5056, 5053] +Triangle: [5057, 5059, 5058] +Triangle: [5057, 5060, 5059] +Triangle: [5062, 4999, 5063] +Triangle: [5063, 5064, 5062] +Triangle: [5061, 5066, 5060] +Triangle: [5068, 5061, 5067] +Triangle: [5070, 5068, 5067] +Triangle: [5074, 5072, 5071] +Triangle: [5076, 5070, 5075] +Triangle: [5075, 5077, 5076] +Triangle: [5081, 5079, 5078] +Triangle: [5075, 5081, 5078] +Triangle: [5075, 5083, 5082] +Triangle: [5083, 5067, 5084] +Triangle: [5067, 5085, 5084] +Triangle: [5061, 5086, 5085] +Triangle: [5086, 5053, 5087] +Triangle: [5079, 5089, 5088] +Triangle: [5090, 5092, 5091] +Triangle: [5093, 5094, 5088] +Triangle: [5097, 4792, 4791] +Triangle: [5097, 5098, 5096] +Triangle: [5093, 5089, 5099] +Triangle: [4806, 5100, 4797] +Triangle: [5100, 4997, 5101] +Triangle: [5008, 5103, 5102] +Triangle: [5102, 5103, 5104] +Triangle: [5029, 5008, 5102] +Triangle: [5018, 5007, 5008] +Triangle: [5019, 5106, 5105] +Triangle: [5016, 5107, 5106] +Triangle: [5014, 5105, 5011] +Triangle: [5108, 5019, 5105] +Triangle: [5106, 5011, 5105] +Triangle: [5007, 5109, 5006] +Triangle: [5007, 5110, 5109] +Triangle: [5108, 5111, 5110] +Triangle: [5011, 5013, 5014] +Triangle: [5005, 5112, 5008] +Triangle: [5114, 5051, 5052] +Triangle: [5032, 5115, 5052] +Triangle: [5052, 5117, 5114] +Triangle: [5023, 5114, 5117] +Triangle: [5117, 5119, 5118] +Triangle: [5118, 5023, 5117] +Triangle: [5118, 4815, 4814] +Triangle: [4814, 5025, 5118] +Triangle: [4816, 5022, 5025] +Triangle: [4817, 5003, 5022] +Triangle: [5119, 4818, 4815] +Triangle: [5120, 4820, 4818] +Triangle: [5290, 5121, 5122] +Triangle: [5290, 5123, 5289] +Triangle: [5289, 5046, 5288] +Triangle: [5288, 5047, 5287] +Triangle: [5287, 5048, 5286] +Triangle: [5286, 5124, 5285] +Triangle: [5285, 5041, 5284] +Triangle: [5041, 5283, 5284] +Triangle: [5283, 4833, 4832] +Triangle: [5125, 4835, 4833] +Triangle: [4995, 5128, 5127] +Triangle: [5127, 5027, 5028] +Triangle: [5127, 5029, 4995] +Triangle: [5126, 5043, 5027] +Triangle: [5125, 5039, 5043] +Triangle: [5048, 5129, 5124] +Triangle: [5129, 5041, 5124] +Triangle: [5129, 5050, 5035] +Triangle: [5035, 5040, 5129] +Triangle: [5123, 5131, 5130] +Triangle: [5123, 5045, 5046] +Triangle: [5130, 5133, 5132] +Triangle: [5130, 5050, 5045] +Triangle: [5132, 5038, 5034] +Triangle: [5034, 5050, 5132] +Triangle: [5133, 5030, 5038] +Triangle: [5131, 5033, 5133] +Triangle: [5116, 5033, 5134] +Triangle: [5134, 5122, 5121] +Triangle: [5121, 5116, 5134] +Triangle: [5120, 5115, 5116] +Triangle: [5113, 5024, 5135] +Triangle: [5135, 5021, 5136] +Triangle: [5136, 5003, 5004] +Triangle: [5036, 5027, 5043] +Triangle: [5037, 5030, 5107] +Triangle: [4993, 4847, 4996] +Triangle: [4848, 4996, 4847] +Triangle: [5137, 5139, 5138] +Triangle: [5138, 5141, 5137] +Triangle: [5142, 5144, 5143] +Triangle: [5145, 5147, 5146] +Triangle: [5102, 4995, 5029] +Triangle: [4835, 5149, 4979] +Triangle: [5127, 5149, 5126] +Triangle: [5053, 5150, 5087] +Triangle: [5064, 5065, 5151] +Triangle: [5152, 5154, 5153] +Triangle: [5073, 5157, 5156] +Triangle: [5158, 5160, 5159] +Triangle: [5158, 5162, 5161] +Triangle: [5166, 5164, 5163] +Triangle: [5000, 5167, 4999] +Triangle: [5167, 5063, 4999] +Triangle: [5065, 5169, 5170] +Triangle: [5170, 5151, 5065] +Triangle: [5173, 5165, 5166] +Triangle: [5144, 5138, 5174] +Triangle: [5175, 5139, 5176] +Triangle: [5175, 5112, 5178] +Triangle: [5179, 5178, 5112] +Triangle: [5181, 5006, 5180] +Triangle: [5183, 5109, 5182] +Triangle: [5109, 5184, 5182] +Triangle: [5111, 5184, 5110] +Triangle: [5111, 5186, 5185] +Triangle: [5012, 5187, 5015] +Triangle: [5188, 5166, 5163] +Triangle: [5173, 5189, 5190] +Triangle: [5015, 5191, 5111] +Triangle: [5014, 5111, 5108] +Triangle: [5151, 5189, 5188] +Triangle: [5171, 5189, 5151] +Triangle: [5193, 5165, 5172] +Triangle: [5073, 5194, 5072] +Triangle: [5194, 5156, 5195] +Triangle: [5197, 5055, 5056] +Triangle: [5058, 5197, 5056] +Triangle: [5199, 5058, 5059] +Triangle: [5200, 5059, 5060] +Triangle: [5066, 5200, 5060] +Triangle: [5202, 5066, 5068] +Triangle: [5069, 5202, 5068] +Triangle: [5148, 5069, 5076] +Triangle: [5203, 5076, 5077] +Triangle: [5194, 5000, 5001] +Triangle: [5000, 5195, 5168] +Triangle: [5205, 5074, 5071] +Triangle: [5157, 5204, 5206] +Triangle: [5153, 5206, 5204] +Triangle: [5207, 5005, 5181] +Triangle: [5208, 5180, 5006] +Triangle: [5145, 5153, 5205] +Triangle: [5031, 5107, 5030] +Triangle: [5010, 5106, 5107] +Triangle: [5051, 5010, 5031] +Triangle: [5113, 5009, 5051] +Triangle: [5209, 5113, 5135] +Triangle: [5145, 5146, 5153] +Triangle: [5187, 5210, 5193] +Triangle: [5173, 5211, 5172] +Triangle: [5191, 5173, 5190] +Triangle: [5186, 5190, 5171] +Triangle: [5186, 5170, 5185] +Triangle: [5169, 5185, 5170] +Triangle: [5182, 5169, 5167] +Triangle: [5183, 5167, 5168] +Triangle: [5168, 5208, 5183] +Triangle: [5208, 5156, 5180] +Triangle: [5180, 5157, 5181] +Triangle: [5207, 5157, 5206] +Triangle: [5179, 5206, 5154] +Triangle: [5155, 5179, 5154] +Triangle: [5178, 5158, 5175] +Triangle: [5177, 5158, 5212] +Triangle: [5138, 5139, 5174] +Triangle: [5207, 5179, 5112] +Triangle: [5183, 5208, 5006] +Triangle: [5111, 5191, 5186] +Triangle: [5187, 5192, 5015] +Triangle: [5148, 5203, 5147] +Triangle: [5146, 5160, 5152] +Triangle: [5147, 5160, 5146] +Triangle: [5162, 5147, 5143] +Triangle: [5161, 5162, 5143] +Triangle: [5145, 5071, 5202] +Triangle: [5071, 5201, 5202] +Triangle: [5002, 5201, 5001] +Triangle: [5199, 5002, 5062] +Triangle: [5062, 5198, 5199] +Triangle: [5188, 5197, 5198] +Triangle: [5163, 5196, 5197] +Triangle: [5210, 5164, 5193] +Triangle: [5194, 5201, 5072] +Triangle: [5194, 5001, 5201] +Triangle: [5198, 5064, 5151] +Triangle: [5198, 5151, 5188] +Triangle: [5187, 5172, 5211] +Triangle: [5153, 5204, 5205] +Triangle: [5146, 5152, 5153] +Triangle: [5088, 5213, 5079] +Triangle: [5215, 5217, 5216] +Triangle: [5219, 5218, 5220] +Triangle: [5221, 5223, 5222] +Triangle: [5226, 5217, 5218] +Triangle: [5218, 5228, 5227] +Triangle: [5228, 5218, 5219] +Triangle: [5214, 5226, 5213] +Triangle: [5229, 5228, 5230] +Triangle: [5219, 5141, 5228] +Triangle: [5220, 5137, 5219] +Triangle: [5142, 5230, 5141] +Triangle: [5228, 5141, 5230] +Triangle: [5229, 5079, 5213] +Triangle: [5095, 5231, 5094] +Triangle: [5092, 5233, 5091] +Triangle: [5094, 5235, 5088] +Triangle: [5098, 5093, 5099] +Triangle: [5090, 5095, 5093] +Triangle: [5232, 5091, 5233] +Triangle: [5094, 5236, 5235] +Triangle: [5236, 5237, 5235] +Triangle: [5237, 5239, 5224] +Triangle: [5224, 5240, 5223] +Triangle: [5234, 5242, 5241] +Triangle: [5242, 5243, 5241] +Triangle: [5246, 5232, 5233] +Triangle: [5245, 5231, 5232] +Triangle: [5234, 5246, 5233] +Triangle: [5246, 5241, 5243] +Triangle: [5231, 5247, 5236] +Triangle: [5238, 5247, 5239] +Triangle: [5247, 5240, 5239] +Triangle: [5248, 5223, 5240] +Triangle: [5251, 5248, 5250] +Triangle: [5244, 5252, 5243] +Triangle: [5253, 5254, 5252] +Triangle: [5255, 5250, 5254] +Triangle: [5252, 5246, 5243] +Triangle: [5254, 5245, 5246] +Triangle: [5250, 5247, 5245] +Triangle: [5240, 5247, 5248] +Triangle: [5249, 5222, 5223] +Triangle: [5257, 5220, 5215] +Triangle: [5256, 5215, 5216] +Triangle: [5260, 5092, 5258] +Triangle: [5092, 5261, 5242] +Triangle: [5263, 5258, 5262] +Triangle: [5262, 5264, 5263] +Triangle: [5264, 4970, 5265] +Triangle: [4970, 5266, 5265] +Triangle: [4797, 5267, 5266] +Triangle: [5100, 5268, 5267] +Triangle: [5269, 5242, 5261] +Triangle: [5269, 5101, 5244] +Triangle: [5258, 5097, 5262] +Triangle: [5090, 5258, 5092] +Triangle: [4976, 5262, 5097] +Triangle: [5097, 4791, 4976] +Triangle: [5265, 5270, 5264] +Triangle: [5270, 5265, 5266] +Triangle: [5267, 5271, 5270] +Triangle: [5260, 5270, 5271] +Triangle: [5268, 5269, 5271] +Triangle: [5260, 5271, 5259] +Triangle: [5101, 5253, 5244] +Triangle: [4997, 5253, 5101] +Triangle: [5253, 4998, 5255] +Triangle: [5017, 5037, 5016] +Triangle: [5158, 5159, 5162] +Triangle: [5212, 5158, 5161] +Triangle: [5158, 5155, 5152] +Triangle: [5158, 5152, 5160] +Triangle: [4848, 5149, 5128] +Triangle: [5272, 5251, 4998] +Triangle: [5272, 5257, 5256] +Triangle: [5104, 4994, 5102] +Triangle: [5144, 5161, 5143] +Triangle: [5144, 5212, 5161] +Triangle: [5177, 5174, 5139] +Triangle: [5229, 5230, 5078] +Triangle: [5221, 5216, 5217] +Triangle: [5256, 5216, 5222] +Triangle: [5221, 5237, 5224] +Triangle: [5273, 5235, 5237] +Triangle: [5214, 5274, 5225] +Triangle: [5088, 5235, 5214] +Triangle: [5270, 5263, 5264] +Triangle: [5270, 5266, 5267] +Triangle: [5271, 5261, 5259] +Triangle: [5269, 5261, 5271] +Triangle: [5272, 4998, 4994] +Triangle: [5257, 5104, 5140] +Triangle: [5104, 5139, 5140] +Triangle: [5176, 5104, 5103] +Triangle: [5112, 5103, 5008] +Triangle: [4998, 5251, 5255] +Triangle: [5272, 5256, 5249] +Triangle: [5274, 5273, 5217] +Triangle: [5217, 5273, 5221] +Triangle: [5225, 5274, 5217] +Triangle: [5218, 5215, 5220] +Triangle: [5218, 5227, 5226] +Triangle: [5226, 5229, 5213] +Triangle: [5142, 5147, 5203] +Triangle: [5142, 5077, 5230] +Triangle: [5230, 5077, 5078] +Triangle: [4824, 5275, 4822] +Triangle: [4824, 5277, 5276] +Triangle: [4826, 5278, 5277] +Triangle: [4827, 5279, 5278] +Triangle: [4828, 5280, 5279] +Triangle: [4829, 5281, 5280] +Triangle: [4832, 5281, 4831] +Triangle: [5284, 4832, 4831] +Triangle: [4829, 5284, 4831] +Triangle: [4828, 5285, 4829] +Triangle: [4827, 5286, 4828] +Triangle: [4826, 5287, 4827] +Triangle: [4824, 5288, 4826] +Triangle: [4822, 5289, 4824] +Triangle: [5125, 5283, 5042] +Triangle: [5282, 4833, 4834] +Triangle: [4820, 5290, 4822] +Triangle: [4821, 5275, 4823] +Triangle: [4764, 5291, 4888] +Triangle: [4888, 4722, 4765] +Triangle: [5210, 5013, 5292] +Triangle: [5196, 5292, 5055] +Triangle: [5009, 5292, 5013] +Triangle: [4761, 5291, 4870] +Triangle: [5292, 5054, 5055] +Triangle: [5291, 4719, 4722] +Triangle: [5899, 5295, 5910] +Triangle: [5297, 5910, 5295] +Triangle: [5909, 5300, 5908] +Triangle: [5301, 5907, 5304] +Triangle: [5906, 5306, 5905] +Triangle: [5307, 5904, 5310] +Triangle: [5311, 5903, 5307] +Triangle: [5902, 5314, 5901] +Triangle: [5900, 5314, 5316] +Triangle: [5294, 5900, 5316] +Triangle: [5294, 5318, 5295] +Triangle: [5319, 5294, 5316] +Triangle: [5317, 5321, 5320] +Triangle: [5322, 5317, 5320] +Triangle: [5324, 5326, 5323] +Triangle: [5329, 5307, 5330] +Triangle: [5314, 5329, 5331] +Triangle: [5331, 5316, 5314] +Triangle: [5332, 5319, 5331] +Triangle: [5334, 5336, 5333] +Triangle: [5337, 5339, 5340] +Triangle: [5341, 5343, 5344] +Triangle: [5346, 5348, 5345] +Triangle: [5919, 5352, 5926] +Triangle: [5925, 5356, 5924] +Triangle: [5924, 5358, 5923] +Triangle: [5360, 5301, 5359] +Triangle: [5368, 5370, 5371] +Triangle: [5372, 5374, 5375] +Triangle: [5376, 5378, 5379] +Triangle: [5381, 5383, 5380] +Triangle: [5384, 5386, 5387] +Triangle: [5388, 5390, 5391] +Triangle: [5392, 5394, 5395] +Triangle: [5392, 5397, 5396] +Triangle: [5399, 5401, 5398] +Triangle: [5403, 5405, 5402] +Triangle: [5402, 5407, 5406] +Triangle: [5408, 5410, 5411] +Triangle: [5412, 5414, 5415] +Triangle: [5417, 5419, 5416] +Triangle: [5421, 5423, 5420] +Triangle: [5424, 5422, 5421] +Triangle: [5426, 5428, 5429] +Triangle: [5359, 5431, 5360] +Triangle: [5435, 5348, 5347] +Triangle: [5438, 5440, 5441] +Triangle: [5443, 5445, 5442] +Triangle: [5442, 5447, 5446] +Triangle: [5449, 5451, 5448] +Triangle: [5453, 5455, 5452] +Triangle: [5452, 5457, 5456] +Triangle: [5459, 5461, 5458] +Triangle: [5463, 5465, 5462] +Triangle: [5466, 5468, 5469] +Triangle: [5470, 5472, 5473] +Triangle: [5475, 5477, 5474] +Triangle: [5474, 5479, 5478] +Triangle: [5480, 5493, 5481] +Triangle: [5482, 5492, 5480] +Triangle: [5483, 5494, 5482] +Triangle: [5484, 5495, 5483] +Triangle: [5485, 5496, 5484] +Triangle: [5487, 5501, 5499] +Triangle: [5489, 5502, 5501] +Triangle: [5490, 5503, 5502] +Triangle: [5491, 5493, 5503] +Triangle: [5867, 5309, 5308] +Triangle: [5867, 5312, 5866] +Triangle: [5313, 5866, 5312] +Triangle: [5315, 5865, 5313] +Triangle: [5293, 5864, 5315] +Triangle: [5296, 5863, 5293] +Triangle: [5298, 5862, 5296] +Triangle: [5860, 5298, 5299] +Triangle: [5505, 5507, 5504] +Triangle: [5509, 5511, 5508] +Triangle: [5513, 5515, 5512] +Triangle: [5513, 5517, 5514] +Triangle: [5518, 5520, 5521] +Triangle: [5523, 5525, 5522] +Triangle: [5527, 5529, 5526] +Triangle: [5518, 5531, 5530] +Triangle: [5927, 5929, 5930] +Triangle: [5936, 5938, 5939] +Triangle: [5954, 5956, 5957] +Triangle: [5946, 5948, 5945] +Triangle: [5542, 5401, 5543] +Triangle: [5439, 5545, 5440] +Triangle: [5547, 5376, 5546] +Triangle: [5446, 5534, 5533] +Triangle: [5393, 5391, 5394] +Triangle: [5548, 5511, 5549] +Triangle: [5449, 5551, 5450] +Triangle: [5552, 5383, 5553] +Triangle: [5456, 5537, 5536] +Triangle: [5516, 5507, 5517] +Triangle: [5527, 5531, 5528] +Triangle: [5468, 5462, 5465] +Triangle: [5386, 5554, 5555] +Triangle: [5556, 5461, 5557] +Triangle: [5524, 5559, 5558] +Triangle: [5560, 5411, 5561] +Triangle: [5471, 5563, 5472] +Triangle: [5564, 5375, 5565] +Triangle: [5478, 5540, 5539] +Triangle: [5404, 5412, 5415] +Triangle: [5567, 5569, 5566] +Triangle: [5571, 5573, 5570] +Triangle: [5575, 5573, 5574] +Triangle: [5575, 5577, 5576] +Triangle: [5578, 5577, 5579] +Triangle: [5580, 5568, 5567] +Triangle: [5583, 5585, 5582] +Triangle: [5584, 5587, 5586] +Triangle: [5588, 5586, 5587] +Triangle: [5590, 5592, 5593] +Triangle: [5591, 5595, 5592] +Triangle: [5582, 5597, 5596] +Triangle: [5599, 5601, 5598] +Triangle: [5603, 5605, 5602] +Triangle: [5607, 5605, 5606] +Triangle: [5608, 5606, 5609] +Triangle: [5608, 5611, 5610] +Triangle: [5612, 5600, 5599] +Triangle: [5614, 5616, 5617] +Triangle: [5616, 5619, 5618] +Triangle: [5620, 5618, 5619] +Triangle: [5623, 5625, 5622] +Triangle: [5626, 5624, 5623] +Triangle: [5628, 5617, 5629] +Triangle: [5631, 5633, 5630] +Triangle: [5635, 5637, 5634] +Triangle: [5634, 5639, 5638] +Triangle: [5640, 5639, 5641] +Triangle: [5642, 5641, 5643] +Triangle: [5632, 5644, 5645] +Triangle: [5646, 5648, 5649] +Triangle: [5647, 5651, 5648] +Triangle: [5652, 5651, 5650] +Triangle: [5655, 5657, 5654] +Triangle: [5656, 5659, 5658] +Triangle: [5646, 5661, 5660] +Triangle: [5662, 5850, 5851] +Triangle: [5665, 5853, 5664] +Triangle: [5854, 5664, 5853] +Triangle: [5667, 5854, 5855] +Triangle: [5668, 5855, 5848] +Triangle: [5669, 5850, 5663] +Triangle: [5671, 5673, 5670] +Triangle: [5674, 5671, 5675] +Triangle: [5675, 5677, 5674] +Triangle: [5679, 5681, 5678] +Triangle: [5679, 5683, 5680] +Triangle: [5684, 5673, 5685] +Triangle: [5578, 5581, 5580] +Triangle: [5399, 5397, 5400] +Triangle: [5594, 5597, 5595] +Triangle: [5441, 5443, 5438] +Triangle: [5376, 5687, 5686] +Triangle: [5688, 5376, 5686] +Triangle: [5931, 5927, 5932] +Triangle: [5589, 5590, 5593] +Triangle: [5389, 5543, 5390] +Triangle: [5571, 5569, 5572] +Triangle: [5610, 5613, 5612] +Triangle: [5512, 5510, 5509] +Triangle: [5626, 5629, 5627] +Triangle: [5454, 5448, 5451] +Triangle: [5383, 5689, 5690] +Triangle: [5383, 5691, 5553] +Triangle: [5940, 5936, 5941] +Triangle: [5620, 5625, 5621] +Triangle: [5506, 5548, 5549] +Triangle: [5604, 5598, 5601] +Triangle: [5642, 5645, 5644] +Triangle: [5526, 5558, 5559] +Triangle: [5660, 5658, 5659] +Triangle: [5557, 5463, 5556] +Triangle: [5386, 5693, 5692] +Triangle: [5386, 5694, 5387] +Triangle: [5949, 5945, 5950] +Triangle: [5652, 5657, 5653] +Triangle: [5519, 5525, 5520] +Triangle: [5635, 5633, 5636] +Triangle: [5668, 5849, 5669] +Triangle: [5409, 5407, 5410] +Triangle: [5682, 5685, 5683] +Triangle: [5476, 5470, 5473] +Triangle: [5375, 5695, 5696] +Triangle: [5375, 5697, 5565] +Triangle: [5958, 5954, 5959] +Triangle: [5676, 5681, 5677] +Triangle: [5414, 5560, 5561] +Triangle: [5665, 5851, 5852] +Triangle: [5444, 5378, 5445] +Triangle: [5447, 5378, 5377] +Triangle: [5534, 5377, 5547] +Triangle: [5927, 5934, 5933] +Triangle: [5935, 5927, 5933] +Triangle: [5440, 5688, 5686] +Triangle: [5440, 5687, 5441] +Triangle: [5444, 5687, 5379] +Triangle: [5454, 5381, 5455] +Triangle: [5457, 5381, 5380] +Triangle: [5537, 5380, 5552] +Triangle: [5936, 5943, 5942] +Triangle: [5944, 5936, 5942] +Triangle: [5450, 5691, 5690] +Triangle: [5450, 5689, 5451] +Triangle: [5454, 5689, 5382] +Triangle: [5464, 5554, 5465] +Triangle: [5468, 5554, 5385] +Triangle: [5468, 5384, 5469] +Triangle: [5945, 5952, 5951] +Triangle: [5953, 5945, 5951] +Triangle: [5460, 5692, 5461] +Triangle: [5461, 5693, 5557] +Triangle: [5464, 5693, 5555] +Triangle: [5476, 5373, 5477] +Triangle: [5477, 5372, 5479] +Triangle: [5479, 5564, 5540] +Triangle: [5954, 5961, 5960] +Triangle: [5962, 5954, 5960] +Triangle: [5696, 5563, 5697] +Triangle: [5472, 5695, 5473] +Triangle: [5476, 5695, 5374] +Triangle: [5673, 5403, 5402] +Triangle: [5403, 5674, 5412] +Triangle: [5674, 5413, 5412] +Triangle: [5560, 5677, 5681] +Triangle: [5681, 5408, 5560] +Triangle: [5683, 5408, 5680] +Triangle: [5685, 5409, 5683] +Triangle: [5685, 5402, 5406] +Triangle: [5478, 5670, 5474] +Triangle: [5675, 5478, 5539] +Triangle: [5538, 5675, 5539] +Triangle: [5678, 5538, 5562] +Triangle: [5562, 5679, 5678] +Triangle: [5471, 5682, 5679] +Triangle: [5470, 5684, 5682] +Triangle: [5474, 5684, 5475] +Triangle: [5649, 5530, 5527] +Triangle: [5648, 5518, 5530] +Triangle: [5653, 5518, 5651] +Triangle: [5522, 5653, 5657] +Triangle: [5656, 5522, 5657] +Triangle: [5559, 5656, 5658] +Triangle: [5661, 5559, 5658] +Triangle: [5649, 5526, 5661] +Triangle: [5467, 5646, 5462] +Triangle: [5467, 5650, 5647] +Triangle: [5541, 5650, 5466] +Triangle: [5654, 5541, 5459] +Triangle: [5458, 5654, 5459] +Triangle: [5659, 5458, 5556] +Triangle: [5556, 5660, 5659] +Triangle: [5462, 5660, 5463] +Triangle: [5698, 5524, 5558] +Triangle: [5525, 5699, 5700] +Triangle: [5701, 5525, 5700] +Triangle: [5521, 5701, 5702] +Triangle: [5521, 5703, 5531] +Triangle: [5531, 5704, 5528] +Triangle: [5528, 5705, 5529] +Triangle: [5529, 5698, 5558] +Triangle: [5704, 5638, 5640] +Triangle: [5703, 5634, 5638] +Triangle: [5702, 5635, 5634] +Triangle: [5635, 5700, 5630] +Triangle: [5699, 5630, 5700] +Triangle: [5631, 5698, 5644] +Triangle: [5705, 5644, 5698] +Triangle: [5705, 5640, 5642] +Triangle: [5514, 5607, 5608] +Triangle: [5602, 5517, 5507] +Triangle: [5506, 5602, 5507] +Triangle: [5603, 5549, 5598] +Triangle: [5549, 5599, 5598] +Triangle: [5510, 5599, 5511] +Triangle: [5510, 5610, 5612] +Triangle: [5514, 5610, 5515] +Triangle: [5706, 5516, 5513] +Triangle: [5504, 5707, 5708] +Triangle: [5708, 5505, 5504] +Triangle: [5505, 5710, 5548] +Triangle: [5711, 5548, 5710] +Triangle: [5712, 5508, 5711] +Triangle: [5713, 5509, 5712] +Triangle: [5706, 5512, 5713] +Triangle: [5617, 5707, 5706] +Triangle: [5707, 5618, 5708] +Triangle: [5621, 5708, 5618] +Triangle: [5709, 5625, 5710] +Triangle: [5624, 5710, 5625] +Triangle: [5627, 5711, 5624] +Triangle: [5629, 5712, 5627] +Triangle: [5617, 5713, 5629] +Triangle: [5452, 5615, 5614] +Triangle: [5615, 5536, 5619] +Triangle: [5535, 5619, 5536] +Triangle: [5622, 5535, 5550] +Triangle: [5550, 5623, 5622] +Triangle: [5448, 5623, 5449] +Triangle: [5448, 5628, 5626] +Triangle: [5452, 5628, 5453] +Triangle: [5714, 5393, 5392] +Triangle: [5388, 5715, 5716] +Triangle: [5716, 5389, 5388] +Triangle: [5389, 5718, 5542] +Triangle: [5719, 5542, 5718] +Triangle: [5720, 5398, 5719] +Triangle: [5721, 5399, 5720] +Triangle: [5721, 5392, 5396] +Triangle: [5394, 5723, 5395] +Triangle: [5722, 5391, 5724] +Triangle: [5390, 5724, 5391] +Triangle: [5726, 5390, 5543] +Triangle: [5543, 5727, 5726] +Triangle: [5401, 5728, 5727] +Triangle: [5400, 5729, 5728] +Triangle: [5395, 5729, 5397] +Triangle: [5585, 5715, 5714] +Triangle: [5716, 5584, 5586] +Triangle: [5589, 5716, 5586] +Triangle: [5717, 5593, 5718] +Triangle: [5593, 5719, 5718] +Triangle: [5595, 5719, 5592] +Triangle: [5595, 5721, 5720] +Triangle: [5585, 5721, 5597] +Triangle: [5446, 5582, 5442] +Triangle: [5583, 5533, 5587] +Triangle: [5532, 5587, 5533] +Triangle: [5590, 5532, 5544] +Triangle: [5544, 5591, 5590] +Triangle: [5439, 5594, 5591] +Triangle: [5438, 5596, 5594] +Triangle: [5442, 5596, 5443] +Triangle: [5411, 5730, 5731] +Triangle: [5561, 5731, 5732] +Triangle: [5414, 5732, 5733] +Triangle: [5414, 5734, 5415] +Triangle: [5735, 5415, 5734] +Triangle: [5404, 5736, 5405] +Triangle: [5405, 5737, 5407] +Triangle: [5410, 5737, 5730] +Triangle: [5735, 5667, 5736] +Triangle: [5666, 5734, 5664] +Triangle: [5733, 5664, 5734] +Triangle: [5662, 5733, 5732] +Triangle: [5732, 5663, 5662] +Triangle: [5731, 5669, 5663] +Triangle: [5737, 5669, 5730] +Triangle: [5736, 5668, 5737] +Triangle: [5639, 5746, 5747] +Triangle: [5641, 5747, 5748] +Triangle: [5643, 5748, 5749] +Triangle: [5643, 5750, 5645] +Triangle: [5751, 5645, 5750] +Triangle: [5633, 5751, 5752] +Triangle: [5753, 5633, 5752] +Triangle: [5636, 5746, 5637] +Triangle: [5606, 5755, 5754] +Triangle: [5609, 5754, 5756] +Triangle: [5611, 5756, 5757] +Triangle: [5611, 5758, 5613] +Triangle: [5613, 5759, 5600] +Triangle: [5600, 5760, 5601] +Triangle: [5761, 5601, 5760] +Triangle: [5604, 5755, 5605] +Triangle: [5727, 5580, 5567] +Triangle: [5728, 5578, 5580] +Triangle: [5729, 5576, 5578] +Triangle: [5723, 5575, 5576] +Triangle: [5570, 5722, 5724] +Triangle: [5725, 5570, 5724] +Triangle: [5566, 5725, 5726] +Triangle: [5726, 5567, 5566] +Triangle: [5919, 5763, 5351] +Triangle: [5428, 5765, 5764] +Triangle: [5767, 5368, 5766] +Triangle: [5420, 5418, 5417] +Triangle: [5923, 5769, 5922] +Triangle: [5360, 5770, 5771] +Triangle: [5306, 5771, 5310] +Triangle: [5905, 5310, 5904] +Triangle: [5772, 5774, 5775] +Triangle: [5777, 5779, 5776] +Triangle: [5963, 5965, 5966] +Triangle: [5967, 5965, 5964] +Triangle: [5782, 5781, 5780] +Triangle: [5784, 5775, 5785] +Triangle: [5351, 5786, 5787] +Triangle: [5351, 5788, 5352] +Triangle: [5355, 5790, 5356] +Triangle: [5356, 5791, 5358] +Triangle: [5358, 5792, 5769] +Triangle: [5793, 5792, 5794] +Triangle: [5355, 5926, 5352] +Triangle: [5789, 5352, 5788] +Triangle: [5425, 5426, 5429] +Triangle: [5773, 5779, 5774] +Triangle: [5368, 5796, 5795] +Triangle: [5797, 5368, 5795] +Triangle: [5783, 5784, 5785] +Triangle: [5416, 5764, 5765] +Triangle: [5763, 5794, 5786] +Triangle: [5773, 5795, 5796] +Triangle: [5776, 5796, 5371] +Triangle: [5776, 5370, 5777] +Triangle: [5964, 5969, 5970] +Triangle: [5964, 5971, 5967] +Triangle: [5780, 5766, 5782] +Triangle: [5782, 5797, 5784] +Triangle: [5772, 5797, 5795] +Triangle: [5798, 5915, 5916] +Triangle: [5799, 5914, 5915] +Triangle: [5800, 5913, 5914] +Triangle: [5802, 5913, 5801] +Triangle: [5803, 5912, 5802] +Triangle: [5911, 5804, 5918] +Triangle: [5805, 5918, 5804] +Triangle: [5917, 5798, 5916] +Triangle: [5330, 5310, 5771] +Triangle: [5769, 5921, 5922] +Triangle: [5907, 5300, 5304] +Triangle: [5299, 5859, 5860] +Triangle: [5768, 5807, 5770] +Triangle: [5431, 5768, 5770] +Triangle: [5430, 5357, 5431] +Triangle: [5432, 5353, 5430] +Triangle: [5354, 5434, 5349] +Triangle: [5434, 5350, 5349] +Triangle: [5793, 5920, 5921] +Triangle: [5762, 5433, 5436] +Triangle: [5436, 5806, 5762] +Triangle: [5806, 5437, 5807] +Triangle: [5798, 5787, 5786] +Triangle: [5786, 5799, 5798] +Triangle: [5794, 5800, 5799] +Triangle: [5792, 5801, 5800] +Triangle: [5790, 5801, 5791] +Triangle: [5789, 5802, 5790] +Triangle: [5803, 5788, 5804] +Triangle: [5787, 5804, 5788] +Triangle: [5775, 5764, 5785] +Triangle: [5419, 5785, 5764] +Triangle: [5783, 5418, 5781] +Triangle: [5965, 5972, 5973] +Triangle: [5965, 5974, 5966] +Triangle: [5778, 5425, 5779] +Triangle: [5774, 5425, 5429] +Triangle: [5775, 5429, 5428] +Triangle: [5856, 5305, 5309] +Triangle: [5808, 5330, 5771] +Triangle: [5770, 5808, 5771] +Triangle: [5302, 5857, 5858] +Triangle: [5858, 5303, 5302] +Triangle: [5574, 5810, 5577] +Triangle: [5574, 5346, 5345] +Triangle: [5346, 5344, 5347] +Triangle: [5337, 5343, 5811] +Triangle: [5579, 5810, 5812] +Triangle: [5581, 5812, 5813] +Triangle: [5814, 5436, 5433] +Triangle: [5815, 5433, 5364] +Triangle: [5814, 5345, 5348] +Triangle: [5757, 5817, 5816] +Triangle: [5818, 5757, 5816] +Triangle: [5758, 5819, 5759] +Triangle: [5819, 5821, 5820] +Triangle: [5820, 5748, 5747] +Triangle: [5760, 5819, 5338] +Triangle: [5820, 5338, 5819] +Triangle: [5820, 5746, 5822] +Triangle: [5334, 5751, 5823] +Triangle: [5823, 5750, 5824] +Triangle: [5823, 5826, 5825] +Triangle: [5827, 5823, 5825] +Triangle: [5825, 5740, 5738] +Triangle: [5739, 5825, 5738] +Triangle: [5821, 5749, 5748] +Triangle: [5828, 5750, 5749] +Triangle: [5740, 5829, 5741] +Triangle: [5829, 5742, 5741] +Triangle: [5745, 5827, 5739] +Triangle: [5744, 5830, 5745] +Triangle: [5752, 5333, 5753] +Triangle: [5323, 5743, 5324] +Triangle: [5327, 5743, 5742] +Triangle: [5753, 5822, 5746] +Triangle: [5761, 5338, 5337] +Triangle: [5811, 5761, 5337] +Triangle: [5341, 5573, 5572] +Triangle: [5342, 5572, 5569] +Triangle: [5831, 5581, 5813] +Triangle: [5569, 5831, 5342] +Triangle: [5756, 5832, 5817] +Triangle: [5811, 5754, 5755] +Triangle: [5832, 5813, 5817] +Triangle: [5342, 5832, 5811] +Triangle: [5342, 5811, 5343] +Triangle: [5338, 5822, 5339] +Triangle: [5333, 5339, 5822] +Triangle: [5334, 5827, 5335] +Triangle: [5323, 5833, 5830] +Triangle: [5830, 5335, 5827] +Triangle: [5815, 5810, 5814] +Triangle: [5834, 5812, 5815] +Triangle: [5834, 5816, 5817] +Triangle: [5817, 5813, 5834] +Triangle: [5816, 5836, 5818] +Triangle: [5821, 5818, 5836] +Triangle: [5837, 5821, 5836] +Triangle: [5838, 5828, 5837] +Triangle: [5838, 5826, 5824] +Triangle: [5361, 5815, 5364] +Triangle: [5325, 5840, 5326] +Triangle: [5841, 5321, 5840] +Triangle: [5486, 5497, 5485] +Triangle: [5488, 5499, 5500] +Triangle: [5486, 5500, 5498] +Triangle: [5325, 5327, 5328] +Triangle: [5839, 5826, 5838] +Triangle: [5328, 5829, 5839] +Triangle: [5328, 5841, 5325] +Triangle: [5842, 5320, 5841] +Triangle: [5362, 5834, 5361] +Triangle: [5837, 5844, 5845] +Triangle: [5835, 5844, 5836] +Triangle: [5847, 5328, 5839] +Triangle: [5845, 5838, 5837] +Triangle: [5839, 5846, 5847] +Triangle: [5359, 5304, 5367] +Triangle: [5367, 5430, 5359] +Triangle: [5433, 5363, 5364] +Triangle: [5363, 5432, 5367] +Triangle: [5366, 5304, 5300] +Triangle: [5365, 5295, 5318] +Triangle: [5366, 5297, 5365] +Triangle: [5318, 5843, 5365] +Triangle: [5842, 5843, 5322] +Triangle: [5849, 5741, 5742] +Triangle: [5850, 5742, 5743] +Triangle: [5850, 5744, 5851] +Triangle: [5745, 5851, 5744] +Triangle: [5852, 5739, 5853] +Triangle: [5853, 5738, 5854] +Triangle: [5855, 5738, 5740] +Triangle: [5855, 5741, 5848] +Triangle: [5497, 5857, 5856] +Triangle: [5858, 5498, 5500] +Triangle: [5859, 5500, 5499] +Triangle: [5860, 5499, 5501] +Triangle: [5861, 5501, 5502] +Triangle: [5862, 5502, 5503] +Triangle: [5862, 5493, 5863] +Triangle: [5863, 5492, 5864] +Triangle: [5864, 5494, 5865] +Triangle: [5865, 5495, 5866] +Triangle: [5496, 5866, 5495] +Triangle: [5867, 5497, 5856] +Triangle: [5361, 5868, 5362] +Triangle: [5869, 5364, 5363] +Triangle: [5846, 5871, 5870] +Triangle: [5870, 5847, 5846] +Triangle: [5362, 5872, 5844] +Triangle: [5844, 5871, 5845] +Triangle: [5366, 5363, 5367] +Triangle: [5365, 5874, 5366] +Triangle: [5869, 5874, 5868] +Triangle: [5843, 5873, 5365] +Triangle: [5876, 5873, 5875] +Triangle: [5872, 5875, 5871] +Triangle: [5868, 5876, 5872] +Triangle: [5875, 5870, 5871] +Triangle: [5877, 5326, 5840] +Triangle: [5878, 5833, 5877] +Triangle: [5879, 5335, 5878] +Triangle: [5880, 5336, 5879] +Triangle: [5880, 5340, 5339] +Triangle: [5882, 5340, 5881] +Triangle: [5344, 5882, 5883] +Triangle: [5332, 5840, 5321] +Triangle: [5347, 5883, 5884] +Triangle: [5878, 5885, 5879] +Triangle: [5877, 5887, 5878] +Triangle: [5435, 5884, 5437] +Triangle: [5884, 5888, 5889] +Triangle: [5807, 5809, 5808] +Triangle: [5437, 5889, 5809] +Triangle: [5329, 5891, 5331] +Triangle: [5332, 5891, 5887] +Triangle: [5329, 5892, 5890] +Triangle: [5809, 5892, 5330] +Triangle: [5895, 5886, 5894] +Triangle: [5886, 5893, 5894] +Triangle: [5893, 5890, 5894] +Triangle: [5890, 5895, 5894] +Triangle: [5893, 5887, 5891] +Triangle: [5895, 5889, 5888] +Triangle: [5898, 5886, 5897] +Triangle: [5886, 5896, 5897] +Triangle: [5896, 5881, 5897] +Triangle: [5880, 5897, 5881] +Triangle: [5879, 5898, 5880] +Triangle: [5896, 5883, 5882] +Triangle: [5899, 5315, 5900] +Triangle: [5313, 5900, 5315] +Triangle: [5312, 5901, 5313] +Triangle: [5902, 5308, 5903] +Triangle: [5904, 5308, 5309] +Triangle: [5305, 5904, 5309] +Triangle: [5302, 5905, 5305] +Triangle: [5907, 5302, 5303] +Triangle: [5908, 5303, 5299] +Triangle: [5298, 5908, 5299] +Triangle: [5909, 5296, 5910] +Triangle: [5293, 5910, 5296] +Triangle: [5911, 5421, 5912] +Triangle: [5912, 5420, 5913] +Triangle: [5913, 5417, 5914] +Triangle: [5914, 5416, 5915] +Triangle: [5915, 5765, 5916] +Triangle: [5427, 5916, 5765] +Triangle: [5917, 5426, 5918] +Triangle: [5424, 5918, 5426] +Triangle: [5350, 5920, 5919] +Triangle: [5921, 5762, 5806] +Triangle: [5922, 5806, 5768] +Triangle: [5357, 5922, 5768] +Triangle: [5353, 5923, 5357] +Triangle: [5354, 5924, 5353] +Triangle: [5925, 5349, 5926] +Triangle: [5350, 5926, 5349] +Triangle: [5533, 5928, 5532] +Triangle: [5534, 5929, 5533] +Triangle: [5545, 5931, 5932] +Triangle: [5544, 5928, 5931] +Triangle: [5547, 5930, 5534] +Triangle: [5546, 5934, 5547] +Triangle: [5545, 5935, 5688] +Triangle: [5546, 5935, 5933] +Triangle: [5535, 5938, 5937] +Triangle: [5537, 5938, 5536] +Triangle: [5551, 5940, 5941] +Triangle: [5535, 5940, 5550] +Triangle: [5537, 5943, 5939] +Triangle: [5553, 5943, 5552] +Triangle: [5551, 5944, 5691] +Triangle: [5553, 5944, 5942] +Triangle: [5541, 5947, 5946] +Triangle: [5469, 5947, 5466] +Triangle: [5460, 5949, 5950] +Triangle: [5541, 5949, 5459] +Triangle: [5469, 5952, 5948] +Triangle: [5387, 5952, 5384] +Triangle: [5460, 5953, 5694] +Triangle: [5387, 5953, 5951] +Triangle: [5539, 5955, 5538] +Triangle: [5540, 5956, 5539] +Triangle: [5563, 5958, 5959] +Triangle: [5538, 5958, 5562] +Triangle: [5540, 5961, 5957] +Triangle: [5565, 5961, 5564] +Triangle: [5563, 5962, 5697] +Triangle: [5565, 5962, 5960] +Triangle: [5777, 5966, 5778] +Triangle: [5780, 5968, 5967] +Triangle: [5370, 5963, 5777] +Triangle: [5369, 5969, 5370] +Triangle: [5369, 5971, 5970] +Triangle: [5780, 5971, 5767] +Triangle: [5781, 5972, 5968] +Triangle: [5423, 5972, 5418] +Triangle: [5423, 5974, 5973] +Triangle: [5778, 5974, 5422] +Triangle: [6054, 5977, 5998] +Triangle: [6053, 6000, 6052] +Triangle: [6052, 6001, 6051] +Triangle: [5999, 6054, 5998] +Triangle: [6029, 5979, 6011] +Triangle: [6013, 5999, 6012] +Triangle: [6014, 6000, 6013] +Triangle: [6015, 6001, 6014] +Triangle: [6016, 6002, 6015] +Triangle: [6003, 6017, 6004] +Triangle: [6005, 6017, 6018] +Triangle: [6006, 6018, 6019] +Triangle: [6007, 6019, 6020] +Triangle: [6007, 6021, 6008] +Triangle: [6022, 6008, 6021] +Triangle: [6022, 6010, 6009] +Triangle: [5980, 6010, 6023] +Triangle: [5992, 5979, 5975] +Triangle: [6027, 6011, 5992] +Triangle: [5993, 6012, 5997] +Triangle: [5991, 6013, 5993] +Triangle: [5990, 6014, 5991] +Triangle: [5989, 6015, 5990] +Triangle: [6016, 5988, 6017] +Triangle: [6018, 5988, 5987] +Triangle: [6019, 5987, 5986] +Triangle: [6020, 5986, 5985] +Triangle: [6020, 5994, 6021] +Triangle: [5996, 5980, 6023] +Triangle: [5985, 6171, 6172] +Triangle: [5994, 6172, 6173] +Triangle: [5997, 6028, 6027] +Triangle: [6028, 5999, 5998] +Triangle: [6029, 5977, 5981] +Triangle: [6028, 6029, 6011] +Triangle: [5975, 6162, 5992] +Triangle: [5993, 6166, 5991] +Triangle: [5991, 6167, 5990] +Triangle: [5990, 6168, 5989] +Triangle: [5989, 6169, 5988] +Triangle: [5987, 6169, 6170] +Triangle: [5986, 6170, 6171] +Triangle: [5997, 6165, 5993] +Triangle: [6027, 6164, 5997] +Triangle: [5992, 6163, 6027] +Triangle: [6026, 6041, 6025] +Triangle: [6025, 6043, 6024] +Triangle: [6024, 6044, 6047] +Triangle: [6047, 6039, 6046] +Triangle: [6046, 6038, 6045] +Triangle: [6045, 5983, 5984] +Triangle: [6040, 6037, 6042] +Triangle: [6031, 6048, 6049] +Triangle: [6030, 6050, 6048] +Triangle: [6036, 6037, 6050] +Triangle: [6173, 6062, 5994] +Triangle: [6063, 6177, 5996] +Triangle: [5996, 6178, 5976] +Triangle: [6048, 6057, 6056] +Triangle: [6050, 6058, 6057] +Triangle: [6059, 6037, 6026] +Triangle: [6060, 6026, 6025] +Triangle: [6174, 5995, 6062] +Triangle: [6175, 6063, 5995] +Triangle: [6066, 6062, 5995] +Triangle: [5995, 6065, 6066] +Triangle: [6022, 6065, 6023] +Triangle: [6067, 6022, 6021] +Triangle: [6067, 5994, 6062] +Triangle: [6065, 5996, 6023] +Triangle: [6076, 5977, 6055] +Triangle: [6078, 6080, 6079] +Triangle: [6075, 6078, 6074] +Triangle: [6080, 6076, 6079] +Triangle: [5979, 6086, 6085] +Triangle: [6087, 6080, 6081] +Triangle: [6089, 6081, 6075] +Triangle: [6089, 6073, 6090] +Triangle: [6090, 6072, 6091] +Triangle: [6071, 6091, 6072] +Triangle: [6092, 6068, 6093] +Triangle: [6093, 6069, 6094] +Triangle: [6082, 6095, 6070] +Triangle: [6097, 6082, 6083] +Triangle: [6097, 6084, 6098] +Triangle: [6084, 5980, 6098] +Triangle: [6099, 5979, 6085] +Triangle: [6100, 6085, 6101] +Triangle: [6102, 6088, 6087] +Triangle: [6104, 6087, 6089] +Triangle: [6089, 6105, 6104] +Triangle: [6090, 6106, 6105] +Triangle: [6092, 6106, 6091] +Triangle: [6107, 6093, 6108] +Triangle: [6108, 6094, 6109] +Triangle: [6095, 6109, 6094] +Triangle: [6111, 6095, 6096] +Triangle: [6098, 5976, 6112] +Triangle: [6110, 6151, 6109] +Triangle: [6111, 6150, 6110] +Triangle: [6103, 6101, 6088] +Triangle: [6101, 6080, 6088] +Triangle: [6086, 5977, 6077] +Triangle: [6086, 6101, 6085] +Triangle: [6160, 5975, 6099] +Triangle: [6156, 6102, 6104] +Triangle: [6155, 6104, 6105] +Triangle: [6154, 6105, 6106] +Triangle: [6107, 6154, 6106] +Triangle: [6108, 6153, 6107] +Triangle: [6152, 6109, 6151] +Triangle: [6103, 6157, 6158] +Triangle: [6100, 6158, 6159] +Triangle: [6099, 6159, 6160] +Triangle: [6126, 6119, 6125] +Triangle: [6126, 6117, 6118] +Triangle: [6123, 6127, 6129] +Triangle: [6124, 6129, 6130] +Triangle: [6116, 6130, 6131] +Triangle: [5983, 6131, 5984] +Triangle: [6120, 6125, 6119] +Triangle: [6113, 6135, 6122] +Triangle: [6114, 6136, 6113] +Triangle: [6122, 6138, 6121] +Triangle: [6121, 6132, 6120] +Triangle: [6141, 6149, 6111] +Triangle: [6142, 6179, 6180] +Triangle: [6112, 6178, 6179] +Triangle: [6135, 6140, 6138] +Triangle: [6138, 6133, 6132] +Triangle: [6134, 6132, 6133] +Triangle: [6125, 6128, 6126] +Triangle: [6144, 6148, 6141] +Triangle: [6142, 6181, 6144] +Triangle: [6144, 6146, 6145] +Triangle: [6147, 6144, 6145] +Triangle: [6097, 6147, 6145] +Triangle: [6146, 6097, 6145] +Triangle: [6111, 6146, 6141] +Triangle: [6147, 6112, 6142] +Triangle: [6149, 6114, 6150] +Triangle: [6150, 6113, 6151] +Triangle: [6122, 6151, 6113] +Triangle: [6152, 6121, 6153] +Triangle: [6153, 6120, 6154] +Triangle: [6155, 6120, 6119] +Triangle: [6156, 6119, 6118] +Triangle: [6157, 6118, 6117] +Triangle: [6157, 6123, 6158] +Triangle: [6158, 6124, 6159] +Triangle: [6160, 6124, 6116] +Triangle: [6161, 6116, 5983] +Triangle: [6161, 6038, 6162] +Triangle: [6162, 6039, 6163] +Triangle: [6163, 6044, 6164] +Triangle: [6164, 6043, 6165] +Triangle: [6165, 6041, 6166] +Triangle: [6166, 6040, 6167] +Triangle: [6167, 6042, 6168] +Triangle: [6169, 6042, 6036] +Triangle: [6170, 6036, 6030] +Triangle: [6171, 6030, 6031] +Triangle: [6172, 6031, 6032] +Triangle: [6173, 6032, 6033] +Triangle: [6174, 6033, 6061] +Triangle: [6175, 6061, 6034] +Triangle: [6176, 6034, 6064] +Triangle: [6177, 6064, 6035] +Triangle: [6177, 5982, 6178] +Triangle: [6179, 5982, 6143] +Triangle: [6186, 6184, 6183] +Triangle: [6183, 6187, 6188] +Triangle: [6190, 6184, 6185] +Triangle: [6195, 6197, 6196] +Triangle: [6196, 6199, 6195] +Triangle: [6201, 6200, 6202] +Triangle: [6197, 6189, 6190] +Triangle: [6203, 6202, 6204] +Triangle: [6191, 6185, 6182] +Triangle: [6194, 6190, 6191] +Triangle: [6194, 6196, 6197] +Triangle: [6200, 6192, 6193] +Triangle: [6202, 6193, 6206] +Triangle: [6205, 6202, 6206] +Triangle: [6210, 6207, 6209] +Triangle: [6209, 6211, 6210] +Triangle: [6218, 6217, 6219] +Triangle: [6220, 6215, 6218] +Triangle: [6221, 6216, 6220] +Triangle: [6217, 6213, 6219] +Triangle: [6223, 6222, 6221] +Triangle: [6226, 6214, 6217] +Triangle: [6215, 6226, 6217] +Triangle: [6227, 6216, 6228] +Triangle: [6228, 6222, 6229] +Triangle: [6230, 6222, 6224] +Triangle: [3, 2, 1] +Triangle: [4, 3, 0] +Triangle: [7, 4, 5] +Triangle: [8, 11, 10] +Triangle: [13, 8, 9] +Triangle: [14, 17, 16] +Triangle: [18, 14, 15] +Triangle: [21, 18, 19] +Triangle: [22, 23, 21] +Triangle: [2, 23, 22] +Triangle: [2, 3, 25] +Triangle: [26, 23, 2] +Triangle: [28, 26, 24] +Triangle: [29, 27, 24] +Triangle: [33, 32, 31] +Triangle: [34, 35, 14] +Triangle: [34, 18, 21] +Triangle: [36, 21, 23] +Triangle: [37, 36, 26] +Triangle: [41, 40, 39] +Triangle: [42, 45, 44] +Triangle: [46, 49, 48] +Triangle: [53, 52, 51] +Triangle: [57, 56, 55] +Triangle: [61, 60, 59] +Triangle: [63, 61, 58] +Triangle: [8, 13, 65] +Triangle: [66, 69, 68] +Triangle: [73, 72, 71] +Triangle: [74, 77, 76] +Triangle: [81, 80, 79] +Triangle: [85, 84, 83] +Triangle: [86, 89, 88] +Triangle: [90, 93, 92] +Triangle: [94, 95, 93] +Triangle: [99, 98, 97] +Triangle: [100, 103, 102] +Triangle: [104, 105, 103] +Triangle: [109, 108, 107] +Triangle: [110, 113, 112] +Triangle: [117, 116, 115] +Triangle: [121, 120, 119] +Triangle: [120, 123, 122] +Triangle: [127, 126, 125] +Triangle: [64, 65, 129] +Triangle: [52, 53, 131] +Triangle: [132, 135, 134] +Triangle: [139, 138, 137] +Triangle: [141, 139, 136] +Triangle: [145, 144, 143] +Triangle: [149, 148, 147] +Triangle: [151, 149, 146] +Triangle: [152, 155, 154] +Triangle: [159, 158, 157] +Triangle: [163, 162, 161] +Triangle: [164, 167, 166] +Triangle: [171, 170, 169] +Triangle: [173, 171, 168] +Triangle: [185, 184, 174] +Triangle: [184, 186, 176] +Triangle: [186, 187, 177] +Triangle: [187, 188, 178] +Triangle: [188, 189, 179] +Triangle: [191, 190, 180] +Triangle: [180, 190, 192] +Triangle: [182, 192, 193] +Triangle: [183, 193, 185] +Triangle: [197, 196, 195] +Triangle: [199, 194, 195] +Triangle: [198, 201, 200] +Triangle: [201, 203, 202] +Triangle: [203, 205, 204] +Triangle: [205, 207, 206] +Triangle: [207, 209, 208] +Triangle: [208, 209, 211] +Triangle: [215, 214, 213] +Triangle: [219, 218, 217] +Triangle: [223, 222, 221] +Triangle: [221, 222, 225] +Triangle: [229, 228, 227] +Triangle: [230, 233, 232] +Triangle: [237, 236, 235] +Triangle: [239, 229, 226] +Triangle: [240, 243, 242] +Triangle: [244, 247, 246] +Triangle: [248, 251, 250] +Triangle: [252, 255, 254] +Triangle: [256, 257, 99] +Triangle: [259, 258, 133] +Triangle: [74, 75, 261] +Triangle: [263, 141, 140] +Triangle: [89, 86, 91] +Triangle: [265, 219, 216] +Triangle: [267, 266, 143] +Triangle: [269, 81, 78] +Triangle: [271, 151, 150] +Triangle: [225, 215, 212] +Triangle: [236, 239, 238] +Triangle: [162, 159, 156] +Triangle: [84, 273, 272] +Triangle: [274, 275, 155] +Triangle: [276, 277, 231] +Triangle: [279, 109, 106] +Triangle: [281, 280, 165] +Triangle: [282, 283, 73] +Triangle: [285, 173, 172] +Triangle: [113, 110, 101] +Triangle: [289, 288, 287] +Triangle: [290, 293, 292] +Triangle: [293, 290, 295] +Triangle: [297, 294, 295] +Triangle: [298, 299, 297] +Triangle: [288, 301, 300] +Triangle: [305, 304, 303] +Triangle: [306, 307, 303] +Triangle: [306, 309, 308] +Triangle: [313, 312, 311] +Triangle: [311, 312, 315] +Triangle: [317, 305, 302] +Triangle: [321, 320, 319] +Triangle: [322, 325, 324] +Triangle: [325, 322, 327] +Triangle: [328, 329, 326] +Triangle: [330, 331, 329] +Triangle: [320, 333, 332] +Triangle: [334, 337, 336] +Triangle: [339, 335, 336] +Triangle: [338, 341, 340] +Triangle: [345, 344, 343] +Triangle: [344, 347, 346] +Triangle: [348, 349, 337] +Triangle: [353, 352, 351] +Triangle: [357, 356, 355] +Triangle: [359, 357, 354] +Triangle: [360, 361, 359] +Triangle: [362, 363, 361] +Triangle: [352, 365, 364] +Triangle: [366, 369, 368] +Triangle: [367, 368, 371] +Triangle: [371, 373, 372] +Triangle: [374, 377, 376] +Triangle: [379, 375, 376] +Triangle: [380, 381, 369] +Triangle: [385, 384, 383] +Triangle: [389, 388, 387] +Triangle: [389, 386, 391] +Triangle: [392, 393, 390] +Triangle: [394, 395, 393] +Triangle: [384, 397, 396] +Triangle: [401, 400, 399] +Triangle: [402, 403, 399] +Triangle: [402, 405, 404] +Triangle: [409, 408, 407] +Triangle: [407, 408, 411] +Triangle: [412, 413, 401] +Triangle: [301, 299, 298] +Triangle: [97, 98, 95] +Triangle: [314, 315, 317] +Triangle: [132, 137, 138] +Triangle: [415, 77, 74] +Triangle: [416, 414, 74] +Triangle: [240, 241, 418] +Triangle: [313, 310, 308] +Triangle: [257, 256, 87] +Triangle: [289, 286, 291] +Triangle: [332, 333, 331] +Triangle: [217, 218, 223] +Triangle: [346, 347, 349] +Triangle: [145, 142, 147] +Triangle: [81, 420, 419] +Triangle: [421, 420, 81] +Triangle: [244, 245, 423] +Triangle: [345, 342, 340] +Triangle: [214, 265, 264] +Triangle: [321, 318, 323] +Triangle: [364, 365, 363] +Triangle: [276, 237, 234] +Triangle: [378, 381, 380] +Triangle: [274, 157, 158] +Triangle: [425, 273, 84] +Triangle: [426, 424, 84] +Triangle: [252, 253, 428] +Triangle: [373, 377, 374] +Triangle: [233, 230, 227] +Triangle: [353, 350, 355] +Triangle: [397, 395, 394] +Triangle: [107, 108, 105] +Triangle: [410, 411, 413] +Triangle: [167, 164, 169] +Triangle: [73, 430, 429] +Triangle: [431, 430, 73] +Triangle: [248, 249, 433] +Triangle: [405, 409, 406] +Triangle: [112, 279, 278] +Triangle: [388, 385, 382] +Triangle: [76, 77, 138] +Triangle: [141, 75, 76] +Triangle: [263, 261, 75] +Triangle: [435, 243, 240] +Triangle: [436, 434, 240] +Triangle: [414, 416, 259] +Triangle: [415, 414, 134] +Triangle: [415, 135, 138] +Triangle: [79, 80, 148] +Triangle: [151, 78, 79] +Triangle: [271, 268, 78] +Triangle: [438, 247, 244] +Triangle: [439, 437, 244] +Triangle: [421, 267, 144] +Triangle: [419, 420, 144] +Triangle: [419, 145, 148] +Triangle: [272, 273, 158] +Triangle: [272, 159, 162] +Triangle: [82, 83, 162] +Triangle: [441, 255, 252] +Triangle: [442, 440, 252] +Triangle: [155, 424, 426] +Triangle: [425, 424, 155] +Triangle: [425, 275, 158] +Triangle: [71, 72, 170] +Triangle: [173, 70, 71] +Triangle: [282, 70, 173] +Triangle: [444, 251, 248] +Triangle: [445, 443, 248] +Triangle: [430, 431, 281] +Triangle: [429, 430, 166] +Triangle: [429, 167, 170] +Triangle: [401, 100, 101] +Triangle: [402, 400, 101] +Triangle: [110, 111, 405] +Triangle: [409, 405, 111] +Triangle: [278, 106, 408] +Triangle: [106, 107, 411] +Triangle: [107, 104, 413] +Triangle: [413, 104, 100] +Triangle: [398, 399, 172] +Triangle: [403, 284, 172] +Triangle: [403, 404, 446] +Triangle: [406, 280, 446] +Triangle: [406, 407, 165] +Triangle: [165, 407, 410] +Triangle: [164, 410, 412] +Triangle: [412, 398, 168] +Triangle: [369, 235, 238] +Triangle: [238, 226, 371] +Triangle: [226, 227, 373] +Triangle: [230, 377, 373] +Triangle: [377, 230, 231] +Triangle: [277, 378, 376] +Triangle: [277, 234, 381] +Triangle: [234, 235, 369] +Triangle: [366, 367, 161] +Triangle: [367, 370, 160] +Triangle: [370, 372, 447] +Triangle: [374, 153, 447] +Triangle: [153, 374, 375] +Triangle: [379, 274, 152] +Triangle: [379, 380, 157] +Triangle: [380, 366, 156] +Triangle: [276, 232, 449] +Triangle: [233, 450, 449] +Triangle: [451, 450, 233] +Triangle: [452, 451, 228] +Triangle: [453, 452, 229] +Triangle: [454, 453, 239] +Triangle: [455, 454, 236] +Triangle: [448, 455, 237] +Triangle: [454, 360, 358] +Triangle: [358, 354, 452] +Triangle: [452, 354, 355] +Triangle: [450, 451, 355] +Triangle: [350, 351, 449] +Triangle: [448, 449, 351] +Triangle: [364, 362, 455] +Triangle: [362, 360, 454] +Triangle: [328, 327, 225] +Triangle: [215, 225, 327] +Triangle: [215, 322, 323] +Triangle: [265, 214, 323] +Triangle: [318, 319, 219] +Triangle: [319, 332, 218] +Triangle: [218, 332, 330] +Triangle: [330, 328, 222] +Triangle: [456, 221, 224] +Triangle: [458, 457, 224] +Triangle: [458, 212, 213] +Triangle: [460, 459, 213] +Triangle: [264, 216, 461] +Triangle: [216, 217, 462] +Triangle: [217, 220, 463] +Triangle: [220, 221, 456] +Triangle: [456, 457, 336] +Triangle: [338, 336, 457] +Triangle: [458, 459, 341] +Triangle: [460, 345, 341] +Triangle: [460, 461, 344] +Triangle: [461, 462, 347] +Triangle: [462, 463, 349] +Triangle: [463, 456, 337] +Triangle: [334, 335, 150] +Triangle: [270, 150, 335] +Triangle: [339, 340, 464] +Triangle: [342, 266, 464] +Triangle: [266, 342, 343] +Triangle: [343, 346, 142] +Triangle: [142, 346, 348] +Triangle: [348, 334, 146] +Triangle: [465, 90, 91] +Triangle: [86, 467, 466] +Triangle: [86, 87, 468] +Triangle: [469, 468, 87] +Triangle: [256, 96, 470] +Triangle: [96, 97, 471] +Triangle: [97, 94, 472] +Triangle: [94, 90, 465] +Triangle: [474, 473, 92] +Triangle: [89, 92, 473] +Triangle: [475, 476, 88] +Triangle: [477, 257, 88] +Triangle: [257, 477, 478] +Triangle: [99, 478, 479] +Triangle: [98, 479, 480] +Triangle: [480, 474, 93] +Triangle: [305, 465, 466] +Triangle: [467, 306, 304] +Triangle: [467, 468, 309] +Triangle: [469, 313, 309] +Triangle: [313, 469, 470] +Triangle: [470, 471, 315] +Triangle: [315, 471, 472] +Triangle: [472, 465, 305] +Triangle: [302, 303, 140] +Triangle: [307, 262, 140] +Triangle: [307, 308, 481] +Triangle: [310, 258, 481] +Triangle: [310, 311, 133] +Triangle: [133, 311, 314] +Triangle: [132, 314, 316] +Triangle: [316, 302, 136] +Triangle: [483, 482, 108] +Triangle: [484, 483, 109] +Triangle: [485, 484, 279] +Triangle: [113, 486, 485] +Triangle: [487, 486, 113] +Triangle: [488, 487, 102] +Triangle: [489, 488, 103] +Triangle: [108, 482, 489] +Triangle: [392, 391, 487] +Triangle: [486, 487, 391] +Triangle: [386, 387, 485] +Triangle: [484, 485, 387] +Triangle: [484, 382, 383] +Triangle: [483, 383, 396] +Triangle: [396, 394, 489] +Triangle: [394, 392, 488] +Triangle: [359, 491, 490] +Triangle: [361, 492, 491] +Triangle: [363, 493, 492] +Triangle: [494, 493, 363] +Triangle: [495, 494, 365] +Triangle: [496, 495, 352] +Triangle: [497, 496, 353] +Triangle: [490, 497, 356] +Triangle: [499, 325, 326] +Triangle: [329, 500, 498] +Triangle: [331, 501, 500] +Triangle: [502, 501, 331] +Triangle: [503, 502, 333] +Triangle: [504, 503, 320] +Triangle: [505, 504, 321] +Triangle: [325, 499, 505] +Triangle: [478, 287, 300] +Triangle: [479, 300, 298] +Triangle: [480, 298, 296] +Triangle: [474, 296, 295] +Triangle: [290, 475, 473] +Triangle: [290, 291, 476] +Triangle: [286, 477, 476] +Triangle: [477, 286, 287] +Triangle: [55, 56, 507] +Triangle: [509, 125, 126] +Triangle: [66, 67, 511] +Triangle: [115, 116, 121] +Triangle: [513, 63, 62] +Triangle: [65, 515, 514] +Triangle: [13, 17, 515] +Triangle: [17, 13, 12] +Triangle: [516, 519, 518] +Triangle: [523, 522, 521] +Triangle: [524, 527, 526] +Triangle: [526, 529, 528] +Triangle: [533, 532, 531] +Triangle: [534, 535, 519] +Triangle: [56, 537, 536] +Triangle: [57, 538, 537] +Triangle: [540, 539, 60] +Triangle: [541, 540, 61] +Triangle: [542, 541, 63] +Triangle: [543, 544, 542] +Triangle: [60, 57, 54] +Triangle: [539, 538, 57] +Triangle: [123, 127, 124] +Triangle: [517, 518, 523] +Triangle: [546, 69, 66] +Triangle: [547, 545, 66] +Triangle: [532, 535, 534] +Triangle: [508, 117, 114] +Triangle: [507, 536, 544] +Triangle: [517, 546, 545] +Triangle: [546, 517, 520] +Triangle: [68, 69, 520] +Triangle: [525, 549, 548] +Triangle: [550, 549, 525] +Triangle: [510, 511, 530] +Triangle: [547, 510, 531] +Triangle: [547, 534, 516] +Triangle: [551, 554, 553] +Triangle: [552, 553, 556] +Triangle: [556, 558, 557] +Triangle: [558, 560, 559] +Triangle: [560, 562, 561] +Triangle: [564, 561, 562] +Triangle: [564, 563, 566] +Triangle: [554, 551, 565] +Triangle: [17, 14, 35] +Triangle: [513, 512, 567] +Triangle: [7, 6, 10] +Triangle: [569, 568, 210] +Triangle: [570, 514, 572] +Triangle: [570, 573, 129] +Triangle: [573, 574, 128] +Triangle: [574, 576, 575] +Triangle: [578, 575, 576] +Triangle: [578, 577, 580] +Triangle: [543, 567, 506] +Triangle: [579, 580, 581] +Triangle: [581, 571, 130] +Triangle: [582, 130, 571] +Triangle: [551, 536, 537] +Triangle: [536, 551, 552] +Triangle: [544, 552, 555] +Triangle: [555, 557, 541] +Triangle: [557, 559, 540] +Triangle: [559, 561, 539] +Triangle: [538, 539, 561] +Triangle: [538, 564, 565] +Triangle: [535, 508, 126] +Triangle: [117, 508, 535] +Triangle: [116, 117, 532] +Triangle: [526, 584, 583] +Triangle: [585, 584, 526] +Triangle: [123, 120, 522] +Triangle: [518, 127, 123] +Triangle: [519, 126, 127] +Triangle: [587, 586, 196] +Triangle: [588, 515, 35] +Triangle: [588, 572, 514] +Triangle: [590, 591, 586] +Triangle: [568, 569, 591] +Triangle: [294, 297, 592] +Triangle: [51, 293, 294] +Triangle: [51, 52, 49] +Triangle: [48, 45, 42] +Triangle: [592, 297, 299] +Triangle: [594, 299, 301] +Triangle: [596, 579, 131] +Triangle: [597, 598, 579] +Triangle: [53, 50, 592] +Triangle: [600, 500, 501] +Triangle: [601, 599, 501] +Triangle: [502, 503, 602] +Triangle: [604, 601, 602] +Triangle: [492, 604, 603] +Triangle: [602, 503, 504] +Triangle: [43, 605, 603] +Triangle: [603, 605, 490] +Triangle: [39, 606, 495] +Triangle: [606, 607, 494] +Triangle: [609, 607, 606] +Triangle: [610, 608, 606] +Triangle: [612, 609, 608] +Triangle: [613, 611, 608] +Triangle: [493, 614, 604] +Triangle: [493, 494, 607] +Triangle: [616, 615, 609] +Triangle: [618, 617, 615] +Triangle: [619, 613, 610] +Triangle: [621, 619, 620] +Triangle: [496, 497, 38] +Triangle: [30, 31, 622] +Triangle: [618, 622, 31] +Triangle: [497, 490, 605] +Triangle: [43, 504, 505] +Triangle: [42, 505, 499] +Triangle: [293, 51, 46] +Triangle: [292, 46, 47] +Triangle: [301, 288, 623] +Triangle: [289, 47, 623] +Triangle: [500, 600, 624] +Triangle: [593, 499, 498] +Triangle: [595, 623, 624] +Triangle: [47, 593, 624] +Triangle: [44, 41, 38] +Triangle: [620, 625, 33] +Triangle: [40, 625, 620] +Triangle: [596, 592, 594] +Triangle: [594, 595, 626] +Triangle: [600, 599, 627] +Triangle: [601, 628, 627] +Triangle: [604, 614, 629] +Triangle: [614, 607, 630] +Triangle: [597, 626, 631] +Triangle: [32, 33, 633] +Triangle: [28, 27, 632] +Triangle: [189, 636, 634] +Triangle: [637, 191, 181] +Triangle: [636, 637, 635] +Triangle: [617, 31, 32] +Triangle: [609, 615, 639] +Triangle: [615, 617, 638] +Triangle: [632, 640, 638] +Triangle: [640, 632, 27] +Triangle: [626, 627, 641] +Triangle: [643, 628, 629] +Triangle: [627, 628, 643] +Triangle: [644, 639, 638] +Triangle: [642, 629, 630] +Triangle: [639, 644, 645] +Triangle: [64, 646, 11] +Triangle: [646, 64, 128] +Triangle: [647, 578, 579] +Triangle: [647, 646, 575] +Triangle: [648, 7, 11] +Triangle: [649, 25, 3] +Triangle: [648, 649, 4] +Triangle: [25, 649, 650] +Triangle: [29, 650, 644] +Triangle: [616, 395, 397] +Triangle: [622, 618, 397] +Triangle: [621, 622, 384] +Triangle: [619, 621, 385] +Triangle: [613, 619, 388] +Triangle: [611, 613, 389] +Triangle: [393, 612, 611] +Triangle: [395, 616, 612] +Triangle: [586, 636, 189] +Triangle: [591, 637, 636] +Triangle: [569, 191, 637] +Triangle: [191, 569, 211] +Triangle: [209, 192, 190] +Triangle: [207, 193, 192] +Triangle: [185, 193, 207] +Triangle: [184, 185, 205] +Triangle: [186, 184, 203] +Triangle: [187, 186, 201] +Triangle: [198, 195, 188] +Triangle: [189, 188, 195] +Triangle: [652, 651, 631] +Triangle: [651, 647, 598] +Triangle: [654, 642, 645] +Triangle: [653, 645, 644] +Triangle: [655, 652, 641] +Triangle: [642, 654, 655] +Triangle: [647, 651, 648] +Triangle: [648, 657, 656] +Triangle: [657, 648, 651] +Triangle: [650, 649, 656] +Triangle: [658, 656, 657] +Triangle: [658, 659, 655] +Triangle: [659, 657, 652] +Triangle: [658, 654, 653] +Triangle: [33, 625, 660] +Triangle: [625, 40, 661] +Triangle: [40, 41, 662] +Triangle: [41, 44, 663] +Triangle: [663, 44, 45] +Triangle: [45, 48, 665] +Triangle: [665, 48, 49] +Triangle: [633, 660, 37] +Triangle: [666, 49, 52] +Triangle: [669, 668, 661] +Triangle: [668, 37, 660] +Triangle: [667, 52, 130] +Triangle: [667, 671, 670] +Triangle: [572, 588, 589] +Triangle: [671, 667, 582] +Triangle: [34, 36, 673] +Triangle: [673, 36, 37] +Triangle: [674, 35, 34] +Triangle: [589, 35, 674] +Triangle: [677, 670, 676] +Triangle: [677, 675, 678] +Triangle: [672, 673, 678] +Triangle: [672, 675, 676] +Triangle: [678, 673, 668] +Triangle: [676, 670, 671] +Triangle: [677, 669, 680] +Triangle: [677, 679, 681] +Triangle: [664, 665, 681] +Triangle: [679, 680, 663] +Triangle: [680, 669, 662] +Triangle: [681, 665, 666] +Triangle: [1, 22, 202] +Triangle: [22, 20, 200] +Triangle: [20, 19, 199] +Triangle: [194, 199, 19] +Triangle: [197, 194, 15] +Triangle: [16, 12, 587] +Triangle: [12, 9, 590] +Triangle: [10, 568, 590] +Triangle: [6, 210, 568] +Triangle: [6, 5, 208] +Triangle: [206, 208, 5] +Triangle: [204, 206, 0] +Triangle: [119, 122, 562] +Triangle: [118, 119, 560] +Triangle: [556, 115, 118] +Triangle: [553, 114, 115] +Triangle: [509, 114, 553] +Triangle: [554, 566, 125] +Triangle: [124, 125, 566] +Triangle: [563, 562, 122] +Triangle: [580, 55, 506] +Triangle: [567, 571, 581] +Triangle: [512, 570, 571] +Triangle: [512, 62, 573] +Triangle: [62, 58, 574] +Triangle: [58, 59, 576] +Triangle: [577, 576, 59] +Triangle: [577, 54, 55] +Triangle: [481, 241, 242] +Triangle: [242, 243, 263] +Triangle: [259, 417, 418] +Triangle: [258, 418, 241] +Triangle: [243, 435, 261] +Triangle: [435, 434, 260] +Triangle: [416, 436, 417] +Triangle: [260, 434, 436] +Triangle: [464, 245, 246] +Triangle: [246, 247, 271] +Triangle: [267, 422, 423] +Triangle: [423, 245, 464] +Triangle: [271, 247, 438] +Triangle: [438, 437, 269] +Triangle: [439, 422, 267] +Triangle: [269, 437, 439] +Triangle: [447, 253, 254] +Triangle: [254, 255, 163] +Triangle: [154, 427, 428] +Triangle: [428, 253, 447] +Triangle: [163, 255, 441] +Triangle: [441, 440, 85] +Triangle: [442, 427, 154] +Triangle: [85, 440, 442] +Triangle: [249, 250, 284] +Triangle: [250, 251, 285] +Triangle: [281, 432, 433] +Triangle: [433, 249, 446] +Triangle: [285, 251, 444] +Triangle: [444, 443, 283] +Triangle: [431, 445, 432] +Triangle: [283, 443, 445] +Triangle: [527, 524, 521] +Triangle: [530, 528, 529] +Triangle: [524, 548, 68] +Triangle: [548, 549, 67] +Triangle: [67, 549, 550] +Triangle: [550, 528, 530] +Triangle: [529, 583, 116] +Triangle: [583, 584, 121] +Triangle: [121, 584, 585] +Triangle: [585, 527, 522] +Triangle: [3374, 742, 1196] +Triangle: [3376, 3377, 1044] +Triangle: [742, 3374, 3375] +Triangle: [742, 982, 1195] +Triangle: [749, 1523, 1524] +Triangle: [1521, 1522, 754] +Triangle: [753, 684, 686] +Triangle: [756, 751, 750] +Triangle: [1051, 1052, 759] +Triangle: [749, 752, 1110] +Triangle: [730, 685, 754] +Triangle: [686, 687, 761] +Triangle: [762, 756, 757] +Triangle: [765, 1841, 1842] +Triangle: [766, 1843, 1844] +Triangle: [1112, 1117, 1116] +Triangle: [1110, 1115, 1114] +Triangle: [731, 730, 1108] +Triangle: [691, 731, 1113] +Triangle: [778, 1114, 1115] +Triangle: [1049, 1116, 1117] +Triangle: [1162, 1795, 1796] +Triangle: [1164, 1793, 1794] +Triangle: [783, 1365, 1366] +Triangle: [1368, 692, 785] +Triangle: [734, 1791, 1792] +Triangle: [780, 1363, 1364] +Triangle: [794, 795, 796] +Triangle: [799, 1582, 1583] +Triangle: [1581, 1582, 799] +Triangle: [800, 3160, 3161] +Triangle: [802, 803, 804] +Triangle: [807, 3158, 3159] +Triangle: [796, 807, 806] +Triangle: [796, 1083, 1082] +Triangle: [3158, 807, 1082] +Triangle: [804, 803, 1081] +Triangle: [1380, 804, 1080] +Triangle: [804, 1380, 1381] +Triangle: [1579, 1580, 801] +Triangle: [1578, 1579, 829] +Triangle: [1576, 1577, 830] +Triangle: [828, 827, 926] +Triangle: [827, 1079, 1078] +Triangle: [1387, 831, 834] +Triangle: [836, 1572, 1573] +Triangle: [1562, 3533, 3534] +Triangle: [1552, 1553, 840] +Triangle: [1406, 1074, 1550] +Triangle: [1660, 1550, 1074] +Triangle: [1663, 1071, 1072] +Triangle: [847, 848, 932] +Triangle: [1558, 1559, 3536] +Triangle: [3153, 851, 856] +Triangle: [852, 850, 855] +Triangle: [1070, 1374, 1664] +Triangle: [1557, 3538, 3539] +Triangle: [857, 858, 1372] +Triangle: [1068, 3151, 3152] +Triangle: [3466, 1431, 1432] +Triangle: [874, 875, 876] +Triangle: [878, 1894, 1895] +Triangle: [880, 878, 1427] +Triangle: [883, 884, 888] +Triangle: [885, 886, 887] +Triangle: [888, 1892, 1893] +Triangle: [884, 1891, 1892] +Triangle: [1890, 1166, 1646] +Triangle: [1123, 1600, 1601] +Triangle: [1888, 896, 1537] +Triangle: [894, 893, 905] +Triangle: [3475, 1059, 1058] +Triangle: [906, 905, 910] +Triangle: [907, 906, 909] +Triangle: [911, 909, 913] +Triangle: [909, 910, 914] +Triangle: [3476, 1060, 1059] +Triangle: [1622, 1850, 1851] +Triangle: [1620, 1621, 1851] +Triangle: [3478, 3479, 1619] +Triangle: [1617, 1618, 1854] +Triangle: [915, 908, 921] +Triangle: [1616, 1856, 1857] +Triangle: [924, 835, 1575] +Triangle: [925, 926, 832] +Triangle: [926, 1078, 1077] +Triangle: [1072, 1073, 1661] +Triangle: [839, 838, 931] +Triangle: [1559, 1560, 3535] +Triangle: [934, 840, 1553] +Triangle: [933, 839, 932] +Triangle: [935, 932, 848] +Triangle: [1371, 1372, 858] +Triangle: [1593, 1594, 940] +Triangle: [885, 1893, 1894] +Triangle: [878, 880, 886] +Triangle: [876, 879, 877] +Triangle: [875, 1932, 1931] +Triangle: [879, 876, 1931] +Triangle: [880, 1928, 1927] +Triangle: [882, 951, 952] +Triangle: [1920, 866, 862] +Triangle: [866, 1920, 1921] +Triangle: [867, 1922, 1923] +Triangle: [871, 1923, 1924] +Triangle: [955, 874, 873] +Triangle: [868, 3462, 3464] +Triangle: [1899, 953, 954] +Triangle: [1897, 1898, 954] +Triangle: [873, 877, 1896] +Triangle: [955, 962, 964] +Triangle: [964, 965, 875] +Triangle: [1925, 966, 872] +Triangle: [1433, 963, 870] +Triangle: [1166, 1167, 1645] +Triangle: [798, 794, 797] +Triangle: [800, 799, 797] +Triangle: [3160, 800, 806] +Triangle: [829, 801, 802] +Triangle: [1382, 829, 805] +Triangle: [830, 828, 925] +Triangle: [835, 924, 925] +Triangle: [1385, 1386, 834] +Triangle: [1082, 1083, 810] +Triangle: [3157, 1082, 822] +Triangle: [821, 825, 1080] +Triangle: [1080, 825, 1378] +Triangle: [1445, 3256, 3257] +Triangle: [3259, 1443, 3154] +Triangle: [1443, 3259, 3260] +Triangle: [1124, 1599, 1600] +Triangle: [893, 1057, 1058] +Triangle: [905, 1058, 1059] +Triangle: [910, 1059, 1060] +Triangle: [1853, 1619, 1620] +Triangle: [1470, 1752, 1753] +Triangle: [1472, 1750, 1751] +Triangle: [1748, 1749, 1473] +Triangle: [1747, 1475, 1476] +Triangle: [1035, 1036, 982] +Triangle: [987, 1044, 1045] +Triangle: [984, 988, 989] +Triangle: [1747, 1748, 1474] +Triangle: [784, 1366, 1367] +Triangle: [1793, 1164, 1165] +Triangle: [1114, 778, 776] +Triangle: [1522, 1523, 749] +Triangle: [750, 753, 755] +Triangle: [763, 757, 755] +Triangle: [764, 1842, 1843] +Triangle: [1149, 992, 1056] +Triangle: [992, 1149, 1150] +Triangle: [993, 1150, 1151] +Triangle: [901, 902, 997] +Triangle: [998, 1064, 1065] +Triangle: [911, 950, 1006] +Triangle: [1652, 948, 996] +Triangle: [1167, 1936, 1939] +Triangle: [1064, 998, 1010] +Triangle: [998, 997, 1011] +Triangle: [1061, 3480, 3481] +Triangle: [917, 916, 1013] +Triangle: [916, 918, 1015] +Triangle: [923, 1016, 1590] +Triangle: [920, 1017, 1012] +Triangle: [918, 1061, 1062] +Triangle: [1651, 996, 1014] +Triangle: [960, 963, 1025] +Triangle: [1024, 1026, 964] +Triangle: [965, 964, 1026] +Triangle: [966, 1925, 1926] +Triangle: [1235, 1236, 1233] +Triangle: [831, 1033, 1032] +Triangle: [1031, 836, 834] +Triangle: [836, 1031, 1571] +Triangle: [3376, 987, 1035] +Triangle: [1036, 1035, 987] +Triangle: [1471, 1751, 1752] +Triangle: [1039, 1362, 1363] +Triangle: [1161, 1796, 1797] +Triangle: [1042, 1041, 760] +Triangle: [1043, 1042, 758] +Triangle: [988, 984, 1045] +Triangle: [1473, 1749, 1750] +Triangle: [1365, 783, 1048] +Triangle: [1163, 1794, 1795] +Triangle: [777, 1115, 1116] +Triangle: [1111, 1116, 1115] +Triangle: [1050, 1111, 1110] +Triangle: [1525, 1050, 752] +Triangle: [1052, 1051, 751] +Triangle: [1053, 1052, 756] +Triangle: [1054, 1840, 1841] +Triangle: [3469, 3470, 1148] +Triangle: [3471, 3472, 1599] +Triangle: [1057, 3473, 3474] +Triangle: [1064, 1063, 1392] +Triangle: [1065, 1064, 1393] +Triangle: [1071, 1403, 1404] +Triangle: [1405, 1073, 1072] +Triangle: [1083, 796, 795] +Triangle: [1441, 1442, 3260] +Triangle: [808, 810, 1083] +Triangle: [809, 808, 1084] +Triangle: [1090, 1047, 787] +Triangle: [1092, 789, 788] +Triangle: [727, 721, 790] +Triangle: [1094, 790, 789] +Triangle: [1091, 787, 1038] +Triangle: [1090, 1093, 788] +Triangle: [1615, 1857, 1858] +Triangle: [923, 1003, 1020] +Triangle: [1002, 1019, 1728] +Triangle: [945, 944, 941] +Triangle: [939, 1914, 958] +Triangle: [953, 958, 955] +Triangle: [957, 1937, 1938] +Triangle: [961, 958, 1914] +Triangle: [958, 961, 962] +Triangle: [961, 1023, 1024] +Triangle: [950, 911, 912] +Triangle: [897, 1004, 1535] +Triangle: [949, 947, 999] +Triangle: [1536, 1537, 896] +Triangle: [903, 904, 921] +Triangle: [1595, 942, 940] +Triangle: [895, 900, 904] +Triangle: [994, 1098, 1885] +Triangle: [1595, 1596, 1099] +Triangle: [945, 1097, 946] +Triangle: [1097, 1098, 994] +Triangle: [1884, 1885, 1098] +Triangle: [1100, 969, 1883] +Triangle: [901, 1065, 1066] +Triangle: [891, 889, 902] +Triangle: [1168, 1169, 1643] +Triangle: [948, 1652, 1653] +Triangle: [1004, 897, 1940] +Triangle: [1170, 1171, 1641] +Triangle: [892, 947, 949] +Triangle: [1169, 3382, 3442] +Triangle: [1396, 1101, 1066] +Triangle: [1107, 1106, 892] +Triangle: [1395, 1066, 1065] +Triangle: [1008, 1009, 967] +Triangle: [3444, 1007, 967] +Triangle: [3444, 3445, 1001] +Triangle: [1639, 1640, 1397] +Triangle: [749, 1109, 1108] +Triangle: [1109, 1114, 1113] +Triangle: [771, 1146, 1147] +Triangle: [690, 733, 1145] +Triangle: [1121, 1602, 1603] +Triangle: [1122, 1601, 1602] +Triangle: [906, 907, 899] +Triangle: [899, 907, 1006] +Triangle: [831, 1387, 1388] +Triangle: [1376, 852, 854] +Triangle: [929, 853, 846] +Triangle: [928, 1078, 1079] +Triangle: [843, 1077, 1078] +Triangle: [1446, 3255, 3256] +Triangle: [1076, 1075, 1033] +Triangle: [1135, 1136, 1302] +Triangle: [1678, 1156, 1157] +Triangle: [1140, 1683, 1684] +Triangle: [1685, 1119, 1139] +Triangle: [1155, 1141, 775] +Triangle: [1139, 775, 1141] +Triangle: [1129, 1132, 1142] +Triangle: [3338, 3339, 3327] +Triangle: [1146, 1126, 1125] +Triangle: [3470, 3471, 1124] +Triangle: [1123, 1149, 1148] +Triangle: [1149, 1123, 1122] +Triangle: [1150, 1122, 1121] +Triangle: [1155, 1154, 1130] +Triangle: [1670, 1671, 1325] +Triangle: [780, 1161, 1160] +Triangle: [1048, 1162, 1161] +Triangle: [783, 1163, 1162] +Triangle: [784, 1164, 1163] +Triangle: [1164, 784, 785] +Triangle: [692, 734, 1165] +Triangle: [1086, 3370, 3371] +Triangle: [746, 3369, 3370] +Triangle: [1166, 1890, 1891] +Triangle: [1167, 1166, 884] +Triangle: [1169, 1168, 951] +Triangle: [3190, 1171, 1170] +Triangle: [1172, 1397, 3191] +Triangle: [825, 824, 1377] +Triangle: [823, 824, 825] +Triangle: [3156, 822, 1185] +Triangle: [811, 1185, 822] +Triangle: [1186, 811, 810] +Triangle: [1187, 1186, 808] +Triangle: [1469, 1753, 1754] +Triangle: [743, 974, 975] +Triangle: [741, 1086, 744] +Triangle: [1086, 741, 748] +Triangle: [1175, 3197, 3198] +Triangle: [3199, 1177, 1176] +Triangle: [1103, 814, 815] +Triangle: [1131, 1143, 740] +Triangle: [1087, 1133, 1131] +Triangle: [1178, 1179, 1132] +Triangle: [3201, 3202, 1179] +Triangle: [1182, 1181, 1133] +Triangle: [1104, 1177, 737] +Triangle: [3200, 737, 1177] +Triangle: [3369, 746, 1190] +Triangle: [1192, 1191, 1493] +Triangle: [1196, 1195, 974] +Triangle: [3373, 1196, 743] +Triangle: [1160, 1797, 1798] +Triangle: [1362, 1039, 782] +Triangle: [1677, 1157, 1158] +Triangle: [1669, 1670, 1326] +Triangle: [1039, 1160, 1159] +Triangle: [930, 845, 841] +Triangle: [842, 1076, 1388] +Triangle: [3253, 1448, 1449] +Triangle: [3254, 1447, 1448] +Triangle: [1237, 1238, 1236] +Triangle: [1075, 1076, 842] +Triangle: [928, 927, 1128] +Triangle: [826, 1184, 927] +Triangle: [3366, 1197, 682] +Triangle: [1197, 1198, 683] +Triangle: [1198, 1199, 736] +Triangle: [3368, 1190, 745] +Triangle: [1189, 747, 1491] +Triangle: [1763, 1764, 736] +Triangle: [1197, 3366, 3367] +Triangle: [1198, 1197, 745] +Triangle: [1199, 1198, 747] +Triangle: [1763, 1199, 1189] +Triangle: [972, 1085, 1084] +Triangle: [798, 970, 971] +Triangle: [971, 972, 795] +Triangle: [971, 990, 973] +Triangle: [970, 991, 990] +Triangle: [720, 724, 991] +Triangle: [1659, 1074, 1202] +Triangle: [1074, 1406, 1407] +Triangle: [1204, 1203, 837] +Triangle: [1205, 1204, 840] +Triangle: [3533, 1562, 1563] +Triangle: [1032, 1220, 1221] +Triangle: [1204, 1205, 1224] +Triangle: [1203, 1204, 1225] +Triangle: [1033, 1219, 1220] +Triangle: [3532, 1563, 1564] +Triangle: [1031, 1221, 1570] +Triangle: [1075, 1230, 1219] +Triangle: [1034, 1229, 1230] +Triangle: [3510, 1246, 1247] +Triangle: [3509, 1247, 1248] +Triangle: [3508, 1248, 1569] +Triangle: [3531, 1564, 1565] +Triangle: [1224, 1423, 1424] +Triangle: [1226, 1225, 1424] +Triangle: [3512, 1244, 1245] +Triangle: [3511, 1245, 1246] +Triangle: [1210, 1211, 1260] +Triangle: [1212, 1209, 1252] +Triangle: [1214, 1212, 1253] +Triangle: [1213, 1259, 1260] +Triangle: [1216, 1258, 1259] +Triangle: [1218, 1256, 1257] +Triangle: [1218, 1215, 1255] +Triangle: [1217, 1257, 1258] +Triangle: [1240, 1239, 1209] +Triangle: [1241, 1240, 1212] +Triangle: [1242, 1409, 1410] +Triangle: [1243, 1218, 1217] +Triangle: [1244, 1217, 1216] +Triangle: [1246, 1245, 1216] +Triangle: [1246, 1213, 1211] +Triangle: [1248, 1247, 1211] +Triangle: [1248, 1210, 1568] +Triangle: [1254, 1253, 1233] +Triangle: [1255, 1236, 1238] +Triangle: [1257, 1256, 1238] +Triangle: [1258, 1257, 1237] +Triangle: [1260, 1259, 1235] +Triangle: [1010, 1263, 1264] +Triangle: [1011, 1265, 1263] +Triangle: [3481, 3482, 1267] +Triangle: [1013, 1015, 1270] +Triangle: [1016, 1271, 1589] +Triangle: [1017, 1272, 1266] +Triangle: [1062, 1267, 1270] +Triangle: [1014, 1269, 1649] +Triangle: [1946, 1947, 1271] +Triangle: [1063, 1264, 1391] +Triangle: [1264, 1263, 1275] +Triangle: [1265, 1277, 1275] +Triangle: [1269, 1268, 1280] +Triangle: [1268, 1270, 1282] +Triangle: [1271, 1283, 1588] +Triangle: [1272, 1284, 1278] +Triangle: [1270, 1267, 1279] +Triangle: [1391, 1264, 1276] +Triangle: [1275, 1287, 1288] +Triangle: [1277, 1289, 1287] +Triangle: [1280, 1292, 1293] +Triangle: [1280, 1282, 1294] +Triangle: [1278, 1284, 1296] +Triangle: [1282, 1279, 1291] +Triangle: [1276, 1288, 1297] +Triangle: [1297, 1296, 1295] +Triangle: [1287, 1289, 1294] +Triangle: [1290, 1288, 1287] +Triangle: [1289, 1293, 1292] +Triangle: [1320, 1321, 1300] +Triangle: [1303, 1302, 1134] +Triangle: [1320, 1299, 1305] +Triangle: [1306, 1318, 1319] +Triangle: [1318, 1306, 1681] +Triangle: [1680, 1308, 1316] +Triangle: [3325, 3326, 3340] +Triangle: [1310, 1309, 1313] +Triangle: [1314, 1315, 1311] +Triangle: [1324, 1672, 1673] +Triangle: [3327, 3339, 3340] +Triangle: [1314, 1313, 1134] +Triangle: [1315, 1314, 1302] +Triangle: [1672, 1324, 1325] +Triangle: [1679, 1316, 1156] +Triangle: [1318, 1682, 1683] +Triangle: [1319, 1318, 1140] +Triangle: [1155, 1320, 1319] +Triangle: [1320, 1155, 1142] +Triangle: [1132, 1322, 1321] +Triangle: [1315, 1324, 1323] +Triangle: [1324, 1315, 1136] +Triangle: [1326, 1325, 1136] +Triangle: [1331, 1327, 1689] +Triangle: [1332, 1328, 1327] +Triangle: [1698, 1699, 1311] +Triangle: [1179, 1336, 1322] +Triangle: [1181, 1312, 1339] +Triangle: [1312, 1180, 1340] +Triangle: [1341, 1131, 1133] +Triangle: [1339, 1340, 1338] +Triangle: [1323, 1673, 1697] +Triangle: [1328, 1674, 1675] +Triangle: [1301, 1337, 1343] +Triangle: [1338, 1344, 1345] +Triangle: [1143, 1131, 1341] +Triangle: [1179, 3202, 3203] +Triangle: [3204, 1337, 1336] +Triangle: [1337, 3204, 3205] +Triangle: [1699, 1700, 1310] +Triangle: [1331, 1348, 1349] +Triangle: [1343, 3205, 3206] +Triangle: [1351, 1346, 1344] +Triangle: [1350, 1346, 1351] +Triangle: [1351, 1338, 1340] +Triangle: [1354, 1352, 1351] +Triangle: [1355, 1349, 1348] +Triangle: [3341, 3342, 3324] +Triangle: [1180, 1357, 1353] +Triangle: [1348, 1331, 1690] +Triangle: [1358, 1330, 1359] +Triangle: [1335, 1343, 1347] +Triangle: [1362, 1038, 787] +Triangle: [1363, 787, 1047] +Triangle: [788, 1365, 1364] +Triangle: [1365, 788, 789] +Triangle: [1366, 789, 790] +Triangle: [721, 1368, 1367] +Triangle: [1303, 1144, 1369] +Triangle: [3337, 3338, 3328] +Triangle: [1557, 1558, 3537] +Triangle: [1372, 1371, 936] +Triangle: [1373, 1372, 848] +Triangle: [1403, 1071, 1374] +Triangle: [1664, 1374, 1071] +Triangle: [853, 1376, 1375] +Triangle: [3255, 1446, 1447] +Triangle: [1378, 1377, 1184] +Triangle: [1379, 1378, 826] +Triangle: [1380, 1379, 1079] +Triangle: [1381, 1380, 827] +Triangle: [830, 1382, 1381] +Triangle: [1577, 1578, 1382] +Triangle: [1385, 1573, 1574] +Triangle: [1385, 1541, 1542] +Triangle: [1543, 1387, 1386] +Triangle: [1388, 1387, 1543] +Triangle: [1389, 1388, 1544] +Triangle: [1067, 1398, 1399] +Triangle: [1402, 1374, 1070] +Triangle: [3151, 1068, 1399] +Triangle: [1273, 1391, 1390] +Triangle: [1392, 1391, 1273] +Triangle: [1393, 1392, 1018] +Triangle: [1394, 1393, 999] +Triangle: [1395, 1394, 947] +Triangle: [1106, 1396, 1395] +Triangle: [1640, 1641, 1171] +Triangle: [1397, 1171, 3190] +Triangle: [1398, 860, 861] +Triangle: [1373, 1402, 1401] +Triangle: [847, 1403, 1402] +Triangle: [1403, 847, 931] +Triangle: [838, 1405, 1404] +Triangle: [837, 1406, 1551] +Triangle: [1406, 837, 1203] +Triangle: [1407, 1203, 1226] +Triangle: [1408, 1226, 1425] +Triangle: [1409, 1241, 1214] +Triangle: [1410, 1214, 1254] +Triangle: [1411, 1548, 1549] +Triangle: [3251, 1547, 1450] +Triangle: [1412, 1389, 1545] +Triangle: [1389, 1412, 1413] +Triangle: [3249, 3250, 1450] +Triangle: [1414, 1411, 844] +Triangle: [1413, 1415, 1034] +Triangle: [1229, 1034, 1415] +Triangle: [1244, 3512, 3246] +Triangle: [3249, 1451, 1452] +Triangle: [1414, 1201, 1418] +Triangle: [3248, 1452, 1228] +Triangle: [1408, 1419, 1202] +Triangle: [1419, 1657, 1658] +Triangle: [1417, 1418, 1420] +Triangle: [1657, 1419, 1227] +Triangle: [1288, 1290, 1296] +Triangle: [1409, 1242, 1227] +Triangle: [1421, 1227, 1419] +Triangle: [1565, 1566, 3529] +Triangle: [1424, 1423, 1239] +Triangle: [1425, 1424, 1240] +Triangle: [1421, 1425, 1241] +Triangle: [3142, 3305, 3306] +Triangle: [3143, 3304, 3305] +Triangle: [3143, 3144, 3303] +Triangle: [3301, 3302, 3145] +Triangle: [1431, 3232, 3233] +Triangle: [3234, 1433, 1432] +Triangle: [3432, 3399, 3298] +Triangle: [3299, 3300, 3230] +Triangle: [3147, 3148, 3298] +Triangle: [3229, 1434, 1435] +Triangle: [1434, 863, 1436] +Triangle: [1435, 1436, 3227] +Triangle: [864, 3226, 3380] +Triangle: [3227, 1436, 881] +Triangle: [1437, 1025, 963] +Triangle: [1437, 1433, 3234] +Triangle: [1910, 1911, 1438] +Triangle: [1173, 1172, 3192] +Triangle: [1067, 1068, 856] +Triangle: [851, 849, 1439] +Triangle: [3154, 1443, 851] +Triangle: [850, 852, 1445] +Triangle: [852, 1376, 1446] +Triangle: [1446, 1376, 853] +Triangle: [1447, 853, 929] +Triangle: [1449, 1448, 929] +Triangle: [1450, 1547, 1548] +Triangle: [1451, 1450, 1411] +Triangle: [1451, 1414, 1417] +Triangle: [1453, 1441, 3261] +Triangle: [1441, 1453, 1440] +Triangle: [1453, 1454, 819] +Triangle: [1455, 820, 819] +Triangle: [820, 1455, 1456] +Triangle: [817, 1456, 1457] +Triangle: [3266, 1457, 1456] +Triangle: [3263, 1454, 1453] +Triangle: [3264, 1455, 1454] +Triangle: [3265, 1456, 1455] +Triangle: [1460, 1462, 1461] +Triangle: [1463, 1459, 1187] +Triangle: [1459, 1463, 1462] +Triangle: [1465, 741, 975] +Triangle: [1466, 975, 974] +Triangle: [1195, 1468, 1467] +Triangle: [982, 1469, 1468] +Triangle: [1036, 1470, 1469] +Triangle: [983, 1471, 1470] +Triangle: [1045, 1472, 1471] +Triangle: [984, 1473, 1472] +Triangle: [985, 1474, 1473] +Triangle: [986, 1475, 1474] +Triangle: [1475, 986, 723] +Triangle: [1188, 748, 741] +Triangle: [1464, 1477, 1478] +Triangle: [1477, 1464, 813] +Triangle: [1480, 1481, 1461] +Triangle: [1481, 1096, 1458] +Triangle: [1178, 1129, 1103] +Triangle: [3201, 1178, 737] +Triangle: [738, 1457, 739] +Triangle: [1462, 1477, 1479] +Triangle: [1477, 1462, 1463] +Triangle: [1478, 1463, 809] +Triangle: [1096, 1481, 3319] +Triangle: [3267, 739, 1457] +Triangle: [1085, 1483, 1193] +Triangle: [972, 973, 1483] +Triangle: [1200, 991, 724] +Triangle: [1492, 1761, 1762] +Triangle: [1760, 1192, 1494] +Triangle: [1466, 1756, 1757] +Triangle: [1756, 1466, 1467] +Triangle: [1465, 1757, 1758] +Triangle: [1488, 976, 812] +Triangle: [1486, 812, 813] +Triangle: [1487, 813, 1464] +Triangle: [793, 990, 991] +Triangle: [1489, 1193, 1483] +Triangle: [1484, 1483, 973] +Triangle: [990, 793, 1490] +Triangle: [1485, 1464, 1193] +Triangle: [1492, 1491, 1191] +Triangle: [1192, 1760, 1761] +Triangle: [1494, 1493, 748] +Triangle: [1759, 1494, 1188] +Triangle: [1496, 1191, 1491] +Triangle: [1191, 1496, 1497] +Triangle: [1495, 1491, 747] +Triangle: [1497, 746, 748] +Triangle: [1190, 1496, 1495] +Triangle: [1497, 1496, 1190] +Triangle: [3267, 3268, 1087] +Triangle: [1499, 1498, 1482] +Triangle: [1468, 1754, 1755] +Triangle: [1498, 1499, 1500] +Triangle: [1503, 1767, 1768] +Triangle: [1504, 1766, 1767] +Triangle: [1505, 1765, 1766] +Triangle: [980, 1503, 1502] +Triangle: [981, 1504, 1503] +Triangle: [722, 1505, 1504] +Triangle: [950, 1625, 1626] +Triangle: [1152, 1120, 1507] +Triangle: [1194, 1508, 976] +Triangle: [1046, 1506, 1509] +Triangle: [1510, 1037, 978] +Triangle: [1508, 1194, 977] +Triangle: [1511, 977, 1037] +Triangle: [814, 1103, 1129] +Triangle: [1514, 1516, 772] +Triangle: [1513, 1515, 1516] +Triangle: [1782, 1516, 1515] +Triangle: [1517, 1040, 779] +Triangle: [1783, 772, 1516] +Triangle: [1117, 1112, 1518] +Triangle: [1112, 1520, 1519] +Triangle: [1111, 1050, 1520] +Triangle: [684, 753, 1522] +Triangle: [1523, 1522, 753] +Triangle: [1523, 750, 751] +Triangle: [1051, 1525, 1524] +Triangle: [1520, 760, 1041] +Triangle: [758, 760, 1525] +Triangle: [760, 1520, 1050] +Triangle: [1512, 1095, 1183] +Triangle: [1095, 1512, 1501] +Triangle: [1304, 1526, 1135] +Triangle: [1526, 791, 1326] +Triangle: [1527, 912, 913] +Triangle: [1529, 1528, 913] +Triangle: [1530, 1529, 914] +Triangle: [3477, 1530, 1060] +Triangle: [1531, 915, 922] +Triangle: [1592, 1593, 941] +Triangle: [1533, 941, 944] +Triangle: [1536, 1535, 943] +Triangle: [1537, 1536, 946] +Triangle: [1887, 1537, 994] +Triangle: [912, 1527, 1539] +Triangle: [1622, 1623, 1849] +Triangle: [744, 3371, 3372] +Triangle: [1541, 1574, 1575] +Triangle: [1541, 835, 833] +Triangle: [833, 832, 1543] +Triangle: [1544, 1543, 832] +Triangle: [1545, 1544, 1077] +Triangle: [1546, 1545, 843] +Triangle: [1547, 3251, 3252] +Triangle: [1547, 1449, 841] +Triangle: [1548, 841, 845] +Triangle: [1073, 1550, 1660] +Triangle: [1551, 1550, 1073] +Triangle: [1552, 1551, 1405] +Triangle: [1553, 1552, 838] +Triangle: [1554, 1553, 839] +Triangle: [1561, 3534, 3535] +Triangle: [1370, 3421, 3422] +Triangle: [3421, 1370, 704] +Triangle: [3426, 3564, 1560] +Triangle: [3565, 1561, 1560] +Triangle: [3566, 1562, 1561] +Triangle: [1562, 3566, 3567] +Triangle: [1563, 3567, 3568] +Triangle: [1564, 3568, 3569] +Triangle: [1565, 3569, 3570] +Triangle: [1232, 1233, 1252] +Triangle: [1234, 1233, 1232] +Triangle: [1262, 1261, 1234] +Triangle: [3507, 1569, 1867] +Triangle: [1869, 1571, 1570] +Triangle: [1870, 1572, 1571] +Triangle: [1572, 1870, 1871] +Triangle: [1573, 1871, 1872] +Triangle: [1575, 1574, 1872] +Triangle: [1575, 1873, 1874] +Triangle: [1874, 1875, 1577] +Triangle: [1578, 1577, 1875] +Triangle: [1579, 1578, 1876] +Triangle: [1580, 1579, 1877] +Triangle: [3161, 3162, 1879] +Triangle: [1880, 1582, 1581] +Triangle: [1582, 1880, 1882] +Triangle: [720, 970, 1825] +Triangle: [1556, 3539, 3540] +Triangle: [868, 937, 858] +Triangle: [857, 3460, 3461] +Triangle: [1401, 859, 3460] +Triangle: [1401, 1070, 1400] +Triangle: [3194, 3195, 1584] +Triangle: [3193, 3194, 1174] +Triangle: [3195, 3196, 1585] +Triangle: [3197, 1175, 1585] +Triangle: [1176, 1587, 1586] +Triangle: [1587, 1176, 1177] +Triangle: [1589, 1588, 1284] +Triangle: [1017, 1590, 1589] +Triangle: [1591, 1590, 1017] +Triangle: [1616, 1617, 1855] +Triangle: [1593, 1592, 1532] +Triangle: [922, 921, 1594] +Triangle: [904, 1595, 1594] +Triangle: [1596, 1595, 904] +Triangle: [940, 942, 1097] +Triangle: [1654, 1105, 890] +Triangle: [3472, 3473, 1057] +Triangle: [1599, 1057, 893] +Triangle: [1601, 1600, 893] +Triangle: [1601, 894, 899] +Triangle: [1602, 899, 898] +Triangle: [1604, 1099, 1596] +Triangle: [900, 1606, 1605] +Triangle: [895, 1598, 1606] +Triangle: [814, 1610, 1609] +Triangle: [814, 1130, 1153] +Triangle: [1630, 1612, 1611] +Triangle: [923, 1615, 1614] +Triangle: [1591, 1616, 1615] +Triangle: [1616, 1591, 920] +Triangle: [919, 1618, 1617] +Triangle: [1619, 3479, 3480] +Triangle: [1620, 1619, 1061] +Triangle: [918, 916, 1621] +Triangle: [916, 917, 1622] +Triangle: [1622, 917, 996] +Triangle: [1623, 996, 948] +Triangle: [890, 1625, 1624] +Triangle: [1625, 890, 1105] +Triangle: [1942, 1943, 1629] +Triangle: [1007, 1001, 1627] +Triangle: [1003, 1614, 1630] +Triangle: [1611, 1004, 1941] +Triangle: [1612, 1535, 1004] +Triangle: [1859, 1630, 1614] +Triangle: [1613, 1631, 1534] +Triangle: [1102, 1597, 889] +Triangle: [1006, 1626, 1632] +Triangle: [1101, 1102, 891] +Triangle: [944, 945, 943] +Triangle: [1626, 1105, 1607] +Triangle: [1632, 1607, 1608] +Triangle: [1634, 816, 1609] +Triangle: [1634, 1610, 1153] +Triangle: [1633, 1603, 898] +Triangle: [1175, 1586, 1637] +Triangle: [1172, 1173, 1638] +Triangle: [1639, 1638, 1102] +Triangle: [1640, 1639, 1101] +Triangle: [1641, 1640, 1396] +Triangle: [1642, 1641, 1106] +Triangle: [1643, 3442, 3443] +Triangle: [1644, 1643, 967] +Triangle: [1645, 1939, 1940] +Triangle: [1646, 1645, 897] +Triangle: [1889, 1646, 896] +Triangle: [1638, 1636, 1597] +Triangle: [1173, 1174, 1636] +Triangle: [1637, 1648, 1584] +Triangle: [1648, 1636, 1174] +Triangle: [851, 1443, 1442] +Triangle: [1442, 1441, 818] +Triangle: [1649, 1281, 1277] +Triangle: [1650, 1649, 1265] +Triangle: [997, 1651, 1650] +Triangle: [902, 1652, 1651] +Triangle: [1652, 902, 889] +Triangle: [1597, 1654, 1653] +Triangle: [1636, 1648, 1654] +Triangle: [1105, 1654, 1655] +Triangle: [1655, 1654, 1648] +Triangle: [1418, 1657, 1656] +Triangle: [1657, 1418, 1201] +Triangle: [844, 1659, 1658] +Triangle: [1660, 1659, 844] +Triangle: [1661, 1660, 1549] +Triangle: [1662, 1661, 845] +Triangle: [930, 846, 1663] +Triangle: [1664, 1663, 846] +Triangle: [1665, 1664, 1375] +Triangle: [1400, 1070, 1665] +Triangle: [854, 855, 1069] +Triangle: [1607, 1655, 1666] +Triangle: [1586, 1666, 1655] +Triangle: [1666, 1586, 1587] +Triangle: [1667, 1668, 1608] +Triangle: [1507, 1120, 1603] +Triangle: [1668, 1507, 1633] +Triangle: [1667, 1587, 1104] +Triangle: [815, 1609, 1668] +Triangle: [1609, 816, 1507] +Triangle: [1157, 1670, 1669] +Triangle: [1157, 1156, 1671] +Triangle: [1316, 1672, 1671] +Triangle: [1672, 1316, 1308] +Triangle: [1673, 1308, 1696] +Triangle: [1675, 1674, 1342] +Triangle: [1137, 1677, 1676] +Triangle: [1138, 1678, 1677] +Triangle: [1317, 1679, 1678] +Triangle: [1307, 1680, 1679] +Triangle: [1681, 1307, 1317] +Triangle: [1682, 1317, 1138] +Triangle: [1683, 1138, 1137] +Triangle: [792, 1685, 1684] +Triangle: [816, 1634, 1686] +Triangle: [1634, 1635, 1513] +Triangle: [1154, 1687, 1635] +Triangle: [1687, 1154, 775] +Triangle: [1690, 1689, 1329] +Triangle: [1692, 1693, 1305] +Triangle: [1333, 1342, 1712] +Triangle: [1334, 1692, 1299] +Triangle: [1693, 1694, 1306] +Triangle: [1694, 1695, 1681] +Triangle: [1697, 1696, 1814] +Triangle: [1698, 1697, 1815] +Triangle: [1699, 1698, 1816] +Triangle: [1308, 1680, 1701] +Triangle: [1702, 1689, 1327] +Triangle: [1680, 1307, 1703] +Triangle: [1695, 1703, 1307] +Triangle: [1716, 1705, 1704] +Triangle: [1706, 1705, 1716] +Triangle: [1710, 1355, 1309] +Triangle: [1709, 1309, 1310] +Triangle: [1813, 1814, 1696] +Triangle: [1713, 1712, 1693] +Triangle: [1715, 1704, 1711] +Triangle: [1342, 1715, 1714] +Triangle: [1674, 1716, 1715] +Triangle: [1717, 1716, 1674] +Triangle: [1707, 1717, 1328] +Triangle: [1708, 1707, 1332] +Triangle: [1695, 1694, 1714] +Triangle: [1694, 1693, 1712] +Triangle: [1514, 1718, 1686] +Triangle: [1718, 1719, 1152] +Triangle: [1119, 1720, 1688] +Triangle: [1635, 1687, 1905] +Triangle: [1710, 1708, 1349] +Triangle: [1152, 1719, 1721] +Triangle: [1721, 1151, 1121] +Triangle: [3269, 1182, 1087] +Triangle: [3349, 1722, 1304] +Triangle: [1722, 1724, 1526] +Triangle: [1724, 1725, 791] +Triangle: [1285, 1908, 1909] +Triangle: [1726, 1000, 999] +Triangle: [3446, 3447, 1002] +Triangle: [1001, 3445, 3446] +Triangle: [1001, 1727, 1628] +Triangle: [1003, 1944, 1945] +Triangle: [1944, 1003, 1629] +Triangle: [1727, 1002, 1729] +Triangle: [1946, 1016, 1020] +Triangle: [3350, 1361, 1722] +Triangle: [1479, 813, 812] +Triangle: [1089, 1501, 1730] +Triangle: [1723, 1730, 1731] +Triangle: [786, 1731, 1088] +Triangle: [1361, 782, 1724] +Triangle: [782, 1159, 1725] +Triangle: [1480, 812, 976] +Triangle: [1733, 1499, 3319] +Triangle: [1734, 1500, 1499] +Triangle: [1732, 976, 1508] +Triangle: [1511, 1734, 1733] +Triangle: [1510, 1735, 1734] +Triangle: [1730, 1735, 1736] +Triangle: [1735, 1510, 1509] +Triangle: [1506, 1046, 979] +Triangle: [1738, 1737, 1740] +Triangle: [1739, 1738, 1741] +Triangle: [1741, 1740, 1126] +Triangle: [1742, 1741, 1146] +Triangle: [1605, 1740, 1737] +Triangle: [1606, 1126, 1740] +Triangle: [1126, 1606, 1598] +Triangle: [774, 1151, 1721] +Triangle: [1743, 1721, 1719] +Triangle: [1719, 1718, 1745] +Triangle: [773, 1745, 1718] +Triangle: [1905, 1906, 1515] +Triangle: [981, 1747, 1746] +Triangle: [1748, 1747, 981] +Triangle: [1749, 1748, 980] +Triangle: [1749, 979, 1046] +Triangle: [1750, 1046, 978] +Triangle: [1751, 978, 1037] +Triangle: [1752, 1037, 977] +Triangle: [1753, 977, 1194] +Triangle: [1754, 1194, 1488] +Triangle: [1486, 1756, 1755] +Triangle: [1756, 1486, 1487] +Triangle: [1757, 1487, 1485] +Triangle: [1489, 1759, 1758] +Triangle: [1484, 1760, 1759] +Triangle: [1760, 1484, 1490] +Triangle: [1761, 1490, 793] +Triangle: [1200, 1763, 1762] +Triangle: [1764, 1763, 1200] +Triangle: [1765, 727, 1094] +Triangle: [1766, 1094, 1092] +Triangle: [1767, 1092, 1093] +Triangle: [1769, 1506, 1502] +Triangle: [1736, 1509, 1506] +Triangle: [1773, 771, 995] +Triangle: [689, 1771, 1770] +Triangle: [1906, 1688, 1720] +Triangle: [1777, 1839, 1840] +Triangle: [1779, 759, 1052] +Triangle: [759, 1779, 1780] +Triangle: [1784, 1720, 1119] +Triangle: [1720, 1784, 1781] +Triangle: [1785, 1784, 1685] +Triangle: [1118, 1781, 1784] +Triangle: [1790, 1743, 1744] +Triangle: [1789, 1744, 1745] +Triangle: [1786, 1782, 1781] +Triangle: [1787, 1783, 1782] +Triangle: [1789, 1788, 1780] +Triangle: [1791, 691, 776] +Triangle: [778, 1793, 1792] +Triangle: [1793, 778, 777] +Triangle: [1794, 777, 1049] +Triangle: [1795, 1049, 779] +Triangle: [1796, 779, 1040] +Triangle: [1797, 1040, 781] +Triangle: [781, 1118, 1785] +Triangle: [792, 1676, 1799] +Triangle: [1676, 1158, 1800] +Triangle: [791, 1725, 1801] +Triangle: [1801, 1800, 1158] +Triangle: [1159, 1798, 1800] +Triangle: [1798, 781, 1799] +Triangle: [1802, 1786, 1118] +Triangle: [1803, 1788, 1745] +Triangle: [1788, 1803, 1043] +Triangle: [3468, 3469, 1056] +Triangle: [992, 1805, 1804] +Triangle: [1805, 1806, 768] +Triangle: [769, 1770, 1772] +Triangle: [1828, 1773, 1774] +Triangle: [993, 1807, 1805] +Triangle: [1807, 993, 774] +Triangle: [1743, 1790, 1808] +Triangle: [1042, 1043, 1803] +Triangle: [1809, 1803, 773] +Triangle: [1809, 1810, 1041] +Triangle: [1810, 1809, 772] +Triangle: [1040, 1517, 1802] +Triangle: [1786, 1802, 1811] +Triangle: [1811, 1802, 1517] +Triangle: [1519, 1041, 1810] +Triangle: [1518, 1519, 1812] +Triangle: [1812, 1810, 1783] +Triangle: [1091, 1860, 1861] +Triangle: [1731, 1736, 1769] +Triangle: [767, 1772, 1773] +Triangle: [1827, 1774, 3468] +Triangle: [1295, 1296, 1284] +Triangle: [1813, 1711, 1704] +Triangle: [1815, 1814, 1704] +Triangle: [1816, 1815, 1705] +Triangle: [1817, 1816, 1706] +Triangle: [1700, 1817, 1707] +Triangle: [1709, 1700, 1708] +Triangle: [1703, 1695, 1711] +Triangle: [1818, 1819, 1822] +Triangle: [1300, 1819, 1818] +Triangle: [1824, 1360, 1818] +Triangle: [1360, 1820, 1334] +Triangle: [1329, 1689, 1702] +Triangle: [1821, 1820, 1360] +Triangle: [1820, 1713, 1692] +Triangle: [1713, 1820, 1821] +Triangle: [1333, 1821, 1702] +Triangle: [1335, 1823, 1822] +Triangle: [1359, 1824, 1823] +Triangle: [1322, 1336, 1301] +Triangle: [1819, 1321, 1322] +Triangle: [1358, 1347, 1352] +Triangle: [1329, 1360, 1824] +Triangle: [3206, 1350, 1352] +Triangle: [1088, 1769, 1860] +Triangle: [1861, 1768, 1093] +Triangle: [1825, 970, 798] +Triangle: [1298, 1285, 1390] +Triangle: [1298, 1907, 1908] +Triangle: [1907, 1298, 1295] +Triangle: [1286, 1295, 1588] +Triangle: [769, 1830, 1829] +Triangle: [767, 1831, 1830] +Triangle: [1833, 1828, 1827] +Triangle: [1828, 1833, 1831] +Triangle: [1807, 1775, 1806] +Triangle: [1055, 1806, 1775] +Triangle: [1806, 1055, 1834] +Triangle: [768, 1834, 1832] +Triangle: [1775, 1807, 1808] +Triangle: [1790, 1836, 1835] +Triangle: [1836, 1790, 1789] +Triangle: [1778, 1777, 1054] +Triangle: [688, 1829, 1830] +Triangle: [766, 1830, 1831] +Triangle: [1838, 1833, 1832] +Triangle: [1055, 1054, 765] +Triangle: [764, 1838, 1837] +Triangle: [1839, 1779, 1053] +Triangle: [1840, 1053, 762] +Triangle: [1841, 762, 763] +Triangle: [1842, 763, 761] +Triangle: [1843, 761, 687] +Triangle: [1779, 1839, 1776] +Triangle: [1777, 1836, 1776] +Triangle: [1778, 1835, 1836] +Triangle: [1834, 765, 1837] +Triangle: [1838, 764, 1831] +Triangle: [3246, 1846, 3513] +Triangle: [1848, 1242, 1845] +Triangle: [1228, 1420, 1847] +Triangle: [1848, 1847, 1420] +Triangle: [3247, 1228, 1846] +Triangle: [1848, 1656, 1227] +Triangle: [1539, 1849, 1624] +Triangle: [1850, 1849, 1539] +Triangle: [1850, 1527, 1528] +Triangle: [1851, 1528, 1529] +Triangle: [1530, 1853, 1852] +Triangle: [3477, 3478, 1853] +Triangle: [1855, 1854, 1531] +Triangle: [1592, 1856, 1855] +Triangle: [1856, 1592, 1533] +Triangle: [1857, 1533, 1534] +Triangle: [1631, 1859, 1858] +Triangle: [1631, 1613, 1612] +Triangle: [1005, 1624, 1625] +Triangle: [1613, 943, 1535] +Triangle: [1769, 1768, 1861] +Triangle: [1100, 1098, 1097] +Triangle: [942, 1099, 1862] +Triangle: [1099, 1604, 1863] +Triangle: [1862, 1863, 969] +Triangle: [1604, 1737, 1864] +Triangle: [1863, 1864, 1127] +Triangle: [732, 1127, 1145] +Triangle: [1864, 1865, 1145] +Triangle: [1737, 1738, 1865] +Triangle: [1738, 1739, 1866] +Triangle: [1865, 1866, 770] +Triangle: [1249, 1867, 1568] +Triangle: [3506, 1867, 1249] +Triangle: [1869, 1868, 1222] +Triangle: [1870, 1869, 726] +Triangle: [1870, 700, 1384] +Triangle: [1871, 1384, 1540] +Triangle: [1872, 1540, 701] +Triangle: [1873, 701, 713] +Triangle: [699, 1875, 1874] +Triangle: [1875, 699, 1383] +Triangle: [1877, 1876, 1383] +Triangle: [1877, 698, 696] +Triangle: [3162, 3163, 697] +Triangle: [694, 1880, 1879] +Triangle: [1882, 1880, 694] +Triangle: [1825, 1583, 695] +Triangle: [1882, 1881, 695] +Triangle: [729, 1884, 1883] +Triangle: [729, 3397, 3398] +Triangle: [1886, 1885, 3390] +Triangle: [3391, 3392, 1887] +Triangle: [3393, 1888, 1887] +Triangle: [3394, 1889, 1888] +Triangle: [3395, 1890, 1889] +Triangle: [711, 3224, 3395] +Triangle: [3224, 711, 709] +Triangle: [3213, 709, 710] +Triangle: [3212, 710, 707] +Triangle: [3211, 707, 1426] +Triangle: [3209, 3307, 3308] +Triangle: [718, 3207, 3208] +Triangle: [1897, 3207, 3223] +Triangle: [1899, 1898, 717] +Triangle: [732, 1900, 1901] +Triangle: [719, 1883, 1901] +Triangle: [1772, 1903, 1904] +Triangle: [1771, 690, 770] +Triangle: [1903, 1772, 1770] +Triangle: [1739, 1903, 1902] +Triangle: [1903, 1739, 1742] +Triangle: [1902, 1770, 770] +Triangle: [771, 1773, 1904] +Triangle: [1917, 939, 953] +Triangle: [1207, 1568, 1261] +Triangle: [1901, 1883, 969] +Triangle: [1277, 1281, 1293] +Triangle: [1905, 1687, 1688] +Triangle: [1907, 1286, 1274] +Triangle: [3448, 3449, 1274] +Triangle: [1273, 1909, 1726] +Triangle: [3448, 1019, 1002] +Triangle: [1911, 1910, 1021] +Triangle: [1023, 3547, 3548] +Triangle: [1911, 1912, 1913] +Triangle: [1912, 1911, 1025] +Triangle: [3547, 1023, 1022] +Triangle: [1914, 939, 1916] +Triangle: [1915, 1914, 957] +Triangle: [706, 3428, 1917] +Triangle: [715, 1917, 1899] +Triangle: [1918, 1916, 939] +Triangle: [1928, 1920, 1919] +Triangle: [1920, 1928, 1929] +Triangle: [3302, 3303, 3144] +Triangle: [1923, 1922, 1930] +Triangle: [1923, 1931, 1932] +Triangle: [1932, 1933, 1925] +Triangle: [1926, 1925, 1933] +Triangle: [705, 3422, 3428] +Triangle: [1919, 862, 864] +Triangle: [1428, 1929, 1928] +Triangle: [1933, 1932, 875] +Triangle: [1028, 1933, 965] +Triangle: [886, 1927, 1934] +Triangle: [1927, 1919, 952] +Triangle: [887, 1934, 1935] +Triangle: [1934, 952, 951] +Triangle: [1936, 1167, 883] +Triangle: [1168, 1936, 1935] +Triangle: [1916, 1918, 1556] +Triangle: [938, 3540, 3541] +Triangle: [1937, 3541, 3542] +Triangle: [938, 1937, 957] +Triangle: [959, 1938, 3554] +Triangle: [1936, 1168, 1644] +Triangle: [1939, 1644, 1009] +Triangle: [1941, 1940, 1009] +Triangle: [1942, 1941, 1008] +Triangle: [1943, 1942, 1627] +Triangle: [1628, 1729, 1944] +Triangle: [1944, 1729, 1728] +Triangle: [1019, 1946, 1945] +Triangle: [1946, 1019, 1274] +Triangle: [1283, 1947, 1274] +Triangle: [1926, 1028, 1913] +Triangle: [1438, 1028, 1027] +Triangle: [1949, 1948, 3356] +Triangle: [1951, 3378, 3379] +Triangle: [1948, 1952, 3355] +Triangle: [1956, 1955, 1948] +Triangle: [1957, 1960, 1959] +Triangle: [1521, 685, 1962] +Triangle: [686, 684, 1964] +Triangle: [1965, 1968, 1967] +Triangle: [1972, 1971, 1970] +Triangle: [1957, 1974, 1973] +Triangle: [730, 1975, 1962] +Triangle: [1976, 687, 686] +Triangle: [1977, 1978, 1968] +Triangle: [1982, 1981, 1980] +Triangle: [1844, 1984, 1983] +Triangle: [1988, 1987, 1986] +Triangle: [1990, 1989, 1973] +Triangle: [731, 1991, 1975] +Triangle: [1991, 731, 691] +Triangle: [1989, 1990, 1994] +Triangle: [1987, 1988, 1996] +Triangle: [1997, 2000, 1999] +Triangle: [2004, 2003, 2002] +Triangle: [2008, 2007, 2006] +Triangle: [1368, 2010, 2009] +Triangle: [2012, 1791, 734] +Triangle: [2013, 2016, 2015] +Triangle: [2017, 2020, 2019] +Triangle: [2024, 2023, 2022] +Triangle: [2026, 2022, 2023] +Triangle: [2025, 3165, 3166] +Triangle: [2032, 2031, 2030] +Triangle: [3167, 3168, 2034] +Triangle: [2020, 2033, 2034] +Triangle: [2036, 2035, 2019] +Triangle: [3168, 3169, 2036] +Triangle: [2031, 2038, 2037] +Triangle: [2040, 2038, 2031] +Triangle: [2032, 2041, 2039] +Triangle: [2027, 2028, 2043] +Triangle: [2042, 2043, 2045] +Triangle: [2046, 2049, 2048] +Triangle: [2050, 2053, 2052] +Triangle: [2055, 2054, 2051] +Triangle: [2059, 2058, 2057] +Triangle: [2063, 2062, 2061] +Triangle: [2067, 2066, 3519] +Triangle: [2071, 2070, 2069] +Triangle: [2075, 2074, 2073] +Triangle: [2076, 2077, 2074] +Triangle: [2081, 2080, 2079] +Triangle: [2082, 2085, 2084] +Triangle: [2086, 2089, 3522] +Triangle: [3127, 3128, 2092] +Triangle: [2094, 2095, 2093] +Triangle: [2099, 2098, 2097] +Triangle: [2103, 2102, 3524] +Triangle: [2107, 2106, 2105] +Triangle: [3128, 3129, 2108] +Triangle: [2117, 2116, 2115] +Triangle: [2121, 2120, 2119] +Triangle: [2118, 2119, 2123] +Triangle: [2124, 2127, 3441] +Triangle: [2128, 2131, 2130] +Triangle: [2132, 2130, 2131] +Triangle: [2130, 2132, 2135] +Triangle: [2129, 2130, 2134] +Triangle: [2140, 2139, 2138] +Triangle: [2144, 2143, 2142] +Triangle: [2148, 2147, 2146] +Triangle: [2152, 2151, 2150] +Triangle: [3491, 2156, 2155] +Triangle: [2158, 2152, 2149] +Triangle: [2157, 2149, 2160] +Triangle: [2162, 2157, 2159] +Triangle: [2163, 2158, 2157] +Triangle: [2155, 2165, 3489] +Triangle: [2166, 2169, 2168] +Triangle: [2170, 2171, 2169] +Triangle: [2175, 2174, 3486] +Triangle: [2177, 2172, 2173] +Triangle: [2179, 2178, 2154] +Triangle: [2183, 2182, 2181] +Triangle: [2049, 2046, 2185] +Triangle: [2053, 2187, 2186] +Triangle: [2188, 2055, 2052] +Triangle: [2190, 2189, 2081] +Triangle: [2191, 2084, 2085] +Triangle: [2089, 2194, 3521] +Triangle: [2070, 2071, 2066] +Triangle: [2084, 2191, 2194] +Triangle: [2083, 2084, 2089] +Triangle: [2106, 2107, 2102] +Triangle: [2195, 2198, 2197] +Triangle: [2132, 2119, 2120] +Triangle: [2119, 2132, 2133] +Triangle: [2117, 2114, 2200] +Triangle: [2202, 2201, 2116] +Triangle: [2199, 2203, 2202] +Triangle: [2205, 2204, 2123] +Triangle: [2206, 2209, 2208] +Triangle: [2210, 2213, 2212] +Triangle: [2215, 2210, 2211] +Triangle: [2216, 2219, 2218] +Triangle: [2221, 2219, 2216] +Triangle: [2114, 2115, 2223] +Triangle: [3467, 2111, 3439] +Triangle: [2227, 2226, 2222] +Triangle: [2229, 2114, 2222] +Triangle: [2230, 2200, 2114] +Triangle: [3465, 2232, 2231] +Triangle: [2115, 2234, 2233] +Triangle: [2234, 2115, 2116] +Triangle: [2220, 2237, 2236] +Triangle: [2113, 2110, 2231] +Triangle: [2139, 2140, 2240] +Triangle: [2020, 2017, 2021] +Triangle: [2033, 2020, 2022] +Triangle: [3166, 3167, 2033] +Triangle: [2042, 2032, 2029] +Triangle: [2044, 2041, 2032] +Triangle: [2053, 2050, 2048] +Triangle: [2184, 2187, 2053] +Triangle: [2061, 2059, 2056] +Triangle: [2242, 2241, 2035] +Triangle: [2242, 2036, 3169] +Triangle: [2243, 2037, 2038] +Triangle: [2245, 2244, 2038] +Triangle: [2249, 2248, 3282] +Triangle: [3284, 3285, 2250] +Triangle: [2253, 2250, 3285] +Triangle: [2143, 2255, 2254] +Triangle: [2156, 2256, 2151] +Triangle: [2158, 2155, 2156] +Triangle: [2163, 2165, 2155] +Triangle: [2171, 2170, 2174] +Triangle: [2257, 2260, 2259] +Triangle: [2261, 2264, 2263] +Triangle: [2268, 2267, 2266] +Triangle: [1746, 1476, 2270] +Triangle: [1952, 1948, 1955] +Triangle: [2273, 1951, 1950] +Triangle: [2275, 1953, 1954] +Triangle: [2265, 2266, 2269] +Triangle: [2005, 2009, 2010] +Triangle: [2003, 2012, 2011] +Triangle: [1990, 1991, 1992] +Triangle: [1957, 1958, 1961] +Triangle: [1963, 1964, 1967] +Triangle: [1978, 1976, 1963] +Triangle: [1984, 1982, 1979] +Triangle: [2277, 2280, 2279] +Triangle: [2282, 2277, 2278] +Triangle: [2284, 2282, 2281] +Triangle: [2285, 2288, 2287] +Triangle: [2288, 2285, 2290] +Triangle: [2160, 2292, 2291] +Triangle: [2296, 2295, 2294] +Triangle: [2239, 2240, 2298] +Triangle: [2300, 2299, 2288] +Triangle: [2288, 2299, 2301] +Triangle: [2302, 2305, 3484] +Triangle: [2306, 2309, 2308] +Triangle: [2307, 2308, 2311] +Triangle: [2315, 2314, 2313] +Triangle: [2304, 2317, 2316] +Triangle: [2310, 2311, 2305] +Triangle: [2293, 2318, 2309] +Triangle: [2232, 2320, 2319] +Triangle: [2233, 2234, 2322] +Triangle: [2323, 2322, 2234] +Triangle: [2237, 2325, 2324] +Triangle: [2328, 2327, 2326] +Triangle: [2331, 2330, 2058] +Triangle: [2332, 2331, 2059] +Triangle: [2062, 2333, 2332] +Triangle: [3379, 3355, 1952] +Triangle: [1950, 1952, 2271] +Triangle: [2264, 2257, 2258] +Triangle: [2014, 2335, 2334] +Triangle: [2000, 2337, 2336] +Triangle: [2338, 1969, 2340] +Triangle: [2341, 1972, 1969] +Triangle: [2273, 2274, 1954] +Triangle: [2268, 2261, 2262] +Triangle: [2016, 2006, 2007] +Triangle: [2001, 1997, 1998] +Triangle: [1988, 1989, 1993] +Triangle: [1989, 1988, 1985] +Triangle: [1973, 1985, 2342] +Triangle: [2343, 1959, 1960] +Triangle: [1971, 1965, 1966] +Triangle: [2344, 1977, 1965] +Triangle: [2345, 1980, 1981] +Triangle: [2280, 3495, 3496] +Triangle: [2255, 3493, 3494] +Triangle: [2256, 2156, 3491] +Triangle: [2353, 2300, 2289] +Triangle: [2352, 2289, 2290] +Triangle: [2080, 2081, 2356] +Triangle: [2357, 2356, 2081] +Triangle: [2018, 2019, 2035] +Triangle: [2253, 3286, 3287] +Triangle: [2358, 2035, 2241] +Triangle: [2358, 2361, 2363] +Triangle: [2367, 2366, 2365] +Triangle: [2371, 2370, 2369] +Triangle: [2373, 721, 727] +Triangle: [2370, 2373, 2372] +Triangle: [2375, 2367, 2364] +Triangle: [2365, 2366, 2371] +Triangle: [2377, 2183, 2180] +Triangle: [2313, 2314, 2379] +Triangle: [2383, 2382, 2381] +Triangle: [2384, 2197, 2198] +Triangle: [2386, 2228, 2388] +Triangle: [2228, 2222, 2223] +Triangle: [2392, 2391, 2390] +Triangle: [2387, 2388, 2394] +Triangle: [2388, 2223, 2233] +Triangle: [2394, 2233, 2321] +Triangle: [2291, 2397, 2161] +Triangle: [2398, 2401, 2400] +Triangle: [2402, 2405, 2404] +Triangle: [2147, 2148, 2401] +Triangle: [2154, 2178, 2406] +Triangle: [2197, 2408, 2407] +Triangle: [2153, 2406, 2409] +Triangle: [2410, 2413, 2412] +Triangle: [2415, 2414, 2407] +Triangle: [2384, 2418, 2417] +Triangle: [2410, 2411, 2416] +Triangle: [2411, 2412, 2420] +Triangle: [2422, 2421, 2419] +Triangle: [2285, 2424, 2423] +Triangle: [2424, 2285, 2286] +Triangle: [2426, 2429, 2428] +Triangle: [2295, 2431, 2430] +Triangle: [2399, 2433, 2432] +Triangle: [2434, 2437, 2436] +Triangle: [2402, 2403, 2439] +Triangle: [2427, 2428, 3457] +Triangle: [2440, 2442, 2423] +Triangle: [2443, 2438, 2439] +Triangle: [2442, 2354, 2290] +Triangle: [2445, 2448, 2447] +Triangle: [3456, 2447, 2448] +Triangle: [2449, 3454, 3455] +Triangle: [2453, 2452, 2451] +Triangle: [1957, 1962, 1975] +Triangle: [1974, 1975, 1991] +Triangle: [2454, 2347, 2348] +Triangle: [690, 2457, 2456] +Triangle: [2461, 2460, 2459] +Triangle: [2460, 2144, 2141] +Triangle: [2462, 2160, 2149] +Triangle: [2462, 2463, 2292] +Triangle: [2465, 2057, 2058] +Triangle: [2466, 2467, 2095] +Triangle: [2468, 2471, 2470] +Triangle: [2472, 2473, 2054] +Triangle: [2474, 2472, 2055] +Triangle: [2248, 2476, 3281] +Triangle: [2330, 2477, 2464] +Triangle: [2478, 2481, 2480] +Triangle: [2485, 2484, 2483] +Triangle: [2489, 2488, 2487] +Triangle: [2490, 2489, 2486] +Triangle: [2492, 2495, 2494] +Triangle: [2493, 2494, 2486] +Triangle: [2499, 2498, 2497] +Triangle: [3329, 3330, 3346] +Triangle: [2349, 2504, 2455] +Triangle: [2254, 3494, 3495] +Triangle: [2142, 2254, 2280] +Triangle: [2141, 2142, 2277] +Triangle: [2459, 2141, 2282] +Triangle: [2496, 2495, 2492] +Triangle: [2508, 2507, 2506] +Triangle: [2013, 2334, 2337] +Triangle: [2016, 2013, 2000] +Triangle: [2006, 2016, 1997] +Triangle: [2001, 2002, 2005] +Triangle: [2009, 2005, 2002] +Triangle: [2011, 734, 692] +Triangle: [2509, 2510, 3359] +Triangle: [2511, 2509, 3360] +Triangle: [2139, 2129, 2136] +Triangle: [2239, 2128, 2129] +Triangle: [2427, 2206, 2207] +Triangle: [2434, 2435, 3187] +Triangle: [3186, 2453, 2450] +Triangle: [2245, 2476, 2248] +Triangle: [2249, 2243, 2244] +Triangle: [3125, 2250, 2242] +Triangle: [2241, 2242, 2250] +Triangle: [2359, 2361, 2241] +Triangle: [2361, 2359, 2514] +Triangle: [2260, 2516, 2515] +Triangle: [2517, 2510, 2519] +Triangle: [2520, 2519, 2510] +Triangle: [2509, 2511, 2521] +Triangle: [3179, 3180, 2523] +Triangle: [2522, 2527, 3178] +Triangle: [2531, 2530, 2529] +Triangle: [2532, 2535, 2534] +Triangle: [2536, 2532, 2533] +Triangle: [2538, 2497, 2498] +Triangle: [3176, 2538, 2539] +Triangle: [2503, 2536, 2537] +Triangle: [2540, 2527, 2528] +Triangle: [3177, 3178, 2527] +Triangle: [3361, 3362, 2542] +Triangle: [2543, 2546, 2545] +Triangle: [2518, 1956, 1949] +Triangle: [2517, 1949, 3357] +Triangle: [2337, 2548, 2547] +Triangle: [2335, 2550, 2549] +Triangle: [2552, 2485, 2482] +Triangle: [2553, 2554, 2508] +Triangle: [2548, 2337, 2334] +Triangle: [2471, 2468, 2556] +Triangle: [2557, 2558, 2465] +Triangle: [2559, 2562, 3278] +Triangle: [2563, 2559, 3279] +Triangle: [2565, 2328, 2329] +Triangle: [2477, 2567, 2557] +Triangle: [2472, 2474, 2562] +Triangle: [2559, 2563, 2473] +Triangle: [3364, 3365, 682] +Triangle: [2568, 682, 683] +Triangle: [2569, 683, 736] +Triangle: [3362, 3363, 2571] +Triangle: [2572, 2575, 2574] +Triangle: [2570, 736, 1764] +Triangle: [2568, 2571, 3363] +Triangle: [2569, 2573, 2571] +Triangle: [2570, 2572, 2573] +Triangle: [2576, 2577, 2572] +Triangle: [2358, 2362, 2578] +Triangle: [2580, 2579, 2021] +Triangle: [2017, 2018, 2578] +Triangle: [2580, 2578, 2582] +Triangle: [2581, 2583, 2579] +Triangle: [2583, 724, 720] +Triangle: [2585, 2074, 2077] +Triangle: [2074, 2585, 2586] +Triangle: [2587, 2071, 2068] +Triangle: [2071, 2587, 2589] +Triangle: [2066, 2589, 3518] +Triangle: [2592, 2591, 2331] +Triangle: [2587, 2594, 2593] +Triangle: [2588, 2595, 2594] +Triangle: [2591, 2596, 2330] +Triangle: [2589, 2593, 3517] +Triangle: [2333, 2598, 2592] +Triangle: [2596, 2599, 2477] +Triangle: [2599, 2600, 2567] +Triangle: [2602, 2601, 3500] +Triangle: [2603, 2602, 3501] +Triangle: [3503, 2604, 2603] +Triangle: [2593, 2606, 3516] +Triangle: [2594, 2607, 2606] +Triangle: [2595, 2608, 2607] +Triangle: [2610, 2609, 3498] +Triangle: [2601, 2610, 3499] +Triangle: [2611, 2614, 2613] +Triangle: [2615, 2618, 2617] +Triangle: [2619, 2620, 2618] +Triangle: [2613, 2622, 2621] +Triangle: [2622, 2629, 2628] +Triangle: [2633, 2632, 2631] +Triangle: [2631, 2632, 2627] +Triangle: [2629, 2633, 2630] +Triangle: [2634, 2615, 2616] +Triangle: [2636, 2619, 2615] +Triangle: [2637, 2625, 2626] +Triangle: [2609, 2630, 2631] +Triangle: [2628, 2630, 2609] +Triangle: [2621, 2628, 2610] +Triangle: [2612, 2621, 2601] +Triangle: [2611, 2612, 2602] +Triangle: [2624, 2611, 2603] +Triangle: [2616, 2623, 3515] +Triangle: [2620, 2329, 2326] +Triangle: [2566, 2329, 2627] +Triangle: [2633, 2565, 2566] +Triangle: [2629, 2328, 2565] +Triangle: [2613, 2327, 2328] +Triangle: [2300, 2642, 2641] +Triangle: [2299, 2641, 2643] +Triangle: [2645, 3483, 3484] +Triangle: [2308, 2647, 2646] +Triangle: [2649, 2648, 2314] +Triangle: [2644, 2650, 2317] +Triangle: [2311, 2646, 2645] +Triangle: [2318, 2652, 2651] +Triangle: [2314, 2648, 2654] +Triangle: [2353, 2655, 2642] +Triangle: [2657, 2656, 2641] +Triangle: [2656, 2658, 2643] +Triangle: [2662, 2661, 2647] +Triangle: [2661, 2663, 2646] +Triangle: [2649, 2665, 2664] +Triangle: [2659, 2666, 2650] +Triangle: [2663, 2660, 2645] +Triangle: [2667, 2657, 2642] +Triangle: [2669, 2668, 2656] +Triangle: [2668, 2670, 2658] +Triangle: [2662, 2674, 2673] +Triangle: [2661, 2673, 2675] +Triangle: [2659, 2671, 2676] +Triangle: [2663, 2675, 2672] +Triangle: [2677, 2669, 2657] +Triangle: [2677, 2679, 2678] +Triangle: [2675, 2670, 2668] +Triangle: [2668, 2669, 2671] +Triangle: [2673, 2674, 2670] +Triangle: [2683, 2682, 2681] +Triangle: [2481, 2500, 2501] +Triangle: [2685, 2680, 2681] +Triangle: [2686, 2685, 2684] +Triangle: [2689, 2688, 2686] +Triangle: [2693, 2692, 2691] +Triangle: [3332, 3344, 3345] +Triangle: [2696, 2697, 2699] +Triangle: [2701, 2700, 2698] +Triangle: [2705, 2704, 2703] +Triangle: [3331, 3345, 3346] +Triangle: [2501, 2696, 2698] +Triangle: [2700, 2479, 2480] +Triangle: [2506, 2507, 2703] +Triangle: [2484, 2693, 2690] +Triangle: [2488, 2689, 2687] +Triangle: [2684, 2493, 2487] +Triangle: [2493, 2684, 2681] +Triangle: [2499, 2492, 2681] +Triangle: [2682, 2706, 2498] +Triangle: [2702, 2703, 2700] +Triangle: [2479, 2700, 2703] +Triangle: [2508, 2478, 2479] +Triangle: [2710, 2709, 2708] +Triangle: [2709, 2712, 2711] +Triangle: [2701, 2714, 2713] +Triangle: [2539, 2498, 2706] +Triangle: [2502, 2537, 2716] +Triangle: [2717, 2694, 2695] +Triangle: [2537, 2533, 2718] +Triangle: [2719, 2717, 2716] +Triangle: [2720, 2705, 2702] +Triangle: [2712, 2709, 2722] +Triangle: [2726, 2725, 2724] +Triangle: [2728, 2727, 2719] +Triangle: [2718, 2533, 2534] +Triangle: [3174, 3175, 2539] +Triangle: [2715, 2725, 3173] +Triangle: [3172, 3173, 2725] +Triangle: [2699, 2730, 2714] +Triangle: [2732, 2731, 2708] +Triangle: [3171, 3172, 2726] +Triangle: [2727, 2729, 2735] +Triangle: [2735, 2729, 2734] +Triangle: [2735, 2737, 2717] +Triangle: [2735, 2736, 2738] +Triangle: [2731, 2732, 2740] +Triangle: [3344, 3332, 3333] +Triangle: [2694, 2717, 2737] +Triangle: [2707, 2708, 2731] +Triangle: [2745, 2744, 2743] +Triangle: [2733, 2726, 2723] +Triangle: [2367, 2375, 2335] +Triangle: [2366, 2367, 2014] +Triangle: [2015, 2007, 2371] +Triangle: [2370, 2371, 2007] +Triangle: [2373, 2370, 2008] +Triangle: [721, 2373, 2010] +Triangle: [2748, 2500, 2481] +Triangle: [2086, 3523, 3524] +Triangle: [2107, 2083, 2086] +Triangle: [2083, 2107, 2104] +Triangle: [2355, 2749, 2097] +Triangle: [2098, 2079, 2080] +Triangle: [2469, 2470, 2467] +Triangle: [2476, 2563, 3280] +Triangle: [2563, 2476, 2245] +Triangle: [2473, 2245, 2040] +Triangle: [2054, 2040, 2039] +Triangle: [2041, 2050, 2051] +Triangle: [2048, 2050, 2041] +Triangle: [2044, 2045, 2047] +Triangle: [2751, 2063, 2060] +Triangle: [2752, 2750, 2060] +Triangle: [2752, 2056, 2057] +Triangle: [2465, 2754, 2753] +Triangle: [2558, 2755, 2754] +Triangle: [2108, 2756, 2513] +Triangle: [2096, 2097, 2749] +Triangle: [3129, 3130, 2756] +Triangle: [2759, 2760, 2667] +Triangle: [2761, 2759, 2655] +Triangle: [2761, 2353, 2352] +Triangle: [2403, 2404, 2352] +Triangle: [2403, 2354, 2442] +Triangle: [2444, 2439, 2442] +Triangle: [2435, 2436, 2452] +Triangle: [3187, 2435, 2453] +Triangle: [2127, 2124, 2513] +Triangle: [2757, 2749, 2104] +Triangle: [2082, 2104, 2749] +Triangle: [2085, 2082, 2355] +Triangle: [2192, 2085, 2356] +Triangle: [2072, 2073, 2068] +Triangle: [2588, 2068, 2073] +Triangle: [2595, 2588, 2586] +Triangle: [2608, 2595, 2763] +Triangle: [2619, 2636, 2638] +Triangle: [2620, 2619, 2626] +Triangle: [2765, 2768, 2767] +Triangle: [3276, 3277, 2770] +Triangle: [2755, 2558, 2769] +Triangle: [2773, 2769, 2558] +Triangle: [3275, 3276, 2769] +Triangle: [2768, 2765, 2776] +Triangle: [2557, 2567, 2777] +Triangle: [2777, 2567, 2600] +Triangle: [2639, 3272, 3498] +Triangle: [3274, 3275, 2773] +Triangle: [2781, 2775, 2776] +Triangle: [2777, 2778, 3273] +Triangle: [2585, 2783, 2763] +Triangle: [2584, 2784, 2783] +Triangle: [2780, 2782, 2785] +Triangle: [2786, 2787, 2783] +Triangle: [2676, 2671, 2669] +Triangle: [2638, 2764, 2787] +Triangle: [2763, 2783, 2787] +Triangle: [2635, 3515, 3516] +Triangle: [2607, 2634, 2635] +Triangle: [2608, 2636, 2634] +Triangle: [2636, 2608, 2764] +Triangle: [3138, 3139, 3310] +Triangle: [3137, 3138, 3311] +Triangle: [3312, 3313, 3136] +Triangle: [3135, 3314, 3315] +Triangle: [3239, 3240, 2789] +Triangle: [3238, 3239, 2112] +Triangle: [2113, 2238, 3237] +Triangle: [3434, 3131, 2762] +Triangle: [3572, 2789, 2790] +Triangle: [3133, 3241, 3316] +Triangle: [3133, 3317, 3318] +Triangle: [2792, 2791, 3242] +Triangle: [2792, 2793, 2126] +Triangle: [3243, 3244, 2793] +Triangle: [2793, 2125, 3441] +Triangle: [2125, 2793, 3244] +Triangle: [2238, 2231, 2319] +Triangle: [3236, 3237, 2238] +Triangle: [2797, 2796, 2795] +Triangle: [3185, 2450, 2800] +Triangle: [2092, 2108, 2512] +Triangle: [2091, 2092, 2799] +Triangle: [3126, 3127, 2091] +Triangle: [2090, 2246, 2247] +Triangle: [2094, 2247, 2475] +Triangle: [2564, 2469, 2466] +Triangle: [2468, 2469, 2564] +Triangle: [2561, 2556, 2468] +Triangle: [2772, 2765, 2766] +Triangle: [2774, 2776, 2765] +Triangle: [2780, 2776, 2774] +Triangle: [3288, 2514, 2359] +Triangle: [2360, 2804, 2803] +Triangle: [2802, 2803, 2524] +Triangle: [2524, 2525, 2806] +Triangle: [2807, 2806, 2525] +Triangle: [2808, 2807, 2526] +Triangle: [3291, 3292, 2810] +Triangle: [3288, 3289, 2811] +Triangle: [3289, 3290, 2812] +Triangle: [3290, 3291, 2809] +Triangle: [2814, 2813, 2812] +Triangle: [2514, 2811, 2815] +Triangle: [2813, 2815, 2811] +Triangle: [2816, 2817, 2519] +Triangle: [2518, 2519, 2817] +Triangle: [1956, 2518, 2818] +Triangle: [1955, 1956, 2516] +Triangle: [2271, 1955, 2260] +Triangle: [2272, 2271, 2257] +Triangle: [2273, 2272, 2264] +Triangle: [2274, 2273, 2261] +Triangle: [2275, 2274, 2268] +Triangle: [2275, 2265, 2270] +Triangle: [1476, 723, 2276] +Triangle: [2520, 2521, 2819] +Triangle: [2820, 2823, 2822] +Triangle: [2821, 2825, 2824] +Triangle: [2826, 2825, 2814] +Triangle: [2827, 2814, 2809] +Triangle: [2538, 2540, 2529] +Triangle: [3176, 3177, 2540] +Triangle: [2532, 2808, 2541] +Triangle: [2813, 2814, 2825] +Triangle: [2821, 2822, 2815] +Triangle: [2363, 2815, 2822] +Triangle: [3292, 3293, 2828] +Triangle: [2823, 2829, 2362] +Triangle: [2829, 2582, 2578] +Triangle: [724, 2583, 2830] +Triangle: [2575, 2572, 2577] +Triangle: [2832, 2833, 2546] +Triangle: [2817, 2816, 2835] +Triangle: [2834, 2836, 2818] +Triangle: [2816, 2819, 2837] +Triangle: [2838, 2841, 2840] +Triangle: [2841, 2842, 2824] +Triangle: [2842, 2843, 2820] +Triangle: [2844, 2830, 2583] +Triangle: [2845, 2846, 2829] +Triangle: [2582, 2829, 2846] +Triangle: [2847, 2844, 2581] +Triangle: [2823, 2820, 2843] +Triangle: [2575, 2543, 2544] +Triangle: [2543, 2575, 2831] +Triangle: [2546, 2819, 2521] +Triangle: [2833, 2837, 2819] +Triangle: [2574, 2544, 2849] +Triangle: [2850, 2849, 2544] +Triangle: [2573, 2574, 2848] +Triangle: [2850, 2545, 2521] +Triangle: [2542, 2571, 2848] +Triangle: [2511, 2542, 2849] +Triangle: [2828, 3293, 3294] +Triangle: [2836, 2515, 2516] +Triangle: [2854, 2852, 2851] +Triangle: [2858, 2857, 2856] +Triangle: [2857, 2860, 2859] +Triangle: [2860, 1765, 1505] +Triangle: [2861, 2862, 2855] +Triangle: [2863, 2861, 2856] +Triangle: [2859, 1505, 722] +Triangle: [2291, 2292, 2865] +Triangle: [2868, 2458, 2867] +Triangle: [2869, 2838, 2839] +Triangle: [2871, 2874, 2873] +Triangle: [2874, 2876, 2875] +Triangle: [2878, 2869, 2870] +Triangle: [2876, 2878, 2877] +Triangle: [2530, 2496, 2497] +Triangle: [2879, 2882, 2881] +Triangle: [2883, 2879, 2880] +Triangle: [2884, 2880, 2886] +Triangle: [1995, 2888, 2887] +Triangle: [2880, 2881, 2889] +Triangle: [2890, 1986, 1987] +Triangle: [1986, 2890, 2892] +Triangle: [2891, 2342, 1985] +Triangle: [684, 1521, 1961] +Triangle: [1958, 1967, 1964] +Triangle: [1966, 1967, 1958] +Triangle: [1970, 1966, 1959] +Triangle: [2891, 2892, 2339] +Triangle: [2343, 2340, 1969] +Triangle: [2342, 2891, 2340] +Triangle: [2853, 2894, 2893] +Triangle: [2896, 2893, 2894] +Triangle: [2478, 2897, 2747] +Triangle: [2478, 2508, 2554] +Triangle: [2162, 2161, 2899] +Triangle: [2163, 2162, 2898] +Triangle: [2163, 2900, 2901] +Triangle: [2165, 2901, 3488] +Triangle: [2179, 2164, 2902] +Triangle: [2198, 2195, 2905] +Triangle: [2385, 2198, 2904] +Triangle: [2401, 2417, 2418] +Triangle: [2148, 2410, 2417] +Triangle: [2410, 2148, 2145] +Triangle: [2910, 2899, 2161] +Triangle: [2907, 2908, 2167] +Triangle: [3358, 3359, 2510] +Triangle: [2184, 2185, 2751] +Triangle: [2752, 2187, 2184] +Triangle: [2187, 2752, 2753] +Triangle: [2754, 2188, 2186] +Triangle: [2755, 2474, 2188] +Triangle: [2474, 2755, 2770] +Triangle: [3277, 3278, 2562] +Triangle: [2556, 2561, 2771] +Triangle: [2555, 2556, 2766] +Triangle: [2076, 2075, 2189] +Triangle: [2189, 2075, 2072] +Triangle: [2357, 2072, 2069] +Triangle: [2070, 2191, 2192] +Triangle: [2191, 2070, 2067] +Triangle: [2194, 2067, 3520] +Triangle: [3425, 2100, 2101] +Triangle: [2087, 3423, 3424] +Triangle: [2088, 3427, 3423] +Triangle: [714, 3427, 3557] +Triangle: [702, 3557, 3558] +Triangle: [1555, 3558, 3559] +Triangle: [3560, 1206, 703] +Triangle: [1223, 1206, 3560] +Triangle: [3562, 1422, 1223] +Triangle: [3563, 1250, 1422] +Triangle: [2623, 1208, 1250] +Triangle: [1251, 1208, 2623] +Triangle: [1232, 1251, 2617] +Triangle: [2327, 1231, 1232] +Triangle: [1262, 1231, 2327] +Triangle: [3504, 2911, 2604] +Triangle: [2913, 2912, 2598] +Triangle: [2914, 2913, 2333] +Triangle: [2915, 2914, 2062] +Triangle: [2751, 2916, 2915] +Triangle: [2185, 2917, 2916] +Triangle: [2046, 2918, 2917] +Triangle: [2918, 2046, 2047] +Triangle: [2045, 2920, 2919] +Triangle: [2043, 2921, 2920] +Triangle: [2028, 2922, 2921] +Triangle: [2923, 3164, 3165] +Triangle: [2025, 2023, 2924] +Triangle: [2925, 2924, 2023] +Triangle: [720, 1826, 2926] +Triangle: [3525, 3526, 2224] +Triangle: [2111, 2790, 3438] +Triangle: [2757, 2762, 2758] +Triangle: [2929, 3182, 3183] +Triangle: [3184, 2800, 2928] +Triangle: [2930, 3181, 3182] +Triangle: [3180, 3181, 2930] +Triangle: [2522, 2523, 2932] +Triangle: [2931, 2528, 2527] +Triangle: [2666, 2665, 2649] +Triangle: [2650, 2649, 2315] +Triangle: [2317, 2315, 2312] +Triangle: [2182, 2177, 2176] +Triangle: [2195, 2179, 2903] +Triangle: [2179, 2195, 2196] +Triangle: [2178, 2196, 2407] +Triangle: [2414, 2409, 2406] +Triangle: [2384, 2416, 2408] +Triangle: [2431, 2934, 2933] +Triangle: [2256, 3492, 3493] +Triangle: [2151, 2256, 2255] +Triangle: [2150, 2151, 2143] +Triangle: [2462, 2150, 2144] +Triangle: [2463, 2462, 2460] +Triangle: [2935, 2936, 2414] +Triangle: [2409, 2414, 2936] +Triangle: [2351, 2409, 2937] +Triangle: [2530, 2531, 2939] +Triangle: [2940, 2496, 2530] +Triangle: [2944, 2943, 2942] +Triangle: [2376, 2180, 2313] +Triangle: [2313, 2180, 2181] +Triangle: [2176, 2316, 2312] +Triangle: [2176, 2173, 2303] +Triangle: [2174, 2302, 3485] +Triangle: [2170, 2310, 2302] +Triangle: [2310, 2170, 2166] +Triangle: [2307, 2166, 2167] +Triangle: [2296, 2306, 2167] +Triangle: [2295, 2296, 2908] +Triangle: [2431, 2295, 2909] +Triangle: [2934, 2431, 2864] +Triangle: [2941, 2946, 2945] +Triangle: [2947, 2449, 2448] +Triangle: [2378, 2941, 2942] +Triangle: [2433, 2399, 2944] +Triangle: [2943, 2944, 2399] +Triangle: [2376, 2942, 2948] +Triangle: [2949, 2385, 2906] +Triangle: [2951, 2424, 2425] +Triangle: [2292, 2463, 2953] +Triangle: [2441, 2423, 2424] +Triangle: [2385, 2949, 2418] +Triangle: [2865, 2953, 2954] +Triangle: [2953, 2956, 2955] +Triangle: [2957, 2938, 2939] +Triangle: [2957, 2958, 2940] +Triangle: [2956, 2953, 2463] +Triangle: [2523, 2930, 2959] +Triangle: [2960, 2800, 2450] +Triangle: [2951, 2960, 2451] +Triangle: [2452, 2440, 2441] +Triangle: [2436, 2444, 2440] +Triangle: [2437, 2443, 2444] +Triangle: [2428, 2447, 3456] +Triangle: [2429, 2446, 2447] +Triangle: [2240, 2398, 2432] +Triangle: [2140, 2147, 2398] +Triangle: [2147, 2140, 2137] +Triangle: [2960, 2951, 2952] +Triangle: [2961, 2928, 2800] +Triangle: [2929, 2962, 2959] +Triangle: [2962, 2929, 2928] +Triangle: [2091, 2801, 2252] +Triangle: [2252, 2801, 2804] +Triangle: [2658, 2662, 2652] +Triangle: [2643, 2652, 2318] +Triangle: [2287, 2301, 2318] +Triangle: [2293, 2294, 2286] +Triangle: [2425, 2286, 2294] +Triangle: [2430, 2933, 2952] +Triangle: [2933, 2962, 2961] +Triangle: [2934, 2954, 2963] +Triangle: [2963, 2959, 2962] +Triangle: [2786, 2784, 2781] +Triangle: [2775, 2781, 2784] +Triangle: [2584, 2077, 2768] +Triangle: [2768, 2077, 2076] +Triangle: [2767, 2076, 2190] +Triangle: [2555, 2190, 2078] +Triangle: [2471, 2078, 2079] +Triangle: [2470, 2079, 2098] +Triangle: [2099, 2095, 2467] +Triangle: [2099, 2096, 2758] +Triangle: [2095, 2099, 2109] +Triangle: [2964, 2963, 2954] +Triangle: [2963, 2964, 2932] +Triangle: [2931, 2932, 2964] +Triangle: [2955, 2966, 2965] +Triangle: [2868, 2956, 2461] +Triangle: [2966, 2955, 2956] +Triangle: [2528, 2931, 2965] +Triangle: [2531, 2965, 2966] +Triangle: [2939, 2966, 2868] +Triangle: [2553, 2505, 2485] +Triangle: [2505, 2506, 2484] +Triangle: [2484, 2506, 2704] +Triangle: [2692, 2693, 2704] +Triangle: [2967, 2692, 2705] +Triangle: [2722, 2969, 2968] +Triangle: [2551, 2482, 2971] +Triangle: [2482, 2483, 2972] +Triangle: [2483, 2690, 2973] +Triangle: [2690, 2691, 2974] +Triangle: [2973, 2974, 2688] +Triangle: [2972, 2973, 2689] +Triangle: [2971, 2972, 2488] +Triangle: [2970, 2971, 2489] +Triangle: [2975, 2957, 2866] +Triangle: [2883, 2958, 2957] +Triangle: [2495, 2940, 2958] +Triangle: [2976, 2977, 2494] +Triangle: [2978, 2710, 2707] +Triangle: [2685, 2980, 2979] +Triangle: [2982, 2968, 2969] +Triangle: [2983, 2683, 2680] +Triangle: [2980, 2685, 2686] +Triangle: [2688, 2985, 2984] +Triangle: [2987, 2967, 2720] +Triangle: [2986, 2720, 2713] +Triangle: [2714, 2989, 2988] +Triangle: [2990, 2691, 2692] +Triangle: [2991, 2722, 2709] +Triangle: [2691, 2990, 2992] +Triangle: [2985, 2688, 2974] +Triangle: [2993, 2996, 2995] +Triangle: [2993, 2994, 2998] +Triangle: [3000, 3001, 2697] +Triangle: [3001, 2730, 2699] +Triangle: [2967, 2987, 3002] +Triangle: [2980, 2982, 2981] +Triangle: [2996, 3004, 3003] +Triangle: [2968, 2982, 3004] +Triangle: [2721, 2968, 2996] +Triangle: [2721, 2993, 2997] +Triangle: [2999, 2711, 2712] +Triangle: [3005, 2732, 2711] +Triangle: [3004, 2984, 2985] +Triangle: [2982, 2980, 2984] +Triangle: [2975, 3006, 2879] +Triangle: [2867, 3007, 3006] +Triangle: [2494, 2977, 3008] +Triangle: [3009, 2976, 2958] +Triangle: [3000, 2740, 2732] +Triangle: [2867, 2458, 3010] +Triangle: [2459, 2284, 3010] +Triangle: [2851, 3294, 3295] +Triangle: [3295, 3296, 2894] +Triangle: [3296, 3297, 2895] +Triangle: [2897, 3013, 3012] +Triangle: [3013, 2897, 2554] +Triangle: [2760, 2759, 3016] +Triangle: [2761, 2404, 2405] +Triangle: [2381, 3452, 3453] +Triangle: [2449, 3018, 3453] +Triangle: [2449, 2947, 3019] +Triangle: [2378, 2379, 3021] +Triangle: [2941, 2378, 3020] +Triangle: [3018, 3019, 2380] +Triangle: [2379, 2314, 2653] +Triangle: [2746, 3011, 3322] +Triangle: [2825, 2826, 2840] +Triangle: [2895, 3011, 3022] +Triangle: [3011, 2746, 3023] +Triangle: [2746, 2375, 2374] +Triangle: [2550, 3012, 3013] +Triangle: [2549, 3013, 3014] +Triangle: [3024, 2826, 2827] +Triangle: [2826, 3024, 2839] +Triangle: [3024, 3025, 2870] +Triangle: [2877, 2870, 3025] +Triangle: [2875, 2877, 3026] +Triangle: [3022, 3023, 3028] +Triangle: [3027, 3028, 2873] +Triangle: [2862, 2871, 2872] +Triangle: [3032, 3031, 3030] +Triangle: [3033, 3034, 3029] +Triangle: [2504, 3032, 3029] +Triangle: [3034, 2454, 2455] +Triangle: [2936, 2935, 3031] +Triangle: [2937, 2936, 3032] +Triangle: [2504, 2349, 2350] +Triangle: [3035, 3010, 2284] +Triangle: [3035, 3036, 3007] +Triangle: [3037, 3006, 3007] +Triangle: [3006, 3037, 2882] +Triangle: [2883, 2884, 3038] +Triangle: [722, 1746, 2269] +Triangle: [2266, 2861, 2863] +Triangle: [2862, 2861, 2266] +Triangle: [2871, 2862, 2267] +Triangle: [2874, 2871, 2262] +Triangle: [2876, 2874, 2263] +Triangle: [2878, 2876, 2258] +Triangle: [2869, 2878, 2259] +Triangle: [2838, 2869, 2515] +Triangle: [2841, 2838, 2836] +Triangle: [2842, 2841, 2834] +Triangle: [2843, 2842, 2835] +Triangle: [2845, 2843, 2837] +Triangle: [2846, 2845, 2833] +Triangle: [2847, 2846, 2832] +Triangle: [2844, 2847, 2831] +Triangle: [2830, 2844, 2577] +Triangle: [693, 2830, 2576] +Triangle: [2372, 727, 1765] +Triangle: [2369, 2372, 2860] +Triangle: [2368, 2369, 2857] +Triangle: [3039, 2858, 2855] +Triangle: [3028, 3039, 2872] +Triangle: [3040, 3041, 2347] +Triangle: [689, 3043, 3042] +Triangle: [3008, 2977, 3038] +Triangle: [3044, 2345, 2346] +Triangle: [3046, 2344, 1971] +Triangle: [3047, 3046, 1972] +Triangle: [3048, 2490, 2491] +Triangle: [2885, 3048, 3008] +Triangle: [3049, 2970, 2490] +Triangle: [3048, 2885, 3050] +Triangle: [3051, 3052, 3036] +Triangle: [3052, 3053, 3037] +Triangle: [2885, 2886, 3054] +Triangle: [2886, 2889, 3055] +Triangle: [3047, 3053, 3052] +Triangle: [1992, 691, 1791] +Triangle: [1994, 1992, 2012] +Triangle: [1993, 1994, 2003] +Triangle: [1996, 1993, 2004] +Triangle: [1995, 1996, 1998] +Triangle: [2888, 1995, 1999] +Triangle: [3057, 2888, 2336] +Triangle: [3049, 3050, 3057] +Triangle: [2970, 3049, 3058] +Triangle: [2551, 3058, 3059] +Triangle: [2553, 3060, 3014] +Triangle: [3060, 2553, 2552] +Triangle: [2548, 3060, 3059] +Triangle: [2547, 3059, 3058] +Triangle: [3061, 3057, 3050] +Triangle: [3037, 3053, 3062] +Triangle: [2341, 3062, 3053] +Triangle: [3497, 3063, 2279] +Triangle: [2278, 2279, 3063] +Triangle: [3064, 3063, 3066] +Triangle: [3043, 3068, 3067] +Triangle: [3069, 3070, 3041] +Triangle: [2281, 2278, 3064] +Triangle: [3071, 3072, 2283] +Triangle: [3035, 2283, 3072] +Triangle: [2338, 3073, 3062] +Triangle: [2882, 3062, 3073] +Triangle: [2339, 3074, 3073] +Triangle: [2881, 3073, 3074] +Triangle: [2888, 3057, 3061] +Triangle: [3075, 3061, 3054] +Triangle: [3075, 2890, 2887] +Triangle: [3074, 2339, 2892] +Triangle: [2890, 3075, 3076] +Triangle: [3076, 3055, 2889] +Triangle: [2364, 2365, 3078] +Triangle: [3023, 2374, 3039] +Triangle: [3068, 3069, 3040] +Triangle: [2666, 2676, 2678] +Triangle: [3002, 2987, 2995] +Triangle: [2995, 2987, 2986] +Triangle: [2994, 2986, 2988] +Triangle: [2989, 2999, 2998] +Triangle: [2730, 3005, 2999] +Triangle: [3001, 3000, 3005] +Triangle: [3003, 2985, 2992] +Triangle: [3079, 3082, 3081] +Triangle: [2683, 2983, 3080] +Triangle: [3083, 3079, 3080] +Triangle: [3084, 3080, 2983] +Triangle: [2978, 3086, 2991] +Triangle: [2978, 3084, 3085] +Triangle: [3085, 2983, 2979] +Triangle: [2981, 2969, 3086] +Triangle: [2969, 2722, 2991] +Triangle: [2723, 2724, 3082] +Triangle: [2745, 2723, 3079] +Triangle: [2706, 3082, 2724] +Triangle: [2706, 2682, 3081] +Triangle: [2743, 2738, 2736] +Triangle: [3083, 3084, 2978] +Triangle: [2736, 2734, 3171] +Triangle: [2374, 2364, 3077] +Triangle: [2368, 2858, 3078] +Triangle: [2021, 2579, 2926] +Triangle: [2679, 2677, 2667] +Triangle: [3015, 3087, 2679] +Triangle: [3088, 2678, 2679] +Triangle: [2665, 2678, 3088] +Triangle: [1829, 3089, 3043] +Triangle: [3089, 3090, 3068] +Triangle: [3091, 3092, 3070] +Triangle: [3069, 3068, 3090] +Triangle: [3065, 3093, 3071] +Triangle: [3093, 3065, 3095] +Triangle: [3065, 3066, 3096] +Triangle: [3066, 3070, 3092] +Triangle: [3093, 3097, 3072] +Triangle: [3051, 3072, 3097] +Triangle: [3098, 3056, 3052] +Triangle: [3094, 3095, 2345] +Triangle: [688, 1983, 3089] +Triangle: [1983, 1979, 3090] +Triangle: [3099, 3100, 3092] +Triangle: [3095, 3096, 1980] +Triangle: [1979, 1980, 3100] +Triangle: [3045, 2346, 2344] +Triangle: [1977, 2344, 2346] +Triangle: [1978, 1977, 1981] +Triangle: [1976, 1978, 1982] +Triangle: [687, 1976, 1984] +Triangle: [3056, 3045, 3046] +Triangle: [3044, 3045, 3056] +Triangle: [3094, 3044, 3098] +Triangle: [3096, 3092, 3100] +Triangle: [3090, 1979, 3099] +Triangle: [3103, 3102, 3101] +Triangle: [3104, 3102, 3103] +Triangle: [3102, 2785, 2782] +Triangle: [2785, 3102, 3104] +Triangle: [3104, 2637, 2787] +Triangle: [3514, 2631, 2625] +Triangle: [2910, 2397, 2909] +Triangle: [2910, 2907, 2168] +Triangle: [2898, 2899, 2168] +Triangle: [2900, 2898, 2169] +Triangle: [2901, 2900, 2171] +Triangle: [2901, 2175, 3487] +Triangle: [2177, 2903, 2902] +Triangle: [2905, 2903, 2177] +Triangle: [2904, 2905, 2182] +Triangle: [2906, 2904, 2183] +Triangle: [2377, 2948, 2950] +Triangle: [2950, 2948, 2943] +Triangle: [2864, 2909, 2397] +Triangle: [2949, 2943, 2400] +Triangle: [3078, 2858, 3039] +Triangle: [2416, 2411, 2419] +Triangle: [3105, 2415, 2408] +Triangle: [2415, 3105, 3106] +Triangle: [2419, 2421, 3106] +Triangle: [2935, 3106, 3107] +Triangle: [2421, 3108, 3107] +Triangle: [2456, 3108, 732] +Triangle: [3107, 3108, 2456] +Triangle: [3031, 3107, 3109] +Triangle: [3030, 3109, 3110] +Triangle: [3109, 2456, 2457] +Triangle: [1249, 1207, 2624] +Triangle: [3505, 1249, 2911] +Triangle: [726, 1222, 2912] +Triangle: [700, 726, 2913] +Triangle: [1384, 700, 2914] +Triangle: [2916, 1540, 1384] +Triangle: [2917, 701, 1540] +Triangle: [2918, 713, 701] +Triangle: [713, 2918, 2919] +Triangle: [2920, 1383, 699] +Triangle: [2921, 698, 1383] +Triangle: [696, 698, 2921] +Triangle: [697, 3163, 3164] +Triangle: [2923, 2924, 694] +Triangle: [2925, 1881, 694] +Triangle: [695, 2024, 2926] +Triangle: [695, 1881, 2925] +Triangle: [729, 719, 2422] +Triangle: [729, 2420, 3396] +Triangle: [3385, 725, 728] +Triangle: [725, 3385, 3386] +Triangle: [3386, 3387, 712] +Triangle: [3387, 3388, 1647] +Triangle: [3388, 3389, 735] +Triangle: [2138, 2136, 3225] +Triangle: [3214, 3225, 2136] +Triangle: [710, 709, 3214] +Triangle: [707, 710, 3215] +Triangle: [1426, 707, 3216] +Triangle: [3140, 3308, 3309] +Triangle: [718, 708, 3219] +Triangle: [718, 3220, 3221] +Triangle: [2227, 716, 717] +Triangle: [732, 3108, 3111] +Triangle: [3111, 2422, 719] +Triangle: [3067, 3040, 3113] +Triangle: [1771, 3042, 2457] +Triangle: [3112, 3114, 3042] +Triangle: [3033, 3110, 3114] +Triangle: [3034, 3033, 3112] +Triangle: [2457, 3042, 3114] +Triangle: [2454, 3034, 3113] +Triangle: [2228, 2386, 3115] +Triangle: [2614, 2624, 1207] +Triangle: [3111, 3108, 2421] +Triangle: [2670, 2674, 2662] +Triangle: [3009, 3038, 2977] +Triangle: [3116, 3088, 3087] +Triangle: [2382, 3116, 3450] +Triangle: [2759, 2761, 3017] +Triangle: [3451, 3452, 2381] +Triangle: [2798, 2319, 2320] +Triangle: [3545, 3546, 2796] +Triangle: [2322, 2796, 3546] +Triangle: [3117, 2798, 2795] +Triangle: [3236, 3117, 3118] +Triangle: [3117, 2794, 2319] +Triangle: [2797, 2320, 3543] +Triangle: [3119, 2386, 2387] +Triangle: [2390, 2387, 2393] +Triangle: [2227, 3115, 715] +Triangle: [3115, 2386, 3119] +Triangle: [2204, 2205, 2213] +Triangle: [2788, 2204, 2210] +Triangle: [3136, 3313, 3314] +Triangle: [2219, 2202, 2203] +Triangle: [2201, 2202, 2219] +Triangle: [2221, 2236, 3121] +Triangle: [3122, 3121, 2236] +Triangle: [3425, 3429, 3120] +Triangle: [2213, 2208, 2209] +Triangle: [2122, 2123, 2204] +Triangle: [2235, 2116, 2201] +Triangle: [2323, 2235, 3121] +Triangle: [2133, 2131, 3123] +Triangle: [2208, 2213, 2205] +Triangle: [2131, 2128, 3124] +Triangle: [2207, 2208, 3123] +Triangle: [2297, 3124, 2128] +Triangle: [2426, 2207, 3124] +Triangle: [2100, 3120, 3119] +Triangle: [2225, 2224, 3526] +Triangle: [2927, 3119, 2390] +Triangle: [2389, 2393, 2396] +Triangle: [2320, 2232, 3549] +Triangle: [2297, 2298, 2429] +Triangle: [2446, 2429, 2298] +Triangle: [2433, 2445, 2446] +Triangle: [2445, 2433, 2945] +Triangle: [2946, 3019, 2947] +Triangle: [3019, 2946, 3020] +Triangle: [3021, 2383, 2380] +Triangle: [2383, 3021, 2653] +Triangle: [3116, 2382, 2653] +Triangle: [2664, 3088, 3116] +Triangle: [3118, 3122, 2324] +Triangle: [2796, 2323, 3122] +Triangle: [3283, 3284, 3125] +Triangle: [2090, 3127, 3126] +Triangle: [2090, 2093, 3128] +Triangle: [3129, 3128, 2093] +Triangle: [2109, 2758, 3130] +Triangle: [2758, 2762, 3131] +Triangle: [3132, 3433, 3438] +Triangle: [3133, 3132, 2790] +Triangle: [3241, 3133, 2789] +Triangle: [2217, 2218, 3135] +Triangle: [2218, 2203, 3136] +Triangle: [3137, 3136, 2203] +Triangle: [2199, 2200, 3138] +Triangle: [2200, 2230, 3139] +Triangle: [708, 3140, 3218] +Triangle: [3209, 3140, 708] +Triangle: [877, 3142, 3141] +Triangle: [879, 3143, 3142] +Triangle: [3143, 879, 1930] +Triangle: [3145, 3144, 1930] +Triangle: [3146, 3145, 1922] +Triangle: [3147, 3230, 3231] +Triangle: [1430, 865, 3148] +Triangle: [850, 3153, 3152] +Triangle: [3154, 3153, 850] +Triangle: [3258, 3154, 1444] +Triangle: [3156, 3155, 823] +Triangle: [1081, 3157, 3156] +Triangle: [803, 3158, 3157] +Triangle: [3158, 803, 802] +Triangle: [801, 3160, 3159] +Triangle: [3160, 801, 1580] +Triangle: [3162, 3161, 1580] +Triangle: [3163, 3162, 1878] +Triangle: [3163, 696, 2922] +Triangle: [3164, 2922, 2028] +Triangle: [3166, 3165, 2028] +Triangle: [2027, 2029, 3167] +Triangle: [3168, 3167, 2029] +Triangle: [2030, 2037, 3169] +Triangle: [3170, 3169, 2037] +Triangle: [2243, 2249, 3125] +Triangle: [2734, 2729, 3172] +Triangle: [3173, 3172, 2729] +Triangle: [3174, 3173, 2727] +Triangle: [3175, 3174, 2728] +Triangle: [3176, 3175, 2534] +Triangle: [2535, 2541, 3177] +Triangle: [2541, 2526, 3178] +Triangle: [3179, 3178, 2526] +Triangle: [3180, 3179, 2525] +Triangle: [2524, 2803, 3181] +Triangle: [3181, 2803, 2804] +Triangle: [3182, 2804, 2801] +Triangle: [2799, 3184, 3183] +Triangle: [2512, 3185, 3184] +Triangle: [2513, 3186, 3185] +Triangle: [2513, 2124, 3187] +Triangle: [3188, 3187, 2124] +Triangle: [860, 3190, 3189] +Triangle: [3191, 3190, 860] +Triangle: [3192, 3191, 1398] +Triangle: [3193, 3192, 1067] +Triangle: [1439, 849, 3194] +Triangle: [3195, 3194, 849] +Triangle: [3196, 3195, 818] +Triangle: [819, 3197, 3196] +Triangle: [3197, 819, 820] +Triangle: [817, 3199, 3198] +Triangle: [738, 3200, 3199] +Triangle: [740, 3201, 3200] +Triangle: [1143, 3202, 3201] +Triangle: [3202, 1143, 1345] +Triangle: [1344, 3204, 3203] +Triangle: [3204, 1344, 1346] +Triangle: [3205, 1346, 1350] +Triangle: [3382, 1169, 882] +Triangle: [3207, 1897, 1896] +Triangle: [3141, 3209, 3208] +Triangle: [3141, 3306, 3307] +Triangle: [1894, 3211, 3210] +Triangle: [1893, 3212, 3211] +Triangle: [1892, 3213, 3212] +Triangle: [3215, 3214, 2134] +Triangle: [3216, 3215, 2135] +Triangle: [3217, 3216, 2120] +Triangle: [3218, 3309, 3310] +Triangle: [3219, 3218, 3139] +Triangle: [3220, 3219, 2230] +Triangle: [1891, 3224, 3213] +Triangle: [709, 711, 3225] +Triangle: [3223, 3207, 718] +Triangle: [3221, 3220, 2229] +Triangle: [717, 3222, 3221] +Triangle: [3223, 3222, 717] +Triangle: [862, 3227, 3226] +Triangle: [3227, 862, 866] +Triangle: [1429, 3229, 3228] +Triangle: [3300, 3301, 3146] +Triangle: [3230, 3146, 867] +Triangle: [3231, 867, 871] +Triangle: [3232, 871, 872] +Triangle: [966, 3234, 3233] +Triangle: [1029, 3235, 3234] +Triangle: [2325, 2237, 3237] +Triangle: [3238, 3237, 2237] +Triangle: [3239, 3238, 2220] +Triangle: [3240, 3239, 2216] +Triangle: [3134, 3241, 3240] +Triangle: [3316, 3241, 3134] +Triangle: [3243, 3242, 2214] +Triangle: [3244, 3243, 2211] +Triangle: [3245, 3244, 2212] +Triangle: [1415, 3248, 3247] +Triangle: [1413, 3249, 3248] +Triangle: [1412, 3250, 3249] +Triangle: [1546, 3251, 3250] +Triangle: [3251, 1546, 1128] +Triangle: [927, 3253, 3252] +Triangle: [1184, 3254, 3253] +Triangle: [1377, 3255, 3254] +Triangle: [3255, 1377, 824] +Triangle: [3256, 824, 823] +Triangle: [3155, 3258, 3257] +Triangle: [1185, 3259, 3258] +Triangle: [3259, 1185, 811] +Triangle: [3261, 3260, 811] +Triangle: [3262, 3261, 1186] +Triangle: [1459, 3263, 3262] +Triangle: [1460, 3264, 3263] +Triangle: [1458, 3265, 3264] +Triangle: [1096, 3266, 3265] +Triangle: [1482, 3267, 3266] +Triangle: [1498, 3268, 3267] +Triangle: [3269, 3268, 1498] +Triangle: [3269, 1183, 1095] +Triangle: [3271, 3270, 1095] +Triangle: [3101, 2782, 3273] +Triangle: [3274, 3273, 2782] +Triangle: [3275, 3274, 2779] +Triangle: [3276, 3275, 2774] +Triangle: [3277, 3276, 2772] +Triangle: [2771, 2561, 3278] +Triangle: [3279, 3278, 2561] +Triangle: [3280, 3279, 2560] +Triangle: [3281, 3280, 2564] +Triangle: [3282, 3281, 2475] +Triangle: [3283, 3282, 2247] +Triangle: [3284, 3283, 2246] +Triangle: [3285, 3284, 3126] +Triangle: [3286, 3285, 2251] +Triangle: [3286, 2252, 2360] +Triangle: [2802, 3288, 3287] +Triangle: [3289, 3288, 2802] +Triangle: [3290, 3289, 2805] +Triangle: [3291, 3290, 2806] +Triangle: [3292, 3291, 2807] +Triangle: [3293, 3292, 2808] +Triangle: [3293, 2532, 2536] +Triangle: [3294, 2536, 2503] +Triangle: [2503, 3336, 3296] +Triangle: [3297, 3322, 3011] +Triangle: [3299, 3298, 3399] +Triangle: [3400, 3401, 3300] +Triangle: [3301, 3300, 3401] +Triangle: [3302, 3301, 3402] +Triangle: [3303, 3302, 3403] +Triangle: [3304, 3303, 3404] +Triangle: [3305, 3304, 3405] +Triangle: [3305, 3406, 3407] +Triangle: [3306, 3407, 3408] +Triangle: [3307, 3408, 3409] +Triangle: [3309, 3308, 3409] +Triangle: [3310, 3309, 3410] +Triangle: [3311, 3310, 3411] +Triangle: [3311, 3412, 3413] +Triangle: [3414, 3313, 3312] +Triangle: [3313, 3414, 3415] +Triangle: [3314, 3415, 3416] +Triangle: [3417, 3316, 3315] +Triangle: [3418, 3317, 3316] +Triangle: [3317, 3418, 3419] +Triangle: [1481, 1480, 1732] +Triangle: [3320, 2827, 2810] +Triangle: [2852, 3320, 2828] +Triangle: [3025, 3024, 3320] +Triangle: [3026, 3025, 2852] +Triangle: [2893, 2896, 3027] +Triangle: [1735, 1501, 1512] +Triangle: [3271, 1089, 1723] +Triangle: [1354, 1357, 3324] +Triangle: [3325, 3324, 1357] +Triangle: [1180, 1312, 3326] +Triangle: [1181, 3327, 3326] +Triangle: [3328, 3327, 1181] +Triangle: [2503, 2502, 3330] +Triangle: [2695, 3331, 3330] +Triangle: [2694, 3332, 3331] +Triangle: [3332, 2694, 2741] +Triangle: [2738, 3334, 3333] +Triangle: [1182, 3269, 3270] +Triangle: [3348, 3336, 3329] +Triangle: [3336, 3348, 3297] +Triangle: [1144, 3338, 3337] +Triangle: [1144, 1134, 3339] +Triangle: [3339, 1134, 1313] +Triangle: [3341, 3340, 1313] +Triangle: [1309, 1355, 3342] +Triangle: [3342, 1355, 1356] +Triangle: [2739, 2740, 3343] +Triangle: [2697, 3344, 3343] +Triangle: [3344, 2697, 2696] +Triangle: [3346, 3345, 2696] +Triangle: [2500, 3347, 3346] +Triangle: [3348, 3347, 2500] +Triangle: [3271, 3337, 3335] +Triangle: [1369, 3337, 3321] +Triangle: [3353, 3350, 3349] +Triangle: [3351, 2748, 2747] +Triangle: [3352, 3351, 3012] +Triangle: [3322, 3348, 2748] +Triangle: [786, 3353, 3321] +Triangle: [3354, 3322, 3351] +Triangle: [1038, 1362, 3350] +Triangle: [2375, 3354, 3352] +Triangle: [3188, 2125, 3245] +Triangle: [2434, 3188, 3381] +Triangle: [3226, 881, 3189] +Triangle: [3381, 3245, 2209] +Triangle: [3383, 3381, 2206] +Triangle: [1170, 3382, 3380] +Triangle: [3298, 3148, 3430] +Triangle: [3131, 3434, 3435] +Triangle: [2412, 3384, 3396] +Triangle: [2413, 3385, 3384] +Triangle: [3385, 2413, 2145] +Triangle: [3387, 3386, 2145] +Triangle: [3388, 3387, 2146] +Triangle: [3389, 3388, 2137] +Triangle: [3391, 3390, 728] +Triangle: [725, 1538, 3392] +Triangle: [712, 3393, 3392] +Triangle: [1647, 3394, 3393] +Triangle: [735, 3395, 3394] +Triangle: [1885, 1884, 3398] +Triangle: [3224, 1891, 1890] +Triangle: [3389, 3225, 711] +Triangle: [728, 3397, 3396] +Triangle: [3397, 728, 3390] +Triangle: [3440, 863, 3399] +Triangle: [3400, 3399, 863] +Triangle: [1434, 3229, 3401] +Triangle: [3402, 3401, 3229] +Triangle: [3403, 3402, 1429] +Triangle: [3404, 3403, 1921] +Triangle: [3405, 3404, 1929] +Triangle: [3406, 3405, 1428] +Triangle: [3407, 3406, 1427] +Triangle: [3408, 3407, 1895] +Triangle: [3409, 3408, 3210] +Triangle: [3410, 3409, 1426] +Triangle: [3410, 3217, 2121] +Triangle: [3411, 2121, 2118] +Triangle: [3412, 2118, 2122] +Triangle: [2788, 3414, 3413] +Triangle: [3414, 2788, 2215] +Triangle: [3415, 2215, 2214] +Triangle: [3242, 3417, 3416] +Triangle: [2791, 3418, 3417] +Triangle: [3419, 3418, 2791] +Triangle: [3149, 3150, 1399] +Triangle: [2127, 2756, 3130] +Triangle: [1559, 1558, 3420] +Triangle: [1558, 1557, 3421] +Triangle: [3422, 3421, 1557] +Triangle: [3424, 3423, 704] +Triangle: [3425, 3424, 1370] +Triangle: [3426, 3420, 704] +Triangle: [3427, 714, 704] +Triangle: [3422, 1556, 1918] +Triangle: [705, 706, 3429] +Triangle: [706, 715, 3115] +Triangle: [1400, 3150, 3149] +Triangle: [1069, 3151, 3150] +Triangle: [3151, 1069, 855] +Triangle: [3431, 3430, 859] +Triangle: [3432, 3431, 3149] +Triangle: [3433, 3132, 3318] +Triangle: [3434, 3318, 3419] +Triangle: [865, 3436, 3430] +Triangle: [3436, 865, 869] +Triangle: [3433, 2762, 3458] +Triangle: [3439, 3438, 3458] +Triangle: [860, 881, 3440] +Triangle: [3441, 3435, 3419] +Triangle: [3440, 881, 1436] +Triangle: [3382, 1170, 1642] +Triangle: [3442, 1642, 1107] +Triangle: [968, 3444, 3443] +Triangle: [3445, 3444, 968] +Triangle: [3445, 949, 1000] +Triangle: [3446, 1000, 1726] +Triangle: [1909, 3448, 3447] +Triangle: [1908, 3449, 3448] +Triangle: [3451, 3450, 3015] +Triangle: [3016, 3017, 3452] +Triangle: [3453, 3452, 3017] +Triangle: [3454, 3453, 2405] +Triangle: [3454, 2402, 2438] +Triangle: [2438, 2443, 3456] +Triangle: [3457, 3456, 2443] +Triangle: [3383, 3457, 2437] +Triangle: [2105, 3458, 2762] +Triangle: [3459, 3458, 2105] +Triangle: [2224, 3459, 2106] +Triangle: [3436, 3460, 859] +Triangle: [3460, 3436, 3437] +Triangle: [3461, 3437, 3462] +Triangle: [3463, 3439, 3459] +Triangle: [3462, 3466, 870] +Triangle: [3464, 870, 963] +Triangle: [2224, 2225, 3465] +Triangle: [2232, 3465, 2225] +Triangle: [3466, 3462, 3437] +Triangle: [3463, 3465, 2110] +Triangle: [1431, 3466, 869] +Triangle: [2113, 2112, 3467] +Triangle: [1774, 995, 3469] +Triangle: [3470, 3469, 995] +Triangle: [3471, 3470, 1147] +Triangle: [3472, 3471, 1125] +Triangle: [3473, 3472, 1598] +Triangle: [3473, 895, 903] +Triangle: [908, 3475, 3474] +Triangle: [915, 3476, 3475] +Triangle: [915, 1531, 3477] +Triangle: [1531, 1854, 3478] +Triangle: [1618, 3479, 3478] +Triangle: [3479, 1618, 919] +Triangle: [3480, 919, 1012] +Triangle: [3482, 3481, 1012] +Triangle: [3482, 1266, 1278] +Triangle: [1279, 1278, 1290] +Triangle: [2660, 2672, 2671] +Triangle: [2660, 2659, 2644] +Triangle: [3483, 2644, 2304] +Triangle: [3484, 2304, 2303] +Triangle: [3486, 3485, 2303] +Triangle: [2172, 3487, 3486] +Triangle: [3488, 3487, 2172] +Triangle: [2164, 3489, 3488] +Triangle: [3490, 3489, 2164] +Triangle: [2153, 3491, 3490] +Triangle: [3492, 3491, 2153] +Triangle: [3492, 2351, 2350] +Triangle: [3493, 2350, 2349] +Triangle: [3494, 2349, 2348] +Triangle: [3495, 2348, 2347] +Triangle: [3041, 3497, 3496] +Triangle: [3497, 3041, 3070] +Triangle: [2778, 2600, 3498] +Triangle: [3499, 3498, 2600] +Triangle: [3500, 3499, 2599] +Triangle: [3501, 3500, 2596] +Triangle: [3502, 3501, 2591] +Triangle: [2598, 3503, 3502] +Triangle: [2912, 3504, 3503] +Triangle: [1222, 3505, 3504] +Triangle: [1868, 3506, 3505] +Triangle: [1570, 3507, 3506] +Triangle: [1221, 3508, 3507] +Triangle: [1220, 3509, 3508] +Triangle: [1219, 3510, 3509] +Triangle: [1230, 3511, 3510] +Triangle: [1229, 3512, 3511] +Triangle: [3512, 1229, 1416] +Triangle: [1845, 3513, 1846] +Triangle: [1215, 1218, 3513] +Triangle: [3514, 3101, 3272] +Triangle: [3515, 2640, 2605] +Triangle: [3517, 3516, 2605] +Triangle: [3518, 3517, 2597] +Triangle: [3519, 3518, 2590] +Triangle: [3520, 3519, 2065] +Triangle: [3521, 3520, 2064] +Triangle: [2088, 3522, 3521] +Triangle: [3523, 3522, 2088] +Triangle: [3523, 2087, 2101] +Triangle: [3525, 3524, 2101] +Triangle: [2100, 2927, 3526] +Triangle: [2391, 3527, 3526] +Triangle: [3528, 3527, 2391] +Triangle: [3529, 1567, 1209] +Triangle: [3530, 3529, 1239] +Triangle: [3531, 3530, 1423] +Triangle: [1205, 3532, 3531] +Triangle: [934, 3533, 3532] +Triangle: [3533, 934, 1554] +Triangle: [3534, 1554, 933] +Triangle: [3535, 933, 935] +Triangle: [936, 3537, 3536] +Triangle: [3538, 3537, 936] +Triangle: [3538, 1371, 937] +Triangle: [3539, 937, 868] +Triangle: [3540, 868, 956] +Triangle: [3541, 956, 3550] +Triangle: [1912, 3235, 1029] +Triangle: [1030, 1026, 1024] +Triangle: [3543, 3552, 3553] +Triangle: [1021, 3544, 3555] +Triangle: [3545, 3543, 2395] +Triangle: [3546, 3545, 2396] +Triangle: [1910, 3547, 3544] +Triangle: [3548, 3547, 1910] +Triangle: [3553, 2392, 2389] +Triangle: [3544, 1022, 3554] +Triangle: [3549, 2225, 3527] +Triangle: [3551, 3552, 3543] +Triangle: [960, 3550, 956] +Triangle: [3556, 3550, 960] +Triangle: [3551, 3549, 3528] +Triangle: [3553, 3552, 3528] +Triangle: [3554, 1938, 3542] +Triangle: [3556, 3555, 3542] +Triangle: [959, 1022, 1023] +Triangle: [3427, 2088, 2193] +Triangle: [3558, 3557, 2193] +Triangle: [3559, 3558, 2064] +Triangle: [3560, 3559, 2065] +Triangle: [3561, 3560, 2590] +Triangle: [3562, 3561, 2597] +Triangle: [3563, 3562, 2605] +Triangle: [714, 702, 3564] +Triangle: [702, 1555, 3565] +Triangle: [703, 3566, 3565] +Triangle: [3566, 703, 1206] +Triangle: [3567, 1206, 1223] +Triangle: [3568, 1223, 1422] +Triangle: [3569, 1422, 1250] +Triangle: [3570, 1250, 1208] +Triangle: [1567, 1208, 1251] +Triangle: [3571, 869, 865] +Triangle: [3232, 3571, 1430] +Triangle: [3572, 2111, 3467] +Triangle: [3578, 3577, 3576] +Triangle: [3580, 3575, 3576] +Triangle: [3581, 3582, 3584] +Triangle: [3593, 3592, 3591] +Triangle: [3590, 3591, 3632] +Triangle: [3593, 3590, 3589] +Triangle: [3583, 3596, 3595] +Triangle: [3598, 3599, 3597] +Triangle: [3599, 3575, 3580] +Triangle: [3625, 3600, 3599] +Triangle: [3600, 3578, 3575] +Triangle: [3626, 3601, 3600] +Triangle: [3601, 3602, 3578] +Triangle: [3601, 3604, 3603] +Triangle: [3602, 3603, 3606] +Triangle: [3602, 3605, 3577] +Triangle: [3606, 3592, 3607] +Triangle: [3607, 3608, 3577] +Triangle: [3608, 3579, 3576] +Triangle: [3608, 3607, 3595] +Triangle: [3607, 3592, 3593] +Triangle: [3603, 3573, 3609] +Triangle: [3609, 3591, 3592] +Triangle: [3573, 3610, 3633] +Triangle: [3633, 3632, 3591] +Triangle: [3574, 3611, 3594] +Triangle: [3611, 3574, 3628] +Triangle: [3611, 3589, 3590] +Triangle: [3637, 3636, 3616] +Triangle: [3615, 3616, 3619] +Triangle: [3618, 3619, 3621] +Triangle: [3623, 3582, 3624] +Triangle: [3582, 3623, 3598] +Triangle: [3623, 3621, 3625] +Triangle: [3625, 3621, 3619] +Triangle: [3626, 3619, 3616] +Triangle: [3604, 3601, 3626] +Triangle: [3634, 3604, 3627] +Triangle: [3628, 3617, 3629] +Triangle: [3617, 3614, 3613] +Triangle: [3613, 3586, 3587] +Triangle: [3587, 3589, 3612] +Triangle: [3627, 3616, 3636] +Triangle: [3604, 3634, 3573] +Triangle: [3621, 3623, 3622] +Triangle: [3596, 3583, 3597] +Triangle: [3586, 3630, 3585] +Triangle: [3585, 3630, 3631] +Triangle: [3631, 3624, 3582] +Triangle: [3610, 3594, 3632] +Triangle: [3610, 3573, 3634] +Triangle: [3628, 3574, 3634] +Triangle: [3635, 3636, 3617] +Triangle: [3614, 3617, 3636] +Triangle: [3659, 3638, 3640] +Triangle: [3647, 3646, 3645] +Triangle: [3649, 3648, 3647] +Triangle: [3677, 3685, 3651] +Triangle: [3656, 3639, 3641] +Triangle: [3659, 3639, 3656] +Triangle: [3661, 3663, 3658] +Triangle: [3658, 3656, 3664] +Triangle: [3664, 3656, 3655] +Triangle: [3655, 3666, 3657] +Triangle: [3666, 3643, 3668] +Triangle: [3666, 3667, 3669] +Triangle: [3691, 3650, 3669] +Triangle: [3679, 3671, 3670] +Triangle: [3670, 3671, 3665] +Triangle: [3671, 3672, 3664] +Triangle: [3672, 3673, 3662] +Triangle: [3662, 3673, 3674] +Triangle: [3694, 3675, 3663] +Triangle: [3675, 3676, 3660] +Triangle: [3676, 3651, 3638] +Triangle: [3653, 3677, 3676] +Triangle: [3652, 3653, 3675] +Triangle: [3654, 3652, 3674] +Triangle: [3673, 3672, 3678] +Triangle: [3672, 3671, 3679] +Triangle: [3679, 3681, 3680] +Triangle: [3680, 3682, 3654] +Triangle: [3680, 3684, 3683] +Triangle: [3683, 3677, 3653] +Triangle: [3682, 3653, 3652] +Triangle: [3683, 3688, 3685] +Triangle: [3686, 3685, 3688] +Triangle: [3687, 3688, 3648] +Triangle: [3684, 3648, 3688] +Triangle: [3648, 3684, 3689] +Triangle: [3646, 3647, 3689] +Triangle: [3684, 3680, 3681] +Triangle: [3689, 3681, 3691] +Triangle: [3681, 3679, 3650] +Triangle: [3668, 3690, 3691] +Triangle: [3690, 3668, 3693] +Triangle: [3646, 3693, 3692] +Triangle: [3693, 3668, 3643] +Triangle: [3641, 3639, 3640] +Triangle: [3700, 3719, 3748] +Triangle: [3723, 3722, 3703] +Triangle: [3704, 3701, 3706] +Triangle: [3704, 3705, 3708] +Triangle: [3709, 3700, 3701] +Triangle: [3712, 3713, 3698] +Triangle: [3698, 3697, 3710] +Triangle: [3715, 3696, 3698] +Triangle: [3715, 3730, 3718] +Triangle: [3696, 3718, 3717] +Triangle: [3749, 3748, 3719] +Triangle: [3700, 3709, 3720] +Triangle: [3720, 3710, 3697] +Triangle: [3721, 3711, 3710] +Triangle: [3721, 3739, 3712] +Triangle: [3739, 3740, 3714] +Triangle: [3723, 3725, 3724] +Triangle: [3722, 3724, 3713] +Triangle: [3724, 3725, 3727] +Triangle: [3724, 3726, 3716] +Triangle: [3729, 3726, 3727] +Triangle: [3726, 3729, 3728] +Triangle: [3728, 3730, 3715] +Triangle: [3732, 3731, 3730] +Triangle: [3731, 3699, 3718] +Triangle: [3732, 3733, 3706] +Triangle: [3731, 3706, 3701] +Triangle: [3733, 3734, 3736] +Triangle: [3735, 3705, 3706] +Triangle: [3735, 3736, 3738] +Triangle: [3737, 3708, 3705] +Triangle: [3703, 3740, 3737] +Triangle: [3740, 3739, 3708] +Triangle: [3739, 3721, 3707] +Triangle: [3722, 3714, 3740] +Triangle: [3720, 3709, 3707] +Triangle: [3702, 3703, 3738] +Triangle: [3741, 3738, 3736] +Triangle: [3742, 3736, 3734] +Triangle: [3745, 3729, 3746] +Triangle: [3732, 3728, 3729] +Triangle: [3734, 3733, 3732] +Triangle: [3734, 3745, 3744] +Triangle: [3717, 3699, 3747] +Triangle: [3695, 3717, 3748] +Triangle: [3695, 3749, 3698] +Triangle: [3753, 3754, 3755] +Triangle: [3753, 3752, 3757] +Triangle: [3758, 3760, 3761] +Triangle: [3768, 3769, 3770] +Triangle: [3767, 3771, 3809] +Triangle: [3770, 3765, 3766] +Triangle: [3772, 3773, 3760] +Triangle: [3775, 3761, 3774] +Triangle: [3757, 3752, 3776] +Triangle: [3802, 3775, 3776] +Triangle: [3752, 3755, 3777] +Triangle: [3802, 3777, 3778] +Triangle: [3777, 3755, 3779] +Triangle: [3780, 3781, 3778] +Triangle: [3779, 3782, 3783] +Triangle: [3755, 3754, 3782] +Triangle: [3784, 3769, 3783] +Triangle: [3754, 3785, 3784] +Triangle: [3785, 3754, 3753] +Triangle: [3785, 3773, 3772] +Triangle: [3784, 3772, 3770] +Triangle: [3786, 3750, 3780] +Triangle: [3769, 3768, 3786] +Triangle: [3810, 3787, 3750] +Triangle: [3768, 3809, 3810] +Triangle: [3771, 3788, 3751] +Triangle: [3789, 3805, 3751] +Triangle: [3788, 3771, 3767] +Triangle: [3793, 3813, 3814] +Triangle: [3795, 3796, 3793] +Triangle: [3795, 3797, 3798] +Triangle: [3801, 3759, 3800] +Triangle: [3759, 3761, 3775] +Triangle: [3800, 3775, 3802] +Triangle: [3802, 3803, 3796] +Triangle: [3803, 3804, 3793] +Triangle: [3803, 3778, 3781] +Triangle: [3812, 3804, 3781] +Triangle: [3805, 3789, 3806] +Triangle: [3790, 3791, 3794] +Triangle: [3806, 3764, 3763] +Triangle: [3789, 3766, 3764] +Triangle: [3813, 3793, 3804] +Triangle: [3750, 3811, 3781] +Triangle: [3799, 3800, 3798] +Triangle: [3774, 3760, 3773] +Triangle: [3763, 3764, 3762] +Triangle: [3762, 3758, 3808] +Triangle: [3759, 3801, 3808] +Triangle: [3809, 3771, 3787] +Triangle: [3811, 3750, 3787] +Triangle: [3805, 3812, 3811] +Triangle: [3794, 3813, 3812] +Triangle: [3813, 3794, 3791] +Triangle: [3817, 3815, 3836] +Triangle: [3822, 3823, 3824] +Triangle: [3824, 3825, 3826] +Triangle: [3828, 3862, 3854] +Triangle: [3818, 3816, 3833] +Triangle: [3833, 3816, 3836] +Triangle: [3838, 3839, 3835] +Triangle: [3835, 3839, 3841] +Triangle: [3841, 3842, 3832] +Triangle: [3832, 3842, 3834] +Triangle: [3843, 3844, 3845] +Triangle: [3843, 3834, 3846] +Triangle: [3846, 3827, 3868] +Triangle: [3847, 3848, 3856] +Triangle: [3847, 3834, 3842] +Triangle: [3841, 3849, 3848] +Triangle: [3839, 3850, 3849] +Triangle: [3839, 3838, 3851] +Triangle: [3840, 3852, 3871] +Triangle: [3837, 3853, 3852] +Triangle: [3853, 3837, 3815] +Triangle: [3853, 3854, 3830] +Triangle: [3852, 3830, 3829] +Triangle: [3851, 3829, 3831] +Triangle: [3850, 3831, 3855] +Triangle: [3849, 3855, 3856] +Triangle: [3857, 3858, 3856] +Triangle: [3831, 3859, 3857] +Triangle: [3859, 3860, 3861] +Triangle: [3830, 3854, 3860] +Triangle: [3859, 3831, 3829] +Triangle: [3860, 3854, 3862] +Triangle: [3863, 3864, 3865] +Triangle: [3864, 3826, 3825] +Triangle: [3865, 3825, 3861] +Triangle: [3825, 3824, 3866] +Triangle: [3866, 3824, 3823] +Triangle: [3858, 3857, 3861] +Triangle: [3866, 3867, 3868] +Triangle: [3827, 3856, 3858] +Triangle: [3868, 3867, 3845] +Triangle: [3867, 3823, 3870] +Triangle: [3823, 3822, 3869] +Triangle: [3870, 3819, 3820] +Triangle: [3817, 3816, 3818] +Triangle: [3877, 3924, 3925] +Triangle: [3900, 3879, 3880] +Triangle: [3882, 3883, 3878] +Triangle: [3881, 3884, 3885] +Triangle: [3886, 3881, 3878] +Triangle: [3875, 3890, 3889] +Triangle: [3887, 3874, 3875] +Triangle: [3875, 3873, 3892] +Triangle: [3892, 3873, 3895] +Triangle: [3873, 3872, 3894] +Triangle: [3926, 3874, 3896] +Triangle: [3877, 3896, 3897] +Triangle: [3897, 3896, 3874] +Triangle: [3898, 3897, 3887] +Triangle: [3898, 3888, 3889] +Triangle: [3891, 3917, 3916] +Triangle: [3901, 3902, 3900] +Triangle: [3899, 3891, 3890] +Triangle: [3901, 3903, 3904] +Triangle: [3901, 3890, 3893] +Triangle: [3904, 3903, 3906] +Triangle: [3903, 3893, 3905] +Triangle: [3892, 3907, 3905] +Triangle: [3907, 3908, 3909] +Triangle: [3895, 3876, 3908] +Triangle: [3883, 3910, 3909] +Triangle: [3876, 3878, 3883] +Triangle: [3910, 3912, 3913] +Triangle: [3883, 3882, 3912] +Triangle: [3912, 3914, 3915] +Triangle: [3882, 3885, 3914] +Triangle: [3914, 3917, 3880] +Triangle: [3885, 3916, 3917] +Triangle: [3884, 3898, 3916] +Triangle: [3917, 3891, 3899] +Triangle: [3884, 3886, 3897] +Triangle: [3915, 3880, 3879] +Triangle: [3918, 3919, 3913] +Triangle: [3919, 3920, 3911] +Triangle: [3922, 3921, 3923] +Triangle: [3906, 3905, 3909] +Triangle: [3909, 3910, 3911] +Triangle: [3921, 3922, 3911] +Triangle: [3924, 3876, 3894] +Triangle: [3872, 3926, 3925] +Triangle: [3872, 3873, 3875] +Triangle: [3927, 4071, 3937] +Triangle: [4072, 3928, 3939] +Triangle: [3954, 3944, 3929] +Triangle: [3930, 3941, 3940] +Triangle: [3952, 3953, 3941] +Triangle: [4070, 4061, 4076] +Triangle: [3932, 4062, 4063] +Triangle: [4077, 4061, 4062] +Triangle: [3933, 3947, 3946] +Triangle: [3933, 3934, 3948] +Triangle: [3933, 3945, 3949] +Triangle: [3949, 3950, 3948] +Triangle: [4068, 4069, 3935] +Triangle: [3930, 4066, 4067] +Triangle: [3929, 4065, 4066] +Triangle: [3944, 4064, 4065] +Triangle: [3955, 3932, 3944] +Triangle: [3962, 4065, 4064] +Triangle: [3945, 3946, 4064] +Triangle: [4062, 3949, 3945] +Triangle: [4061, 3950, 3949] +Triangle: [4061, 4070, 3938] +Triangle: [3938, 3957, 3956] +Triangle: [3936, 3958, 3957] +Triangle: [3936, 3937, 3959] +Triangle: [4066, 3959, 3937] +Triangle: [3928, 4072, 4071] +Triangle: [4066, 4065, 3962] +Triangle: [3947, 3961, 3962] +Triangle: [3956, 3961, 3947] +Triangle: [3961, 3956, 3957] +Triangle: [3958, 3959, 3962] +Triangle: [3939, 3928, 3927] +Triangle: [3951, 3953, 3952] +Triangle: [3968, 3996, 3994] +Triangle: [3971, 3974, 3973] +Triangle: [3971, 4004, 4003] +Triangle: [3975, 4004, 3971] +Triangle: [3989, 3979, 3978] +Triangle: [3986, 3981, 3980] +Triangle: [3997, 3998, 3980] +Triangle: [3984, 3968, 3997] +Triangle: [3982, 3983, 3985] +Triangle: [3966, 4080, 4079] +Triangle: [3973, 4002, 4079] +Triangle: [3979, 3989, 3988] +Triangle: [3989, 3991, 3990] +Triangle: [3992, 3976, 3990] +Triangle: [3977, 3993, 3992] +Triangle: [3967, 3994, 3992] +Triangle: [3996, 3995, 3975] +Triangle: [3963, 3980, 3998] +Triangle: [3978, 3979, 3963] +Triangle: [3984, 3985, 3995] +Triangle: [3985, 3965, 3969] +Triangle: [3981, 3966, 3965] +Triangle: [4003, 4000, 4001] +Triangle: [4002, 3973, 3974] +Triangle: [4004, 3969, 3970] +Triangle: [3970, 3964, 4000] +Triangle: [3995, 3969, 4004] +Triangle: [3994, 3975, 3976] +Triangle: [4078, 4005, 3972] +Triangle: [3965, 3964, 3970] +Triangle: [4009, 4008, 4007] +Triangle: [4010, 4013, 4012] +Triangle: [4010, 4015, 4014] +Triangle: [4010, 4011, 4016] +Triangle: [4018, 4036, 4038] +Triangle: [4035, 4034, 4019] +Triangle: [4026, 4025, 4024] +Triangle: [4027, 4028, 4012] +Triangle: [4033, 4032, 4022] +Triangle: [4029, 4025, 4031] +Triangle: [4039, 4037, 4030] +Triangle: [4032, 4028, 4049] +Triangle: [4032, 4060, 4059] +Triangle: [4045, 4043, 4033] +Triangle: [4047, 4045, 4034] +Triangle: [4055, 4047, 4035] +Triangle: [4057, 4056, 4035] +Triangle: [4022, 4059, 4058] +Triangle: [4008, 4009, 4041] +Triangle: [4028, 4027, 4050] +Triangle: [4043, 4042, 4028] +Triangle: [4045, 4044, 4042] +Triangle: [4047, 4046, 4044] +Triangle: [4047, 4055, 4054] +Triangle: [4053, 4016, 4046] +Triangle: [4052, 4015, 4016] +Triangle: [4051, 4014, 4015] +Triangle: [4014, 4051, 4050] +Triangle: [4011, 4044, 4046] +Triangle: [4011, 4012, 4042] +Triangle: [4017, 4006, 4007] +Triangle: [4019, 4021, 4048] +Triangle: [4020, 4048, 4058] +Triangle: [4039, 4038, 4036] +Triangle: [4033, 4021, 4019] +Triangle: [4050, 4040, 4023] +Triangle: [4040, 4051, 4052] +Triangle: [4053, 4054, 4007] +Triangle: [4007, 4054, 4055] +Triangle: [4056, 4036, 4018] +Triangle: [4037, 4036, 4057] +Triangle: [4030, 4037, 4059] +Triangle: [4060, 4049, 4024] +Triangle: [4074, 3935, 4069] +Triangle: [4068, 4067, 3937] +Triangle: [4069, 4068, 4071] +Triangle: [4070, 4069, 4072] +Triangle: [3955, 4073, 3931] +Triangle: [3942, 4073, 3951] +Triangle: [4075, 3942, 3960] +Triangle: [4075, 4076, 3931] +Triangle: [4076, 4077, 3943] +Triangle: [4026, 4023, 4040] +Triangle: [4080, 4005, 4078] +Triangle: [3987, 3988, 4005] +Triangle: [3986, 3987, 4080] +Triangle: [3990, 3972, 4005] +Triangle: [3976, 3971, 3972] +Triangle: [3965, 3966, 4000] +Triangle: [4081, 4090, 4091] +Triangle: [4093, 4082, 4226] +Triangle: [4108, 4094, 4083] +Triangle: [4094, 4095, 4084] +Triangle: [4095, 4107, 4106] +Triangle: [4230, 4215, 4224] +Triangle: [4086, 4098, 4217] +Triangle: [4231, 4086, 4216] +Triangle: [4087, 4099, 4100] +Triangle: [4087, 4101, 4102] +Triangle: [4087, 4088, 4103] +Triangle: [4102, 4104, 4103] +Triangle: [4089, 4223, 4222] +Triangle: [4084, 4106, 4221] +Triangle: [4220, 4219, 4083] +Triangle: [4098, 4083, 4219] +Triangle: [4098, 4086, 4109] +Triangle: [4100, 4218, 4219] +Triangle: [4218, 4100, 4099] +Triangle: [4099, 4103, 4216] +Triangle: [4103, 4104, 4215] +Triangle: [4104, 4092, 4224] +Triangle: [4092, 4104, 4110] +Triangle: [4111, 4112, 4090] +Triangle: [4090, 4112, 4113] +Triangle: [4220, 4221, 4091] +Triangle: [4082, 4081, 4225] +Triangle: [4220, 4113, 4116] +Triangle: [4101, 4100, 4116] +Triangle: [4101, 4115, 4110] +Triangle: [4115, 4112, 4111] +Triangle: [4116, 4113, 4112] +Triangle: [4093, 4090, 4081] +Triangle: [4105, 4089, 4106] +Triangle: [4122, 4121, 4148] +Triangle: [4125, 4126, 4127] +Triangle: [4125, 4128, 4157] +Triangle: [4129, 4130, 4125] +Triangle: [4132, 4133, 4143] +Triangle: [4117, 4134, 4135] +Triangle: [4134, 4152, 4151] +Triangle: [4138, 4136, 4151] +Triangle: [4136, 4138, 4139] +Triangle: [4120, 4156, 4233] +Triangle: [4233, 4156, 4127] +Triangle: [4142, 4143, 4133] +Triangle: [4143, 4142, 4144] +Triangle: [4145, 4144, 4130] +Triangle: [4131, 4145, 4146] +Triangle: [4121, 4147, 4146] +Triangle: [4129, 4149, 4150] +Triangle: [4153, 4152, 4134] +Triangle: [4117, 4133, 4132] +Triangle: [4149, 4139, 4138] +Triangle: [4139, 4149, 4123] +Triangle: [4119, 4120, 4135] +Triangle: [4155, 4154, 4157] +Triangle: [4128, 4127, 4156] +Triangle: [4158, 4157, 4124] +Triangle: [4154, 4118, 4124] +Triangle: [4158, 4123, 4149] +Triangle: [4148, 4146, 4130] +Triangle: [4232, 4127, 4126] +Triangle: [4124, 4118, 4119] +Triangle: [4163, 4160, 4161] +Triangle: [4164, 4165, 4166] +Triangle: [4164, 4167, 4168] +Triangle: [4164, 4169, 4170] +Triangle: [4172, 4171, 4192] +Triangle: [4173, 4188, 4189] +Triangle: [4178, 4179, 4180] +Triangle: [4181, 4167, 4166] +Triangle: [4176, 4186, 4187] +Triangle: [4185, 4179, 4183] +Triangle: [4193, 4185, 4184] +Triangle: [4203, 4182, 4186] +Triangle: [4213, 4214, 4186] +Triangle: [4187, 4197, 4199] +Triangle: [4188, 4199, 4201] +Triangle: [4189, 4201, 4209] +Triangle: [4189, 4210, 4211] +Triangle: [4212, 4213, 4176] +Triangle: [4162, 4194, 4195] +Triangle: [4182, 4203, 4204] +Triangle: [4182, 4196, 4197] +Triangle: [4196, 4198, 4199] +Triangle: [4198, 4200, 4201] +Triangle: [4200, 4208, 4209] +Triangle: [4200, 4170, 4207] +Triangle: [4170, 4169, 4206] +Triangle: [4169, 4168, 4205] +Triangle: [4168, 4181, 4204] +Triangle: [4200, 4198, 4165] +Triangle: [4165, 4198, 4196] +Triangle: [4161, 4160, 4171] +Triangle: [4173, 4174, 4202] +Triangle: [4174, 4211, 4212] +Triangle: [4193, 4191, 4190] +Triangle: [4173, 4175, 4187] +Triangle: [4204, 4203, 4177] +Triangle: [4206, 4205, 4194] +Triangle: [4161, 4208, 4207] +Triangle: [4172, 4209, 4208] +Triangle: [4210, 4209, 4172] +Triangle: [4191, 4212, 4211] +Triangle: [4213, 4191, 4184] +Triangle: [4178, 4203, 4214] +Triangle: [4223, 4089, 4228] +Triangle: [4091, 4221, 4222] +Triangle: [4225, 4222, 4223] +Triangle: [4226, 4223, 4224] +Triangle: [4109, 4097, 4085] +Triangle: [4105, 4227, 4096] +Triangle: [4229, 4228, 4114] +Triangle: [4085, 4230, 4229] +Triangle: [4097, 4231, 4230] +Triangle: [4194, 4177, 4180] +Triangle: [4234, 4233, 4232] +Triangle: [4141, 4234, 4159] +Triangle: [4140, 4120, 4234] +Triangle: [4144, 4142, 4159] +Triangle: [4126, 4125, 4130] +Triangle: [4154, 4120, 4119] +Triangle: [4311, 4316, 4237] +Triangle: [4242, 4379, 4378] +Triangle: [4313, 4315, 4259] +Triangle: [4250, 4269, 4268] +Triangle: [4338, 4276, 4273] +Triangle: [4278, 4339, 4338] +Triangle: [4278, 4281, 4341] +Triangle: [4380, 4379, 4242] +Triangle: [4280, 4263, 4381] +Triangle: [4343, 4342, 4281] +Triangle: [4287, 4344, 4343] +Triangle: [4285, 4336, 4377] +Triangle: [4345, 4344, 4287] +Triangle: [4286, 4289, 4454] +Triangle: [4291, 4290, 4258] +Triangle: [4289, 4286, 4292] +Triangle: [4286, 4287, 4293] +Triangle: [4293, 4287, 4282] +Triangle: [4282, 4281, 4295] +Triangle: [4281, 4278, 4296] +Triangle: [4278, 4274, 4275] +Triangle: [4258, 4290, 4297] +Triangle: [4246, 4402, 4271] +Triangle: [4301, 4305, 4304] +Triangle: [4301, 4299, 4306] +Triangle: [4298, 4271, 4297] +Triangle: [4316, 4311, 4308] +Triangle: [4248, 4314, 4315] +Triangle: [4267, 4269, 4315] +Triangle: [4315, 4269, 4251] +Triangle: [4267, 4266, 4268] +Triangle: [4235, 4237, 4317] +Triangle: [4240, 4238, 4241] +Triangle: [4241, 4253, 4257] +Triangle: [4284, 4288, 4373] +Triangle: [4249, 4235, 4236] +Triangle: [4274, 4273, 4318] +Triangle: [4261, 4366, 4365] +Triangle: [4336, 4285, 4363] +Triangle: [4319, 4325, 4384] +Triangle: [4243, 4360, 4359] +Triangle: [4359, 4358, 4280] +Triangle: [4263, 4280, 4358] +Triangle: [4356, 4334, 4263] +Triangle: [4354, 4353, 4325] +Triangle: [4444, 4253, 4241] +Triangle: [4323, 4324, 4238] +Triangle: [4239, 4255, 4321] +Triangle: [4320, 4256, 4259] +Triangle: [4326, 4322, 4259] +Triangle: [4262, 4251, 4327] +Triangle: [4331, 4328, 4327] +Triangle: [4382, 4332, 4319] +Triangle: [4354, 4319, 4332] +Triangle: [4250, 4329, 4333] +Triangle: [4355, 4332, 4334] +Triangle: [4353, 4385, 4384] +Triangle: [4346, 4336, 4362] +Triangle: [4339, 4264, 4265] +Triangle: [4279, 4264, 4339] +Triangle: [4245, 4279, 4340] +Triangle: [4342, 4244, 4245] +Triangle: [4283, 4244, 4342] +Triangle: [4344, 4284, 4283] +Triangle: [4288, 4284, 4344] +Triangle: [4288, 4345, 4454] +Triangle: [4360, 4243, 4346] +Triangle: [4375, 4348, 4285] +Triangle: [4363, 4285, 4348] +Triangle: [4350, 4365, 4364] +Triangle: [4320, 4349, 4255] +Triangle: [4277, 4352, 4385] +Triangle: [4354, 4329, 4330] +Triangle: [4333, 4329, 4354] +Triangle: [4333, 4355, 4356] +Triangle: [4335, 4356, 4357] +Triangle: [4358, 4327, 4328] +Triangle: [4326, 4327, 4358] +Triangle: [4322, 4326, 4359] +Triangle: [4322, 4360, 4361] +Triangle: [4347, 4361, 4362] +Triangle: [4337, 4362, 4363] +Triangle: [4349, 4320, 4363] +Triangle: [4365, 4351, 4349] +Triangle: [4321, 4351, 4365] +Triangle: [4321, 4366, 4367] +Triangle: [4324, 4323, 4367] +Triangle: [4369, 4330, 4329] +Triangle: [4373, 4260, 4371] +Triangle: [4370, 4260, 4373] +Triangle: [4283, 4284, 4375] +Triangle: [4376, 4377, 4244] +Triangle: [4245, 4244, 4378] +Triangle: [4279, 4245, 4379] +Triangle: [4380, 4381, 4264] +Triangle: [4264, 4382, 4383] +Triangle: [4383, 4384, 4276] +Triangle: [4352, 4276, 4384] +Triangle: [4369, 4385, 4353] +Triangle: [4271, 4270, 4386] +Triangle: [4390, 4389, 4388] +Triangle: [4446, 4397, 4393] +Triangle: [4396, 4395, 4388] +Triangle: [4270, 4395, 4396] +Triangle: [4451, 4392, 4399] +Triangle: [4398, 4272, 4257] +Triangle: [4391, 4240, 4272] +Triangle: [4386, 4452, 4289] +Triangle: [4400, 4403, 4402] +Triangle: [4300, 4401, 4405] +Triangle: [4299, 4298, 4307] +Triangle: [4299, 4404, 4246] +Triangle: [4400, 4246, 4404] +Triangle: [4402, 4403, 4406] +Triangle: [4407, 4394, 4247] +Triangle: [4408, 4409, 4393] +Triangle: [4401, 4300, 4411] +Triangle: [4411, 4413, 4412] +Triangle: [4405, 4415, 4414] +Triangle: [4401, 4410, 4415] +Triangle: [4403, 4414, 4416] +Triangle: [4407, 4406, 4416] +Triangle: [4417, 4393, 4409] +Triangle: [4419, 4417, 4418] +Triangle: [4413, 4422, 4421] +Triangle: [4421, 4422, 4252] +Triangle: [4252, 4419, 4420] +Triangle: [4421, 4423, 4415] +Triangle: [4423, 4420, 4414] +Triangle: [4420, 4418, 4416] +Triangle: [4417, 4424, 4447] +Triangle: [4425, 4240, 4391] +Triangle: [4387, 4424, 4425] +Triangle: [4428, 4427, 4426] +Triangle: [4426, 4429, 4411] +Triangle: [4302, 4430, 4427] +Triangle: [4430, 4302, 4432] +Triangle: [4432, 4434, 4433] +Triangle: [4434, 4309, 4435] +Triangle: [4309, 4308, 4436] +Triangle: [4308, 4438, 4437] +Triangle: [4413, 4411, 4429] +Triangle: [4439, 4437, 4438] +Triangle: [4428, 4299, 4301] +Triangle: [4440, 4432, 4302] +Triangle: [4436, 4437, 4442] +Triangle: [4427, 4430, 4441] +Triangle: [4311, 4310, 4422] +Triangle: [4312, 4417, 4419] +Triangle: [4312, 4443, 4425] +Triangle: [4312, 4235, 4249] +Triangle: [4254, 4444, 4445] +Triangle: [4324, 4368, 4445] +Triangle: [4388, 4446, 4447] +Triangle: [4449, 4247, 4394] +Triangle: [4270, 4247, 4449] +Triangle: [4239, 4238, 4443] +Triangle: [4255, 4239, 4450] +Triangle: [4396, 4451, 4452] +Triangle: [4253, 4374, 4373] +Triangle: [4453, 4454, 4399] +Triangle: [4456, 4455, 4267] +Triangle: [4455, 4457, 4266] +Triangle: [4236, 4317, 4456] +Triangle: [4458, 4459, 4352] +Triangle: [4352, 4459, 4460] +Triangle: [4464, 4266, 4457] +Triangle: [4464, 4462, 4268] +Triangle: [4237, 4316, 4467] +Triangle: [4468, 4471, 4470] +Triangle: [4475, 4474, 4473] +Triangle: [4479, 4478, 4477] +Triangle: [4483, 4482, 4481] +Triangle: [4484, 4480, 4481] +Triangle: [4484, 4486, 4488] +Triangle: [4490, 4468, 4469] +Triangle: [4492, 4491, 4490] +Triangle: [4487, 4493, 4495] +Triangle: [4495, 4497, 4496] +Triangle: [4501, 4500, 4499] +Triangle: [4496, 4497, 4503] +Triangle: [4505, 4504, 4502] +Triangle: [4508, 4507, 4506] +Triangle: [4504, 4506, 4509] +Triangle: [4510, 4496, 4502] +Triangle: [4510, 4511, 4494] +Triangle: [4512, 4487, 4494] +Triangle: [4513, 4484, 4487] +Triangle: [4514, 4480, 4484] +Triangle: [4508, 4516, 4515] +Triangle: [4516, 4522, 4521] +Triangle: [4304, 4524, 4523] +Triangle: [4525, 4517, 4523] +Triangle: [4515, 4516, 4520] +Triangle: [4316, 4309, 4527] +Triangle: [4532, 4473, 4474] +Triangle: [4534, 4533, 4474] +Triangle: [4474, 4535, 4536] +Triangle: [4534, 4478, 4479] +Triangle: [4317, 4237, 4465] +Triangle: [4544, 4543, 4542] +Triangle: [4546, 4545, 4544] +Triangle: [4549, 4552, 4551] +Triangle: [4540, 4465, 4530] +Triangle: [4553, 4483, 4480] +Triangle: [4555, 4558, 4557] +Triangle: [4560, 4499, 4500] +Triangle: [4569, 4568, 4567] +Triangle: [4471, 4468, 4571] +Triangle: [4490, 4572, 4571] +Triangle: [4491, 4573, 4572] +Triangle: [4491, 4554, 4574] +Triangle: [4568, 4576, 4575] +Triangle: [4547, 4577, 4544] +Triangle: [4578, 4580, 4543] +Triangle: [4581, 4539, 4580] +Triangle: [4475, 4472, 4584] +Triangle: [4585, 4535, 4475] +Triangle: [4585, 4587, 4536] +Triangle: [4537, 4536, 4587] +Triangle: [4591, 4566, 4567] +Triangle: [4593, 4592, 4567] +Triangle: [4477, 4537, 4595] +Triangle: [4574, 4554, 4592] +Triangle: [4568, 4569, 4596] +Triangle: [4559, 4500, 4597] +Triangle: [4485, 4481, 4599] +Triangle: [4485, 4600, 4601] +Triangle: [4486, 4601, 4602] +Triangle: [4493, 4488, 4602] +Triangle: [4493, 4603, 4604] +Triangle: [4497, 4495, 4604] +Triangle: [4497, 4549, 4550] +Triangle: [4605, 4505, 4503] +Triangle: [4570, 4598, 4597] +Triangle: [4499, 4607, 4606] +Triangle: [4607, 4499, 4560] +Triangle: [4607, 4608, 4557] +Triangle: [4584, 4472, 4539] +Triangle: [4596, 4611, 4476] +Triangle: [4575, 4576, 4612] +Triangle: [4593, 4575, 4594] +Triangle: [4589, 4574, 4593] +Triangle: [4573, 4574, 4589] +Triangle: [4572, 4573, 4588] +Triangle: [4572, 4587, 4585] +Triangle: [4571, 4585, 4586] +Triangle: [4586, 4610, 4598] +Triangle: [4610, 4583, 4559] +Triangle: [4583, 4584, 4560] +Triangle: [4609, 4608, 4560] +Triangle: [4557, 4608, 4609] +Triangle: [4557, 4582, 4581] +Triangle: [4561, 4556, 4581] +Triangle: [4579, 4613, 4561] +Triangle: [4590, 4477, 4594] +Triangle: [4562, 4563, 4551] +Triangle: [4551, 4563, 4564] +Triangle: [4604, 4498, 4606] +Triangle: [4603, 4501, 4498] +Triangle: [4470, 4603, 4602] +Triangle: [4601, 4489, 4469] +Triangle: [4600, 4492, 4489] +Triangle: [4600, 4599, 4566] +Triangle: [4482, 4569, 4566] +Triangle: [4569, 4482, 4611] +Triangle: [4576, 4596, 4590] +Triangle: [4516, 4508, 4615] +Triangle: [4616, 4619, 4618] +Triangle: [4622, 4625, 4624] +Triangle: [4618, 4627, 4626] +Triangle: [4614, 4615, 4626] +Triangle: [4631, 4628, 4629] +Triangle: [4620, 4628, 4546] +Triangle: [4621, 4620, 4541] +Triangle: [4615, 4508, 4504] +Triangle: [4522, 4633, 4632] +Triangle: [4518, 4519, 4635] +Triangle: [4526, 4520, 4517] +Triangle: [4520, 4521, 4519] +Triangle: [4635, 4519, 4521] +Triangle: [4522, 4636, 4637] +Triangle: [4636, 4639, 4638] +Triangle: [4624, 4641, 4640] +Triangle: [4634, 4643, 4642] +Triangle: [4643, 4645, 4644] +Triangle: [4635, 4632, 4647] +Triangle: [4634, 4635, 4646] +Triangle: [4648, 4647, 4633] +Triangle: [4638, 4640, 4648] +Triangle: [4641, 4624, 4650] +Triangle: [4649, 4650, 4652] +Triangle: [4645, 4654, 4653] +Triangle: [4654, 4656, 4655] +Triangle: [4651, 4652, 4655] +Triangle: [4654, 4645, 4646] +Triangle: [4656, 4646, 4647] +Triangle: [4651, 4647, 4648] +Triangle: [4625, 4657, 4650] +Triangle: [4621, 4542, 4658] +Triangle: [4619, 4616, 4658] +Triangle: [4659, 4518, 4661] +Triangle: [4642, 4662, 4661] +Triangle: [4663, 4659, 4660] +Triangle: [4664, 4665, 4432] +Triangle: [4666, 4434, 4432] +Triangle: [4667, 4309, 4434] +Triangle: [4668, 4527, 4309] +Triangle: [4669, 4528, 4527] +Triangle: [4662, 4642, 4644] +Triangle: [4528, 4669, 4670] +Triangle: [4523, 4517, 4659] +Triangle: [4440, 4523, 4663] +Triangle: [4668, 4671, 4672] +Triangle: [4671, 4664, 4660] +Triangle: [4467, 4528, 4653] +Triangle: [4673, 4466, 4652] +Triangle: [4673, 4657, 4658] +Triangle: [4530, 4465, 4673] +Triangle: [4613, 4577, 4547] +Triangle: [4577, 4613, 4579] +Triangle: [4618, 4619, 4625] +Triangle: [4639, 4636, 4675] +Triangle: [4675, 4636, 4614] +Triangle: [4531, 4543, 4580] +Triangle: [4529, 4580, 4539] +Triangle: [4630, 4629, 4626] +Triangle: [4551, 4548, 4545] +Triangle: [4631, 4505, 4605] +Triangle: [4456, 4533, 4534] +Triangle: [4538, 4457, 4455] +Triangle: [4456, 4317, 4540] +Triangle: [4611, 4677, 4676] +Triangle: [4611, 4482, 4678] +Triangle: [4681, 4463, 4457] +Triangle: [4681, 4538, 4479] +Triangle: [4683, 4684, 4685] +Triangle: [4682, 4799, 4798] +Triangle: [4686, 4806, 4799] +Triangle: [4691, 4692, 4914] +Triangle: [4703, 4704, 4856] +Triangle: [4712, 4804, 4801] +Triangle: [4765, 4722, 4723] +Triangle: [4728, 4697, 4802] +Triangle: [4730, 4702, 4731] +Triangle: [4729, 4732, 4733] +Triangle: [4729, 4731, 4734] +Triangle: [4735, 4736, 4737] +Triangle: [4737, 4698, 4697] +Triangle: [4738, 4885, 4740] +Triangle: [4743, 4744, 4735] +Triangle: [4742, 4735, 4745] +Triangle: [4748, 4749, 4750] +Triangle: [4747, 4751, 4744] +Triangle: [4752, 4753, 4754] +Triangle: [4755, 4756, 4757] +Triangle: [4757, 4758, 4753] +Triangle: [4885, 4886, 4759] +Triangle: [4761, 4870, 4871] +Triangle: [4766, 4762, 4871] +Triangle: [4766, 4873, 4874] +Triangle: [4916, 4768, 4691] +Triangle: [4917, 4716, 4768] +Triangle: [4769, 4875, 4876] +Triangle: [4876, 4877, 4775] +Triangle: [4913, 4868, 4773] +Triangle: [4775, 4877, 4878] +Triangle: [4992, 4777, 4774] +Triangle: [4711, 4778, 4779] +Triangle: [4779, 4780, 4774] +Triangle: [4781, 4775, 4774] +Triangle: [4781, 4782, 4770] +Triangle: [4783, 4769, 4770] +Triangle: [4784, 4766, 4769] +Triangle: [4784, 4763, 4762] +Triangle: [4711, 4725, 4785] +Triangle: [4786, 4725, 4938] +Triangle: [4792, 4793, 4789] +Triangle: [4793, 4794, 4787] +Triangle: [4785, 4725, 4786] +Triangle: [4806, 4797, 4796] +Triangle: [4698, 4699, 4801] +Triangle: [4697, 4801, 4804] +Triangle: [4802, 4803, 4760] +Triangle: [4727, 4760, 4739] +Triangle: [4803, 4805, 4723] +Triangle: [4802, 4804, 4805] +Triangle: [4760, 4803, 4721] +Triangle: [4804, 4715, 4701] +Triangle: [4721, 4723, 4722] +Triangle: [4886, 4887, 4808] +Triangle: [4809, 4810, 4740] +Triangle: [4759, 4808, 4811] +Triangle: [4808, 4733, 4732] +Triangle: [4811, 4812, 4813] +Triangle: [4732, 4734, 4812] +Triangle: [4812, 4814, 4815] +Triangle: [4734, 4816, 4814] +Triangle: [4816, 4734, 4731] +Triangle: [4731, 4702, 4856] +Triangle: [4818, 4819, 4813] +Triangle: [4820, 4821, 4819] +Triangle: [4820, 4822, 5275] +Triangle: [5275, 5276, 4825] +Triangle: [5276, 5277, 4754] +Triangle: [5277, 5278, 4755] +Triangle: [5278, 5279, 4756] +Triangle: [5279, 5280, 4830] +Triangle: [5280, 5281, 4749] +Triangle: [5282, 4750, 4749] +Triangle: [4835, 4836, 4834] +Triangle: [4838, 4685, 4684] +Triangle: [4837, 4737, 4736] +Triangle: [4837, 4684, 4698] +Triangle: [4836, 4736, 4751] +Triangle: [4834, 4751, 4747] +Triangle: [4839, 4757, 4756] +Triangle: [4749, 4748, 4839] +Triangle: [4743, 4758, 4757] +Triangle: [4748, 4744, 4743] +Triangle: [4825, 4840, 4841] +Triangle: [4825, 4754, 4753] +Triangle: [4840, 4842, 4843] +Triangle: [4840, 4753, 4758] +Triangle: [4842, 4742, 4746] +Triangle: [4758, 4743, 4742] +Triangle: [4843, 4746, 4738] +Triangle: [4741, 4844, 4841] +Triangle: [4741, 4740, 4810] +Triangle: [4844, 4821, 4823] +Triangle: [4810, 4819, 4821] +Triangle: [4819, 4810, 4809] +Triangle: [4887, 4845, 4733] +Triangle: [4845, 4846, 4730] +Triangle: [4846, 4703, 4702] +Triangle: [4736, 4735, 4744] +Triangle: [4745, 4739, 4738] +Triangle: [4847, 4686, 4682] +Triangle: [4848, 4847, 4685] +Triangle: [4726, 4690, 4687] +Triangle: [4710, 4706, 4690] +Triangle: [4772, 4908, 4909] +Triangle: [4684, 4683, 4699] +Triangle: [4980, 4836, 4835] +Triangle: [4837, 4836, 4980] +Triangle: [4849, 4761, 4762] +Triangle: [4714, 4883, 4901] +Triangle: [4899, 4773, 4868] +Triangle: [4920, 4857, 4850] +Triangle: [4692, 4691, 4895] +Triangle: [4768, 4894, 4895] +Triangle: [4716, 4893, 4894] +Triangle: [4893, 4716, 4866] +Triangle: [4857, 4889, 4890] +Triangle: [4982, 4983, 4690] +Triangle: [4854, 4688, 4687] +Triangle: [4854, 4852, 4708] +Triangle: [4712, 4709, 4851] +Triangle: [4715, 4712, 4853] +Triangle: [4859, 4701, 4715] +Triangle: [4863, 4701, 4859] +Triangle: [4918, 4919, 4850] +Triangle: [4864, 4850, 4890] +Triangle: [4700, 4863, 4865] +Triangle: [4863, 4700, 4723] +Triangle: [4892, 4866, 4864] +Triangle: [4857, 4920, 4921] +Triangle: [4898, 4868, 4879] +Triangle: [4870, 4764, 4718] +Triangle: [4872, 4871, 4718] +Triangle: [4872, 4717, 4767] +Triangle: [4873, 4767, 4694] +Triangle: [4875, 4874, 4694] +Triangle: [4875, 4693, 4771] +Triangle: [4877, 4876, 4771] +Triangle: [4877, 4772, 4776] +Triangle: [4991, 4992, 4878] +Triangle: [4897, 4879, 4692] +Triangle: [4773, 4881, 4911] +Triangle: [4881, 4773, 4899] +Triangle: [4883, 4881, 4900] +Triangle: [4709, 4708, 4882] +Triangle: [4885, 4738, 4739] +Triangle: [4886, 4885, 4720] +Triangle: [4886, 4719, 4807] +Triangle: [4905, 4921, 4888] +Triangle: [4890, 4889, 4862] +Triangle: [4865, 4891, 4890] +Triangle: [4867, 4892, 4891] +Triangle: [4893, 4892, 4867] +Triangle: [4894, 4893, 4860] +Triangle: [4894, 4859, 4858] +Triangle: [4895, 4858, 4853] +Triangle: [4880, 4897, 4896] +Triangle: [4880, 4869, 4898] +Triangle: [4869, 4851, 4899] +Triangle: [4882, 4900, 4899] +Triangle: [4900, 4882, 4884] +Triangle: [4902, 4901, 4884] +Triangle: [4903, 4902, 4852] +Triangle: [4855, 4904, 4903] +Triangle: [4905, 4700, 4861] +Triangle: [4907, 4713, 4909] +Triangle: [4909, 4713, 4906] +Triangle: [4912, 4911, 4772] +Triangle: [4693, 4913, 4912] +Triangle: [4914, 4693, 4694] +Triangle: [4767, 4916, 4915] +Triangle: [4717, 4917, 4916] +Triangle: [4718, 4919, 4918] +Triangle: [4764, 4920, 4919] +Triangle: [4920, 4764, 4888] +Triangle: [4889, 4921, 4905] +Triangle: [4725, 4711, 4922] +Triangle: [4926, 4923, 4924] +Triangle: [4984, 4985, 4929] +Triangle: [4925, 4924, 4931] +Triangle: [4724, 4922, 4932] +Triangle: [4990, 4935, 4928] +Triangle: [4934, 4928, 4710] +Triangle: [4927, 4934, 4726] +Triangle: [4711, 4777, 4990] +Triangle: [4695, 4938, 4939] +Triangle: [4788, 4940, 4941] +Triangle: [4794, 4795, 4786] +Triangle: [4695, 4940, 4787] +Triangle: [4940, 4695, 4936] +Triangle: [4938, 4696, 4942] +Triangle: [4942, 4696, 4930] +Triangle: [4930, 4933, 4944] +Triangle: [4933, 4929, 4945] +Triangle: [4937, 4946, 4947] +Triangle: [4948, 4949, 4947] +Triangle: [4936, 4950, 4951] +Triangle: [4937, 4941, 4951] +Triangle: [4952, 4950, 4939] +Triangle: [4943, 4944, 4952] +Triangle: [4954, 4945, 4929] +Triangle: [4954, 4953, 4955] +Triangle: [4957, 4958, 4949] +Triangle: [4959, 4705, 4958] +Triangle: [4956, 4955, 4705] +Triangle: [4957, 4948, 4951] +Triangle: [4959, 4951, 4950] +Triangle: [4956, 4950, 4952] +Triangle: [4985, 4960, 4953] +Triangle: [4927, 4689, 4961] +Triangle: [4926, 4961, 4960] +Triangle: [4788, 4962, 4963] +Triangle: [4947, 4965, 4962] +Triangle: [4964, 4963, 4966] +Triangle: [4967, 4968, 4790] +Triangle: [4967, 4969, 4970] +Triangle: [4971, 4797, 4970] +Triangle: [4972, 4796, 4797] +Triangle: [4973, 4974, 4796] +Triangle: [4975, 4965, 4947] +Triangle: [4974, 4973, 4975] +Triangle: [4789, 4787, 4964] +Triangle: [4976, 4789, 4790] +Triangle: [4972, 4977, 4978] +Triangle: [4977, 4966, 4963] +Triangle: [4799, 4974, 4958] +Triangle: [4745, 4735, 4728] +Triangle: [4848, 4838, 4980] +Triangle: [4800, 4798, 4955] +Triangle: [4800, 4960, 4961] +Triangle: [4981, 4699, 4683] +Triangle: [4904, 4983, 4982] +Triangle: [4983, 4904, 4855] +Triangle: [4923, 4985, 4984] +Triangle: [4930, 4986, 4984] +Triangle: [4986, 4930, 4696] +Triangle: [4987, 4696, 4724] +Triangle: [4981, 4687, 4688] +Triangle: [4988, 4688, 4708] +Triangle: [4990, 4989, 4932] +Triangle: [4909, 4910, 4706] +Triangle: [4935, 4992, 4991] +Triangle: [4996, 4995, 4994] +Triangle: [4998, 4997, 4993] +Triangle: [4997, 4806, 4686] +Triangle: [4999, 5002, 5001] +Triangle: [4856, 4704, 5004] +Triangle: [5008, 5007, 5006] +Triangle: [5012, 5015, 5014] +Triangle: [5016, 5019, 5018] +Triangle: [5022, 5003, 5021] +Triangle: [5020, 5021, 5024] +Triangle: [5020, 5023, 5025] +Triangle: [5028, 5027, 5026] +Triangle: [5018, 5029, 5028] +Triangle: [5030, 5033, 5032] +Triangle: [5026, 5036, 5035] +Triangle: [5034, 5038, 5037] +Triangle: [5042, 5041, 5040] +Triangle: [5039, 5040, 5036] +Triangle: [5044, 5047, 5046] +Triangle: [5049, 5048, 5047] +Triangle: [5045, 5050, 5049] +Triangle: [5052, 5051, 5031] +Triangle: [5056, 5055, 5054] +Triangle: [5057, 5058, 5056] +Triangle: [5057, 5061, 5060] +Triangle: [5062, 5002, 4999] +Triangle: [5063, 5065, 5064] +Triangle: [5068, 5066, 5061] +Triangle: [5070, 5069, 5068] +Triangle: [5074, 5073, 5072] +Triangle: [5076, 5069, 5070] +Triangle: [5075, 5078, 5077] +Triangle: [5081, 5080, 5079] +Triangle: [5075, 5082, 5081] +Triangle: [5075, 5070, 5083] +Triangle: [5083, 5070, 5067] +Triangle: [5067, 5061, 5085] +Triangle: [5061, 5057, 5086] +Triangle: [5086, 5057, 5053] +Triangle: [5079, 5080, 5089] +Triangle: [5093, 5095, 5094] +Triangle: [5097, 5096, 4792] +Triangle: [5097, 5090, 5098] +Triangle: [5093, 5088, 5089] +Triangle: [4806, 4997, 5100] +Triangle: [5029, 5018, 5008] +Triangle: [5018, 5019, 5007] +Triangle: [5019, 5016, 5106] +Triangle: [5016, 5037, 5107] +Triangle: [5014, 5108, 5105] +Triangle: [5108, 5007, 5019] +Triangle: [5106, 5010, 5011] +Triangle: [5007, 5108, 5110] +Triangle: [5011, 5009, 5013] +Triangle: [5114, 5113, 5051] +Triangle: [5032, 5116, 5115] +Triangle: [5052, 5115, 5117] +Triangle: [5023, 5024, 5114] +Triangle: [5117, 5115, 5119] +Triangle: [5118, 5025, 5023] +Triangle: [5118, 5119, 4815] +Triangle: [4814, 4816, 5025] +Triangle: [4816, 4817, 5022] +Triangle: [4817, 4856, 5003] +Triangle: [5119, 5120, 4818] +Triangle: [5120, 5121, 4820] +Triangle: [5290, 5122, 5123] +Triangle: [5289, 5123, 5046] +Triangle: [5288, 5046, 5047] +Triangle: [5287, 5047, 5048] +Triangle: [5286, 5048, 5124] +Triangle: [5285, 5124, 5041] +Triangle: [5041, 5042, 5283] +Triangle: [5283, 5125, 4833] +Triangle: [5125, 5126, 4835] +Triangle: [4995, 4996, 5128] +Triangle: [5127, 5126, 5027] +Triangle: [5127, 5028, 5029] +Triangle: [5126, 5125, 5043] +Triangle: [5125, 5042, 5039] +Triangle: [5048, 5049, 5129] +Triangle: [5129, 5040, 5041] +Triangle: [5129, 5049, 5050] +Triangle: [5035, 5036, 5040] +Triangle: [5123, 5122, 5131] +Triangle: [5123, 5130, 5045] +Triangle: [5130, 5131, 5133] +Triangle: [5130, 5132, 5050] +Triangle: [5132, 5133, 5038] +Triangle: [5034, 5035, 5050] +Triangle: [5133, 5033, 5030] +Triangle: [5131, 5134, 5033] +Triangle: [5116, 5032, 5033] +Triangle: [5134, 5131, 5122] +Triangle: [5121, 5120, 5116] +Triangle: [5120, 5119, 5115] +Triangle: [5113, 5114, 5024] +Triangle: [5135, 5024, 5021] +Triangle: [5136, 5021, 5003] +Triangle: [5036, 5026, 5027] +Triangle: [5037, 5038, 5030] +Triangle: [4993, 4686, 4847] +Triangle: [4848, 5128, 4996] +Triangle: [5137, 5140, 5139] +Triangle: [5138, 5142, 5141] +Triangle: [5145, 5148, 5147] +Triangle: [5102, 4994, 4995] +Triangle: [4835, 5126, 5149] +Triangle: [5127, 5128, 5149] +Triangle: [5053, 5054, 5150] +Triangle: [5152, 5155, 5154] +Triangle: [5073, 5074, 5157] +Triangle: [5166, 5165, 5164] +Triangle: [5000, 5168, 5167] +Triangle: [5167, 5169, 5063] +Triangle: [5065, 5063, 5169] +Triangle: [5170, 5171, 5151] +Triangle: [5173, 5172, 5165] +Triangle: [5144, 5142, 5138] +Triangle: [5175, 5177, 5139] +Triangle: [5175, 5176, 5112] +Triangle: [5181, 5005, 5006] +Triangle: [5183, 5006, 5109] +Triangle: [5109, 5110, 5184] +Triangle: [5111, 5185, 5184] +Triangle: [5188, 5189, 5166] +Triangle: [5173, 5166, 5189] +Triangle: [5015, 5192, 5191] +Triangle: [5014, 5015, 5111] +Triangle: [5171, 5190, 5189] +Triangle: [5193, 5164, 5165] +Triangle: [5194, 5073, 5156] +Triangle: [5197, 5196, 5055] +Triangle: [5058, 5198, 5197] +Triangle: [5199, 5198, 5058] +Triangle: [5200, 5199, 5059] +Triangle: [5066, 5201, 5200] +Triangle: [5202, 5201, 5066] +Triangle: [5069, 5145, 5202] +Triangle: [5148, 5145, 5069] +Triangle: [5203, 5148, 5076] +Triangle: [5000, 5194, 5195] +Triangle: [5205, 5204, 5074] +Triangle: [5157, 5074, 5204] +Triangle: [5153, 5154, 5206] +Triangle: [5207, 5112, 5005] +Triangle: [5031, 5010, 5107] +Triangle: [5051, 5009, 5010] +Triangle: [5113, 5209, 5009] +Triangle: [5187, 5012, 5210] +Triangle: [5173, 5192, 5211] +Triangle: [5191, 5192, 5173] +Triangle: [5186, 5191, 5190] +Triangle: [5186, 5171, 5170] +Triangle: [5169, 5184, 5185] +Triangle: [5182, 5184, 5169] +Triangle: [5183, 5182, 5167] +Triangle: [5168, 5195, 5208] +Triangle: [5208, 5195, 5156] +Triangle: [5180, 5156, 5157] +Triangle: [5207, 5181, 5157] +Triangle: [5179, 5207, 5206] +Triangle: [5155, 5178, 5179] +Triangle: [5178, 5155, 5158] +Triangle: [5177, 5175, 5158] +Triangle: [5187, 5211, 5192] +Triangle: [5147, 5159, 5160] +Triangle: [5162, 5159, 5147] +Triangle: [5145, 5205, 5071] +Triangle: [5071, 5072, 5201] +Triangle: [5002, 5200, 5201] +Triangle: [5199, 5200, 5002] +Triangle: [5062, 5064, 5198] +Triangle: [5188, 5163, 5197] +Triangle: [5163, 5164, 5196] +Triangle: [5210, 5196, 5164] +Triangle: [5187, 5193, 5172] +Triangle: [5088, 5214, 5213] +Triangle: [5215, 5218, 5217] +Triangle: [5221, 5224, 5223] +Triangle: [5226, 5225, 5217] +Triangle: [5214, 5225, 5226] +Triangle: [5229, 5227, 5228] +Triangle: [5219, 5137, 5141] +Triangle: [5220, 5140, 5137] +Triangle: [5229, 5078, 5079] +Triangle: [5095, 5232, 5231] +Triangle: [5092, 5234, 5233] +Triangle: [5098, 5090, 5093] +Triangle: [5090, 5091, 5095] +Triangle: [5232, 5095, 5091] +Triangle: [5094, 5231, 5236] +Triangle: [5236, 5238, 5237] +Triangle: [5237, 5238, 5239] +Triangle: [5224, 5239, 5240] +Triangle: [5234, 5092, 5242] +Triangle: [5242, 5244, 5243] +Triangle: [5246, 5245, 5232] +Triangle: [5234, 5241, 5246] +Triangle: [5231, 5245, 5247] +Triangle: [5238, 5236, 5247] +Triangle: [5248, 5249, 5223] +Triangle: [5251, 5249, 5248] +Triangle: [5244, 5253, 5252] +Triangle: [5253, 5255, 5254] +Triangle: [5255, 5251, 5250] +Triangle: [5252, 5254, 5246] +Triangle: [5254, 5250, 5245] +Triangle: [5250, 5248, 5247] +Triangle: [5249, 5256, 5222] +Triangle: [5257, 5140, 5220] +Triangle: [5256, 5257, 5215] +Triangle: [5260, 5259, 5092] +Triangle: [5092, 5259, 5261] +Triangle: [5263, 5260, 5258] +Triangle: [5262, 4968, 5264] +Triangle: [5264, 4968, 4970] +Triangle: [4970, 4797, 5266] +Triangle: [4797, 5100, 5267] +Triangle: [5100, 5101, 5268] +Triangle: [5269, 5244, 5242] +Triangle: [5269, 5268, 5101] +Triangle: [5258, 5090, 5097] +Triangle: [4976, 4968, 5262] +Triangle: [5267, 5268, 5271] +Triangle: [5260, 5263, 5270] +Triangle: [4997, 4998, 5253] +Triangle: [5017, 5026, 5037] +Triangle: [4848, 4979, 5149] +Triangle: [5272, 5249, 5251] +Triangle: [5272, 5104, 5257] +Triangle: [5104, 5272, 4994] +Triangle: [5144, 5174, 5212] +Triangle: [5177, 5212, 5174] +Triangle: [5221, 5222, 5216] +Triangle: [5221, 5273, 5237] +Triangle: [5273, 5274, 5235] +Triangle: [5214, 5235, 5274] +Triangle: [5176, 5139, 5104] +Triangle: [5112, 5176, 5103] +Triangle: [5226, 5227, 5229] +Triangle: [5142, 5143, 5147] +Triangle: [5142, 5203, 5077] +Triangle: [4824, 5276, 5275] +Triangle: [4824, 4826, 5277] +Triangle: [4826, 4827, 5278] +Triangle: [4827, 4828, 5279] +Triangle: [4828, 4829, 5280] +Triangle: [4829, 4831, 5281] +Triangle: [4832, 5282, 5281] +Triangle: [5284, 5283, 4832] +Triangle: [4829, 5285, 5284] +Triangle: [4828, 5286, 5285] +Triangle: [4827, 5287, 5286] +Triangle: [4826, 5288, 5287] +Triangle: [4824, 5289, 5288] +Triangle: [4822, 5290, 5289] +Triangle: [5282, 4832, 4833] +Triangle: [4820, 5121, 5290] +Triangle: [4764, 4870, 5291] +Triangle: [4888, 5291, 4722] +Triangle: [5210, 5012, 5013] +Triangle: [5196, 5210, 5292] +Triangle: [5009, 5150, 5292] +Triangle: [4761, 4849, 5291] +Triangle: [5292, 5150, 5054] +Triangle: [5291, 4849, 4719] +Triangle: [5899, 5294, 5295] +Triangle: [5297, 5909, 5910] +Triangle: [5909, 5297, 5300] +Triangle: [5301, 5906, 5907] +Triangle: [5906, 5301, 5306] +Triangle: [5307, 5903, 5904] +Triangle: [5311, 5902, 5903] +Triangle: [5902, 5311, 5314] +Triangle: [5900, 5901, 5314] +Triangle: [5294, 5899, 5900] +Triangle: [5294, 5317, 5318] +Triangle: [5319, 5317, 5294] +Triangle: [5317, 5319, 5321] +Triangle: [5322, 5318, 5317] +Triangle: [5324, 5325, 5326] +Triangle: [5329, 5311, 5307] +Triangle: [5314, 5311, 5329] +Triangle: [5331, 5319, 5316] +Triangle: [5332, 5321, 5319] +Triangle: [5334, 5335, 5336] +Triangle: [5337, 5338, 5339] +Triangle: [5341, 5342, 5343] +Triangle: [5346, 5347, 5348] +Triangle: [5919, 5351, 5352] +Triangle: [5925, 5355, 5356] +Triangle: [5924, 5356, 5358] +Triangle: [5360, 5306, 5301] +Triangle: [5368, 5369, 5370] +Triangle: [5372, 5373, 5374] +Triangle: [5376, 5377, 5378] +Triangle: [5381, 5382, 5383] +Triangle: [5384, 5385, 5386] +Triangle: [5388, 5389, 5390] +Triangle: [5392, 5393, 5394] +Triangle: [5392, 5395, 5397] +Triangle: [5399, 5400, 5401] +Triangle: [5403, 5404, 5405] +Triangle: [5402, 5405, 5407] +Triangle: [5408, 5409, 5410] +Triangle: [5412, 5413, 5414] +Triangle: [5417, 5418, 5419] +Triangle: [5421, 5422, 5423] +Triangle: [5424, 5425, 5422] +Triangle: [5426, 5427, 5428] +Triangle: [5359, 5430, 5431] +Triangle: [5435, 5436, 5348] +Triangle: [5438, 5439, 5440] +Triangle: [5443, 5444, 5445] +Triangle: [5442, 5445, 5447] +Triangle: [5449, 5450, 5451] +Triangle: [5453, 5454, 5455] +Triangle: [5452, 5455, 5457] +Triangle: [5459, 5460, 5461] +Triangle: [5463, 5464, 5465] +Triangle: [5466, 5467, 5468] +Triangle: [5470, 5471, 5472] +Triangle: [5475, 5476, 5477] +Triangle: [5474, 5477, 5479] +Triangle: [5480, 5492, 5493] +Triangle: [5482, 5494, 5492] +Triangle: [5483, 5495, 5494] +Triangle: [5484, 5496, 5495] +Triangle: [5485, 5497, 5496] +Triangle: [5487, 5489, 5501] +Triangle: [5489, 5490, 5502] +Triangle: [5490, 5491, 5503] +Triangle: [5491, 5481, 5493] +Triangle: [5867, 5856, 5309] +Triangle: [5867, 5308, 5312] +Triangle: [5313, 5865, 5866] +Triangle: [5315, 5864, 5865] +Triangle: [5293, 5863, 5864] +Triangle: [5296, 5862, 5863] +Triangle: [5298, 5861, 5862] +Triangle: [5860, 5861, 5298] +Triangle: [5505, 5506, 5507] +Triangle: [5509, 5510, 5511] +Triangle: [5513, 5514, 5515] +Triangle: [5513, 5516, 5517] +Triangle: [5518, 5519, 5520] +Triangle: [5523, 5524, 5525] +Triangle: [5527, 5528, 5529] +Triangle: [5518, 5521, 5531] +Triangle: [5927, 5928, 5929] +Triangle: [5936, 5937, 5938] +Triangle: [5954, 5955, 5956] +Triangle: [5946, 5947, 5948] +Triangle: [5542, 5398, 5401] +Triangle: [5439, 5544, 5545] +Triangle: [5547, 5377, 5376] +Triangle: [5446, 5447, 5534] +Triangle: [5393, 5388, 5391] +Triangle: [5548, 5508, 5511] +Triangle: [5449, 5550, 5551] +Triangle: [5552, 5380, 5383] +Triangle: [5456, 5457, 5537] +Triangle: [5516, 5504, 5507] +Triangle: [5527, 5530, 5531] +Triangle: [5468, 5467, 5462] +Triangle: [5386, 5385, 5554] +Triangle: [5556, 5458, 5461] +Triangle: [5524, 5523, 5559] +Triangle: [5560, 5408, 5411] +Triangle: [5471, 5562, 5563] +Triangle: [5564, 5372, 5375] +Triangle: [5478, 5479, 5540] +Triangle: [5404, 5403, 5412] +Triangle: [5567, 5568, 5569] +Triangle: [5571, 5572, 5573] +Triangle: [5575, 5570, 5573] +Triangle: [5575, 5574, 5577] +Triangle: [5578, 5576, 5577] +Triangle: [5580, 5581, 5568] +Triangle: [5583, 5584, 5585] +Triangle: [5584, 5583, 5587] +Triangle: [5588, 5589, 5586] +Triangle: [5590, 5591, 5592] +Triangle: [5591, 5594, 5595] +Triangle: [5582, 5585, 5597] +Triangle: [5599, 5600, 5601] +Triangle: [5603, 5604, 5605] +Triangle: [5607, 5602, 5605] +Triangle: [5608, 5607, 5606] +Triangle: [5608, 5609, 5611] +Triangle: [5612, 5613, 5600] +Triangle: [5614, 5615, 5616] +Triangle: [5616, 5615, 5619] +Triangle: [5620, 5621, 5618] +Triangle: [5623, 5624, 5625] +Triangle: [5626, 5627, 5624] +Triangle: [5628, 5614, 5617] +Triangle: [5631, 5632, 5633] +Triangle: [5635, 5636, 5637] +Triangle: [5634, 5637, 5639] +Triangle: [5640, 5638, 5639] +Triangle: [5642, 5640, 5641] +Triangle: [5632, 5631, 5644] +Triangle: [5646, 5647, 5648] +Triangle: [5647, 5650, 5651] +Triangle: [5652, 5653, 5651] +Triangle: [5655, 5656, 5657] +Triangle: [5656, 5655, 5659] +Triangle: [5646, 5649, 5661] +Triangle: [5662, 5663, 5850] +Triangle: [5665, 5852, 5853] +Triangle: [5854, 5666, 5664] +Triangle: [5667, 5666, 5854] +Triangle: [5668, 5667, 5855] +Triangle: [5669, 5849, 5850] +Triangle: [5671, 5672, 5673] +Triangle: [5674, 5672, 5671] +Triangle: [5675, 5676, 5677] +Triangle: [5679, 5680, 5681] +Triangle: [5679, 5682, 5683] +Triangle: [5684, 5670, 5673] +Triangle: [5578, 5579, 5581] +Triangle: [5399, 5396, 5397] +Triangle: [5594, 5596, 5597] +Triangle: [5441, 5444, 5443] +Triangle: [5376, 5379, 5687] +Triangle: [5688, 5546, 5376] +Triangle: [5931, 5928, 5927] +Triangle: [5589, 5588, 5590] +Triangle: [5389, 5542, 5543] +Triangle: [5571, 5566, 5569] +Triangle: [5610, 5611, 5613] +Triangle: [5512, 5515, 5510] +Triangle: [5626, 5628, 5629] +Triangle: [5454, 5453, 5448] +Triangle: [5383, 5382, 5689] +Triangle: [5383, 5690, 5691] +Triangle: [5940, 5937, 5936] +Triangle: [5620, 5622, 5625] +Triangle: [5506, 5505, 5548] +Triangle: [5604, 5603, 5598] +Triangle: [5642, 5643, 5645] +Triangle: [5526, 5529, 5558] +Triangle: [5660, 5661, 5658] +Triangle: [5557, 5464, 5463] +Triangle: [5386, 5555, 5693] +Triangle: [5386, 5692, 5694] +Triangle: [5949, 5946, 5945] +Triangle: [5652, 5654, 5657] +Triangle: [5519, 5522, 5525] +Triangle: [5635, 5630, 5633] +Triangle: [5668, 5848, 5849] +Triangle: [5409, 5406, 5407] +Triangle: [5682, 5684, 5685] +Triangle: [5476, 5475, 5470] +Triangle: [5375, 5374, 5695] +Triangle: [5375, 5696, 5697] +Triangle: [5958, 5955, 5954] +Triangle: [5676, 5678, 5681] +Triangle: [5414, 5413, 5560] +Triangle: [5665, 5662, 5851] +Triangle: [5444, 5379, 5378] +Triangle: [5447, 5445, 5378] +Triangle: [5534, 5447, 5377] +Triangle: [5927, 5930, 5934] +Triangle: [5935, 5932, 5927] +Triangle: [5440, 5545, 5688] +Triangle: [5440, 5686, 5687] +Triangle: [5444, 5441, 5687] +Triangle: [5454, 5382, 5381] +Triangle: [5457, 5455, 5381] +Triangle: [5537, 5457, 5380] +Triangle: [5936, 5939, 5943] +Triangle: [5944, 5941, 5936] +Triangle: [5450, 5551, 5691] +Triangle: [5450, 5690, 5689] +Triangle: [5454, 5451, 5689] +Triangle: [5464, 5555, 5554] +Triangle: [5468, 5465, 5554] +Triangle: [5468, 5385, 5384] +Triangle: [5945, 5948, 5952] +Triangle: [5953, 5950, 5945] +Triangle: [5460, 5694, 5692] +Triangle: [5461, 5692, 5693] +Triangle: [5464, 5557, 5693] +Triangle: [5476, 5374, 5373] +Triangle: [5477, 5373, 5372] +Triangle: [5479, 5372, 5564] +Triangle: [5954, 5957, 5961] +Triangle: [5962, 5959, 5954] +Triangle: [5696, 5472, 5563] +Triangle: [5472, 5696, 5695] +Triangle: [5476, 5473, 5695] +Triangle: [5673, 5672, 5403] +Triangle: [5403, 5672, 5674] +Triangle: [5674, 5677, 5413] +Triangle: [5560, 5413, 5677] +Triangle: [5681, 5680, 5408] +Triangle: [5683, 5409, 5408] +Triangle: [5685, 5406, 5409] +Triangle: [5685, 5673, 5402] +Triangle: [5478, 5671, 5670] +Triangle: [5675, 5671, 5478] +Triangle: [5538, 5676, 5675] +Triangle: [5678, 5676, 5538] +Triangle: [5562, 5471, 5679] +Triangle: [5471, 5470, 5682] +Triangle: [5470, 5475, 5684] +Triangle: [5474, 5670, 5684] +Triangle: [5649, 5648, 5530] +Triangle: [5648, 5651, 5518] +Triangle: [5653, 5519, 5518] +Triangle: [5522, 5519, 5653] +Triangle: [5656, 5523, 5522] +Triangle: [5559, 5523, 5656] +Triangle: [5661, 5526, 5559] +Triangle: [5649, 5527, 5526] +Triangle: [5467, 5647, 5646] +Triangle: [5467, 5466, 5650] +Triangle: [5541, 5652, 5650] +Triangle: [5654, 5652, 5541] +Triangle: [5458, 5655, 5654] +Triangle: [5659, 5655, 5458] +Triangle: [5556, 5463, 5660] +Triangle: [5462, 5646, 5660] +Triangle: [5698, 5699, 5524] +Triangle: [5525, 5524, 5699] +Triangle: [5701, 5520, 5525] +Triangle: [5521, 5520, 5701] +Triangle: [5521, 5702, 5703] +Triangle: [5531, 5703, 5704] +Triangle: [5528, 5704, 5705] +Triangle: [5529, 5705, 5698] +Triangle: [5704, 5703, 5638] +Triangle: [5703, 5702, 5634] +Triangle: [5702, 5701, 5635] +Triangle: [5635, 5701, 5700] +Triangle: [5699, 5631, 5630] +Triangle: [5631, 5699, 5698] +Triangle: [5705, 5642, 5644] +Triangle: [5705, 5704, 5640] +Triangle: [5514, 5517, 5607] +Triangle: [5602, 5607, 5517] +Triangle: [5506, 5603, 5602] +Triangle: [5603, 5506, 5549] +Triangle: [5549, 5511, 5599] +Triangle: [5510, 5612, 5599] +Triangle: [5510, 5515, 5610] +Triangle: [5514, 5608, 5610] +Triangle: [5706, 5707, 5516] +Triangle: [5504, 5516, 5707] +Triangle: [5708, 5709, 5505] +Triangle: [5505, 5709, 5710] +Triangle: [5711, 5508, 5548] +Triangle: [5712, 5509, 5508] +Triangle: [5713, 5512, 5509] +Triangle: [5706, 5513, 5512] +Triangle: [5617, 5616, 5707] +Triangle: [5707, 5616, 5618] +Triangle: [5621, 5709, 5708] +Triangle: [5709, 5621, 5625] +Triangle: [5624, 5711, 5710] +Triangle: [5627, 5712, 5711] +Triangle: [5629, 5713, 5712] +Triangle: [5617, 5706, 5713] +Triangle: [5452, 5456, 5615] +Triangle: [5615, 5456, 5536] +Triangle: [5535, 5620, 5619] +Triangle: [5622, 5620, 5535] +Triangle: [5550, 5449, 5623] +Triangle: [5448, 5626, 5623] +Triangle: [5448, 5453, 5628] +Triangle: [5452, 5614, 5628] +Triangle: [5714, 5715, 5393] +Triangle: [5388, 5393, 5715] +Triangle: [5716, 5717, 5389] +Triangle: [5389, 5717, 5718] +Triangle: [5719, 5398, 5542] +Triangle: [5720, 5399, 5398] +Triangle: [5721, 5396, 5399] +Triangle: [5721, 5714, 5392] +Triangle: [5394, 5722, 5723] +Triangle: [5722, 5394, 5391] +Triangle: [5390, 5725, 5724] +Triangle: [5726, 5725, 5390] +Triangle: [5543, 5401, 5727] +Triangle: [5401, 5400, 5728] +Triangle: [5400, 5397, 5729] +Triangle: [5395, 5723, 5729] +Triangle: [5585, 5584, 5715] +Triangle: [5716, 5715, 5584] +Triangle: [5589, 5717, 5716] +Triangle: [5717, 5589, 5593] +Triangle: [5593, 5592, 5719] +Triangle: [5595, 5720, 5719] +Triangle: [5595, 5597, 5721] +Triangle: [5585, 5714, 5721] +Triangle: [5446, 5583, 5582] +Triangle: [5583, 5446, 5533] +Triangle: [5532, 5588, 5587] +Triangle: [5590, 5588, 5532] +Triangle: [5544, 5439, 5591] +Triangle: [5439, 5438, 5594] +Triangle: [5438, 5443, 5596] +Triangle: [5442, 5582, 5596] +Triangle: [5411, 5410, 5730] +Triangle: [5561, 5411, 5731] +Triangle: [5414, 5561, 5732] +Triangle: [5414, 5733, 5734] +Triangle: [5735, 5404, 5415] +Triangle: [5404, 5735, 5736] +Triangle: [5405, 5736, 5737] +Triangle: [5410, 5407, 5737] +Triangle: [5735, 5666, 5667] +Triangle: [5666, 5735, 5734] +Triangle: [5733, 5665, 5664] +Triangle: [5662, 5665, 5733] +Triangle: [5732, 5731, 5663] +Triangle: [5731, 5730, 5669] +Triangle: [5737, 5668, 5669] +Triangle: [5736, 5667, 5668] +Triangle: [5639, 5637, 5746] +Triangle: [5641, 5639, 5747] +Triangle: [5643, 5641, 5748] +Triangle: [5643, 5749, 5750] +Triangle: [5751, 5632, 5645] +Triangle: [5633, 5632, 5751] +Triangle: [5753, 5636, 5633] +Triangle: [5636, 5753, 5746] +Triangle: [5606, 5605, 5755] +Triangle: [5609, 5606, 5754] +Triangle: [5611, 5609, 5756] +Triangle: [5611, 5757, 5758] +Triangle: [5613, 5758, 5759] +Triangle: [5600, 5759, 5760] +Triangle: [5761, 5604, 5601] +Triangle: [5604, 5761, 5755] +Triangle: [5727, 5728, 5580] +Triangle: [5728, 5729, 5578] +Triangle: [5729, 5723, 5576] +Triangle: [5723, 5722, 5575] +Triangle: [5570, 5575, 5722] +Triangle: [5725, 5571, 5570] +Triangle: [5566, 5571, 5725] +Triangle: [5726, 5727, 5567] +Triangle: [5919, 5920, 5763] +Triangle: [5428, 5427, 5765] +Triangle: [5767, 5369, 5368] +Triangle: [5420, 5423, 5418] +Triangle: [5923, 5358, 5769] +Triangle: [5360, 5431, 5770] +Triangle: [5306, 5360, 5771] +Triangle: [5905, 5306, 5310] +Triangle: [5772, 5773, 5774] +Triangle: [5777, 5778, 5779] +Triangle: [5963, 5964, 5965] +Triangle: [5967, 5968, 5965] +Triangle: [5782, 5783, 5781] +Triangle: [5784, 5772, 5775] +Triangle: [5351, 5763, 5786] +Triangle: [5351, 5787, 5788] +Triangle: [5355, 5789, 5790] +Triangle: [5356, 5790, 5791] +Triangle: [5358, 5791, 5792] +Triangle: [5793, 5769, 5792] +Triangle: [5355, 5925, 5926] +Triangle: [5789, 5355, 5352] +Triangle: [5425, 5424, 5426] +Triangle: [5773, 5776, 5779] +Triangle: [5368, 5371, 5796] +Triangle: [5797, 5766, 5368] +Triangle: [5783, 5782, 5784] +Triangle: [5416, 5419, 5764] +Triangle: [5763, 5793, 5794] +Triangle: [5773, 5772, 5795] +Triangle: [5776, 5773, 5796] +Triangle: [5776, 5371, 5370] +Triangle: [5964, 5963, 5969] +Triangle: [5964, 5970, 5971] +Triangle: [5780, 5767, 5766] +Triangle: [5782, 5766, 5797] +Triangle: [5772, 5784, 5797] +Triangle: [5798, 5799, 5915] +Triangle: [5799, 5800, 5914] +Triangle: [5800, 5801, 5913] +Triangle: [5802, 5912, 5913] +Triangle: [5803, 5911, 5912] +Triangle: [5911, 5803, 5804] +Triangle: [5805, 5917, 5918] +Triangle: [5917, 5805, 5798] +Triangle: [5330, 5307, 5310] +Triangle: [5769, 5793, 5921] +Triangle: [5907, 5908, 5300] +Triangle: [5299, 5303, 5859] +Triangle: [5768, 5806, 5807] +Triangle: [5431, 5357, 5768] +Triangle: [5430, 5353, 5357] +Triangle: [5432, 5354, 5353] +Triangle: [5354, 5432, 5434] +Triangle: [5434, 5433, 5350] +Triangle: [5793, 5763, 5920] +Triangle: [5762, 5350, 5433] +Triangle: [5436, 5435, 5806] +Triangle: [5806, 5435, 5437] +Triangle: [5798, 5805, 5787] +Triangle: [5786, 5794, 5799] +Triangle: [5794, 5792, 5800] +Triangle: [5792, 5791, 5801] +Triangle: [5790, 5802, 5801] +Triangle: [5789, 5803, 5802] +Triangle: [5803, 5789, 5788] +Triangle: [5787, 5805, 5804] +Triangle: [5775, 5428, 5764] +Triangle: [5419, 5783, 5785] +Triangle: [5783, 5419, 5418] +Triangle: [5965, 5968, 5972] +Triangle: [5965, 5973, 5974] +Triangle: [5778, 5422, 5425] +Triangle: [5774, 5779, 5425] +Triangle: [5775, 5774, 5429] +Triangle: [5856, 5857, 5305] +Triangle: [5808, 5809, 5330] +Triangle: [5770, 5807, 5808] +Triangle: [5302, 5305, 5857] +Triangle: [5858, 5859, 5303] +Triangle: [5574, 5345, 5810] +Triangle: [5574, 5573, 5346] +Triangle: [5346, 5341, 5344] +Triangle: [5337, 5340, 5343] +Triangle: [5579, 5577, 5810] +Triangle: [5581, 5579, 5812] +Triangle: [5814, 5348, 5436] +Triangle: [5815, 5814, 5433] +Triangle: [5814, 5810, 5345] +Triangle: [5757, 5756, 5817] +Triangle: [5818, 5758, 5757] +Triangle: [5758, 5818, 5819] +Triangle: [5819, 5818, 5821] +Triangle: [5820, 5821, 5748] +Triangle: [5760, 5759, 5819] +Triangle: [5820, 5822, 5338] +Triangle: [5820, 5747, 5746] +Triangle: [5334, 5752, 5751] +Triangle: [5823, 5751, 5750] +Triangle: [5823, 5824, 5826] +Triangle: [5827, 5334, 5823] +Triangle: [5825, 5826, 5740] +Triangle: [5739, 5827, 5825] +Triangle: [5821, 5828, 5749] +Triangle: [5828, 5824, 5750] +Triangle: [5740, 5826, 5829] +Triangle: [5829, 5327, 5742] +Triangle: [5745, 5830, 5827] +Triangle: [5744, 5323, 5830] +Triangle: [5752, 5334, 5333] +Triangle: [5323, 5744, 5743] +Triangle: [5327, 5324, 5743] +Triangle: [5753, 5333, 5822] +Triangle: [5761, 5760, 5338] +Triangle: [5811, 5755, 5761] +Triangle: [5341, 5346, 5573] +Triangle: [5342, 5341, 5572] +Triangle: [5831, 5568, 5581] +Triangle: [5569, 5568, 5831] +Triangle: [5756, 5754, 5832] +Triangle: [5811, 5832, 5754] +Triangle: [5832, 5831, 5813] +Triangle: [5342, 5831, 5832] +Triangle: [5333, 5336, 5339] +Triangle: [5323, 5326, 5833] +Triangle: [5830, 5833, 5335] +Triangle: [5815, 5812, 5810] +Triangle: [5834, 5813, 5812] +Triangle: [5834, 5835, 5816] +Triangle: [5816, 5835, 5836] +Triangle: [5837, 5828, 5821] +Triangle: [5838, 5824, 5828] +Triangle: [5361, 5834, 5815] +Triangle: [5325, 5841, 5840] +Triangle: [5841, 5320, 5321] +Triangle: [5486, 5498, 5497] +Triangle: [5488, 5487, 5499] +Triangle: [5486, 5488, 5500] +Triangle: [5325, 5324, 5327] +Triangle: [5839, 5829, 5826] +Triangle: [5328, 5327, 5829] +Triangle: [5328, 5842, 5841] +Triangle: [5842, 5322, 5320] +Triangle: [5362, 5835, 5834] +Triangle: [5837, 5836, 5844] +Triangle: [5835, 5362, 5844] +Triangle: [5847, 5842, 5328] +Triangle: [5845, 5846, 5838] +Triangle: [5839, 5838, 5846] +Triangle: [5359, 5301, 5304] +Triangle: [5367, 5432, 5430] +Triangle: [5433, 5434, 5363] +Triangle: [5363, 5434, 5432] +Triangle: [5366, 5367, 5304] +Triangle: [5365, 5297, 5295] +Triangle: [5366, 5300, 5297] +Triangle: [5318, 5322, 5843] +Triangle: [5842, 5847, 5843] +Triangle: [5849, 5848, 5741] +Triangle: [5850, 5849, 5742] +Triangle: [5850, 5743, 5744] +Triangle: [5745, 5852, 5851] +Triangle: [5852, 5745, 5739] +Triangle: [5853, 5739, 5738] +Triangle: [5855, 5854, 5738] +Triangle: [5855, 5740, 5741] +Triangle: [5497, 5498, 5857] +Triangle: [5858, 5857, 5498] +Triangle: [5859, 5858, 5500] +Triangle: [5860, 5859, 5499] +Triangle: [5861, 5860, 5501] +Triangle: [5862, 5861, 5502] +Triangle: [5862, 5503, 5493] +Triangle: [5863, 5493, 5492] +Triangle: [5864, 5492, 5494] +Triangle: [5865, 5494, 5495] +Triangle: [5496, 5867, 5866] +Triangle: [5867, 5496, 5497] +Triangle: [5361, 5869, 5868] +Triangle: [5869, 5361, 5364] +Triangle: [5846, 5845, 5871] +Triangle: [5870, 5843, 5847] +Triangle: [5362, 5868, 5872] +Triangle: [5844, 5872, 5871] +Triangle: [5366, 5869, 5363] +Triangle: [5365, 5873, 5874] +Triangle: [5869, 5366, 5874] +Triangle: [5843, 5870, 5873] +Triangle: [5876, 5874, 5873] +Triangle: [5872, 5876, 5875] +Triangle: [5868, 5874, 5876] +Triangle: [5875, 5873, 5870] +Triangle: [5877, 5833, 5326] +Triangle: [5878, 5335, 5833] +Triangle: [5879, 5336, 5335] +Triangle: [5880, 5339, 5336] +Triangle: [5880, 5881, 5340] +Triangle: [5882, 5343, 5340] +Triangle: [5344, 5343, 5882] +Triangle: [5332, 5877, 5840] +Triangle: [5347, 5344, 5883] +Triangle: [5878, 5887, 5885] +Triangle: [5877, 5332, 5887] +Triangle: [5435, 5347, 5884] +Triangle: [5884, 5883, 5888] +Triangle: [5807, 5437, 5809] +Triangle: [5437, 5884, 5889] +Triangle: [5329, 5890, 5891] +Triangle: [5332, 5331, 5891] +Triangle: [5329, 5330, 5892] +Triangle: [5809, 5889, 5892] +Triangle: [5895, 5888, 5886] +Triangle: [5886, 5885, 5893] +Triangle: [5893, 5891, 5890] +Triangle: [5890, 5892, 5895] +Triangle: [5893, 5885, 5887] +Triangle: [5895, 5892, 5889] +Triangle: [5898, 5885, 5886] +Triangle: [5886, 5888, 5896] +Triangle: [5896, 5882, 5881] +Triangle: [5880, 5898, 5897] +Triangle: [5879, 5885, 5898] +Triangle: [5896, 5888, 5883] +Triangle: [5899, 5293, 5315] +Triangle: [5313, 5901, 5900] +Triangle: [5312, 5902, 5901] +Triangle: [5902, 5312, 5308] +Triangle: [5904, 5903, 5308] +Triangle: [5305, 5905, 5904] +Triangle: [5302, 5906, 5905] +Triangle: [5907, 5906, 5302] +Triangle: [5908, 5907, 5303] +Triangle: [5298, 5909, 5908] +Triangle: [5909, 5298, 5296] +Triangle: [5293, 5899, 5910] +Triangle: [5911, 5424, 5421] +Triangle: [5912, 5421, 5420] +Triangle: [5913, 5420, 5417] +Triangle: [5914, 5417, 5416] +Triangle: [5915, 5416, 5765] +Triangle: [5427, 5917, 5916] +Triangle: [5917, 5427, 5426] +Triangle: [5424, 5911, 5918] +Triangle: [5350, 5762, 5920] +Triangle: [5921, 5920, 5762] +Triangle: [5922, 5921, 5806] +Triangle: [5357, 5923, 5922] +Triangle: [5353, 5924, 5923] +Triangle: [5354, 5925, 5924] +Triangle: [5925, 5354, 5349] +Triangle: [5350, 5919, 5926] +Triangle: [5533, 5929, 5928] +Triangle: [5534, 5930, 5929] +Triangle: [5545, 5544, 5931] +Triangle: [5544, 5532, 5928] +Triangle: [5547, 5934, 5930] +Triangle: [5546, 5933, 5934] +Triangle: [5545, 5932, 5935] +Triangle: [5546, 5688, 5935] +Triangle: [5535, 5536, 5938] +Triangle: [5537, 5939, 5938] +Triangle: [5551, 5550, 5940] +Triangle: [5535, 5937, 5940] +Triangle: [5537, 5552, 5943] +Triangle: [5553, 5942, 5943] +Triangle: [5551, 5941, 5944] +Triangle: [5553, 5691, 5944] +Triangle: [5541, 5466, 5947] +Triangle: [5469, 5948, 5947] +Triangle: [5460, 5459, 5949] +Triangle: [5541, 5946, 5949] +Triangle: [5469, 5384, 5952] +Triangle: [5387, 5951, 5952] +Triangle: [5460, 5950, 5953] +Triangle: [5387, 5694, 5953] +Triangle: [5539, 5956, 5955] +Triangle: [5540, 5957, 5956] +Triangle: [5563, 5562, 5958] +Triangle: [5538, 5955, 5958] +Triangle: [5540, 5564, 5961] +Triangle: [5565, 5960, 5961] +Triangle: [5563, 5959, 5962] +Triangle: [5565, 5697, 5962] +Triangle: [5777, 5963, 5966] +Triangle: [5780, 5781, 5968] +Triangle: [5370, 5969, 5963] +Triangle: [5369, 5970, 5969] +Triangle: [5369, 5767, 5971] +Triangle: [5780, 5967, 5971] +Triangle: [5781, 5418, 5972] +Triangle: [5423, 5973, 5972] +Triangle: [5423, 5422, 5974] +Triangle: [5778, 5966, 5974] +Triangle: [6054, 6055, 5977] +Triangle: [6053, 5999, 6000] +Triangle: [6052, 6000, 6001] +Triangle: [5999, 6053, 6054] +Triangle: [6029, 5981, 5979] +Triangle: [6013, 6000, 5999] +Triangle: [6014, 6001, 6000] +Triangle: [6015, 6002, 6001] +Triangle: [6016, 6003, 6002] +Triangle: [6003, 6016, 6017] +Triangle: [6005, 6004, 6017] +Triangle: [6006, 6005, 6018] +Triangle: [6007, 6006, 6019] +Triangle: [6007, 6020, 6021] +Triangle: [6022, 6009, 6008] +Triangle: [6022, 6023, 6010] +Triangle: [5980, 5978, 6010] +Triangle: [5992, 6011, 5979] +Triangle: [6027, 6028, 6011] +Triangle: [5993, 6013, 6012] +Triangle: [5991, 6014, 6013] +Triangle: [5990, 6015, 6014] +Triangle: [5989, 6016, 6015] +Triangle: [6016, 5989, 5988] +Triangle: [6018, 6017, 5988] +Triangle: [6019, 6018, 5987] +Triangle: [6020, 6019, 5986] +Triangle: [6020, 5985, 5994] +Triangle: [5996, 5976, 5980] +Triangle: [5985, 5986, 6171] +Triangle: [5994, 5985, 6172] +Triangle: [5997, 6012, 6028] +Triangle: [6028, 6012, 5999] +Triangle: [6029, 5998, 5977] +Triangle: [6028, 5998, 6029] +Triangle: [5975, 6161, 6162] +Triangle: [5993, 6165, 6166] +Triangle: [5991, 6166, 6167] +Triangle: [5990, 6167, 6168] +Triangle: [5989, 6168, 6169] +Triangle: [5987, 5988, 6169] +Triangle: [5986, 5987, 6170] +Triangle: [5997, 6164, 6165] +Triangle: [6027, 6163, 6164] +Triangle: [5992, 6162, 6163] +Triangle: [6026, 6040, 6041] +Triangle: [6025, 6041, 6043] +Triangle: [6024, 6043, 6044] +Triangle: [6047, 6044, 6039] +Triangle: [6046, 6039, 6038] +Triangle: [6045, 6038, 5983] +Triangle: [6040, 6026, 6037] +Triangle: [6031, 6030, 6048] +Triangle: [6030, 6036, 6050] +Triangle: [6036, 6042, 6037] +Triangle: [6173, 6174, 6062] +Triangle: [6063, 6176, 6177] +Triangle: [5996, 6177, 6178] +Triangle: [6048, 6050, 6057] +Triangle: [6050, 6037, 6058] +Triangle: [6059, 6058, 6037] +Triangle: [6060, 6059, 6026] +Triangle: [6174, 6175, 5995] +Triangle: [6175, 6176, 6063] +Triangle: [6066, 6067, 6062] +Triangle: [5995, 6063, 6065] +Triangle: [6022, 6066, 6065] +Triangle: [6067, 6066, 6022] +Triangle: [6067, 6021, 5994] +Triangle: [6065, 6063, 5996] +Triangle: [6076, 6077, 5977] +Triangle: [6078, 6081, 6080] +Triangle: [6075, 6081, 6078] +Triangle: [6080, 6077, 6076] +Triangle: [5979, 5981, 6086] +Triangle: [6087, 6088, 6080] +Triangle: [6089, 6087, 6081] +Triangle: [6089, 6075, 6073] +Triangle: [6090, 6073, 6072] +Triangle: [6071, 6092, 6091] +Triangle: [6092, 6071, 6068] +Triangle: [6093, 6068, 6069] +Triangle: [6082, 6096, 6095] +Triangle: [6097, 6096, 6082] +Triangle: [6097, 6083, 6084] +Triangle: [6084, 5978, 5980] +Triangle: [6099, 5975, 5979] +Triangle: [6100, 6099, 6085] +Triangle: [6102, 6103, 6088] +Triangle: [6104, 6102, 6087] +Triangle: [6089, 6090, 6105] +Triangle: [6090, 6091, 6106] +Triangle: [6092, 6107, 6106] +Triangle: [6107, 6092, 6093] +Triangle: [6108, 6093, 6094] +Triangle: [6095, 6110, 6109] +Triangle: [6111, 6110, 6095] +Triangle: [6098, 5980, 5976] +Triangle: [6110, 6150, 6151] +Triangle: [6111, 6149, 6150] +Triangle: [6103, 6100, 6101] +Triangle: [6101, 6077, 6080] +Triangle: [6086, 5981, 5977] +Triangle: [6086, 6077, 6101] +Triangle: [6160, 6161, 5975] +Triangle: [6156, 6157, 6102] +Triangle: [6155, 6156, 6104] +Triangle: [6154, 6155, 6105] +Triangle: [6107, 6153, 6154] +Triangle: [6108, 6152, 6153] +Triangle: [6152, 6108, 6109] +Triangle: [6103, 6102, 6157] +Triangle: [6100, 6103, 6158] +Triangle: [6099, 6100, 6159] +Triangle: [6126, 6118, 6119] +Triangle: [6126, 6127, 6117] +Triangle: [6123, 6117, 6127] +Triangle: [6124, 6123, 6129] +Triangle: [6116, 6124, 6130] +Triangle: [5983, 6116, 6131] +Triangle: [6120, 6132, 6125] +Triangle: [6113, 6136, 6135] +Triangle: [6114, 6137, 6136] +Triangle: [6122, 6135, 6138] +Triangle: [6121, 6138, 6132] +Triangle: [6141, 6148, 6149] +Triangle: [6142, 6112, 6179] +Triangle: [6112, 5976, 6178] +Triangle: [6135, 6139, 6140] +Triangle: [6138, 6140, 6133] +Triangle: [6134, 6125, 6132] +Triangle: [6125, 6134, 6128] +Triangle: [6144, 6181, 6148] +Triangle: [6142, 6180, 6181] +Triangle: [6144, 6141, 6146] +Triangle: [6147, 6142, 6144] +Triangle: [6097, 6098, 6147] +Triangle: [6146, 6096, 6097] +Triangle: [6111, 6096, 6146] +Triangle: [6147, 6098, 6112] +Triangle: [6149, 6115, 6114] +Triangle: [6150, 6114, 6113] +Triangle: [6122, 6152, 6151] +Triangle: [6152, 6122, 6121] +Triangle: [6153, 6121, 6120] +Triangle: [6155, 6154, 6120] +Triangle: [6156, 6155, 6119] +Triangle: [6157, 6156, 6118] +Triangle: [6157, 6117, 6123] +Triangle: [6158, 6123, 6124] +Triangle: [6160, 6159, 6124] +Triangle: [6161, 6160, 6116] +Triangle: [6161, 5983, 6038] +Triangle: [6162, 6038, 6039] +Triangle: [6163, 6039, 6044] +Triangle: [6164, 6044, 6043] +Triangle: [6165, 6043, 6041] +Triangle: [6166, 6041, 6040] +Triangle: [6167, 6040, 6042] +Triangle: [6169, 6168, 6042] +Triangle: [6170, 6169, 6036] +Triangle: [6171, 6170, 6030] +Triangle: [6172, 6171, 6031] +Triangle: [6173, 6172, 6032] +Triangle: [6174, 6173, 6033] +Triangle: [6175, 6174, 6061] +Triangle: [6176, 6175, 6034] +Triangle: [6177, 6176, 6064] +Triangle: [6177, 6035, 5982] +Triangle: [6179, 6178, 5982] +Triangle: [6186, 6185, 6184] +Triangle: [6183, 6184, 6187] +Triangle: [6190, 6189, 6184] +Triangle: [6195, 6198, 6197] +Triangle: [6196, 6200, 6199] +Triangle: [6201, 6199, 6200] +Triangle: [6197, 6198, 6189] +Triangle: [6203, 6201, 6202] +Triangle: [6191, 6190, 6185] +Triangle: [6194, 6197, 6190] +Triangle: [6194, 6192, 6196] +Triangle: [6200, 6196, 6192] +Triangle: [6202, 6200, 6193] +Triangle: [6205, 6204, 6202] +Triangle: [6210, 6208, 6207] +Triangle: [6209, 6212, 6211] +Triangle: [6218, 6215, 6217] +Triangle: [6220, 6216, 6215] +Triangle: [6221, 6222, 6216] +Triangle: [6217, 6214, 6213] +Triangle: [6223, 6224, 6222] +Triangle: [6226, 6225, 6214] +Triangle: [6215, 6227, 6226] +Triangle: [6227, 6215, 6216] +Triangle: [6228, 6216, 6222] +Triangle: [6230, 6229, 6222] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.080206 + Group: 'mixamorig:RightHand', Weight: 0.919794 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.062685 + Group: 'mixamorig:RightHand', Weight: 0.937315 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 2: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.031761 + Group: 'mixamorig:RightHand', Weight: 0.968239 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 3: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.043442 + Group: 'mixamorig:RightHand', Weight: 0.956558 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 4: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.060726 + Group: 'mixamorig:RightHand', Weight: 0.911545 + Group: 'mixamorig:RightHandThumb1', Weight: 0.027729 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 5: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.115928 + Group: 'mixamorig:RightHand', Weight: 0.861039 + Group: 'mixamorig:RightHandThumb1', Weight: 0.023033 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 6: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.119984 + Group: 'mixamorig:RightHand', Weight: 0.816843 + Group: 'mixamorig:RightHandThumb1', Weight: 0.063173 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 7: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.062675 + Group: 'mixamorig:RightHand', Weight: 0.823988 + Group: 'mixamorig:RightHandThumb1', Weight: 0.113337 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 8: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.070023 + Group: 'mixamorig:RightHand', Weight: 0.695064 + Group: 'mixamorig:RightHandThumb1', Weight: 0.234913 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 9: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.132125 + Group: 'mixamorig:RightHand', Weight: 0.739238 + Group: 'mixamorig:RightHandThumb1', Weight: 0.128637 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 10: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.111890 + Group: 'mixamorig:RightHand', Weight: 0.777784 + Group: 'mixamorig:RightHandThumb1', Weight: 0.110326 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 11: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.057084 + Group: 'mixamorig:RightHand', Weight: 0.724690 + Group: 'mixamorig:RightHandThumb1', Weight: 0.218226 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 12: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.136726 + Group: 'mixamorig:RightHand', Weight: 0.763379 + Group: 'mixamorig:RightHandThumb1', Weight: 0.099895 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 13: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.069374 + Group: 'mixamorig:RightHand', Weight: 0.719416 + Group: 'mixamorig:RightHandThumb1', Weight: 0.211210 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 14: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.066042 + Group: 'mixamorig:RightHand', Weight: 0.909161 + Group: 'mixamorig:RightHandThumb1', Weight: 0.024796 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 15: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.104249 + Group: 'mixamorig:RightHand', Weight: 0.895751 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 16: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.125040 + Group: 'mixamorig:RightHand', Weight: 0.821078 + Group: 'mixamorig:RightHandThumb1', Weight: 0.053882 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 17: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.074124 + Group: 'mixamorig:RightHand', Weight: 0.811213 + Group: 'mixamorig:RightHandThumb1', Weight: 0.114664 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 18: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.049453 + Group: 'mixamorig:RightHand', Weight: 0.950548 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 19: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.079936 + Group: 'mixamorig:RightHand', Weight: 0.920064 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 20: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.064018 + Group: 'mixamorig:RightHand', Weight: 0.935982 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 21: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.038499 + Group: 'mixamorig:RightHand', Weight: 0.961501 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 22: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.050564 + Group: 'mixamorig:RightHand', Weight: 0.949436 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 23: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.031525 + Group: 'mixamorig:RightHand', Weight: 0.968475 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 24: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.014856 + Group: 'mixamorig:RightHand', Weight: 0.981542 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000364 + Group: 'mixamorig:RightHandPinky1', Weight: 0.003237 +Vertex 25: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.015007 + Group: 'mixamorig:RightHand', Weight: 0.981316 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000188 + Group: 'mixamorig:RightHandPinky1', Weight: 0.003489 +Vertex 26: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.016445 + Group: 'mixamorig:RightHand', Weight: 0.981581 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000134 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001840 +Vertex 27: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.006252 + Group: 'mixamorig:RightHand', Weight: 0.971196 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.002033 + Group: 'mixamorig:RightHandPinky1', Weight: 0.020519 +Vertex 28: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.006220 + Group: 'mixamorig:RightHand', Weight: 0.976361 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.001043 + Group: 'mixamorig:RightHandPinky1', Weight: 0.016375 +Vertex 29: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.005804 + Group: 'mixamorig:RightHand', Weight: 0.966819 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.005101 + Group: 'mixamorig:RightHandPinky1', Weight: 0.022277 +Vertex 30: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.119310 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000274 + Group: 'mixamorig:RightHandPinky1', Weight: 0.679507 + Group: 'mixamorig:RightHandPinky2', Weight: 0.200908 +Vertex 31: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.256668 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.001509 + Group: 'mixamorig:RightHandPinky1', Weight: 0.564570 + Group: 'mixamorig:RightHandPinky2', Weight: 0.177252 +Vertex 32: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.561177 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.003356 + Group: 'mixamorig:RightHandPinky1', Weight: 0.376134 + Group: 'mixamorig:RightHandPinky2', Weight: 0.059334 +Vertex 33: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.562443 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.002695 + Group: 'mixamorig:RightHandPinky1', Weight: 0.365602 + Group: 'mixamorig:RightHandPinky2', Weight: 0.069261 +Vertex 34: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.029321 + Group: 'mixamorig:RightHand', Weight: 0.970679 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 35: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.030431 + Group: 'mixamorig:RightHand', Weight: 0.907712 + Group: 'mixamorig:RightHandThumb1', Weight: 0.061857 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 36: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.019420 + Group: 'mixamorig:RightHand', Weight: 0.979777 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000077 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000726 +Vertex 37: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.006648 + Group: 'mixamorig:RightHand', Weight: 0.977975 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.001115 + Group: 'mixamorig:RightHandPinky1', Weight: 0.014262 +Vertex 38: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.062907 + Group: 'mixamorig:RightHandRing1', Weight: 0.890284 + Group: 'mixamorig:RightHandRing2', Weight: 0.046809 +Vertex 39: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.055963 + Group: 'mixamorig:RightHandRing1', Weight: 0.933116 + Group: 'mixamorig:RightHandRing2', Weight: 0.010921 +Vertex 40: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.633528 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000027 + Group: 'mixamorig:RightHandRing1', Weight: 0.078202 + Group: 'mixamorig:RightHandPinky1', Weight: 0.243701 + Group: 'mixamorig:RightHandPinky2', Weight: 0.044542 +Vertex 41: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.745957 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000291 + Group: 'mixamorig:RightHandRing1', Weight: 0.161325 + Group: 'mixamorig:RightHandPinky1', Weight: 0.090076 + Group: 'mixamorig:RightHandPinky2', Weight: 0.002351 +Vertex 42: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.024988 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.949762 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.025250 +Vertex 43: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.020357 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.944057 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.035586 +Vertex 44: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.715725 + Group: 'mixamorig:RightHandIndex1', Weight: 0.003334 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.054539 + Group: 'mixamorig:RightHandRing1', Weight: 0.207711 + Group: 'mixamorig:RightHandPinky1', Weight: 0.018692 +Vertex 45: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.793830 + Group: 'mixamorig:RightHandIndex1', Weight: 0.067018 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.096830 + Group: 'mixamorig:RightHandRing1', Weight: 0.042322 +Vertex 46: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.178297 + Group: 'mixamorig:RightHandIndex1', Weight: 0.626297 + Group: 'mixamorig:RightHandIndex2', Weight: 0.195406 +Vertex 47: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.143199 + Group: 'mixamorig:RightHandIndex1', Weight: 0.655675 + Group: 'mixamorig:RightHandIndex2', Weight: 0.201126 +Vertex 48: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.601981 + Group: 'mixamorig:RightHandIndex1', Weight: 0.213373 + Group: 'mixamorig:RightHandIndex2', Weight: 0.026256 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.150211 + Group: 'mixamorig:RightHandRing1', Weight: 0.008179 +Vertex 49: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.615035 + Group: 'mixamorig:RightHandIndex1', Weight: 0.334153 + Group: 'mixamorig:RightHandIndex2', Weight: 0.048192 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.001404 + Group: 'mixamorig:RightHandRing1', Weight: 0.001217 +Vertex 50: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.200143 + Group: 'mixamorig:RightHandIndex1', Weight: 0.597331 + Group: 'mixamorig:RightHandIndex2', Weight: 0.202526 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 51: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.191244 + Group: 'mixamorig:RightHandIndex1', Weight: 0.617386 + Group: 'mixamorig:RightHandIndex2', Weight: 0.191370 +Vertex 52: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.689863 + Group: 'mixamorig:RightHandIndex1', Weight: 0.281032 + Group: 'mixamorig:RightHandIndex2', Weight: 0.029105 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 53: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.479469 + Group: 'mixamorig:RightHandThumb2', Weight: 0.002730 + Group: 'mixamorig:RightHandIndex1', Weight: 0.429863 + Group: 'mixamorig:RightHandIndex2', Weight: 0.087939 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 54: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.103899 + Group: 'mixamorig:RightHandThumb2', Weight: 0.880503 + Group: 'mixamorig:RightHandThumb3', Weight: 0.015598 +Vertex 55: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.093290 + Group: 'mixamorig:RightHandThumb2', Weight: 0.885868 + Group: 'mixamorig:RightHandThumb3', Weight: 0.020842 +Vertex 56: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.068121 + Group: 'mixamorig:RightHandThumb2', Weight: 0.893006 + Group: 'mixamorig:RightHandThumb3', Weight: 0.038873 +Vertex 57: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.060955 + Group: 'mixamorig:RightHandThumb2', Weight: 0.905471 + Group: 'mixamorig:RightHandThumb3', Weight: 0.033574 +Vertex 58: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000845 + Group: 'mixamorig:RightHandThumb1', Weight: 0.213997 + Group: 'mixamorig:RightHandThumb2', Weight: 0.782045 + Group: 'mixamorig:RightHandThumb3', Weight: 0.003113 +Vertex 59: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.013292 + Group: 'mixamorig:RightHandThumb1', Weight: 0.178966 + Group: 'mixamorig:RightHandThumb2', Weight: 0.800382 + Group: 'mixamorig:RightHandThumb3', Weight: 0.007359 +Vertex 60: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.065768 + Group: 'mixamorig:RightHandThumb2', Weight: 0.918107 + Group: 'mixamorig:RightHandThumb3', Weight: 0.016125 +Vertex 61: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.085855 + Group: 'mixamorig:RightHandThumb2', Weight: 0.905688 + Group: 'mixamorig:RightHandThumb3', Weight: 0.008457 +Vertex 62: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.016292 + Group: 'mixamorig:RightHandThumb1', Weight: 0.356925 + Group: 'mixamorig:RightHandThumb2', Weight: 0.624662 + Group: 'mixamorig:RightHandThumb3', Weight: 0.002121 +Vertex 63: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.141173 + Group: 'mixamorig:RightHandThumb2', Weight: 0.853354 + Group: 'mixamorig:RightHandThumb3', Weight: 0.005473 +Vertex 64: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.377446 + Group: 'mixamorig:RightHandThumb1', Weight: 0.539363 + Group: 'mixamorig:RightHandThumb2', Weight: 0.083191 +Vertex 65: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.438213 + Group: 'mixamorig:RightHandThumb1', Weight: 0.487472 + Group: 'mixamorig:RightHandThumb2', Weight: 0.074315 +Vertex 66: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000165 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999835 +Vertex 67: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000216 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999784 +Vertex 68: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000292 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999708 +Vertex 69: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000274 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999726 +Vertex 70: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.034786 + Group: 'mixamorig:RightHandPinky3', Weight: 0.965214 +Vertex 71: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.033877 + Group: 'mixamorig:RightHandPinky3', Weight: 0.966123 +Vertex 72: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.031563 + Group: 'mixamorig:RightHandPinky3', Weight: 0.968437 +Vertex 73: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.029281 + Group: 'mixamorig:RightHandPinky3', Weight: 0.970719 +Vertex 74: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.009641 + Group: 'mixamorig:RightHandIndex3', Weight: 0.990359 +Vertex 75: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.009250 + Group: 'mixamorig:RightHandIndex3', Weight: 0.990750 +Vertex 76: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.014153 + Group: 'mixamorig:RightHandIndex3', Weight: 0.985847 +Vertex 77: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.013485 + Group: 'mixamorig:RightHandIndex3', Weight: 0.986515 +Vertex 78: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.136799 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.863201 +Vertex 79: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.140033 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.859967 +Vertex 80: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.135931 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.864069 +Vertex 81: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.128658 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.871342 +Vertex 82: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.054929 + Group: 'mixamorig:RightHandRing3', Weight: 0.945071 +Vertex 83: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.044008 + Group: 'mixamorig:RightHandRing3', Weight: 0.955992 +Vertex 84: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.038536 + Group: 'mixamorig:RightHandRing3', Weight: 0.961464 +Vertex 85: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.039784 + Group: 'mixamorig:RightHandRing3', Weight: 0.960216 +Vertex 86: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.099268 + Group: 'mixamorig:RightHandIndex2', Weight: 0.889891 + Group: 'mixamorig:RightHandIndex3', Weight: 0.010841 +Vertex 87: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.099963 + Group: 'mixamorig:RightHandIndex2', Weight: 0.875911 + Group: 'mixamorig:RightHandIndex3', Weight: 0.024126 +Vertex 88: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.201569 + Group: 'mixamorig:RightHandIndex2', Weight: 0.796340 + Group: 'mixamorig:RightHandIndex3', Weight: 0.002092 +Vertex 89: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.222476 + Group: 'mixamorig:RightHandIndex2', Weight: 0.773494 + Group: 'mixamorig:RightHandIndex3', Weight: 0.004029 +Vertex 90: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.098468 + Group: 'mixamorig:RightHandIndex2', Weight: 0.782673 + Group: 'mixamorig:RightHandIndex3', Weight: 0.118859 +Vertex 91: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.110543 + Group: 'mixamorig:RightHandIndex2', Weight: 0.867719 + Group: 'mixamorig:RightHandIndex3', Weight: 0.021738 +Vertex 92: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.235167 + Group: 'mixamorig:RightHandIndex2', Weight: 0.763688 + Group: 'mixamorig:RightHandIndex3', Weight: 0.001146 +Vertex 93: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.246348 + Group: 'mixamorig:RightHandIndex2', Weight: 0.753512 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000140 +Vertex 94: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.092111 + Group: 'mixamorig:RightHandIndex2', Weight: 0.890380 + Group: 'mixamorig:RightHandIndex3', Weight: 0.017509 +Vertex 95: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.214405 + Group: 'mixamorig:RightHandIndex2', Weight: 0.785417 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000178 +Vertex 96: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.091058 + Group: 'mixamorig:RightHandIndex2', Weight: 0.895137 + Group: 'mixamorig:RightHandIndex3', Weight: 0.013805 +Vertex 97: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.081450 + Group: 'mixamorig:RightHandIndex2', Weight: 0.915750 + Group: 'mixamorig:RightHandIndex3', Weight: 0.002800 +Vertex 98: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.198188 + Group: 'mixamorig:RightHandIndex2', Weight: 0.801483 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000328 +Vertex 99: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001021 + Group: 'mixamorig:RightHandIndex1', Weight: 0.176212 + Group: 'mixamorig:RightHandIndex2', Weight: 0.822264 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000503 +Vertex 100: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.013147 + Group: 'mixamorig:RightHandPinky2', Weight: 0.530861 + Group: 'mixamorig:RightHandPinky3', Weight: 0.455992 +Vertex 101: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.015488 + Group: 'mixamorig:RightHandPinky2', Weight: 0.553922 + Group: 'mixamorig:RightHandPinky3', Weight: 0.430590 +Vertex 102: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.033634 + Group: 'mixamorig:RightHandPinky2', Weight: 0.861393 + Group: 'mixamorig:RightHandPinky3', Weight: 0.104973 +Vertex 103: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.030989 + Group: 'mixamorig:RightHandPinky2', Weight: 0.875625 + Group: 'mixamorig:RightHandPinky3', Weight: 0.093385 +Vertex 104: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.017209 + Group: 'mixamorig:RightHandPinky2', Weight: 0.620730 + Group: 'mixamorig:RightHandPinky3', Weight: 0.362061 +Vertex 105: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.058102 + Group: 'mixamorig:RightHandPinky2', Weight: 0.838621 + Group: 'mixamorig:RightHandPinky3', Weight: 0.103277 +Vertex 106: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.016649 + Group: 'mixamorig:RightHandPinky2', Weight: 0.693472 + Group: 'mixamorig:RightHandPinky3', Weight: 0.289878 +Vertex 107: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.016130 + Group: 'mixamorig:RightHandPinky2', Weight: 0.623027 + Group: 'mixamorig:RightHandPinky3', Weight: 0.360843 +Vertex 108: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.115950 + Group: 'mixamorig:RightHandPinky2', Weight: 0.772140 + Group: 'mixamorig:RightHandPinky3', Weight: 0.111910 +Vertex 109: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.122571 + Group: 'mixamorig:RightHandPinky2', Weight: 0.759531 + Group: 'mixamorig:RightHandPinky3', Weight: 0.117898 +Vertex 110: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.021349 + Group: 'mixamorig:RightHandPinky2', Weight: 0.628397 + Group: 'mixamorig:RightHandPinky3', Weight: 0.350254 +Vertex 111: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.021496 + Group: 'mixamorig:RightHandPinky2', Weight: 0.719090 + Group: 'mixamorig:RightHandPinky3', Weight: 0.259414 +Vertex 112: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.071698 + Group: 'mixamorig:RightHandPinky2', Weight: 0.790153 + Group: 'mixamorig:RightHandPinky3', Weight: 0.138149 +Vertex 113: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.046711 + Group: 'mixamorig:RightHandPinky2', Weight: 0.828636 + Group: 'mixamorig:RightHandPinky3', Weight: 0.124653 +Vertex 114: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.002640 + Group: 'mixamorig:RightHandThumb2', Weight: 0.202717 + Group: 'mixamorig:RightHandThumb3', Weight: 0.794644 +Vertex 115: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.000934 + Group: 'mixamorig:RightHandThumb2', Weight: 0.151481 + Group: 'mixamorig:RightHandThumb3', Weight: 0.847585 +Vertex 116: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.012842 + Group: 'mixamorig:RightHandThumb3', Weight: 0.987158 +Vertex 117: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.019149 + Group: 'mixamorig:RightHandThumb3', Weight: 0.980851 +Vertex 118: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.160095 + Group: 'mixamorig:RightHandThumb3', Weight: 0.839905 +Vertex 119: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.000303 + Group: 'mixamorig:RightHandThumb2', Weight: 0.171476 + Group: 'mixamorig:RightHandThumb3', Weight: 0.828220 +Vertex 120: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.018200 + Group: 'mixamorig:RightHandThumb3', Weight: 0.981800 +Vertex 121: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.019113 + Group: 'mixamorig:RightHandThumb3', Weight: 0.980887 +Vertex 122: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001242 + Group: 'mixamorig:RightHandThumb2', Weight: 0.206503 + Group: 'mixamorig:RightHandThumb3', Weight: 0.792255 +Vertex 123: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.015883 + Group: 'mixamorig:RightHandThumb3', Weight: 0.984117 +Vertex 124: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001820 + Group: 'mixamorig:RightHandThumb2', Weight: 0.221856 + Group: 'mixamorig:RightHandThumb3', Weight: 0.776324 +Vertex 125: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.002981 + Group: 'mixamorig:RightHandThumb2', Weight: 0.197419 + Group: 'mixamorig:RightHandThumb3', Weight: 0.799600 +Vertex 126: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.033635 + Group: 'mixamorig:RightHandThumb3', Weight: 0.966365 +Vertex 127: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.030371 + Group: 'mixamorig:RightHandThumb3', Weight: 0.969629 +Vertex 128: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.140624 + Group: 'mixamorig:RightHandThumb1', Weight: 0.616083 + Group: 'mixamorig:RightHandThumb2', Weight: 0.243293 +Vertex 129: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.146202 + Group: 'mixamorig:RightHandThumb1', Weight: 0.643240 + Group: 'mixamorig:RightHandThumb2', Weight: 0.210558 +Vertex 130: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.696040 + Group: 'mixamorig:RightHandIndex1', Weight: 0.111785 + Group: 'mixamorig:RightHandThumb1', Weight: 0.105642 + Group: 'mixamorig:RightHandThumb2', Weight: 0.086334 + Group: 'mixamorig:RightForeArm', Weight: 0.000198 +Vertex 131: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.553163 + Group: 'mixamorig:RightHandThumb1', Weight: 0.087378 + Group: 'mixamorig:RightHandThumb2', Weight: 0.211751 + Group: 'mixamorig:RightHandIndex1', Weight: 0.147708 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 132: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.080663 + Group: 'mixamorig:RightHandIndex3', Weight: 0.919337 +Vertex 133: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.081522 + Group: 'mixamorig:RightHandIndex3', Weight: 0.918478 +Vertex 134: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.024484 + Group: 'mixamorig:RightHandIndex3', Weight: 0.975516 +Vertex 135: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.026674 + Group: 'mixamorig:RightHandIndex3', Weight: 0.973326 +Vertex 136: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.078076 + Group: 'mixamorig:RightHandIndex3', Weight: 0.921924 +Vertex 137: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.084887 + Group: 'mixamorig:RightHandIndex3', Weight: 0.915113 +Vertex 138: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.024432 + Group: 'mixamorig:RightHandIndex3', Weight: 0.975568 +Vertex 139: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.023909 + Group: 'mixamorig:RightHandIndex3', Weight: 0.976091 +Vertex 140: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.085532 + Group: 'mixamorig:RightHandIndex3', Weight: 0.914468 +Vertex 141: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.019973 + Group: 'mixamorig:RightHandIndex3', Weight: 0.980027 +Vertex 142: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.234469 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.765531 +Vertex 143: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.209085 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.790915 +Vertex 144: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.147916 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.852084 +Vertex 145: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.160687 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.839313 +Vertex 146: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000633 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.273860 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.725507 +Vertex 147: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.283536 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.716464 +Vertex 148: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.168238 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.831762 +Vertex 149: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.175520 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.824480 +Vertex 150: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.252036 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.747964 +Vertex 151: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.166366 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.833634 +Vertex 152: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.160562 + Group: 'mixamorig:RightHandRing3', Weight: 0.839438 +Vertex 153: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.163130 + Group: 'mixamorig:RightHandRing3', Weight: 0.836870 +Vertex 154: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.072287 + Group: 'mixamorig:RightHandRing3', Weight: 0.927713 +Vertex 155: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.059946 + Group: 'mixamorig:RightHandRing3', Weight: 0.940054 +Vertex 156: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.192843 + Group: 'mixamorig:RightHandRing3', Weight: 0.807157 +Vertex 157: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.157863 + Group: 'mixamorig:RightHandRing3', Weight: 0.842137 +Vertex 158: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.067325 + Group: 'mixamorig:RightHandRing3', Weight: 0.932675 +Vertex 159: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.057541 + Group: 'mixamorig:RightHandRing3', Weight: 0.942459 +Vertex 160: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.176559 + Group: 'mixamorig:RightHandRing3', Weight: 0.823441 +Vertex 161: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.192503 + Group: 'mixamorig:RightHandRing3', Weight: 0.807497 +Vertex 162: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.073684 + Group: 'mixamorig:RightHandRing3', Weight: 0.926316 +Vertex 163: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.085339 + Group: 'mixamorig:RightHandRing3', Weight: 0.914661 +Vertex 164: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.109825 + Group: 'mixamorig:RightHandPinky3', Weight: 0.890175 +Vertex 165: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.107575 + Group: 'mixamorig:RightHandPinky3', Weight: 0.892425 +Vertex 166: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.054963 + Group: 'mixamorig:RightHandPinky3', Weight: 0.945037 +Vertex 167: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.056574 + Group: 'mixamorig:RightHandPinky3', Weight: 0.943426 +Vertex 168: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.114499 + Group: 'mixamorig:RightHandPinky3', Weight: 0.885501 +Vertex 169: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.128965 + Group: 'mixamorig:RightHandPinky3', Weight: 0.871035 +Vertex 170: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.065511 + Group: 'mixamorig:RightHandPinky3', Weight: 0.934489 +Vertex 171: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.061425 + Group: 'mixamorig:RightHandPinky3', Weight: 0.938575 +Vertex 172: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.128855 + Group: 'mixamorig:RightHandPinky3', Weight: 0.871145 +Vertex 173: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.066554 + Group: 'mixamorig:RightHandPinky3', Weight: 0.933446 +Vertex 174: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.018302 + Group: 'mixamorig:RightForeArm', Weight: 0.920541 + Group: 'mixamorig:RightHand', Weight: 0.061157 +Vertex 175: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.016359 + Group: 'mixamorig:RightForeArm', Weight: 0.900603 + Group: 'mixamorig:RightHand', Weight: 0.083038 +Vertex 176: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.016926 + Group: 'mixamorig:RightForeArm', Weight: 0.906715 + Group: 'mixamorig:RightHand', Weight: 0.076359 +Vertex 177: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012864 + Group: 'mixamorig:RightForeArm', Weight: 0.921130 + Group: 'mixamorig:RightHand', Weight: 0.066007 +Vertex 178: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.007940 + Group: 'mixamorig:RightForeArm', Weight: 0.917425 + Group: 'mixamorig:RightHand', Weight: 0.074634 +Vertex 179: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.005232 + Group: 'mixamorig:RightForeArm', Weight: 0.887966 + Group: 'mixamorig:RightHand', Weight: 0.106802 +Vertex 180: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.004029 + Group: 'mixamorig:RightForeArm', Weight: 0.876770 + Group: 'mixamorig:RightHand', Weight: 0.119201 +Vertex 181: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003284 + Group: 'mixamorig:RightForeArm', Weight: 0.870154 + Group: 'mixamorig:RightHand', Weight: 0.126562 +Vertex 182: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.006505 + Group: 'mixamorig:RightForeArm', Weight: 0.860282 + Group: 'mixamorig:RightHand', Weight: 0.133212 +Vertex 183: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.009917 + Group: 'mixamorig:RightForeArm', Weight: 0.866980 + Group: 'mixamorig:RightHand', Weight: 0.123103 +Vertex 184: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.006396 + Group: 'mixamorig:RightForeArm', Weight: 0.637129 + Group: 'mixamorig:RightHand', Weight: 0.356475 +Vertex 185: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.006054 + Group: 'mixamorig:RightForeArm', Weight: 0.587879 + Group: 'mixamorig:RightHand', Weight: 0.406067 +Vertex 186: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003986 + Group: 'mixamorig:RightForeArm', Weight: 0.529843 + Group: 'mixamorig:RightHand', Weight: 0.466170 +Vertex 187: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.001912 + Group: 'mixamorig:RightForeArm', Weight: 0.514412 + Group: 'mixamorig:RightHand', Weight: 0.483676 +Vertex 188: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000902 + Group: 'mixamorig:RightForeArm', Weight: 0.488963 + Group: 'mixamorig:RightHand', Weight: 0.510135 +Vertex 189: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000498 + Group: 'mixamorig:RightForeArm', Weight: 0.454500 + Group: 'mixamorig:RightHand', Weight: 0.545002 +Vertex 190: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000719 + Group: 'mixamorig:RightForeArm', Weight: 0.516283 + Group: 'mixamorig:RightHand', Weight: 0.482998 +Vertex 191: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000266 + Group: 'mixamorig:RightForeArm', Weight: 0.506433 + Group: 'mixamorig:RightHand', Weight: 0.493301 +Vertex 192: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.001889 + Group: 'mixamorig:RightForeArm', Weight: 0.537635 + Group: 'mixamorig:RightHand', Weight: 0.460476 +Vertex 193: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.002910 + Group: 'mixamorig:RightForeArm', Weight: 0.552593 + Group: 'mixamorig:RightHand', Weight: 0.444497 +Vertex 194: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.161375 + Group: 'mixamorig:RightHand', Weight: 0.838625 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 195: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.260134 + Group: 'mixamorig:RightHand', Weight: 0.739866 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 196: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.262208 + Group: 'mixamorig:RightHand', Weight: 0.737792 +Vertex 197: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.188572 + Group: 'mixamorig:RightHand', Weight: 0.791035 + Group: 'mixamorig:RightHandThumb1', Weight: 0.020393 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 198: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.220120 + Group: 'mixamorig:RightHand', Weight: 0.779880 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 199: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.130841 + Group: 'mixamorig:RightHand', Weight: 0.869159 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 200: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.102512 + Group: 'mixamorig:RightHand', Weight: 0.897488 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 201: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.207194 + Group: 'mixamorig:RightHand', Weight: 0.792806 +Vertex 202: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.085456 + Group: 'mixamorig:RightHand', Weight: 0.914544 +Vertex 203: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.187297 + Group: 'mixamorig:RightHand', Weight: 0.812703 +Vertex 204: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.093616 + Group: 'mixamorig:RightHand', Weight: 0.906384 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 205: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000581 + Group: 'mixamorig:RightForeArm', Weight: 0.262809 + Group: 'mixamorig:RightHand', Weight: 0.736610 +Vertex 206: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.156269 + Group: 'mixamorig:RightHand', Weight: 0.843731 +Vertex 207: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000000 + Group: 'mixamorig:RightForeArm', Weight: 0.294718 + Group: 'mixamorig:RightHand', Weight: 0.705282 +Vertex 208: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.193811 + Group: 'mixamorig:RightHand', Weight: 0.806189 + Group: 'mixamorig:RightHandThumb1', Weight: 0.000000 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 209: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.304755 + Group: 'mixamorig:RightHand', Weight: 0.695245 +Vertex 210: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.201703 + Group: 'mixamorig:RightHand', Weight: 0.773003 + Group: 'mixamorig:RightHandThumb1', Weight: 0.025294 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 211: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.277456 + Group: 'mixamorig:RightHand', Weight: 0.722544 +Vertex 212: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.106122 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.872235 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.021644 +Vertex 213: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.103109 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.875770 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.021121 +Vertex 214: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.205576 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.789235 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.005189 +Vertex 215: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.224868 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.767672 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.007460 +Vertex 216: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.095825 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.873682 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.030492 +Vertex 217: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.096121 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.872974 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.030904 +Vertex 218: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.271286 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.724604 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.004110 +Vertex 219: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.228356 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.767056 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.004588 +Vertex 220: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.080671 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.893829 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.025500 +Vertex 221: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.083631 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.866663 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.049706 +Vertex 222: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.282384 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.717462 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000153 +Vertex 223: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.265701 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.733466 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000833 +Vertex 224: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.092764 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.884766 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.022471 +Vertex 225: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.233332 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.765008 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.001660 +Vertex 226: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.090329 + Group: 'mixamorig:RightHandRing2', Weight: 0.887187 + Group: 'mixamorig:RightHandRing3', Weight: 0.022484 +Vertex 227: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.094759 + Group: 'mixamorig:RightHandRing2', Weight: 0.880043 + Group: 'mixamorig:RightHandRing3', Weight: 0.025199 +Vertex 228: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.209903 + Group: 'mixamorig:RightHandRing2', Weight: 0.787430 + Group: 'mixamorig:RightHandRing3', Weight: 0.002667 +Vertex 229: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.174899 + Group: 'mixamorig:RightHandRing2', Weight: 0.822783 + Group: 'mixamorig:RightHandRing3', Weight: 0.002318 +Vertex 230: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.120166 + Group: 'mixamorig:RightHandRing2', Weight: 0.852212 + Group: 'mixamorig:RightHandRing3', Weight: 0.027622 +Vertex 231: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.133623 + Group: 'mixamorig:RightHandRing2', Weight: 0.792534 + Group: 'mixamorig:RightHandRing3', Weight: 0.073843 +Vertex 232: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.288655 + Group: 'mixamorig:RightHandRing2', Weight: 0.667785 + Group: 'mixamorig:RightHandRing3', Weight: 0.043560 +Vertex 233: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.268985 + Group: 'mixamorig:RightHandRing2', Weight: 0.722109 + Group: 'mixamorig:RightHandRing3', Weight: 0.008906 +Vertex 234: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.122538 + Group: 'mixamorig:RightHandRing2', Weight: 0.833556 + Group: 'mixamorig:RightHandRing3', Weight: 0.043906 +Vertex 235: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.099222 + Group: 'mixamorig:RightHandRing2', Weight: 0.868556 + Group: 'mixamorig:RightHandRing3', Weight: 0.032222 +Vertex 236: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.171207 + Group: 'mixamorig:RightHandRing2', Weight: 0.815453 + Group: 'mixamorig:RightHandRing3', Weight: 0.013341 +Vertex 237: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.172708 + Group: 'mixamorig:RightHandRing2', Weight: 0.817178 + Group: 'mixamorig:RightHandRing3', Weight: 0.010114 +Vertex 238: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.089308 + Group: 'mixamorig:RightHandRing2', Weight: 0.879615 + Group: 'mixamorig:RightHandRing3', Weight: 0.031077 +Vertex 239: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.181491 + Group: 'mixamorig:RightHandRing2', Weight: 0.807974 + Group: 'mixamorig:RightHandRing3', Weight: 0.010535 +Vertex 240: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.020093 + Group: 'mixamorig:RightHandIndex3', Weight: 0.979907 +Vertex 241: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.058226 + Group: 'mixamorig:RightHandIndex3', Weight: 0.941774 +Vertex 242: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.064350 + Group: 'mixamorig:RightHandIndex3', Weight: 0.935650 +Vertex 243: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.024239 + Group: 'mixamorig:RightHandIndex3', Weight: 0.975761 +Vertex 244: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.153718 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.846282 +Vertex 245: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.198908 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.801092 +Vertex 246: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.196723 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.803277 +Vertex 247: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.163427 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.836573 +Vertex 248: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.071919 + Group: 'mixamorig:RightHandPinky3', Weight: 0.928081 +Vertex 249: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.127431 + Group: 'mixamorig:RightHandPinky3', Weight: 0.872569 +Vertex 250: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.116529 + Group: 'mixamorig:RightHandPinky3', Weight: 0.883471 +Vertex 251: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.069668 + Group: 'mixamorig:RightHandPinky3', Weight: 0.930332 +Vertex 252: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.077301 + Group: 'mixamorig:RightHandRing3', Weight: 0.922699 +Vertex 253: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.157440 + Group: 'mixamorig:RightHandRing3', Weight: 0.842560 +Vertex 254: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.134290 + Group: 'mixamorig:RightHandRing3', Weight: 0.865710 +Vertex 255: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.095567 + Group: 'mixamorig:RightHandRing3', Weight: 0.904433 +Vertex 256: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.100221 + Group: 'mixamorig:RightHandIndex2', Weight: 0.869111 + Group: 'mixamorig:RightHandIndex3', Weight: 0.030667 +Vertex 257: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.169852 + Group: 'mixamorig:RightHandIndex2', Weight: 0.829635 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000513 +Vertex 258: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.066776 + Group: 'mixamorig:RightHandIndex3', Weight: 0.933224 +Vertex 259: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.020977 + Group: 'mixamorig:RightHandIndex3', Weight: 0.979023 +Vertex 260: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.009518 + Group: 'mixamorig:RightHandIndex3', Weight: 0.990482 +Vertex 261: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.008075 + Group: 'mixamorig:RightHandIndex3', Weight: 0.991924 +Vertex 262: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.080196 + Group: 'mixamorig:RightHandIndex3', Weight: 0.919804 +Vertex 263: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.019387 + Group: 'mixamorig:RightHandIndex3', Weight: 0.980613 +Vertex 264: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.093168 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.886117 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.020714 +Vertex 265: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.204847 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.789695 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.005457 +Vertex 266: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.205028 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.794972 +Vertex 267: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.152796 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.847204 +Vertex 268: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.138246 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.861754 +Vertex 269: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.128631 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.871369 +Vertex 270: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.215192 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.784808 +Vertex 271: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.160483 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.839517 +Vertex 272: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.043887 + Group: 'mixamorig:RightHandRing3', Weight: 0.956113 +Vertex 273: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.038936 + Group: 'mixamorig:RightHandRing3', Weight: 0.961064 +Vertex 274: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.143197 + Group: 'mixamorig:RightHandRing3', Weight: 0.856803 +Vertex 275: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.052403 + Group: 'mixamorig:RightHandRing3', Weight: 0.947597 +Vertex 276: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.252613 + Group: 'mixamorig:RightHandRing2', Weight: 0.736735 + Group: 'mixamorig:RightHandRing3', Weight: 0.010652 +Vertex 277: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.142177 + Group: 'mixamorig:RightHandRing2', Weight: 0.720689 + Group: 'mixamorig:RightHandRing3', Weight: 0.137134 +Vertex 278: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.021470 + Group: 'mixamorig:RightHandPinky2', Weight: 0.725130 + Group: 'mixamorig:RightHandPinky3', Weight: 0.253400 +Vertex 279: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.091757 + Group: 'mixamorig:RightHandPinky2', Weight: 0.782308 + Group: 'mixamorig:RightHandPinky3', Weight: 0.125935 +Vertex 280: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.106323 + Group: 'mixamorig:RightHandPinky3', Weight: 0.893676 +Vertex 281: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.053511 + Group: 'mixamorig:RightHandPinky3', Weight: 0.946489 +Vertex 282: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.036761 + Group: 'mixamorig:RightHandPinky3', Weight: 0.963239 +Vertex 283: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.034663 + Group: 'mixamorig:RightHandPinky3', Weight: 0.965337 +Vertex 284: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.134044 + Group: 'mixamorig:RightHandPinky3', Weight: 0.865956 +Vertex 285: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.069291 + Group: 'mixamorig:RightHandPinky3', Weight: 0.930709 +Vertex 286: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.012428 + Group: 'mixamorig:RightHandIndex1', Weight: 0.459834 + Group: 'mixamorig:RightHandIndex2', Weight: 0.527686 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000052 +Vertex 287: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.013563 + Group: 'mixamorig:RightHandIndex1', Weight: 0.448096 + Group: 'mixamorig:RightHandIndex2', Weight: 0.538299 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000042 +Vertex 288: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.030637 + Group: 'mixamorig:RightHandIndex1', Weight: 0.636931 + Group: 'mixamorig:RightHandIndex2', Weight: 0.332431 +Vertex 289: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.054602 + Group: 'mixamorig:RightHandIndex1', Weight: 0.654369 + Group: 'mixamorig:RightHandIndex2', Weight: 0.291029 +Vertex 290: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.024056 + Group: 'mixamorig:RightHandIndex1', Weight: 0.459905 + Group: 'mixamorig:RightHandIndex2', Weight: 0.515909 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000131 +Vertex 291: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.022819 + Group: 'mixamorig:RightHandIndex1', Weight: 0.471273 + Group: 'mixamorig:RightHandIndex2', Weight: 0.505800 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000107 +Vertex 292: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.093825 + Group: 'mixamorig:RightHandIndex1', Weight: 0.655383 + Group: 'mixamorig:RightHandIndex2', Weight: 0.250792 +Vertex 293: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.114790 + Group: 'mixamorig:RightHandIndex1', Weight: 0.634095 + Group: 'mixamorig:RightHandIndex2', Weight: 0.251114 +Vertex 294: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.131624 + Group: 'mixamorig:RightHandIndex1', Weight: 0.617564 + Group: 'mixamorig:RightHandIndex2', Weight: 0.250811 +Vertex 295: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.040321 + Group: 'mixamorig:RightHandIndex1', Weight: 0.480981 + Group: 'mixamorig:RightHandIndex2', Weight: 0.478577 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000121 +Vertex 296: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.024348 + Group: 'mixamorig:RightHandIndex1', Weight: 0.461314 + Group: 'mixamorig:RightHandIndex2', Weight: 0.514257 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000081 +Vertex 297: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.118682 + Group: 'mixamorig:RightHandIndex1', Weight: 0.586074 + Group: 'mixamorig:RightHandIndex2', Weight: 0.295244 +Vertex 298: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.014755 + Group: 'mixamorig:RightHandIndex1', Weight: 0.398744 + Group: 'mixamorig:RightHandIndex2', Weight: 0.586406 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000095 +Vertex 299: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.079830 + Group: 'mixamorig:RightHandIndex1', Weight: 0.636522 + Group: 'mixamorig:RightHandIndex2', Weight: 0.283648 +Vertex 300: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.009597 + Group: 'mixamorig:RightHandIndex1', Weight: 0.383223 + Group: 'mixamorig:RightHandIndex2', Weight: 0.607115 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000065 +Vertex 301: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.047628 + Group: 'mixamorig:RightHandIndex1', Weight: 0.664245 + Group: 'mixamorig:RightHandIndex2', Weight: 0.288127 +Vertex 302: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.321630 + Group: 'mixamorig:RightHandIndex3', Weight: 0.678370 +Vertex 303: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.297486 + Group: 'mixamorig:RightHandIndex3', Weight: 0.702514 +Vertex 304: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.012269 + Group: 'mixamorig:RightHandIndex2', Weight: 0.497636 + Group: 'mixamorig:RightHandIndex3', Weight: 0.490095 +Vertex 305: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.017843 + Group: 'mixamorig:RightHandIndex2', Weight: 0.499005 + Group: 'mixamorig:RightHandIndex3', Weight: 0.483152 +Vertex 306: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.454683 + Group: 'mixamorig:RightHandIndex3', Weight: 0.545317 +Vertex 307: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.215362 + Group: 'mixamorig:RightHandIndex3', Weight: 0.784638 +Vertex 308: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.001217 + Group: 'mixamorig:RightHandIndex2', Weight: 0.221636 + Group: 'mixamorig:RightHandIndex3', Weight: 0.777147 +Vertex 309: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.016565 + Group: 'mixamorig:RightHandIndex2', Weight: 0.576423 + Group: 'mixamorig:RightHandIndex3', Weight: 0.407012 +Vertex 310: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.284318 + Group: 'mixamorig:RightHandIndex3', Weight: 0.715682 +Vertex 311: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.303059 + Group: 'mixamorig:RightHandIndex3', Weight: 0.696941 +Vertex 312: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.003809 + Group: 'mixamorig:RightHandIndex2', Weight: 0.472036 + Group: 'mixamorig:RightHandIndex3', Weight: 0.524155 +Vertex 313: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.002938 + Group: 'mixamorig:RightHandIndex2', Weight: 0.519518 + Group: 'mixamorig:RightHandIndex3', Weight: 0.477544 +Vertex 314: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.300441 + Group: 'mixamorig:RightHandIndex3', Weight: 0.699559 +Vertex 315: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.015010 + Group: 'mixamorig:RightHandIndex2', Weight: 0.511371 + Group: 'mixamorig:RightHandIndex3', Weight: 0.473619 +Vertex 316: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.005442 + Group: 'mixamorig:RightHandIndex2', Weight: 0.364336 + Group: 'mixamorig:RightHandIndex3', Weight: 0.630222 +Vertex 317: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.022539 + Group: 'mixamorig:RightHandIndex2', Weight: 0.578299 + Group: 'mixamorig:RightHandIndex3', Weight: 0.399162 +Vertex 318: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.351919 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.646912 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.001169 +Vertex 319: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.383286 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.614749 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.001965 +Vertex 320: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.579222 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.420358 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000420 +Vertex 321: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.589951 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.409643 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000407 +Vertex 322: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.393052 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.605931 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.001017 +Vertex 323: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.394899 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.603524 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.001577 +Vertex 324: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.664507 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.335200 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000293 +Vertex 325: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.665806 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.333915 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000279 +Vertex 326: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.638811 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.361065 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000124 +Vertex 327: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.395498 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.604260 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000242 +Vertex 328: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.532255 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.467685 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000060 +Vertex 329: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.701679 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.298306 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000014 +Vertex 330: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.471295 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.528553 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000152 +Vertex 331: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.713042 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.286958 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000000 +Vertex 332: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.393855 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.605406 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000739 +Vertex 333: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.590012 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.409988 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.000000 +Vertex 334: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.013162 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.686141 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.300697 +Vertex 335: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.004813 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.489897 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.505290 +Vertex 336: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.027422 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.653409 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.319169 +Vertex 337: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.025999 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.779611 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.194390 +Vertex 338: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.020511 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.733222 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.246266 +Vertex 339: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.001054 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.431505 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.567441 +Vertex 340: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.409716 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.590284 +Vertex 341: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.019364 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.742134 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.238502 +Vertex 342: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.418642 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.581358 +Vertex 343: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.006468 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.517602 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.475931 +Vertex 344: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.024667 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.761852 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.213480 +Vertex 345: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.014532 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.758688 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.226780 +Vertex 346: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.011912 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.675829 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.312258 +Vertex 347: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.021880 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.792936 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.185184 +Vertex 348: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.011694 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.724508 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.263798 +Vertex 349: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.022687 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.776956 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.200356 +Vertex 350: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.663258 + Group: 'mixamorig:RightHandRing2', Weight: 0.336634 + Group: 'mixamorig:RightHandRing3', Weight: 0.000107 +Vertex 351: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000151 + Group: 'mixamorig:RightHandRing1', Weight: 0.651766 + Group: 'mixamorig:RightHandRing2', Weight: 0.348083 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 352: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000786 + Group: 'mixamorig:RightHandRing1', Weight: 0.721428 + Group: 'mixamorig:RightHandRing2', Weight: 0.277785 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 353: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000723 + Group: 'mixamorig:RightHandRing1', Weight: 0.747157 + Group: 'mixamorig:RightHandRing2', Weight: 0.252119 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 354: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.657719 + Group: 'mixamorig:RightHandRing2', Weight: 0.342165 + Group: 'mixamorig:RightHandRing3', Weight: 0.000116 +Vertex 355: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.665371 + Group: 'mixamorig:RightHandRing2', Weight: 0.334558 + Group: 'mixamorig:RightHandRing3', Weight: 0.000072 +Vertex 356: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.000216 + Group: 'mixamorig:RightHandRing1', Weight: 0.783919 + Group: 'mixamorig:RightHandRing2', Weight: 0.215865 +Vertex 357: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.000137 + Group: 'mixamorig:RightHandRing1', Weight: 0.760114 + Group: 'mixamorig:RightHandRing2', Weight: 0.239749 +Vertex 358: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.620871 + Group: 'mixamorig:RightHandRing2', Weight: 0.378976 + Group: 'mixamorig:RightHandRing3', Weight: 0.000153 +Vertex 359: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000063 + Group: 'mixamorig:RightHandRing1', Weight: 0.702780 + Group: 'mixamorig:RightHandRing2', Weight: 0.297078 + Group: 'mixamorig:RightHandRing3', Weight: 0.000079 +Vertex 360: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.599070 + Group: 'mixamorig:RightHandRing2', Weight: 0.400832 + Group: 'mixamorig:RightHandRing3', Weight: 0.000098 +Vertex 361: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000027 + Group: 'mixamorig:RightHandRing1', Weight: 0.688293 + Group: 'mixamorig:RightHandRing2', Weight: 0.311641 + Group: 'mixamorig:RightHandRing3', Weight: 0.000040 +Vertex 362: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000049 + Group: 'mixamorig:RightHandRing1', Weight: 0.669070 + Group: 'mixamorig:RightHandRing2', Weight: 0.330881 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 363: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000227 + Group: 'mixamorig:RightHandRing1', Weight: 0.701317 + Group: 'mixamorig:RightHandRing2', Weight: 0.298456 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 364: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000124 + Group: 'mixamorig:RightHandRing1', Weight: 0.667603 + Group: 'mixamorig:RightHandRing2', Weight: 0.332273 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 365: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000321 + Group: 'mixamorig:RightHandRing1', Weight: 0.723279 + Group: 'mixamorig:RightHandRing2', Weight: 0.276400 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 366: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.037510 + Group: 'mixamorig:RightHandRing2', Weight: 0.640610 + Group: 'mixamorig:RightHandRing3', Weight: 0.321880 +Vertex 367: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.018317 + Group: 'mixamorig:RightHandRing2', Weight: 0.565982 + Group: 'mixamorig:RightHandRing3', Weight: 0.415701 +Vertex 368: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.055286 + Group: 'mixamorig:RightHandRing2', Weight: 0.883623 + Group: 'mixamorig:RightHandRing3', Weight: 0.061091 +Vertex 369: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.061064 + Group: 'mixamorig:RightHandRing2', Weight: 0.872122 + Group: 'mixamorig:RightHandRing3', Weight: 0.066814 +Vertex 370: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.017034 + Group: 'mixamorig:RightHandRing2', Weight: 0.586704 + Group: 'mixamorig:RightHandRing3', Weight: 0.396262 +Vertex 371: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.049203 + Group: 'mixamorig:RightHandRing2', Weight: 0.883349 + Group: 'mixamorig:RightHandRing3', Weight: 0.067448 +Vertex 372: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.004218 + Group: 'mixamorig:RightHandRing2', Weight: 0.569989 + Group: 'mixamorig:RightHandRing3', Weight: 0.425793 +Vertex 373: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.049358 + Group: 'mixamorig:RightHandRing2', Weight: 0.890604 + Group: 'mixamorig:RightHandRing3', Weight: 0.060038 +Vertex 374: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.023488 + Group: 'mixamorig:RightHandRing2', Weight: 0.564466 + Group: 'mixamorig:RightHandRing3', Weight: 0.412047 +Vertex 375: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.001258 + Group: 'mixamorig:RightHandRing2', Weight: 0.574998 + Group: 'mixamorig:RightHandRing3', Weight: 0.423744 +Vertex 376: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.028655 + Group: 'mixamorig:RightHandRing2', Weight: 0.880616 + Group: 'mixamorig:RightHandRing3', Weight: 0.090729 +Vertex 377: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.048297 + Group: 'mixamorig:RightHandRing2', Weight: 0.893099 + Group: 'mixamorig:RightHandRing3', Weight: 0.058604 +Vertex 378: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.075700 + Group: 'mixamorig:RightHandRing2', Weight: 0.722055 + Group: 'mixamorig:RightHandRing3', Weight: 0.202246 +Vertex 379: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.009326 + Group: 'mixamorig:RightHandRing2', Weight: 0.641783 + Group: 'mixamorig:RightHandRing3', Weight: 0.348891 +Vertex 380: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.027124 + Group: 'mixamorig:RightHandRing2', Weight: 0.561742 + Group: 'mixamorig:RightHandRing3', Weight: 0.411134 +Vertex 381: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.071655 + Group: 'mixamorig:RightHandRing2', Weight: 0.831825 + Group: 'mixamorig:RightHandRing3', Weight: 0.096519 +Vertex 382: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000000 + Group: 'mixamorig:RightHandPinky1', Weight: 0.359823 + Group: 'mixamorig:RightHandPinky2', Weight: 0.610354 + Group: 'mixamorig:RightHandPinky3', Weight: 0.029823 +Vertex 383: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000000 + Group: 'mixamorig:RightHandPinky1', Weight: 0.344005 + Group: 'mixamorig:RightHandPinky2', Weight: 0.626118 + Group: 'mixamorig:RightHandPinky3', Weight: 0.029877 +Vertex 384: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.000997 + Group: 'mixamorig:RightHandPinky1', Weight: 0.599109 + Group: 'mixamorig:RightHandPinky2', Weight: 0.399895 +Vertex 385: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.000053 + Group: 'mixamorig:RightHandPinky1', Weight: 0.626960 + Group: 'mixamorig:RightHandPinky2', Weight: 0.372987 +Vertex 386: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001324 + Group: 'mixamorig:RightHandPinky1', Weight: 0.328017 + Group: 'mixamorig:RightHandPinky2', Weight: 0.632114 + Group: 'mixamorig:RightHandPinky3', Weight: 0.038544 +Vertex 387: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000546 + Group: 'mixamorig:RightHandPinky1', Weight: 0.380365 + Group: 'mixamorig:RightHandPinky2', Weight: 0.596625 + Group: 'mixamorig:RightHandPinky3', Weight: 0.022465 +Vertex 388: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.003521 + Group: 'mixamorig:RightHandPinky1', Weight: 0.594424 + Group: 'mixamorig:RightHandPinky2', Weight: 0.402055 +Vertex 389: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.003604 + Group: 'mixamorig:RightHandPinky1', Weight: 0.522146 + Group: 'mixamorig:RightHandPinky2', Weight: 0.462937 + Group: 'mixamorig:RightHandPinky3', Weight: 0.011312 +Vertex 390: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.004194 + Group: 'mixamorig:RightHandPinky1', Weight: 0.445926 + Group: 'mixamorig:RightHandPinky2', Weight: 0.521633 + Group: 'mixamorig:RightHandPinky3', Weight: 0.028247 +Vertex 391: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001659 + Group: 'mixamorig:RightHandPinky1', Weight: 0.259100 + Group: 'mixamorig:RightHandPinky2', Weight: 0.687190 + Group: 'mixamorig:RightHandPinky3', Weight: 0.052051 +Vertex 392: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001913 + Group: 'mixamorig:RightHandPinky1', Weight: 0.245591 + Group: 'mixamorig:RightHandPinky2', Weight: 0.697861 + Group: 'mixamorig:RightHandPinky3', Weight: 0.054635 +Vertex 393: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.003893 + Group: 'mixamorig:RightHandPinky1', Weight: 0.463182 + Group: 'mixamorig:RightHandPinky2', Weight: 0.508520 + Group: 'mixamorig:RightHandPinky3', Weight: 0.024405 +Vertex 394: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001814 + Group: 'mixamorig:RightHandPinky1', Weight: 0.205879 + Group: 'mixamorig:RightHandPinky2', Weight: 0.739742 + Group: 'mixamorig:RightHandPinky3', Weight: 0.052565 +Vertex 395: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.005539 + Group: 'mixamorig:RightHandPinky1', Weight: 0.438351 + Group: 'mixamorig:RightHandPinky2', Weight: 0.525729 + Group: 'mixamorig:RightHandPinky3', Weight: 0.030382 +Vertex 396: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001382 + Group: 'mixamorig:RightHandPinky1', Weight: 0.250664 + Group: 'mixamorig:RightHandPinky2', Weight: 0.705942 + Group: 'mixamorig:RightHandPinky3', Weight: 0.042012 +Vertex 397: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.005214 + Group: 'mixamorig:RightHandPinky1', Weight: 0.464360 + Group: 'mixamorig:RightHandPinky2', Weight: 0.507944 + Group: 'mixamorig:RightHandPinky3', Weight: 0.022482 +Vertex 398: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001738 + Group: 'mixamorig:RightHandPinky2', Weight: 0.346850 + Group: 'mixamorig:RightHandPinky3', Weight: 0.651412 +Vertex 399: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.005361 + Group: 'mixamorig:RightHandPinky2', Weight: 0.305888 + Group: 'mixamorig:RightHandPinky3', Weight: 0.688751 +Vertex 400: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.009856 + Group: 'mixamorig:RightHandPinky2', Weight: 0.406958 + Group: 'mixamorig:RightHandPinky3', Weight: 0.583185 +Vertex 401: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.006333 + Group: 'mixamorig:RightHandPinky2', Weight: 0.434671 + Group: 'mixamorig:RightHandPinky3', Weight: 0.558996 +Vertex 402: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.009600 + Group: 'mixamorig:RightHandPinky2', Weight: 0.449759 + Group: 'mixamorig:RightHandPinky3', Weight: 0.540641 +Vertex 403: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.270853 + Group: 'mixamorig:RightHandPinky3', Weight: 0.729147 +Vertex 404: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.273646 + Group: 'mixamorig:RightHandPinky3', Weight: 0.726354 +Vertex 405: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.006596 + Group: 'mixamorig:RightHandPinky2', Weight: 0.508446 + Group: 'mixamorig:RightHandPinky3', Weight: 0.484958 +Vertex 406: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001275 + Group: 'mixamorig:RightHandPinky2', Weight: 0.286310 + Group: 'mixamorig:RightHandPinky3', Weight: 0.712415 +Vertex 407: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001454 + Group: 'mixamorig:RightHandPinky2', Weight: 0.363054 + Group: 'mixamorig:RightHandPinky3', Weight: 0.635492 +Vertex 408: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.007682 + Group: 'mixamorig:RightHandPinky2', Weight: 0.534643 + Group: 'mixamorig:RightHandPinky3', Weight: 0.457674 +Vertex 409: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.007179 + Group: 'mixamorig:RightHandPinky2', Weight: 0.537801 + Group: 'mixamorig:RightHandPinky3', Weight: 0.455020 +Vertex 410: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.361699 + Group: 'mixamorig:RightHandPinky3', Weight: 0.638301 +Vertex 411: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.006121 + Group: 'mixamorig:RightHandPinky2', Weight: 0.488195 + Group: 'mixamorig:RightHandPinky3', Weight: 0.505684 +Vertex 412: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.003467 + Group: 'mixamorig:RightHandPinky2', Weight: 0.385717 + Group: 'mixamorig:RightHandPinky3', Weight: 0.610816 +Vertex 413: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.007785 + Group: 'mixamorig:RightHandPinky2', Weight: 0.516817 + Group: 'mixamorig:RightHandPinky3', Weight: 0.475398 +Vertex 414: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.011120 + Group: 'mixamorig:RightHandIndex3', Weight: 0.988880 +Vertex 415: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.013667 + Group: 'mixamorig:RightHandIndex3', Weight: 0.986333 +Vertex 416: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.012028 + Group: 'mixamorig:RightHandIndex3', Weight: 0.987972 +Vertex 417: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.020352 + Group: 'mixamorig:RightHandIndex3', Weight: 0.979649 +Vertex 418: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.042291 + Group: 'mixamorig:RightHandIndex3', Weight: 0.957709 +Vertex 419: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.137853 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.862147 +Vertex 420: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.133954 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.866046 +Vertex 421: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.133254 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.866746 +Vertex 422: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.154762 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.845238 +Vertex 423: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.184830 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.815170 +Vertex 424: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.035323 + Group: 'mixamorig:RightHandRing3', Weight: 0.964677 +Vertex 425: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.038393 + Group: 'mixamorig:RightHandRing3', Weight: 0.961607 +Vertex 426: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.039432 + Group: 'mixamorig:RightHandRing3', Weight: 0.960568 +Vertex 427: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.079504 + Group: 'mixamorig:RightHandRing3', Weight: 0.920496 +Vertex 428: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.134087 + Group: 'mixamorig:RightHandRing3', Weight: 0.865913 +Vertex 429: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.031309 + Group: 'mixamorig:RightHandPinky3', Weight: 0.968691 +Vertex 430: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.029582 + Group: 'mixamorig:RightHandPinky3', Weight: 0.970418 +Vertex 431: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.039310 + Group: 'mixamorig:RightHandPinky3', Weight: 0.960690 +Vertex 432: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.055813 + Group: 'mixamorig:RightHandPinky3', Weight: 0.944187 +Vertex 433: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.109120 + Group: 'mixamorig:RightHandPinky3', Weight: 0.890880 +Vertex 434: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.009872 + Group: 'mixamorig:RightHandIndex3', Weight: 0.990128 +Vertex 435: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.008535 + Group: 'mixamorig:RightHandIndex3', Weight: 0.991465 +Vertex 436: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.012747 + Group: 'mixamorig:RightHandIndex3', Weight: 0.987253 +Vertex 437: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.133927 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.866073 +Vertex 438: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.138611 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.861389 +Vertex 439: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.134056 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.865944 +Vertex 440: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.040681 + Group: 'mixamorig:RightHandRing3', Weight: 0.959319 +Vertex 441: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.058835 + Group: 'mixamorig:RightHandRing3', Weight: 0.941165 +Vertex 442: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.040677 + Group: 'mixamorig:RightHandRing3', Weight: 0.959323 +Vertex 443: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.037602 + Group: 'mixamorig:RightHandPinky3', Weight: 0.962398 +Vertex 444: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.043329 + Group: 'mixamorig:RightHandPinky3', Weight: 0.956671 +Vertex 445: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.041787 + Group: 'mixamorig:RightHandPinky3', Weight: 0.958213 +Vertex 446: +Vertex groups: 2 + Group: 'mixamorig:RightHandPinky2', Weight: 0.150121 + Group: 'mixamorig:RightHandPinky3', Weight: 0.849879 +Vertex 447: +Vertex groups: 2 + Group: 'mixamorig:RightHandRing2', Weight: 0.196931 + Group: 'mixamorig:RightHandRing3', Weight: 0.803069 +Vertex 448: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000012 + Group: 'mixamorig:RightHandRing1', Weight: 0.545679 + Group: 'mixamorig:RightHandRing2', Weight: 0.454309 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 449: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.559758 + Group: 'mixamorig:RightHandRing2', Weight: 0.440242 + Group: 'mixamorig:RightHandRing3', Weight: 0.000000 +Vertex 450: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.483976 + Group: 'mixamorig:RightHandRing2', Weight: 0.514287 + Group: 'mixamorig:RightHandRing3', Weight: 0.001737 +Vertex 451: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.395112 + Group: 'mixamorig:RightHandRing2', Weight: 0.604603 + Group: 'mixamorig:RightHandRing3', Weight: 0.000285 +Vertex 452: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.435954 + Group: 'mixamorig:RightHandRing2', Weight: 0.563664 + Group: 'mixamorig:RightHandRing3', Weight: 0.000382 +Vertex 453: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.411154 + Group: 'mixamorig:RightHandRing2', Weight: 0.588208 + Group: 'mixamorig:RightHandRing3', Weight: 0.000639 +Vertex 454: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.406822 + Group: 'mixamorig:RightHandRing2', Weight: 0.592966 + Group: 'mixamorig:RightHandRing3', Weight: 0.000212 +Vertex 455: +Vertex groups: 3 + Group: 'mixamorig:RightHandRing1', Weight: 0.468744 + Group: 'mixamorig:RightHandRing2', Weight: 0.531093 + Group: 'mixamorig:RightHandRing3', Weight: 0.000164 +Vertex 456: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.049859 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.805415 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.144726 +Vertex 457: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.044761 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.841570 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.113669 +Vertex 458: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.044011 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.854374 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.101615 +Vertex 459: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.042023 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.870641 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.087337 +Vertex 460: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.049126 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.835931 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.114943 +Vertex 461: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.044643 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.825768 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.129589 +Vertex 462: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.032456 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.852478 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.115067 +Vertex 463: +Vertex groups: 3 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.037027 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.844898 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.118075 +Vertex 464: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.219734 + Group: 'mixamorig:RightHandMiddle3', Weight: 0.780266 +Vertex 465: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.048839 + Group: 'mixamorig:RightHandIndex2', Weight: 0.593574 + Group: 'mixamorig:RightHandIndex3', Weight: 0.357587 +Vertex 466: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.052646 + Group: 'mixamorig:RightHandIndex2', Weight: 0.732922 + Group: 'mixamorig:RightHandIndex3', Weight: 0.214431 +Vertex 467: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.042356 + Group: 'mixamorig:RightHandIndex2', Weight: 0.695940 + Group: 'mixamorig:RightHandIndex3', Weight: 0.261704 +Vertex 468: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.047906 + Group: 'mixamorig:RightHandIndex2', Weight: 0.843249 + Group: 'mixamorig:RightHandIndex3', Weight: 0.108845 +Vertex 469: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.046030 + Group: 'mixamorig:RightHandIndex2', Weight: 0.795311 + Group: 'mixamorig:RightHandIndex3', Weight: 0.158659 +Vertex 470: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.036941 + Group: 'mixamorig:RightHandIndex2', Weight: 0.630695 + Group: 'mixamorig:RightHandIndex3', Weight: 0.332365 +Vertex 471: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.037743 + Group: 'mixamorig:RightHandIndex2', Weight: 0.679732 + Group: 'mixamorig:RightHandIndex3', Weight: 0.282525 +Vertex 472: +Vertex groups: 3 + Group: 'mixamorig:RightHandIndex1', Weight: 0.045652 + Group: 'mixamorig:RightHandIndex2', Weight: 0.797155 + Group: 'mixamorig:RightHandIndex3', Weight: 0.157192 +Vertex 473: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.004222 + Group: 'mixamorig:RightHandIndex1', Weight: 0.373149 + Group: 'mixamorig:RightHandIndex2', Weight: 0.622303 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000327 +Vertex 474: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.005194 + Group: 'mixamorig:RightHandIndex1', Weight: 0.322468 + Group: 'mixamorig:RightHandIndex2', Weight: 0.672157 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000180 +Vertex 475: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001122 + Group: 'mixamorig:RightHandIndex1', Weight: 0.322984 + Group: 'mixamorig:RightHandIndex2', Weight: 0.675640 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000254 +Vertex 476: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.004248 + Group: 'mixamorig:RightHandIndex1', Weight: 0.336954 + Group: 'mixamorig:RightHandIndex2', Weight: 0.658474 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000324 +Vertex 477: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001990 + Group: 'mixamorig:RightHandIndex1', Weight: 0.300706 + Group: 'mixamorig:RightHandIndex2', Weight: 0.697173 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000131 +Vertex 478: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.003521 + Group: 'mixamorig:RightHandIndex1', Weight: 0.302902 + Group: 'mixamorig:RightHandIndex2', Weight: 0.693367 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000210 +Vertex 479: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000268 + Group: 'mixamorig:RightHandIndex1', Weight: 0.258491 + Group: 'mixamorig:RightHandIndex2', Weight: 0.741135 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000106 +Vertex 480: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000257 + Group: 'mixamorig:RightHandIndex1', Weight: 0.280101 + Group: 'mixamorig:RightHandIndex2', Weight: 0.719480 + Group: 'mixamorig:RightHandIndex3', Weight: 0.000162 +Vertex 481: +Vertex groups: 2 + Group: 'mixamorig:RightHandIndex2', Weight: 0.092474 + Group: 'mixamorig:RightHandIndex3', Weight: 0.907526 +Vertex 482: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.161244 + Group: 'mixamorig:RightHandPinky2', Weight: 0.778071 + Group: 'mixamorig:RightHandPinky3', Weight: 0.060685 +Vertex 483: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.169588 + Group: 'mixamorig:RightHandPinky2', Weight: 0.772208 + Group: 'mixamorig:RightHandPinky3', Weight: 0.058204 +Vertex 484: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.197692 + Group: 'mixamorig:RightHandPinky2', Weight: 0.744624 + Group: 'mixamorig:RightHandPinky3', Weight: 0.057683 +Vertex 485: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000060 + Group: 'mixamorig:RightHandPinky1', Weight: 0.187527 + Group: 'mixamorig:RightHandPinky2', Weight: 0.753707 + Group: 'mixamorig:RightHandPinky3', Weight: 0.058707 +Vertex 486: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000299 + Group: 'mixamorig:RightHandPinky1', Weight: 0.161416 + Group: 'mixamorig:RightHandPinky2', Weight: 0.771630 + Group: 'mixamorig:RightHandPinky3', Weight: 0.066655 +Vertex 487: +Vertex groups: 3 + Group: 'mixamorig:RightHandPinky1', Weight: 0.124204 + Group: 'mixamorig:RightHandPinky2', Weight: 0.804237 + Group: 'mixamorig:RightHandPinky3', Weight: 0.071560 +Vertex 488: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.001028 + Group: 'mixamorig:RightHandPinky1', Weight: 0.145880 + Group: 'mixamorig:RightHandPinky2', Weight: 0.784142 + Group: 'mixamorig:RightHandPinky3', Weight: 0.068951 +Vertex 489: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.000053 + Group: 'mixamorig:RightHandPinky1', Weight: 0.107536 + Group: 'mixamorig:RightHandPinky2', Weight: 0.831090 + Group: 'mixamorig:RightHandPinky3', Weight: 0.061321 +Vertex 490: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.004984 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.336574 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.020526 + Group: 'mixamorig:RightHandRing1', Weight: 0.564514 + Group: 'mixamorig:RightHandRing2', Weight: 0.073401 +Vertex 491: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.000223 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.154687 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.012451 + Group: 'mixamorig:RightHandRing1', Weight: 0.723295 + Group: 'mixamorig:RightHandRing2', Weight: 0.109345 +Vertex 492: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.004049 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.939968 + Group: 'mixamorig:RightHandRing2', Weight: 0.055983 +Vertex 493: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.024762 + Group: 'mixamorig:RightHandRing1', Weight: 0.917215 + Group: 'mixamorig:RightHandRing2', Weight: 0.058023 +Vertex 494: +Vertex groups: 5 + Group: 'mixamorig:RightHandRing1', Weight: 0.569959 + Group: 'mixamorig:RightHandPinky1', Weight: 0.243103 + Group: 'mixamorig:RightHandPinky2', Weight: 0.077831 + Group: 'mixamorig:RightHandRing2', Weight: 0.069460 + Group: 'mixamorig:RightHand', Weight: 0.039648 +Vertex 495: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.006541 + Group: 'mixamorig:RightHandRing1', Weight: 0.897384 + Group: 'mixamorig:RightHandRing2', Weight: 0.096074 +Vertex 496: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.028220 + Group: 'mixamorig:RightHandRing1', Weight: 0.896406 + Group: 'mixamorig:RightHandRing2', Weight: 0.075375 +Vertex 497: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.028682 + Group: 'mixamorig:RightHandRing1', Weight: 0.887056 + Group: 'mixamorig:RightHandRing2', Weight: 0.084262 +Vertex 498: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.003178 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.921841 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.074982 +Vertex 499: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.003018 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.920920 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.076062 +Vertex 500: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.006717 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.945199 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.048084 +Vertex 501: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.018794 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.958452 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.022754 +Vertex 502: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.003201 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.763394 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.026721 + Group: 'mixamorig:RightHandRing1', Weight: 0.188292 + Group: 'mixamorig:RightHandRing2', Weight: 0.018392 +Vertex 503: +Vertex groups: 2 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.894666 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.105334 +Vertex 504: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.000818 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.904187 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.094994 +Vertex 505: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.004331 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.913122 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.082547 +Vertex 506: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.137312 + Group: 'mixamorig:RightHandThumb2', Weight: 0.855818 + Group: 'mixamorig:RightHandThumb3', Weight: 0.006870 +Vertex 507: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.093095 + Group: 'mixamorig:RightHandThumb2', Weight: 0.884629 + Group: 'mixamorig:RightHandThumb3', Weight: 0.022276 +Vertex 508: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.031269 + Group: 'mixamorig:RightHandThumb3', Weight: 0.968731 +Vertex 509: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.002911 + Group: 'mixamorig:RightHandThumb2', Weight: 0.198254 + Group: 'mixamorig:RightHandThumb3', Weight: 0.798835 +Vertex 510: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000221 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999779 +Vertex 511: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000262 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999738 +Vertex 512: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.034954 + Group: 'mixamorig:RightHandThumb1', Weight: 0.370170 + Group: 'mixamorig:RightHandThumb2', Weight: 0.593290 + Group: 'mixamorig:RightHandThumb3', Weight: 0.001587 +Vertex 513: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.164011 + Group: 'mixamorig:RightHandThumb2', Weight: 0.830654 + Group: 'mixamorig:RightHandThumb3', Weight: 0.005335 +Vertex 514: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.228768 + Group: 'mixamorig:RightHandThumb1', Weight: 0.585475 + Group: 'mixamorig:RightHandThumb2', Weight: 0.185757 +Vertex 515: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.613930 + Group: 'mixamorig:RightHandThumb1', Weight: 0.351302 + Group: 'mixamorig:RightHandThumb2', Weight: 0.034768 +Vertex 516: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.001044 + Group: 'mixamorig:RightHandThumb3', Weight: 0.998956 +Vertex 517: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000886 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999114 +Vertex 518: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.005194 + Group: 'mixamorig:RightHandThumb3', Weight: 0.994806 +Vertex 519: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.007641 + Group: 'mixamorig:RightHandThumb3', Weight: 0.992359 +Vertex 520: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000795 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999205 +Vertex 521: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000821 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999179 +Vertex 522: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.003293 + Group: 'mixamorig:RightHandThumb3', Weight: 0.996707 +Vertex 523: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.003281 + Group: 'mixamorig:RightHandThumb3', Weight: 0.996719 +Vertex 524: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000675 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999325 +Vertex 525: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000662 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999338 +Vertex 526: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.002732 + Group: 'mixamorig:RightHandThumb3', Weight: 0.997268 +Vertex 527: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.003404 + Group: 'mixamorig:RightHandThumb3', Weight: 0.996596 +Vertex 528: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.001124 + Group: 'mixamorig:RightHandThumb3', Weight: 0.998876 +Vertex 529: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.002987 + Group: 'mixamorig:RightHandThumb3', Weight: 0.997013 +Vertex 530: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.001031 + Group: 'mixamorig:RightHandThumb3', Weight: 0.998968 +Vertex 531: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000586 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999414 +Vertex 532: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.005601 + Group: 'mixamorig:RightHandThumb3', Weight: 0.994399 +Vertex 533: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.003656 + Group: 'mixamorig:RightHandThumb3', Weight: 0.996344 +Vertex 534: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000593 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999407 +Vertex 535: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.008060 + Group: 'mixamorig:RightHandThumb3', Weight: 0.991940 +Vertex 536: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.046352 + Group: 'mixamorig:RightHandThumb2', Weight: 0.873226 + Group: 'mixamorig:RightHandThumb3', Weight: 0.080422 +Vertex 537: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.037901 + Group: 'mixamorig:RightHandThumb2', Weight: 0.837676 + Group: 'mixamorig:RightHandThumb3', Weight: 0.124424 +Vertex 538: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.025406 + Group: 'mixamorig:RightHandThumb2', Weight: 0.857259 + Group: 'mixamorig:RightHandThumb3', Weight: 0.117335 +Vertex 539: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.016894 + Group: 'mixamorig:RightHandThumb2', Weight: 0.894436 + Group: 'mixamorig:RightHandThumb3', Weight: 0.088671 +Vertex 540: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.019644 + Group: 'mixamorig:RightHandThumb2', Weight: 0.906054 + Group: 'mixamorig:RightHandThumb3', Weight: 0.074302 +Vertex 541: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.021423 + Group: 'mixamorig:RightHandThumb2', Weight: 0.932932 + Group: 'mixamorig:RightHandThumb3', Weight: 0.045645 +Vertex 542: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.034833 + Group: 'mixamorig:RightHandThumb2', Weight: 0.928161 + Group: 'mixamorig:RightHandThumb3', Weight: 0.037006 +Vertex 543: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.138372 + Group: 'mixamorig:RightHandThumb2', Weight: 0.854083 + Group: 'mixamorig:RightHandThumb3', Weight: 0.007545 +Vertex 544: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.046546 + Group: 'mixamorig:RightHandThumb2', Weight: 0.905710 + Group: 'mixamorig:RightHandThumb3', Weight: 0.047744 +Vertex 545: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000324 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999676 +Vertex 546: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000346 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999654 +Vertex 547: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000324 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999676 +Vertex 548: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000306 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999694 +Vertex 549: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000259 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999741 +Vertex 550: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000309 + Group: 'mixamorig:RightHandThumb3', Weight: 0.999691 +Vertex 551: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.018094 + Group: 'mixamorig:RightHandThumb2', Weight: 0.709145 + Group: 'mixamorig:RightHandThumb3', Weight: 0.272761 +Vertex 552: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.017134 + Group: 'mixamorig:RightHandThumb2', Weight: 0.753825 + Group: 'mixamorig:RightHandThumb3', Weight: 0.229041 +Vertex 553: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.009116 + Group: 'mixamorig:RightHandThumb2', Weight: 0.466549 + Group: 'mixamorig:RightHandThumb3', Weight: 0.524335 +Vertex 554: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.010275 + Group: 'mixamorig:RightHandThumb2', Weight: 0.443418 + Group: 'mixamorig:RightHandThumb3', Weight: 0.546307 +Vertex 555: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.010841 + Group: 'mixamorig:RightHandThumb2', Weight: 0.753966 + Group: 'mixamorig:RightHandThumb3', Weight: 0.235193 +Vertex 556: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.005691 + Group: 'mixamorig:RightHandThumb2', Weight: 0.492847 + Group: 'mixamorig:RightHandThumb3', Weight: 0.501462 +Vertex 557: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.005337 + Group: 'mixamorig:RightHandThumb2', Weight: 0.734358 + Group: 'mixamorig:RightHandThumb3', Weight: 0.260305 +Vertex 558: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001664 + Group: 'mixamorig:RightHandThumb2', Weight: 0.436210 + Group: 'mixamorig:RightHandThumb3', Weight: 0.562126 +Vertex 559: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.004130 + Group: 'mixamorig:RightHandThumb2', Weight: 0.626982 + Group: 'mixamorig:RightHandThumb3', Weight: 0.368888 +Vertex 560: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001757 + Group: 'mixamorig:RightHandThumb2', Weight: 0.375846 + Group: 'mixamorig:RightHandThumb3', Weight: 0.622397 +Vertex 561: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.005523 + Group: 'mixamorig:RightHandThumb2', Weight: 0.700122 + Group: 'mixamorig:RightHandThumb3', Weight: 0.294355 +Vertex 562: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.003334 + Group: 'mixamorig:RightHandThumb2', Weight: 0.449784 + Group: 'mixamorig:RightHandThumb3', Weight: 0.546882 +Vertex 563: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.005413 + Group: 'mixamorig:RightHandThumb2', Weight: 0.480840 + Group: 'mixamorig:RightHandThumb3', Weight: 0.513746 +Vertex 564: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.010886 + Group: 'mixamorig:RightHandThumb2', Weight: 0.670752 + Group: 'mixamorig:RightHandThumb3', Weight: 0.318362 +Vertex 565: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.015691 + Group: 'mixamorig:RightHandThumb2', Weight: 0.673385 + Group: 'mixamorig:RightHandThumb3', Weight: 0.310924 +Vertex 566: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.009400 + Group: 'mixamorig:RightHandThumb2', Weight: 0.431502 + Group: 'mixamorig:RightHandThumb3', Weight: 0.559098 +Vertex 567: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.086604 + Group: 'mixamorig:RightHandThumb1', Weight: 0.266599 + Group: 'mixamorig:RightHandThumb2', Weight: 0.643902 + Group: 'mixamorig:RightHandThumb3', Weight: 0.002895 +Vertex 568: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.193145 + Group: 'mixamorig:RightHand', Weight: 0.751500 + Group: 'mixamorig:RightHandThumb1', Weight: 0.055355 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 569: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.268773 + Group: 'mixamorig:RightHand', Weight: 0.708297 + Group: 'mixamorig:RightHandThumb1', Weight: 0.022930 +Vertex 570: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.078564 + Group: 'mixamorig:RightHandThumb1', Weight: 0.523999 + Group: 'mixamorig:RightHandThumb2', Weight: 0.396830 + Group: 'mixamorig:RightHandThumb3', Weight: 0.000607 +Vertex 571: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.261488 + Group: 'mixamorig:RightHandThumb1', Weight: 0.373617 + Group: 'mixamorig:RightHandThumb2', Weight: 0.364276 + Group: 'mixamorig:RightHandThumb3', Weight: 0.000619 +Vertex 572: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.458193 + Group: 'mixamorig:RightHandThumb1', Weight: 0.397855 + Group: 'mixamorig:RightHandThumb2', Weight: 0.137639 + Group: 'mixamorig:RightHandIndex1', Weight: 0.005516 + Group: 'mixamorig:RightForeArm', Weight: 0.000798 +Vertex 573: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.045159 + Group: 'mixamorig:RightHandThumb1', Weight: 0.548848 + Group: 'mixamorig:RightHandThumb2', Weight: 0.405079 + Group: 'mixamorig:RightHandThumb3', Weight: 0.000913 +Vertex 574: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.045755 + Group: 'mixamorig:RightHandThumb1', Weight: 0.474167 + Group: 'mixamorig:RightHandThumb2', Weight: 0.478661 + Group: 'mixamorig:RightHandThumb3', Weight: 0.001417 +Vertex 575: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.116810 + Group: 'mixamorig:RightHandThumb1', Weight: 0.551836 + Group: 'mixamorig:RightHandThumb2', Weight: 0.330967 + Group: 'mixamorig:RightHandThumb3', Weight: 0.000387 +Vertex 576: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.021172 + Group: 'mixamorig:RightHandThumb1', Weight: 0.309606 + Group: 'mixamorig:RightHandThumb2', Weight: 0.665963 + Group: 'mixamorig:RightHandThumb3', Weight: 0.003259 +Vertex 577: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.145619 + Group: 'mixamorig:RightHandThumb2', Weight: 0.846432 + Group: 'mixamorig:RightHandThumb3', Weight: 0.007949 +Vertex 578: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.021055 + Group: 'mixamorig:RightHandThumb1', Weight: 0.322115 + Group: 'mixamorig:RightHandThumb2', Weight: 0.654486 + Group: 'mixamorig:RightHandThumb3', Weight: 0.002344 +Vertex 579: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.187632 + Group: 'mixamorig:RightHandThumb2', Weight: 0.809972 + Group: 'mixamorig:RightHandThumb3', Weight: 0.002396 +Vertex 580: +Vertex groups: 3 + Group: 'mixamorig:RightHandThumb1', Weight: 0.140940 + Group: 'mixamorig:RightHandThumb2', Weight: 0.852019 + Group: 'mixamorig:RightHandThumb3', Weight: 0.007041 +Vertex 581: +Vertex groups: 5 + Group: 'mixamorig:RightHandThumb2', Weight: 0.694854 + Group: 'mixamorig:RightHandThumb1', Weight: 0.188283 + Group: 'mixamorig:RightHand', Weight: 0.088750 + Group: 'mixamorig:RightHandIndex1', Weight: 0.024956 + Group: 'mixamorig:RightHandThumb3', Weight: 0.003158 +Vertex 582: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.767453 + Group: 'mixamorig:RightHandThumb1', Weight: 0.136120 + Group: 'mixamorig:RightHandThumb2', Weight: 0.053347 + Group: 'mixamorig:RightHandIndex1', Weight: 0.041037 + Group: 'mixamorig:RightForeArm', Weight: 0.002043 +Vertex 583: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.009585 + Group: 'mixamorig:RightHandThumb3', Weight: 0.990415 +Vertex 584: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.010814 + Group: 'mixamorig:RightHandThumb3', Weight: 0.989186 +Vertex 585: +Vertex groups: 2 + Group: 'mixamorig:RightHandThumb2', Weight: 0.009065 + Group: 'mixamorig:RightHandThumb3', Weight: 0.990935 +Vertex 586: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.274827 + Group: 'mixamorig:RightHand', Weight: 0.709016 + Group: 'mixamorig:RightHandThumb1', Weight: 0.016156 +Vertex 587: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.196267 + Group: 'mixamorig:RightHand', Weight: 0.749314 + Group: 'mixamorig:RightHandThumb1', Weight: 0.054419 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 588: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.596599 + Group: 'mixamorig:RightHandThumb1', Weight: 0.349281 + Group: 'mixamorig:RightHandThumb2', Weight: 0.054069 + Group: 'mixamorig:RightForeArm', Weight: 0.000045 + Group: 'mixamorig:RightHandIndex1', Weight: 0.000006 +Vertex 589: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.821597 + Group: 'mixamorig:RightHandThumb1', Weight: 0.145331 + Group: 'mixamorig:RightHandThumb2', Weight: 0.014142 + Group: 'mixamorig:RightHandIndex1', Weight: 0.011399 + Group: 'mixamorig:RightForeArm', Weight: 0.007532 +Vertex 590: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.190211 + Group: 'mixamorig:RightHand', Weight: 0.732286 + Group: 'mixamorig:RightHandThumb1', Weight: 0.077504 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 591: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.296122 + Group: 'mixamorig:RightHand', Weight: 0.683427 + Group: 'mixamorig:RightHandThumb1', Weight: 0.020452 +Vertex 592: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.177565 + Group: 'mixamorig:RightHandIndex1', Weight: 0.583440 + Group: 'mixamorig:RightHandIndex2', Weight: 0.238995 +Vertex 593: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.045162 + Group: 'mixamorig:RightHandIndex1', Weight: 0.198824 + Group: 'mixamorig:RightHandIndex2', Weight: 0.071268 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.662622 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.022123 +Vertex 594: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.136524 + Group: 'mixamorig:RightHandIndex1', Weight: 0.632389 + Group: 'mixamorig:RightHandIndex2', Weight: 0.231087 +Vertex 595: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.079988 + Group: 'mixamorig:RightHandIndex1', Weight: 0.685948 + Group: 'mixamorig:RightHandIndex2', Weight: 0.234064 +Vertex 596: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.382598 + Group: 'mixamorig:RightHandThumb2', Weight: 0.015789 + Group: 'mixamorig:RightHandIndex1', Weight: 0.500206 + Group: 'mixamorig:RightHandIndex2', Weight: 0.101407 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000001 +Vertex 597: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.486223 + Group: 'mixamorig:RightHandIndex1', Weight: 0.415568 + Group: 'mixamorig:RightHandIndex2', Weight: 0.056403 + Group: 'mixamorig:RightHandThumb2', Weight: 0.029240 + Group: 'mixamorig:RightHandRing1', Weight: 0.012566 +Vertex 598: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.431405 + Group: 'mixamorig:RightHandThumb2', Weight: 0.311228 + Group: 'mixamorig:RightHandThumb1', Weight: 0.172900 + Group: 'mixamorig:RightHandIndex1', Weight: 0.074342 + Group: 'mixamorig:RightHandRing1', Weight: 0.010126 +Vertex 599: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.032189 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.901156 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.007047 + Group: 'mixamorig:RightHandRing1', Weight: 0.059608 +Vertex 600: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.041952 + Group: 'mixamorig:RightHandIndex1', Weight: 0.140018 + Group: 'mixamorig:RightHandIndex2', Weight: 0.036995 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.762242 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.018792 +Vertex 601: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.005317 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.711307 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.017075 + Group: 'mixamorig:RightHandRing1', Weight: 0.242604 + Group: 'mixamorig:RightHandRing2', Weight: 0.023698 +Vertex 602: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.000123 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.515748 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.041512 + Group: 'mixamorig:RightHandRing1', Weight: 0.385628 + Group: 'mixamorig:RightHandRing2', Weight: 0.056989 +Vertex 603: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.000221 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.171558 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.013808 + Group: 'mixamorig:RightHandRing1', Weight: 0.708421 + Group: 'mixamorig:RightHandRing2', Weight: 0.105991 +Vertex 604: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.046180 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.953820 +Vertex 605: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.022272 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.348121 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.015817 + Group: 'mixamorig:RightHandRing1', Weight: 0.566432 + Group: 'mixamorig:RightHandRing2', Weight: 0.047358 +Vertex 606: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.009283 + Group: 'mixamorig:RightHandRing1', Weight: 0.312803 + Group: 'mixamorig:RightHandRing2', Weight: 0.026489 + Group: 'mixamorig:RightHandPinky1', Weight: 0.461087 + Group: 'mixamorig:RightHandPinky2', Weight: 0.190337 +Vertex 607: +Vertex groups: 5 + Group: 'mixamorig:RightHandPinky1', Weight: 0.430176 + Group: 'mixamorig:RightHandRing1', Weight: 0.332154 + Group: 'mixamorig:RightHandPinky2', Weight: 0.136731 + Group: 'mixamorig:RightHand', Weight: 0.074800 + Group: 'mixamorig:RightHandRing2', Weight: 0.026139 +Vertex 608: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.012082 + Group: 'mixamorig:RightHandPinky1', Weight: 0.703212 + Group: 'mixamorig:RightHandPinky2', Weight: 0.284707 +Vertex 609: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.036935 + Group: 'mixamorig:RightHandPinky1', Weight: 0.738559 + Group: 'mixamorig:RightHandPinky2', Weight: 0.224506 +Vertex 610: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.073569 + Group: 'mixamorig:RightHandPinky1', Weight: 0.725315 + Group: 'mixamorig:RightHandPinky2', Weight: 0.201116 +Vertex 611: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.006838 + Group: 'mixamorig:RightHandPinky1', Weight: 0.652916 + Group: 'mixamorig:RightHandPinky2', Weight: 0.339104 + Group: 'mixamorig:RightHandPinky3', Weight: 0.001143 +Vertex 612: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.020392 + Group: 'mixamorig:RightHandPinky1', Weight: 0.731843 + Group: 'mixamorig:RightHandPinky2', Weight: 0.247764 +Vertex 613: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.029584 + Group: 'mixamorig:RightHandPinky1', Weight: 0.687861 + Group: 'mixamorig:RightHandPinky2', Weight: 0.282555 +Vertex 614: +Vertex groups: 5 + Group: 'mixamorig:RightHandRing1', Weight: 0.753007 + Group: 'mixamorig:RightHand', Weight: 0.121658 + Group: 'mixamorig:RightHandPinky1', Weight: 0.083053 + Group: 'mixamorig:RightHandRing2', Weight: 0.022569 + Group: 'mixamorig:RightHandPinky2', Weight: 0.019713 +Vertex 615: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.064973 + Group: 'mixamorig:RightHandPinky1', Weight: 0.743186 + Group: 'mixamorig:RightHandPinky2', Weight: 0.191841 +Vertex 616: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.022054 + Group: 'mixamorig:RightHandPinky1', Weight: 0.742571 + Group: 'mixamorig:RightHandPinky2', Weight: 0.235375 +Vertex 617: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.046016 + Group: 'mixamorig:RightHandPinky1', Weight: 0.771154 + Group: 'mixamorig:RightHandPinky2', Weight: 0.182830 +Vertex 618: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.027008 + Group: 'mixamorig:RightHandPinky1', Weight: 0.735725 + Group: 'mixamorig:RightHandPinky2', Weight: 0.237267 +Vertex 619: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.050232 + Group: 'mixamorig:RightHandPinky1', Weight: 0.715602 + Group: 'mixamorig:RightHandPinky2', Weight: 0.234167 +Vertex 620: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.112786 + Group: 'mixamorig:RightHandPinky1', Weight: 0.695273 + Group: 'mixamorig:RightHandPinky2', Weight: 0.191941 +Vertex 621: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.046234 + Group: 'mixamorig:RightHandPinky1', Weight: 0.716525 + Group: 'mixamorig:RightHandPinky2', Weight: 0.237241 +Vertex 622: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.071611 + Group: 'mixamorig:RightHandPinky1', Weight: 0.703562 + Group: 'mixamorig:RightHandPinky2', Weight: 0.224827 +Vertex 623: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.043387 + Group: 'mixamorig:RightHandIndex1', Weight: 0.670773 + Group: 'mixamorig:RightHandIndex2', Weight: 0.285840 +Vertex 624: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.025553 + Group: 'mixamorig:RightHandIndex1', Weight: 0.439452 + Group: 'mixamorig:RightHandIndex2', Weight: 0.195020 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.321672 + Group: 'mixamorig:RightHandMiddle2', Weight: 0.018303 +Vertex 625: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.635971 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.012581 + Group: 'mixamorig:RightHandPinky1', Weight: 0.298287 + Group: 'mixamorig:RightHandPinky2', Weight: 0.053161 +Vertex 626: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.480438 + Group: 'mixamorig:RightHandIndex1', Weight: 0.445935 + Group: 'mixamorig:RightHandIndex2', Weight: 0.039258 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.001223 + Group: 'mixamorig:RightHandRing1', Weight: 0.033146 +Vertex 627: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.595167 + Group: 'mixamorig:RightHandIndex1', Weight: 0.194812 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.039595 + Group: 'mixamorig:RightHandRing1', Weight: 0.157796 + Group: 'mixamorig:RightHandPinky1', Weight: 0.012629 +Vertex 628: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.474667 + Group: 'mixamorig:RightHandIndex1', Weight: 0.062934 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.002002 + Group: 'mixamorig:RightHandRing1', Weight: 0.422879 + Group: 'mixamorig:RightHandPinky1', Weight: 0.037517 +Vertex 629: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.551993 + Group: 'mixamorig:RightHandRing1', Weight: 0.305042 + Group: 'mixamorig:RightHandPinky1', Weight: 0.119320 + Group: 'mixamorig:RightHandIndex1', Weight: 0.021634 + Group: 'mixamorig:RightHandPinky2', Weight: 0.002012 +Vertex 630: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.473359 + Group: 'mixamorig:RightHandPinky1', Weight: 0.332614 + Group: 'mixamorig:RightHandRing1', Weight: 0.130591 + Group: 'mixamorig:RightHandPinky2', Weight: 0.055657 + Group: 'mixamorig:RightHandIndex1', Weight: 0.007779 +Vertex 631: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.692308 + Group: 'mixamorig:RightHandThumb1', Weight: 0.101264 + Group: 'mixamorig:RightHandIndex1', Weight: 0.091076 + Group: 'mixamorig:RightHandThumb2', Weight: 0.074064 + Group: 'mixamorig:RightHandRing1', Weight: 0.041289 +Vertex 632: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.002003 + Group: 'mixamorig:RightHand', Weight: 0.907151 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.004987 + Group: 'mixamorig:RightHandPinky1', Weight: 0.085859 +Vertex 633: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.001594 + Group: 'mixamorig:RightHand', Weight: 0.900189 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.003090 + Group: 'mixamorig:RightHandPinky1', Weight: 0.095127 +Vertex 634: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003279 + Group: 'mixamorig:RightForeArm', Weight: 0.873474 + Group: 'mixamorig:RightHand', Weight: 0.123247 +Vertex 635: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003115 + Group: 'mixamorig:RightForeArm', Weight: 0.867814 + Group: 'mixamorig:RightHand', Weight: 0.129071 +Vertex 636: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.434954 + Group: 'mixamorig:RightHand', Weight: 0.565046 +Vertex 637: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000346 + Group: 'mixamorig:RightForeArm', Weight: 0.485329 + Group: 'mixamorig:RightHand', Weight: 0.514325 +Vertex 638: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.579172 + Group: 'mixamorig:RightHandPinky1', Weight: 0.343146 + Group: 'mixamorig:RightHandPinky2', Weight: 0.063853 + Group: 'mixamorig:RightHandRing1', Weight: 0.013681 + Group: 'mixamorig:RightForeArm', Weight: 0.000148 +Vertex 639: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.533252 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.034827 + Group: 'mixamorig:RightHandPinky1', Weight: 0.365069 + Group: 'mixamorig:RightHandPinky2', Weight: 0.066851 +Vertex 640: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.001912 + Group: 'mixamorig:RightHand', Weight: 0.894097 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.011909 + Group: 'mixamorig:RightHandPinky1', Weight: 0.092082 +Vertex 641: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.808204 + Group: 'mixamorig:RightHandRing1', Weight: 0.071741 + Group: 'mixamorig:RightHandIndex1', Weight: 0.068684 + Group: 'mixamorig:RightHandThumb1', Weight: 0.036215 + Group: 'mixamorig:RightHandPinky1', Weight: 0.015156 +Vertex 642: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.827301 + Group: 'mixamorig:RightHandIndex1', Weight: 0.015156 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000006 + Group: 'mixamorig:RightHandRing1', Weight: 0.091379 + Group: 'mixamorig:RightHandPinky1', Weight: 0.066157 +Vertex 643: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.826154 + Group: 'mixamorig:RightHandIndex1', Weight: 0.043443 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000062 + Group: 'mixamorig:RightHandRing1', Weight: 0.095050 + Group: 'mixamorig:RightHandPinky1', Weight: 0.035292 +Vertex 644: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.001146 + Group: 'mixamorig:RightHand', Weight: 0.854216 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.026126 + Group: 'mixamorig:RightHandPinky1', Weight: 0.118511 +Vertex 645: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.849219 + Group: 'mixamorig:RightHandIndex1', Weight: 0.002469 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000001 + Group: 'mixamorig:RightHandRing1', Weight: 0.054586 + Group: 'mixamorig:RightHandPinky1', Weight: 0.093726 +Vertex 646: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.338057 + Group: 'mixamorig:RightHandThumb1', Weight: 0.555190 + Group: 'mixamorig:RightHandThumb2', Weight: 0.106753 +Vertex 647: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.219982 + Group: 'mixamorig:RightHandThumb1', Weight: 0.469103 + Group: 'mixamorig:RightHandThumb2', Weight: 0.310915 +Vertex 648: +Vertex groups: 3 + Group: 'mixamorig:RightHand', Weight: 0.680691 + Group: 'mixamorig:RightHandThumb1', Weight: 0.318631 + Group: 'mixamorig:RightHandThumb2', Weight: 0.000679 +Vertex 649: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.955772 + Group: 'mixamorig:RightHandThumb1', Weight: 0.025308 + Group: 'mixamorig:RightForeArm', Weight: 0.018327 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000359 + Group: 'mixamorig:RightHandRing1', Weight: 0.000234 +Vertex 650: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.005638 + Group: 'mixamorig:RightHand', Weight: 0.962825 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.010793 + Group: 'mixamorig:RightHandPinky1', Weight: 0.020744 +Vertex 651: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.554021 + Group: 'mixamorig:RightHandThumb1', Weight: 0.335441 + Group: 'mixamorig:RightHandThumb2', Weight: 0.109510 + Group: 'mixamorig:RightHandRing1', Weight: 0.000624 + Group: 'mixamorig:RightHandIndex1', Weight: 0.000404 +Vertex 652: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.797300 + Group: 'mixamorig:RightHandThumb1', Weight: 0.154706 + Group: 'mixamorig:RightHandThumb2', Weight: 0.019644 + Group: 'mixamorig:RightHandRing1', Weight: 0.018943 + Group: 'mixamorig:RightHandIndex1', Weight: 0.009407 +Vertex 653: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.954481 + Group: 'mixamorig:RightHandPinky1', Weight: 0.020346 + Group: 'mixamorig:RightHandRing1', Weight: 0.019061 + Group: 'mixamorig:RightForeArm', Weight: 0.004109 + Group: 'mixamorig:RightHandThumb1', Weight: 0.002002 +Vertex 654: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.922923 + Group: 'mixamorig:RightHandThumb1', Weight: 0.028687 + Group: 'mixamorig:RightHandRing1', Weight: 0.026317 + Group: 'mixamorig:RightHandPinky1', Weight: 0.019128 + Group: 'mixamorig:RightHandIndex1', Weight: 0.002945 +Vertex 655: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.877094 + Group: 'mixamorig:RightHandThumb1', Weight: 0.070106 + Group: 'mixamorig:RightHandRing1', Weight: 0.028958 + Group: 'mixamorig:RightHandPinky1', Weight: 0.013079 + Group: 'mixamorig:RightHandIndex1', Weight: 0.010763 +Vertex 656: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.914971 + Group: 'mixamorig:RightHandThumb1', Weight: 0.065317 + Group: 'mixamorig:RightForeArm', Weight: 0.007848 + Group: 'mixamorig:RightHandRing1', Weight: 0.007021 + Group: 'mixamorig:RightHandPinky1', Weight: 0.004843 +Vertex 657: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.837301 + Group: 'mixamorig:RightHandThumb1', Weight: 0.151237 + Group: 'mixamorig:RightHandRing1', Weight: 0.006220 + Group: 'mixamorig:RightForeArm', Weight: 0.004455 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000787 +Vertex 658: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.905633 + Group: 'mixamorig:RightHandThumb1', Weight: 0.066250 + Group: 'mixamorig:RightHandRing1', Weight: 0.014721 + Group: 'mixamorig:RightHandPinky1', Weight: 0.008397 + Group: 'mixamorig:RightForeArm', Weight: 0.004999 +Vertex 659: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.877003 + Group: 'mixamorig:RightHandThumb1', Weight: 0.097775 + Group: 'mixamorig:RightHandRing1', Weight: 0.014965 + Group: 'mixamorig:RightHandPinky1', Weight: 0.006176 + Group: 'mixamorig:RightForeArm', Weight: 0.004081 +Vertex 660: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.000496 + Group: 'mixamorig:RightHand', Weight: 0.919260 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.004496 + Group: 'mixamorig:RightHandPinky1', Weight: 0.075748 +Vertex 661: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.000268 + Group: 'mixamorig:RightHand', Weight: 0.936789 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.012468 + Group: 'mixamorig:RightHandPinky1', Weight: 0.050475 +Vertex 662: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.944126 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000008 + Group: 'mixamorig:RightHandRing1', Weight: 0.020880 + Group: 'mixamorig:RightHandPinky1', Weight: 0.034984 +Vertex 663: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.940594 + Group: 'mixamorig:RightHandIndex1', Weight: 0.014306 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000038 + Group: 'mixamorig:RightHandRing1', Weight: 0.024001 + Group: 'mixamorig:RightHandPinky1', Weight: 0.021061 +Vertex 664: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.926182 + Group: 'mixamorig:RightHandIndex1', Weight: 0.051538 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000649 + Group: 'mixamorig:RightHandRing1', Weight: 0.014708 + Group: 'mixamorig:RightHandPinky1', Weight: 0.006923 +Vertex 665: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.888282 + Group: 'mixamorig:RightHandIndex1', Weight: 0.103229 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000363 + Group: 'mixamorig:RightHandRing1', Weight: 0.006448 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001678 +Vertex 666: +Vertex groups: 4 + Group: 'mixamorig:RightHand', Weight: 0.873341 + Group: 'mixamorig:RightHandIndex1', Weight: 0.124723 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000027 + Group: 'mixamorig:RightHandRing1', Weight: 0.001909 +Vertex 667: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.871718 + Group: 'mixamorig:RightHandThumb1', Weight: 0.023434 + Group: 'mixamorig:RightHandIndex1', Weight: 0.104578 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000001 + Group: 'mixamorig:RightHandRing1', Weight: 0.000269 +Vertex 668: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.005815 + Group: 'mixamorig:RightHand', Weight: 0.979936 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.002511 + Group: 'mixamorig:RightHandPinky1', Weight: 0.011738 +Vertex 669: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.003888 + Group: 'mixamorig:RightHand', Weight: 0.982752 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.003839 + Group: 'mixamorig:RightHandPinky1', Weight: 0.009521 +Vertex 670: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.959444 + Group: 'mixamorig:RightHandIndex1', Weight: 0.035205 + Group: 'mixamorig:RightForeArm', Weight: 0.003752 + Group: 'mixamorig:RightHandRing1', Weight: 0.001437 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000162 +Vertex 671: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.006546 + Group: 'mixamorig:RightHand', Weight: 0.924994 + Group: 'mixamorig:RightHandThumb1', Weight: 0.038192 + Group: 'mixamorig:RightHandIndex1', Weight: 0.030268 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 672: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.015721 + Group: 'mixamorig:RightHand', Weight: 0.984280 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 673: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.011945 + Group: 'mixamorig:RightHand', Weight: 0.985849 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.000474 + Group: 'mixamorig:RightHandPinky1', Weight: 0.001733 +Vertex 674: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.015420 + Group: 'mixamorig:RightHand', Weight: 0.964046 + Group: 'mixamorig:RightHandThumb1', Weight: 0.013919 + Group: 'mixamorig:RightHandIndex1', Weight: 0.006615 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 675: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.983734 + Group: 'mixamorig:RightForeArm', Weight: 0.009220 + Group: 'mixamorig:RightHandIndex1', Weight: 0.003717 + Group: 'mixamorig:RightHandPinky1', Weight: 0.002141 + Group: 'mixamorig:RightHandRing1', Weight: 0.001187 +Vertex 676: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.975422 + Group: 'mixamorig:RightHandIndex1', Weight: 0.013929 + Group: 'mixamorig:RightForeArm', Weight: 0.009484 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000610 + Group: 'mixamorig:RightHandRing1', Weight: 0.000555 +Vertex 677: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.973741 + Group: 'mixamorig:RightHandIndex1', Weight: 0.016537 + Group: 'mixamorig:RightForeArm', Weight: 0.004297 + Group: 'mixamorig:RightHandPinky1', Weight: 0.002889 + Group: 'mixamorig:RightHandRing1', Weight: 0.002536 +Vertex 678: +Vertex groups: 5 + Group: 'mixamorig:RightForeArm', Weight: 0.008005 + Group: 'mixamorig:RightHand', Weight: 0.987363 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:RightHandRing1', Weight: 0.001455 + Group: 'mixamorig:RightHandPinky1', Weight: 0.003177 +Vertex 679: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.961565 + Group: 'mixamorig:RightHandIndex1', Weight: 0.026247 + Group: 'mixamorig:RightHandRing1', Weight: 0.006060 + Group: 'mixamorig:RightHandPinky1', Weight: 0.004884 + Group: 'mixamorig:RightForeArm', Weight: 0.001243 +Vertex 680: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.968213 + Group: 'mixamorig:RightHandPinky1', Weight: 0.011721 + Group: 'mixamorig:RightHandIndex1', Weight: 0.010146 + Group: 'mixamorig:RightHandRing1', Weight: 0.008888 + Group: 'mixamorig:RightForeArm', Weight: 0.001032 +Vertex 681: +Vertex groups: 5 + Group: 'mixamorig:RightHand', Weight: 0.949685 + Group: 'mixamorig:RightHandIndex1', Weight: 0.045255 + Group: 'mixamorig:RightHandRing1', Weight: 0.004071 + Group: 'mixamorig:RightHandPinky1', Weight: 0.000902 + Group: 'mixamorig:RightForeArm', Weight: 0.000088 +Vertex 682: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.582859 + Group: 'mixamorig:Neck', Weight: 0.249661 + Group: 'mixamorig:Head', Weight: 0.167481 +Vertex 683: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.523928 + Group: 'mixamorig:Neck', Weight: 0.270430 + Group: 'mixamorig:Head', Weight: 0.205641 +Vertex 684: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 685: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 686: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 687: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 688: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 689: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 690: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 691: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 692: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 693: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.181401 + Group: 'mixamorig:Neck', Weight: 0.316787 + Group: 'mixamorig:Head', Weight: 0.501812 +Vertex 694: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.183471 + Group: 'mixamorig:Head', Weight: 0.816529 +Vertex 695: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.009416 + Group: 'mixamorig:Neck', Weight: 0.232814 + Group: 'mixamorig:Head', Weight: 0.757769 +Vertex 696: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.141025 + Group: 'mixamorig:Head', Weight: 0.858975 +Vertex 697: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.166338 + Group: 'mixamorig:Head', Weight: 0.833662 +Vertex 698: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127842 + Group: 'mixamorig:Head', Weight: 0.872158 +Vertex 699: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100692 + Group: 'mixamorig:Head', Weight: 0.899308 +Vertex 700: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070831 + Group: 'mixamorig:Head', Weight: 0.929169 +Vertex 701: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083683 + Group: 'mixamorig:Head', Weight: 0.916317 +Vertex 702: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063011 + Group: 'mixamorig:Head', Weight: 0.936989 +Vertex 703: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071214 + Group: 'mixamorig:Head', Weight: 0.928786 +Vertex 704: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049060 + Group: 'mixamorig:Head', Weight: 0.950940 +Vertex 705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034017 + Group: 'mixamorig:Head', Weight: 0.965983 +Vertex 706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031651 + Group: 'mixamorig:Head', Weight: 0.968349 +Vertex 707: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 708: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011229 + Group: 'mixamorig:Head', Weight: 0.988771 +Vertex 709: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 710: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 711: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 712: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 713: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089987 + Group: 'mixamorig:Head', Weight: 0.910013 +Vertex 714: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058436 + Group: 'mixamorig:Head', Weight: 0.941564 +Vertex 715: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029182 + Group: 'mixamorig:Head', Weight: 0.970819 +Vertex 716: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024610 + Group: 'mixamorig:Head', Weight: 0.975390 +Vertex 717: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019202 + Group: 'mixamorig:Head', Weight: 0.980798 +Vertex 718: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013250 + Group: 'mixamorig:Head', Weight: 0.986750 +Vertex 719: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 720: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.075212 + Group: 'mixamorig:Neck', Weight: 0.294721 + Group: 'mixamorig:Head', Weight: 0.630068 +Vertex 721: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050548 + Group: 'mixamorig:Head', Weight: 0.949452 +Vertex 722: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.262977 + Group: 'mixamorig:Head', Weight: 0.737023 +Vertex 723: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.446353 + Group: 'mixamorig:Neck', Weight: 0.306625 + Group: 'mixamorig:Head', Weight: 0.247022 +Vertex 724: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.130977 + Group: 'mixamorig:Neck', Weight: 0.306872 + Group: 'mixamorig:Head', Weight: 0.562151 +Vertex 725: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 726: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070630 + Group: 'mixamorig:Head', Weight: 0.929371 +Vertex 727: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086201 + Group: 'mixamorig:Head', Weight: 0.913799 +Vertex 728: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 729: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 730: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 731: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 732: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 733: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 734: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 735: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 736: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.402773 + Group: 'mixamorig:Neck', Weight: 0.298304 + Group: 'mixamorig:Head', Weight: 0.298922 +Vertex 737: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027376 + Group: 'mixamorig:Head', Weight: 0.972624 +Vertex 738: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052152 + Group: 'mixamorig:Head', Weight: 0.947848 +Vertex 739: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061305 + Group: 'mixamorig:Head', Weight: 0.938695 +Vertex 740: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051014 + Group: 'mixamorig:Head', Weight: 0.948986 +Vertex 741: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.460828 + Group: 'mixamorig:Neck', Weight: 0.253813 + Group: 'mixamorig:Head', Weight: 0.285359 +Vertex 742: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.424622 + Group: 'mixamorig:Neck', Weight: 0.265303 + Group: 'mixamorig:Head', Weight: 0.310076 +Vertex 743: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.592790 + Group: 'mixamorig:Neck', Weight: 0.194958 + Group: 'mixamorig:Head', Weight: 0.212252 +Vertex 744: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.621644 + Group: 'mixamorig:Neck', Weight: 0.182274 + Group: 'mixamorig:Head', Weight: 0.191198 + Group: 'mixamorig:LeftShoulder', Weight: 0.004884 +Vertex 745: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.532879 + Group: 'mixamorig:Neck', Weight: 0.260775 + Group: 'mixamorig:Head', Weight: 0.206346 +Vertex 746: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.538705 + Group: 'mixamorig:Neck', Weight: 0.241016 + Group: 'mixamorig:Head', Weight: 0.220278 +Vertex 747: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.497564 + Group: 'mixamorig:Neck', Weight: 0.273406 + Group: 'mixamorig:Head', Weight: 0.229030 +Vertex 748: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.446801 + Group: 'mixamorig:Neck', Weight: 0.267901 + Group: 'mixamorig:Head', Weight: 0.285298 +Vertex 749: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 750: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 751: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 752: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 753: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 754: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 755: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 756: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 757: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 762: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 763: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 764: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 765: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 766: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 767: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 768: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 769: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 770: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 771: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 772: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 773: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 774: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 775: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 776: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 777: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 778: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 779: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 780: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008855 + Group: 'mixamorig:Head', Weight: 0.991145 +Vertex 781: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 782: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014051 + Group: 'mixamorig:Head', Weight: 0.985949 +Vertex 783: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005533 + Group: 'mixamorig:Head', Weight: 0.994467 +Vertex 784: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005145 + Group: 'mixamorig:Head', Weight: 0.994855 +Vertex 785: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 786: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069557 + Group: 'mixamorig:Head', Weight: 0.930443 +Vertex 787: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052722 + Group: 'mixamorig:Head', Weight: 0.947278 +Vertex 788: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050779 + Group: 'mixamorig:Head', Weight: 0.949221 +Vertex 789: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050483 + Group: 'mixamorig:Head', Weight: 0.949517 +Vertex 790: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050206 + Group: 'mixamorig:Head', Weight: 0.949794 +Vertex 791: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 792: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 793: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.174583 + Group: 'mixamorig:Neck', Weight: 0.317431 + Group: 'mixamorig:Head', Weight: 0.507986 +Vertex 794: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.228171 + Group: 'mixamorig:Head', Weight: 0.771829 +Vertex 795: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.216999 + Group: 'mixamorig:Head', Weight: 0.783001 +Vertex 796: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.186390 + Group: 'mixamorig:Head', Weight: 0.813610 +Vertex 797: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.191989 + Group: 'mixamorig:Head', Weight: 0.808011 +Vertex 798: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.234879 + Group: 'mixamorig:Head', Weight: 0.765121 +Vertex 799: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.192152 + Group: 'mixamorig:Head', Weight: 0.807848 +Vertex 800: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.171679 + Group: 'mixamorig:Head', Weight: 0.828321 +Vertex 801: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.136650 + Group: 'mixamorig:Head', Weight: 0.863350 +Vertex 802: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131489 + Group: 'mixamorig:Head', Weight: 0.868511 +Vertex 803: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.125558 + Group: 'mixamorig:Head', Weight: 0.874442 +Vertex 804: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113234 + Group: 'mixamorig:Head', Weight: 0.886766 +Vertex 805: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117365 + Group: 'mixamorig:Head', Weight: 0.882635 +Vertex 806: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.168123 + Group: 'mixamorig:Head', Weight: 0.831877 +Vertex 807: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.160320 + Group: 'mixamorig:Head', Weight: 0.839680 +Vertex 808: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.161645 + Group: 'mixamorig:Head', Weight: 0.838355 +Vertex 809: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.183600 + Group: 'mixamorig:Head', Weight: 0.816400 +Vertex 810: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.143535 + Group: 'mixamorig:Head', Weight: 0.856465 +Vertex 811: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117643 + Group: 'mixamorig:Head', Weight: 0.882357 +Vertex 812: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.233509 + Group: 'mixamorig:Head', Weight: 0.766491 +Vertex 813: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.024094 + Group: 'mixamorig:Neck', Weight: 0.251664 + Group: 'mixamorig:Head', Weight: 0.724242 +Vertex 814: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 815: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 816: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 817: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058812 + Group: 'mixamorig:Head', Weight: 0.941188 +Vertex 818: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.060116 + Group: 'mixamorig:Head', Weight: 0.939884 +Vertex 819: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064055 + Group: 'mixamorig:Head', Weight: 0.935945 +Vertex 820: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062897 + Group: 'mixamorig:Head', Weight: 0.937103 +Vertex 821: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110513 + Group: 'mixamorig:Head', Weight: 0.889487 +Vertex 822: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129637 + Group: 'mixamorig:Head', Weight: 0.870363 +Vertex 823: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099224 + Group: 'mixamorig:Head', Weight: 0.900776 +Vertex 824: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094963 + Group: 'mixamorig:Head', Weight: 0.905037 +Vertex 825: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102568 + Group: 'mixamorig:Head', Weight: 0.897432 +Vertex 826: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092294 + Group: 'mixamorig:Head', Weight: 0.907706 +Vertex 827: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095207 + Group: 'mixamorig:Head', Weight: 0.904793 +Vertex 828: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095626 + Group: 'mixamorig:Head', Weight: 0.904374 +Vertex 829: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.121956 + Group: 'mixamorig:Head', Weight: 0.878044 +Vertex 830: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097461 + Group: 'mixamorig:Head', Weight: 0.902539 +Vertex 831: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078387 + Group: 'mixamorig:Head', Weight: 0.921613 +Vertex 832: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083967 + Group: 'mixamorig:Head', Weight: 0.916033 +Vertex 833: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083173 + Group: 'mixamorig:Head', Weight: 0.916827 +Vertex 834: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075711 + Group: 'mixamorig:Head', Weight: 0.924289 +Vertex 835: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084043 + Group: 'mixamorig:Head', Weight: 0.915957 +Vertex 836: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073448 + Group: 'mixamorig:Head', Weight: 0.926552 +Vertex 837: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075726 + Group: 'mixamorig:Head', Weight: 0.924274 +Vertex 838: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068421 + Group: 'mixamorig:Head', Weight: 0.931579 +Vertex 839: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065434 + Group: 'mixamorig:Head', Weight: 0.934566 +Vertex 840: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073990 + Group: 'mixamorig:Head', Weight: 0.926010 +Vertex 841: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082512 + Group: 'mixamorig:Head', Weight: 0.917488 +Vertex 842: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081842 + Group: 'mixamorig:Head', Weight: 0.918158 +Vertex 843: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085405 + Group: 'mixamorig:Head', Weight: 0.914595 +Vertex 844: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082360 + Group: 'mixamorig:Head', Weight: 0.917640 +Vertex 845: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080692 + Group: 'mixamorig:Head', Weight: 0.919308 +Vertex 846: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071906 + Group: 'mixamorig:Head', Weight: 0.928094 +Vertex 847: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054899 + Group: 'mixamorig:Head', Weight: 0.945101 +Vertex 848: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052166 + Group: 'mixamorig:Head', Weight: 0.947834 +Vertex 849: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054431 + Group: 'mixamorig:Head', Weight: 0.945570 +Vertex 850: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065892 + Group: 'mixamorig:Head', Weight: 0.934108 +Vertex 851: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059743 + Group: 'mixamorig:Head', Weight: 0.940258 +Vertex 852: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069681 + Group: 'mixamorig:Head', Weight: 0.930319 +Vertex 853: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075927 + Group: 'mixamorig:Head', Weight: 0.924073 +Vertex 854: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062506 + Group: 'mixamorig:Head', Weight: 0.937494 +Vertex 855: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058762 + Group: 'mixamorig:Head', Weight: 0.941238 +Vertex 856: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048471 + Group: 'mixamorig:Head', Weight: 0.951530 +Vertex 857: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042051 + Group: 'mixamorig:Head', Weight: 0.957949 +Vertex 858: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039190 + Group: 'mixamorig:Head', Weight: 0.960810 +Vertex 859: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037442 + Group: 'mixamorig:Head', Weight: 0.962558 +Vertex 860: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017547 + Group: 'mixamorig:Head', Weight: 0.982453 +Vertex 861: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028195 + Group: 'mixamorig:Head', Weight: 0.971805 +Vertex 862: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005197 + Group: 'mixamorig:Head', Weight: 0.994803 +Vertex 863: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027887 + Group: 'mixamorig:Head', Weight: 0.972113 +Vertex 864: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002873 + Group: 'mixamorig:Head', Weight: 0.997127 +Vertex 865: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032949 + Group: 'mixamorig:Head', Weight: 0.967051 +Vertex 866: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007581 + Group: 'mixamorig:Head', Weight: 0.992419 +Vertex 867: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021658 + Group: 'mixamorig:Head', Weight: 0.978342 +Vertex 868: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034791 + Group: 'mixamorig:Head', Weight: 0.965209 +Vertex 869: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034204 + Group: 'mixamorig:Head', Weight: 0.965796 +Vertex 870: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031605 + Group: 'mixamorig:Head', Weight: 0.968395 +Vertex 871: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023476 + Group: 'mixamorig:Head', Weight: 0.976524 +Vertex 872: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024628 + Group: 'mixamorig:Head', Weight: 0.975372 +Vertex 873: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016562 + Group: 'mixamorig:Head', Weight: 0.983438 +Vertex 874: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019033 + Group: 'mixamorig:Head', Weight: 0.980967 +Vertex 875: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018818 + Group: 'mixamorig:Head', Weight: 0.981182 +Vertex 876: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016300 + Group: 'mixamorig:Head', Weight: 0.983700 +Vertex 877: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013783 + Group: 'mixamorig:Head', Weight: 0.986217 +Vertex 878: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 879: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013614 + Group: 'mixamorig:Head', Weight: 0.986386 +Vertex 880: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000326 + Group: 'mixamorig:Head', Weight: 0.999674 +Vertex 881: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008687 + Group: 'mixamorig:Head', Weight: 0.991313 +Vertex 882: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000617 + Group: 'mixamorig:Head', Weight: 0.999383 +Vertex 883: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 884: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 885: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 886: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 887: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 888: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 889: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 890: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 891: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 892: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 893: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 894: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 895: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 896: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 897: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 898: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 899: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 900: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 901: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 902: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 903: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 904: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 905: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 906: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 907: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 908: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 909: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 910: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 911: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 912: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 913: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 914: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 915: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 916: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 917: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 918: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 919: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 920: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 921: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 922: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 923: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 924: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088719 + Group: 'mixamorig:Head', Weight: 0.911281 +Vertex 925: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088071 + Group: 'mixamorig:Head', Weight: 0.911929 +Vertex 926: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087863 + Group: 'mixamorig:Head', Weight: 0.912137 +Vertex 927: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088294 + Group: 'mixamorig:Head', Weight: 0.911706 +Vertex 928: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089093 + Group: 'mixamorig:Head', Weight: 0.910907 +Vertex 929: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080196 + Group: 'mixamorig:Head', Weight: 0.919804 +Vertex 930: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077298 + Group: 'mixamorig:Head', Weight: 0.922702 +Vertex 931: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062224 + Group: 'mixamorig:Head', Weight: 0.937776 +Vertex 932: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059263 + Group: 'mixamorig:Head', Weight: 0.940737 +Vertex 933: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063770 + Group: 'mixamorig:Head', Weight: 0.936230 +Vertex 934: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071161 + Group: 'mixamorig:Head', Weight: 0.928839 +Vertex 935: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057094 + Group: 'mixamorig:Head', Weight: 0.942906 +Vertex 936: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050225 + Group: 'mixamorig:Head', Weight: 0.949775 +Vertex 937: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038109 + Group: 'mixamorig:Head', Weight: 0.961891 +Vertex 938: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032234 + Group: 'mixamorig:Head', Weight: 0.967766 +Vertex 939: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029641 + Group: 'mixamorig:Head', Weight: 0.970359 +Vertex 940: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 941: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 942: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 943: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 944: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 945: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 946: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 947: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 948: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 949: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 950: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 951: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 952: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 953: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025345 + Group: 'mixamorig:Head', Weight: 0.974655 +Vertex 954: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020872 + Group: 'mixamorig:Head', Weight: 0.979128 +Vertex 955: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022263 + Group: 'mixamorig:Head', Weight: 0.977737 +Vertex 956: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031599 + Group: 'mixamorig:Head', Weight: 0.968401 +Vertex 957: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031352 + Group: 'mixamorig:Head', Weight: 0.968648 +Vertex 958: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026319 + Group: 'mixamorig:Head', Weight: 0.973681 +Vertex 959: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031390 + Group: 'mixamorig:Head', Weight: 0.968610 +Vertex 960: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030959 + Group: 'mixamorig:Head', Weight: 0.969041 +Vertex 961: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026746 + Group: 'mixamorig:Head', Weight: 0.973254 +Vertex 962: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023182 + Group: 'mixamorig:Head', Weight: 0.976818 +Vertex 963: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031418 + Group: 'mixamorig:Head', Weight: 0.968582 +Vertex 964: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021580 + Group: 'mixamorig:Head', Weight: 0.978420 +Vertex 965: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019665 + Group: 'mixamorig:Head', Weight: 0.980335 +Vertex 966: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025207 + Group: 'mixamorig:Head', Weight: 0.974793 +Vertex 967: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 968: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 969: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 970: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.005851 + Group: 'mixamorig:Neck', Weight: 0.296802 + Group: 'mixamorig:Head', Weight: 0.697347 +Vertex 971: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.286724 + Group: 'mixamorig:Head', Weight: 0.713276 +Vertex 972: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.264926 + Group: 'mixamorig:Head', Weight: 0.735074 +Vertex 973: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.074128 + Group: 'mixamorig:Neck', Weight: 0.302853 + Group: 'mixamorig:Head', Weight: 0.623019 +Vertex 974: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.415017 + Group: 'mixamorig:Neck', Weight: 0.249781 + Group: 'mixamorig:Head', Weight: 0.335202 +Vertex 975: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.456220 + Group: 'mixamorig:Neck', Weight: 0.243263 + Group: 'mixamorig:Head', Weight: 0.300517 +Vertex 976: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.216988 + Group: 'mixamorig:Head', Weight: 0.783012 +Vertex 977: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.242355 + Group: 'mixamorig:Head', Weight: 0.757645 +Vertex 978: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.220661 + Group: 'mixamorig:Head', Weight: 0.779339 +Vertex 979: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.218560 + Group: 'mixamorig:Head', Weight: 0.781440 +Vertex 980: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.232947 + Group: 'mixamorig:Head', Weight: 0.767053 +Vertex 981: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.250890 + Group: 'mixamorig:Head', Weight: 0.749110 +Vertex 982: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.291287 + Group: 'mixamorig:Neck', Weight: 0.294970 + Group: 'mixamorig:Head', Weight: 0.413744 +Vertex 983: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.282286 + Group: 'mixamorig:Neck', Weight: 0.310691 + Group: 'mixamorig:Head', Weight: 0.407023 +Vertex 984: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.387418 + Group: 'mixamorig:Neck', Weight: 0.297154 + Group: 'mixamorig:Head', Weight: 0.315428 +Vertex 985: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.427315 + Group: 'mixamorig:Neck', Weight: 0.298962 + Group: 'mixamorig:Head', Weight: 0.273723 +Vertex 986: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.431453 + Group: 'mixamorig:Neck', Weight: 0.304400 + Group: 'mixamorig:Head', Weight: 0.264147 +Vertex 987: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.407598 + Group: 'mixamorig:Neck', Weight: 0.287999 + Group: 'mixamorig:Head', Weight: 0.304403 +Vertex 988: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.512602 + Group: 'mixamorig:Neck', Weight: 0.268602 + Group: 'mixamorig:Head', Weight: 0.218796 +Vertex 989: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.577918 + Group: 'mixamorig:Neck', Weight: 0.252284 + Group: 'mixamorig:Head', Weight: 0.169798 +Vertex 990: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.056708 + Group: 'mixamorig:Neck', Weight: 0.320536 + Group: 'mixamorig:Head', Weight: 0.622755 +Vertex 991: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.079889 + Group: 'mixamorig:Neck', Weight: 0.319351 + Group: 'mixamorig:Head', Weight: 0.600760 +Vertex 992: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 993: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 994: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 995: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 996: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 999: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1003: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1006: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1007: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1008: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1009: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1010: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1011: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1014: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1015: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1016: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1017: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1018: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1019: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1020: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1021: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031109 + Group: 'mixamorig:Head', Weight: 0.968891 +Vertex 1022: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031435 + Group: 'mixamorig:Head', Weight: 0.968565 +Vertex 1023: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030129 + Group: 'mixamorig:Head', Weight: 0.969871 +Vertex 1024: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026004 + Group: 'mixamorig:Head', Weight: 0.973996 +Vertex 1025: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031226 + Group: 'mixamorig:Head', Weight: 0.968774 +Vertex 1026: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022783 + Group: 'mixamorig:Head', Weight: 0.977217 +Vertex 1027: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013445 + Group: 'mixamorig:Head', Weight: 0.986555 +Vertex 1028: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014208 + Group: 'mixamorig:Head', Weight: 0.985792 +Vertex 1029: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028716 + Group: 'mixamorig:Head', Weight: 0.971284 +Vertex 1030: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029463 + Group: 'mixamorig:Head', Weight: 0.970537 +Vertex 1031: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074866 + Group: 'mixamorig:Head', Weight: 0.925134 +Vertex 1032: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076090 + Group: 'mixamorig:Head', Weight: 0.923910 +Vertex 1033: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078688 + Group: 'mixamorig:Head', Weight: 0.921312 +Vertex 1034: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081915 + Group: 'mixamorig:Head', Weight: 0.918085 +Vertex 1035: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.373382 + Group: 'mixamorig:Neck', Weight: 0.293024 + Group: 'mixamorig:Head', Weight: 0.333595 +Vertex 1036: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.285621 + Group: 'mixamorig:Neck', Weight: 0.305892 + Group: 'mixamorig:Head', Weight: 0.408487 +Vertex 1037: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.227590 + Group: 'mixamorig:Head', Weight: 0.772410 +Vertex 1038: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059259 + Group: 'mixamorig:Head', Weight: 0.940741 +Vertex 1039: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010910 + Group: 'mixamorig:Head', Weight: 0.989090 +Vertex 1040: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1041: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1042: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1043: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1044: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.493267 + Group: 'mixamorig:Neck', Weight: 0.268936 + Group: 'mixamorig:Head', Weight: 0.237797 +Vertex 1045: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.350524 + Group: 'mixamorig:Neck', Weight: 0.296552 + Group: 'mixamorig:Head', Weight: 0.352924 +Vertex 1046: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.217956 + Group: 'mixamorig:Head', Weight: 0.782044 +Vertex 1047: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050934 + Group: 'mixamorig:Head', Weight: 0.949067 +Vertex 1048: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008554 + Group: 'mixamorig:Head', Weight: 0.991446 +Vertex 1049: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1050: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1051: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1052: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1053: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1054: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1055: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1056: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1057: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1058: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1059: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1060: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1061: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1062: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1063: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1064: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1065: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1066: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1067: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031565 + Group: 'mixamorig:Head', Weight: 0.968435 +Vertex 1068: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038893 + Group: 'mixamorig:Head', Weight: 0.961107 +Vertex 1069: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052213 + Group: 'mixamorig:Head', Weight: 0.947787 +Vertex 1070: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050915 + Group: 'mixamorig:Head', Weight: 0.949085 +Vertex 1071: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062337 + Group: 'mixamorig:Head', Weight: 0.937663 +Vertex 1072: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070570 + Group: 'mixamorig:Head', Weight: 0.929430 +Vertex 1073: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074831 + Group: 'mixamorig:Head', Weight: 0.925169 +Vertex 1074: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078796 + Group: 'mixamorig:Head', Weight: 0.921204 +Vertex 1075: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 1076: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080238 + Group: 'mixamorig:Head', Weight: 0.919762 +Vertex 1077: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083425 + Group: 'mixamorig:Head', Weight: 0.916575 +Vertex 1078: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086242 + Group: 'mixamorig:Head', Weight: 0.913758 +Vertex 1079: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093404 + Group: 'mixamorig:Head', Weight: 0.906596 +Vertex 1080: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107881 + Group: 'mixamorig:Head', Weight: 0.892119 +Vertex 1081: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119147 + Group: 'mixamorig:Head', Weight: 0.880853 +Vertex 1082: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.148775 + Group: 'mixamorig:Head', Weight: 0.851225 +Vertex 1083: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.170142 + Group: 'mixamorig:Head', Weight: 0.829858 +Vertex 1084: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.196030 + Group: 'mixamorig:Head', Weight: 0.803970 +Vertex 1085: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.231625 + Group: 'mixamorig:Head', Weight: 0.768375 +Vertex 1086: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.603934 + Group: 'mixamorig:Neck', Weight: 0.201550 + Group: 'mixamorig:Head', Weight: 0.194516 +Vertex 1087: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070840 + Group: 'mixamorig:Head', Weight: 0.929160 +Vertex 1088: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083616 + Group: 'mixamorig:Head', Weight: 0.916384 +Vertex 1089: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081268 + Group: 'mixamorig:Head', Weight: 0.918732 +Vertex 1090: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075027 + Group: 'mixamorig:Head', Weight: 0.924973 +Vertex 1091: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074647 + Group: 'mixamorig:Head', Weight: 0.925353 +Vertex 1092: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082175 + Group: 'mixamorig:Head', Weight: 0.917825 +Vertex 1093: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080248 + Group: 'mixamorig:Head', Weight: 0.919752 +Vertex 1094: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084056 + Group: 'mixamorig:Head', Weight: 0.915944 +Vertex 1095: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084742 + Group: 'mixamorig:Head', Weight: 0.915258 +Vertex 1096: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119145 + Group: 'mixamorig:Head', Weight: 0.880855 +Vertex 1097: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1099: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1100: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1101: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1102: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1103: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002808 + Group: 'mixamorig:Head', Weight: 0.997192 +Vertex 1104: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003345 + Group: 'mixamorig:Head', Weight: 0.996655 +Vertex 1105: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1106: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1107: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1108: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1109: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1110: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1111: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1112: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1113: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1114: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1116: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1117: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1118: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1119: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1120: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1121: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1122: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1123: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1124: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1125: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1126: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1127: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1128: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086562 + Group: 'mixamorig:Head', Weight: 0.913438 +Vertex 1129: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010624 + Group: 'mixamorig:Head', Weight: 0.989376 +Vertex 1130: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1131: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059401 + Group: 'mixamorig:Head', Weight: 0.940599 +Vertex 1132: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011658 + Group: 'mixamorig:Head', Weight: 0.988343 +Vertex 1133: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067033 + Group: 'mixamorig:Head', Weight: 0.932967 +Vertex 1134: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032688 + Group: 'mixamorig:Head', Weight: 0.967312 +Vertex 1135: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016127 + Group: 'mixamorig:Head', Weight: 0.983873 +Vertex 1136: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013364 + Group: 'mixamorig:Head', Weight: 0.986636 +Vertex 1137: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1138: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1139: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1140: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1141: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001671 + Group: 'mixamorig:Head', Weight: 0.998329 +Vertex 1143: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050483 + Group: 'mixamorig:Head', Weight: 0.949517 +Vertex 1144: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038288 + Group: 'mixamorig:Head', Weight: 0.961712 +Vertex 1145: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1146: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1147: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1148: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1149: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1150: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1151: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1153: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1154: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1155: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1156: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1158: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1160: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1161: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1163: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1164: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1165: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1166: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1167: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1168: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1169: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1170: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002775 + Group: 'mixamorig:Head', Weight: 0.997225 +Vertex 1171: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007298 + Group: 'mixamorig:Head', Weight: 0.992702 +Vertex 1172: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010459 + Group: 'mixamorig:Head', Weight: 0.989541 +Vertex 1173: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017761 + Group: 'mixamorig:Head', Weight: 0.982239 +Vertex 1174: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023779 + Group: 'mixamorig:Head', Weight: 0.976221 +Vertex 1175: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030206 + Group: 'mixamorig:Head', Weight: 0.969794 +Vertex 1176: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027987 + Group: 'mixamorig:Head', Weight: 0.972013 +Vertex 1177: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025991 + Group: 'mixamorig:Head', Weight: 0.974009 +Vertex 1178: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022417 + Group: 'mixamorig:Head', Weight: 0.977583 +Vertex 1179: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022235 + Group: 'mixamorig:Head', Weight: 0.977765 +Vertex 1180: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047821 + Group: 'mixamorig:Head', Weight: 0.952179 +Vertex 1181: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058181 + Group: 'mixamorig:Head', Weight: 0.941819 +Vertex 1182: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066962 + Group: 'mixamorig:Head', Weight: 0.933038 +Vertex 1183: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088834 + Group: 'mixamorig:Head', Weight: 0.911166 +Vertex 1184: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089723 + Group: 'mixamorig:Head', Weight: 0.910277 +Vertex 1185: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109294 + Group: 'mixamorig:Head', Weight: 0.890706 +Vertex 1186: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129881 + Group: 'mixamorig:Head', Weight: 0.870119 +Vertex 1187: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.143212 + Group: 'mixamorig:Head', Weight: 0.856788 +Vertex 1188: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.376102 + Group: 'mixamorig:Neck', Weight: 0.281226 + Group: 'mixamorig:Head', Weight: 0.342672 +Vertex 1189: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.388890 + Group: 'mixamorig:Neck', Weight: 0.297758 + Group: 'mixamorig:Head', Weight: 0.313351 +Vertex 1190: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.550412 + Group: 'mixamorig:Neck', Weight: 0.248900 + Group: 'mixamorig:Head', Weight: 0.200687 +Vertex 1191: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.456398 + Group: 'mixamorig:Neck', Weight: 0.277080 + Group: 'mixamorig:Head', Weight: 0.266522 +Vertex 1192: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.362125 + Group: 'mixamorig:Neck', Weight: 0.294528 + Group: 'mixamorig:Head', Weight: 0.343347 +Vertex 1193: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.001412 + Group: 'mixamorig:Neck', Weight: 0.281065 + Group: 'mixamorig:Head', Weight: 0.717523 +Vertex 1194: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.258033 + Group: 'mixamorig:Head', Weight: 0.741967 +Vertex 1195: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.375028 + Group: 'mixamorig:Neck', Weight: 0.269017 + Group: 'mixamorig:Head', Weight: 0.355954 +Vertex 1196: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.467098 + Group: 'mixamorig:Neck', Weight: 0.241949 + Group: 'mixamorig:Head', Weight: 0.290953 +Vertex 1197: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.589589 + Group: 'mixamorig:Neck', Weight: 0.242592 + Group: 'mixamorig:Head', Weight: 0.167818 +Vertex 1198: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.514145 + Group: 'mixamorig:Neck', Weight: 0.270774 + Group: 'mixamorig:Head', Weight: 0.215081 +Vertex 1199: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.403639 + Group: 'mixamorig:Neck', Weight: 0.297246 + Group: 'mixamorig:Head', Weight: 0.299115 +Vertex 1200: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.168122 + Group: 'mixamorig:Neck', Weight: 0.320875 + Group: 'mixamorig:Head', Weight: 0.511003 +Vertex 1201: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082159 + Group: 'mixamorig:Head', Weight: 0.917841 +Vertex 1202: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079006 + Group: 'mixamorig:Head', Weight: 0.920995 +Vertex 1203: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075931 + Group: 'mixamorig:Head', Weight: 0.924069 +Vertex 1204: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075078 + Group: 'mixamorig:Head', Weight: 0.924922 +Vertex 1205: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074345 + Group: 'mixamorig:Head', Weight: 0.925655 +Vertex 1206: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072656 + Group: 'mixamorig:Head', Weight: 0.927344 +Vertex 1207: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114153 + Group: 'mixamorig:Head', Weight: 0.885846 +Vertex 1208: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033198 + Group: 'mixamorig:Head', Weight: 0.966802 +Vertex 1209: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049021 + Group: 'mixamorig:Head', Weight: 0.950979 +Vertex 1210: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.120786 + Group: 'mixamorig:Head', Weight: 0.879214 +Vertex 1211: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.123130 + Group: 'mixamorig:Head', Weight: 0.876870 +Vertex 1212: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051489 + Group: 'mixamorig:Head', Weight: 0.948511 +Vertex 1213: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.121309 + Group: 'mixamorig:Head', Weight: 0.878691 +Vertex 1214: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052812 + Group: 'mixamorig:Head', Weight: 0.947188 +Vertex 1215: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074647 + Group: 'mixamorig:Head', Weight: 0.925353 +Vertex 1216: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111619 + Group: 'mixamorig:Head', Weight: 0.888381 +Vertex 1217: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103195 + Group: 'mixamorig:Head', Weight: 0.896805 +Vertex 1218: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092335 + Group: 'mixamorig:Head', Weight: 0.907665 +Vertex 1219: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079488 + Group: 'mixamorig:Head', Weight: 0.920512 +Vertex 1220: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077363 + Group: 'mixamorig:Head', Weight: 0.922637 +Vertex 1221: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075396 + Group: 'mixamorig:Head', Weight: 0.924604 +Vertex 1222: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071714 + Group: 'mixamorig:Head', Weight: 0.928286 +Vertex 1223: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071078 + Group: 'mixamorig:Head', Weight: 0.928922 +Vertex 1224: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074596 + Group: 'mixamorig:Head', Weight: 0.925404 +Vertex 1225: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075329 + Group: 'mixamorig:Head', Weight: 0.924671 +Vertex 1226: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076163 + Group: 'mixamorig:Head', Weight: 0.923837 +Vertex 1227: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080267 + Group: 'mixamorig:Head', Weight: 0.919733 +Vertex 1228: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083672 + Group: 'mixamorig:Head', Weight: 0.916328 +Vertex 1229: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083013 + Group: 'mixamorig:Head', Weight: 0.916987 +Vertex 1230: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080790 + Group: 'mixamorig:Head', Weight: 0.919210 +Vertex 1231: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.109083 + Group: 'mixamorig:Neck', Weight: 0.305435 + Group: 'mixamorig:Head', Weight: 0.585482 +Vertex 1232: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.276546 + Group: 'mixamorig:Head', Weight: 0.723454 +Vertex 1233: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.266503 + Group: 'mixamorig:Head', Weight: 0.733497 +Vertex 1234: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.067054 + Group: 'mixamorig:Neck', Weight: 0.287672 + Group: 'mixamorig:Head', Weight: 0.645274 +Vertex 1235: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.286819 + Group: 'mixamorig:Head', Weight: 0.713181 +Vertex 1236: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.256412 + Group: 'mixamorig:Head', Weight: 0.743588 +Vertex 1237: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.259547 + Group: 'mixamorig:Head', Weight: 0.740453 +Vertex 1238: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.209680 + Group: 'mixamorig:Head', Weight: 0.790320 +Vertex 1239: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065395 + Group: 'mixamorig:Head', Weight: 0.934605 +Vertex 1240: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068574 + Group: 'mixamorig:Head', Weight: 0.931426 +Vertex 1241: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070033 + Group: 'mixamorig:Head', Weight: 0.929967 +Vertex 1242: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077436 + Group: 'mixamorig:Head', Weight: 0.922564 +Vertex 1243: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089559 + Group: 'mixamorig:Head', Weight: 0.910441 +Vertex 1244: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091476 + Group: 'mixamorig:Head', Weight: 0.908524 +Vertex 1245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093295 + Group: 'mixamorig:Head', Weight: 0.906705 +Vertex 1246: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094908 + Group: 'mixamorig:Head', Weight: 0.905092 +Vertex 1247: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097146 + Group: 'mixamorig:Head', Weight: 0.902854 +Vertex 1248: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094062 + Group: 'mixamorig:Head', Weight: 0.905938 +Vertex 1249: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095086 + Group: 'mixamorig:Head', Weight: 0.904914 +Vertex 1250: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065367 + Group: 'mixamorig:Head', Weight: 0.934633 +Vertex 1251: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 1252: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092460 + Group: 'mixamorig:Head', Weight: 0.907540 +Vertex 1253: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096247 + Group: 'mixamorig:Head', Weight: 0.903753 +Vertex 1254: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101506 + Group: 'mixamorig:Head', Weight: 0.898494 +Vertex 1255: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102923 + Group: 'mixamorig:Head', Weight: 0.897077 +Vertex 1256: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.133757 + Group: 'mixamorig:Head', Weight: 0.866243 +Vertex 1257: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.149118 + Group: 'mixamorig:Head', Weight: 0.850882 +Vertex 1258: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.165404 + Group: 'mixamorig:Head', Weight: 0.834596 +Vertex 1259: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.204606 + Group: 'mixamorig:Head', Weight: 0.795394 +Vertex 1260: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.222707 + Group: 'mixamorig:Head', Weight: 0.777293 +Vertex 1261: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.220437 + Group: 'mixamorig:Head', Weight: 0.779563 +Vertex 1262: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.094866 + Group: 'mixamorig:Neck', Weight: 0.300696 + Group: 'mixamorig:Head', Weight: 0.604438 +Vertex 1263: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1264: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1265: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1266: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1267: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1268: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1269: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1270: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1271: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1272: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1273: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1274: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1275: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1276: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1277: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1278: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1279: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1280: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1281: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1282: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1283: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1284: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1285: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1286: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1287: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1288: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1289: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1290: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1291: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1292: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1293: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1294: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1295: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1296: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1297: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1298: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1299: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1300: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1301: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022746 + Group: 'mixamorig:Head', Weight: 0.977254 +Vertex 1302: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024396 + Group: 'mixamorig:Head', Weight: 0.975604 +Vertex 1303: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027823 + Group: 'mixamorig:Head', Weight: 0.972177 +Vertex 1304: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031023 + Group: 'mixamorig:Head', Weight: 0.968977 +Vertex 1305: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1306: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1307: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1308: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1309: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030428 + Group: 'mixamorig:Head', Weight: 0.969572 +Vertex 1310: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022574 + Group: 'mixamorig:Head', Weight: 0.977426 +Vertex 1311: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012963 + Group: 'mixamorig:Head', Weight: 0.987037 +Vertex 1312: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055003 + Group: 'mixamorig:Head', Weight: 0.944997 +Vertex 1313: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032642 + Group: 'mixamorig:Head', Weight: 0.967358 +Vertex 1314: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023573 + Group: 'mixamorig:Head', Weight: 0.976427 +Vertex 1315: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012788 + Group: 'mixamorig:Head', Weight: 0.987212 +Vertex 1316: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1317: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1318: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1319: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1320: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1321: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000040 + Group: 'mixamorig:Head', Weight: 0.999960 +Vertex 1322: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012716 + Group: 'mixamorig:Head', Weight: 0.987284 +Vertex 1323: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004306 + Group: 'mixamorig:Head', Weight: 0.995694 +Vertex 1324: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002821 + Group: 'mixamorig:Head', Weight: 0.997179 +Vertex 1325: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001513 + Group: 'mixamorig:Head', Weight: 0.998487 +Vertex 1326: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001703 + Group: 'mixamorig:Head', Weight: 0.998297 +Vertex 1327: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010198 + Group: 'mixamorig:Head', Weight: 0.989802 +Vertex 1328: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007729 + Group: 'mixamorig:Head', Weight: 0.992271 +Vertex 1329: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006374 + Group: 'mixamorig:Head', Weight: 0.993627 +Vertex 1330: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009580 + Group: 'mixamorig:Head', Weight: 0.990420 +Vertex 1331: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014882 + Group: 'mixamorig:Head', Weight: 0.985118 +Vertex 1332: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013313 + Group: 'mixamorig:Head', Weight: 0.986687 +Vertex 1333: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1334: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1335: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022612 + Group: 'mixamorig:Head', Weight: 0.977387 +Vertex 1336: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025700 + Group: 'mixamorig:Head', Weight: 0.974301 +Vertex 1337: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027180 + Group: 'mixamorig:Head', Weight: 0.972820 +Vertex 1338: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048327 + Group: 'mixamorig:Head', Weight: 0.951673 +Vertex 1339: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.060825 + Group: 'mixamorig:Head', Weight: 0.939175 +Vertex 1340: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052103 + Group: 'mixamorig:Head', Weight: 0.947897 +Vertex 1341: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056786 + Group: 'mixamorig:Head', Weight: 0.943214 +Vertex 1342: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1343: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026530 + Group: 'mixamorig:Head', Weight: 0.973470 +Vertex 1344: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041381 + Group: 'mixamorig:Head', Weight: 0.958619 +Vertex 1345: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048630 + Group: 'mixamorig:Head', Weight: 0.951370 +Vertex 1346: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034056 + Group: 'mixamorig:Head', Weight: 0.965944 +Vertex 1347: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027361 + Group: 'mixamorig:Head', Weight: 0.972639 +Vertex 1348: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019662 + Group: 'mixamorig:Head', Weight: 0.980338 +Vertex 1349: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018692 + Group: 'mixamorig:Head', Weight: 0.981308 +Vertex 1350: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031230 + Group: 'mixamorig:Head', Weight: 0.968770 +Vertex 1351: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035411 + Group: 'mixamorig:Head', Weight: 0.964589 +Vertex 1352: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033508 + Group: 'mixamorig:Head', Weight: 0.966492 +Vertex 1353: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034871 + Group: 'mixamorig:Head', Weight: 0.965129 +Vertex 1354: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032771 + Group: 'mixamorig:Head', Weight: 0.967229 +Vertex 1355: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026105 + Group: 'mixamorig:Head', Weight: 0.973895 +Vertex 1356: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027688 + Group: 'mixamorig:Head', Weight: 0.972312 +Vertex 1357: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034868 + Group: 'mixamorig:Head', Weight: 0.965132 +Vertex 1358: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031762 + Group: 'mixamorig:Head', Weight: 0.968238 +Vertex 1359: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023572 + Group: 'mixamorig:Head', Weight: 0.976428 +Vertex 1360: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003280 + Group: 'mixamorig:Head', Weight: 0.996720 +Vertex 1361: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028743 + Group: 'mixamorig:Head', Weight: 0.971257 +Vertex 1362: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032273 + Group: 'mixamorig:Head', Weight: 0.967727 +Vertex 1363: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030334 + Group: 'mixamorig:Head', Weight: 0.969666 +Vertex 1364: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028271 + Group: 'mixamorig:Head', Weight: 0.971729 +Vertex 1365: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027767 + Group: 'mixamorig:Head', Weight: 0.972233 +Vertex 1366: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024945 + Group: 'mixamorig:Head', Weight: 0.975055 +Vertex 1367: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022657 + Group: 'mixamorig:Head', Weight: 0.977343 +Vertex 1368: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021617 + Group: 'mixamorig:Head', Weight: 0.978383 +Vertex 1369: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043494 + Group: 'mixamorig:Head', Weight: 0.956506 +Vertex 1370: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041988 + Group: 'mixamorig:Head', Weight: 0.958012 +Vertex 1371: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043544 + Group: 'mixamorig:Head', Weight: 0.956456 +Vertex 1372: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045027 + Group: 'mixamorig:Head', Weight: 0.954973 +Vertex 1373: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047798 + Group: 'mixamorig:Head', Weight: 0.952201 +Vertex 1374: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056304 + Group: 'mixamorig:Head', Weight: 0.943696 +Vertex 1375: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067042 + Group: 'mixamorig:Head', Weight: 0.932958 +Vertex 1376: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072580 + Group: 'mixamorig:Head', Weight: 0.927420 +Vertex 1377: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092116 + Group: 'mixamorig:Head', Weight: 0.907884 +Vertex 1378: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096862 + Group: 'mixamorig:Head', Weight: 0.903138 +Vertex 1379: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099468 + Group: 'mixamorig:Head', Weight: 0.900532 +Vertex 1380: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103037 + Group: 'mixamorig:Head', Weight: 0.896963 +Vertex 1381: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105594 + Group: 'mixamorig:Head', Weight: 0.894406 +Vertex 1382: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108625 + Group: 'mixamorig:Head', Weight: 0.891375 +Vertex 1383: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113028 + Group: 'mixamorig:Head', Weight: 0.886972 +Vertex 1384: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073471 + Group: 'mixamorig:Head', Weight: 0.926529 +Vertex 1385: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074783 + Group: 'mixamorig:Head', Weight: 0.925217 +Vertex 1386: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076104 + Group: 'mixamorig:Head', Weight: 0.923896 +Vertex 1387: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078230 + Group: 'mixamorig:Head', Weight: 0.921770 +Vertex 1388: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080165 + Group: 'mixamorig:Head', Weight: 0.919835 +Vertex 1389: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082317 + Group: 'mixamorig:Head', Weight: 0.917683 +Vertex 1390: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1391: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1392: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1393: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1394: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1395: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1396: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008162 + Group: 'mixamorig:Head', Weight: 0.991838 +Vertex 1398: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024034 + Group: 'mixamorig:Head', Weight: 0.975966 +Vertex 1399: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032213 + Group: 'mixamorig:Head', Weight: 0.967787 +Vertex 1400: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046215 + Group: 'mixamorig:Head', Weight: 0.953785 +Vertex 1401: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046382 + Group: 'mixamorig:Head', Weight: 0.953618 +Vertex 1402: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051118 + Group: 'mixamorig:Head', Weight: 0.948882 +Vertex 1403: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058392 + Group: 'mixamorig:Head', Weight: 0.941608 +Vertex 1404: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066223 + Group: 'mixamorig:Head', Weight: 0.933777 +Vertex 1405: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071644 + Group: 'mixamorig:Head', Weight: 0.928356 +Vertex 1406: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077301 + Group: 'mixamorig:Head', Weight: 0.922699 +Vertex 1407: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077604 + Group: 'mixamorig:Head', Weight: 0.922396 +Vertex 1408: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078158 + Group: 'mixamorig:Head', Weight: 0.921842 +Vertex 1409: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075775 + Group: 'mixamorig:Head', Weight: 0.924225 +Vertex 1410: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058252 + Group: 'mixamorig:Head', Weight: 0.941748 +Vertex 1411: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084218 + Group: 'mixamorig:Head', Weight: 0.915782 +Vertex 1412: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083871 + Group: 'mixamorig:Head', Weight: 0.916129 +Vertex 1413: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083156 + Group: 'mixamorig:Head', Weight: 0.916844 +Vertex 1414: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083700 + Group: 'mixamorig:Head', Weight: 0.916300 +Vertex 1415: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083109 + Group: 'mixamorig:Head', Weight: 0.916891 +Vertex 1416: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084138 + Group: 'mixamorig:Head', Weight: 0.915862 +Vertex 1417: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083472 + Group: 'mixamorig:Head', Weight: 0.916528 +Vertex 1418: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082142 + Group: 'mixamorig:Head', Weight: 0.917858 +Vertex 1419: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079505 + Group: 'mixamorig:Head', Weight: 0.920495 +Vertex 1420: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082489 + Group: 'mixamorig:Head', Weight: 0.917511 +Vertex 1421: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078894 + Group: 'mixamorig:Head', Weight: 0.921106 +Vertex 1422: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070253 + Group: 'mixamorig:Head', Weight: 0.929747 +Vertex 1423: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067394 + Group: 'mixamorig:Head', Weight: 0.932606 +Vertex 1424: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073932 + Group: 'mixamorig:Head', Weight: 0.926068 +Vertex 1425: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077365 + Group: 'mixamorig:Head', Weight: 0.922635 +Vertex 1426: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1427: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000893 + Group: 'mixamorig:Head', Weight: 0.999107 +Vertex 1428: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003374 + Group: 'mixamorig:Head', Weight: 0.996626 +Vertex 1429: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009902 + Group: 'mixamorig:Head', Weight: 0.990098 +Vertex 1430: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032275 + Group: 'mixamorig:Head', Weight: 0.967725 +Vertex 1431: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032107 + Group: 'mixamorig:Head', Weight: 0.967893 +Vertex 1432: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031901 + Group: 'mixamorig:Head', Weight: 0.968099 +Vertex 1433: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031751 + Group: 'mixamorig:Head', Weight: 0.968249 +Vertex 1434: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025226 + Group: 'mixamorig:Head', Weight: 0.974774 +Vertex 1435: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013158 + Group: 'mixamorig:Head', Weight: 0.986842 +Vertex 1436: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024756 + Group: 'mixamorig:Head', Weight: 0.975244 +Vertex 1437: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031606 + Group: 'mixamorig:Head', Weight: 0.968394 +Vertex 1438: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031138 + Group: 'mixamorig:Head', Weight: 0.968862 +Vertex 1439: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041109 + Group: 'mixamorig:Head', Weight: 0.958891 +Vertex 1440: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062955 + Group: 'mixamorig:Head', Weight: 0.937045 +Vertex 1441: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079372 + Group: 'mixamorig:Head', Weight: 0.920628 +Vertex 1442: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075622 + Group: 'mixamorig:Head', Weight: 0.924378 +Vertex 1443: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076766 + Group: 'mixamorig:Head', Weight: 0.923234 +Vertex 1444: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076678 + Group: 'mixamorig:Head', Weight: 0.923322 +Vertex 1445: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077658 + Group: 'mixamorig:Head', Weight: 0.922342 +Vertex 1446: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078786 + Group: 'mixamorig:Head', Weight: 0.921214 +Vertex 1447: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080108 + Group: 'mixamorig:Head', Weight: 0.919892 +Vertex 1448: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083137 + Group: 'mixamorig:Head', Weight: 0.916863 +Vertex 1449: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084129 + Group: 'mixamorig:Head', Weight: 0.915871 +Vertex 1450: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084705 + Group: 'mixamorig:Head', Weight: 0.915295 +Vertex 1451: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083952 + Group: 'mixamorig:Head', Weight: 0.916048 +Vertex 1452: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083749 + Group: 'mixamorig:Head', Weight: 0.916251 +Vertex 1453: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083337 + Group: 'mixamorig:Head', Weight: 0.916663 +Vertex 1454: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084832 + Group: 'mixamorig:Head', Weight: 0.915168 +Vertex 1455: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084418 + Group: 'mixamorig:Head', Weight: 0.915582 +Vertex 1456: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079068 + Group: 'mixamorig:Head', Weight: 0.920932 +Vertex 1457: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069552 + Group: 'mixamorig:Head', Weight: 0.930448 +Vertex 1458: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.136681 + Group: 'mixamorig:Head', Weight: 0.863319 +Vertex 1459: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.146743 + Group: 'mixamorig:Head', Weight: 0.853257 +Vertex 1460: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.145882 + Group: 'mixamorig:Head', Weight: 0.854118 +Vertex 1461: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.173400 + Group: 'mixamorig:Head', Weight: 0.826600 +Vertex 1462: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.185756 + Group: 'mixamorig:Head', Weight: 0.814244 +Vertex 1463: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.191447 + Group: 'mixamorig:Head', Weight: 0.808553 +Vertex 1464: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.272029 + Group: 'mixamorig:Head', Weight: 0.727971 +Vertex 1465: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.377355 + Group: 'mixamorig:Neck', Weight: 0.272494 + Group: 'mixamorig:Head', Weight: 0.350151 +Vertex 1466: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.360546 + Group: 'mixamorig:Neck', Weight: 0.267591 + Group: 'mixamorig:Head', Weight: 0.371864 +Vertex 1467: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.302122 + Group: 'mixamorig:Neck', Weight: 0.277792 + Group: 'mixamorig:Head', Weight: 0.420087 +Vertex 1468: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.242020 + Group: 'mixamorig:Neck', Weight: 0.292815 + Group: 'mixamorig:Head', Weight: 0.465165 +Vertex 1469: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.179120 + Group: 'mixamorig:Neck', Weight: 0.306874 + Group: 'mixamorig:Head', Weight: 0.514006 +Vertex 1470: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.161912 + Group: 'mixamorig:Neck', Weight: 0.314330 + Group: 'mixamorig:Head', Weight: 0.523759 +Vertex 1471: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.153387 + Group: 'mixamorig:Neck', Weight: 0.316404 + Group: 'mixamorig:Head', Weight: 0.530210 +Vertex 1472: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.185390 + Group: 'mixamorig:Neck', Weight: 0.306849 + Group: 'mixamorig:Head', Weight: 0.507761 +Vertex 1473: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.212195 + Group: 'mixamorig:Neck', Weight: 0.320775 + Group: 'mixamorig:Head', Weight: 0.467030 +Vertex 1474: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.227051 + Group: 'mixamorig:Neck', Weight: 0.331457 + Group: 'mixamorig:Head', Weight: 0.441492 +Vertex 1475: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.239703 + Group: 'mixamorig:Neck', Weight: 0.338499 + Group: 'mixamorig:Head', Weight: 0.421798 +Vertex 1476: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.261328 + Group: 'mixamorig:Neck', Weight: 0.339990 + Group: 'mixamorig:Head', Weight: 0.398682 +Vertex 1477: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.223186 + Group: 'mixamorig:Head', Weight: 0.776814 +Vertex 1478: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.232218 + Group: 'mixamorig:Head', Weight: 0.767782 +Vertex 1479: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.213463 + Group: 'mixamorig:Head', Weight: 0.786537 +Vertex 1480: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.189085 + Group: 'mixamorig:Head', Weight: 0.810915 +Vertex 1481: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.154672 + Group: 'mixamorig:Head', Weight: 0.845327 +Vertex 1482: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106706 + Group: 'mixamorig:Head', Weight: 0.893295 +Vertex 1483: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.040745 + Group: 'mixamorig:Neck', Weight: 0.285161 + Group: 'mixamorig:Head', Weight: 0.674095 +Vertex 1484: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.153718 + Group: 'mixamorig:Neck', Weight: 0.302750 + Group: 'mixamorig:Head', Weight: 0.543533 +Vertex 1485: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.119053 + Group: 'mixamorig:Neck', Weight: 0.291841 + Group: 'mixamorig:Head', Weight: 0.589107 +Vertex 1486: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.051366 + Group: 'mixamorig:Neck', Weight: 0.276565 + Group: 'mixamorig:Head', Weight: 0.672070 +Vertex 1487: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.107334 + Group: 'mixamorig:Neck', Weight: 0.280315 + Group: 'mixamorig:Head', Weight: 0.612352 +Vertex 1488: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.271029 + Group: 'mixamorig:Head', Weight: 0.728971 +Vertex 1489: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.136902 + Group: 'mixamorig:Neck', Weight: 0.300960 + Group: 'mixamorig:Head', Weight: 0.562138 +Vertex 1490: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.161984 + Group: 'mixamorig:Neck', Weight: 0.312580 + Group: 'mixamorig:Head', Weight: 0.525436 +Vertex 1491: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.456595 + Group: 'mixamorig:Neck', Weight: 0.283363 + Group: 'mixamorig:Head', Weight: 0.260042 +Vertex 1492: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.371086 + Group: 'mixamorig:Neck', Weight: 0.298450 + Group: 'mixamorig:Head', Weight: 0.330464 +Vertex 1493: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.453156 + Group: 'mixamorig:Neck', Weight: 0.272012 + Group: 'mixamorig:Head', Weight: 0.274832 +Vertex 1494: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.368245 + Group: 'mixamorig:Neck', Weight: 0.289334 + Group: 'mixamorig:Head', Weight: 0.342421 +Vertex 1495: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.494108 + Group: 'mixamorig:Neck', Weight: 0.273430 + Group: 'mixamorig:Head', Weight: 0.232462 +Vertex 1496: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.489492 + Group: 'mixamorig:Neck', Weight: 0.267538 + Group: 'mixamorig:Head', Weight: 0.242970 +Vertex 1497: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.488738 + Group: 'mixamorig:Neck', Weight: 0.261780 + Group: 'mixamorig:Head', Weight: 0.249482 +Vertex 1498: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095842 + Group: 'mixamorig:Head', Weight: 0.904158 +Vertex 1499: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119622 + Group: 'mixamorig:Head', Weight: 0.880378 +Vertex 1500: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109063 + Group: 'mixamorig:Head', Weight: 0.890937 +Vertex 1501: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102327 + Group: 'mixamorig:Head', Weight: 0.897673 +Vertex 1502: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.166916 + Group: 'mixamorig:Head', Weight: 0.833084 +Vertex 1503: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.172057 + Group: 'mixamorig:Head', Weight: 0.827943 +Vertex 1504: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.177886 + Group: 'mixamorig:Head', Weight: 0.822114 +Vertex 1505: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.188415 + Group: 'mixamorig:Head', Weight: 0.811585 +Vertex 1506: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.165225 + Group: 'mixamorig:Head', Weight: 0.834775 +Vertex 1507: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.196398 + Group: 'mixamorig:Head', Weight: 0.803602 +Vertex 1509: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.166555 + Group: 'mixamorig:Head', Weight: 0.833445 +Vertex 1510: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.173276 + Group: 'mixamorig:Head', Weight: 0.826724 +Vertex 1511: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.181141 + Group: 'mixamorig:Head', Weight: 0.818859 +Vertex 1512: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105126 + Group: 'mixamorig:Head', Weight: 0.894874 +Vertex 1513: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1526: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018510 + Group: 'mixamorig:Head', Weight: 0.981490 +Vertex 1527: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1532: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1535: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1536: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1537: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1538: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1539: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1540: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078026 + Group: 'mixamorig:Head', Weight: 0.921974 +Vertex 1541: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078402 + Group: 'mixamorig:Head', Weight: 0.921598 +Vertex 1542: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078995 + Group: 'mixamorig:Head', Weight: 0.921005 +Vertex 1543: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080269 + Group: 'mixamorig:Head', Weight: 0.919731 +Vertex 1544: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081157 + Group: 'mixamorig:Head', Weight: 0.918843 +Vertex 1545: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083530 + Group: 'mixamorig:Head', Weight: 0.916470 +Vertex 1546: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085198 + Group: 'mixamorig:Head', Weight: 0.914802 +Vertex 1547: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084561 + Group: 'mixamorig:Head', Weight: 0.915439 +Vertex 1548: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084422 + Group: 'mixamorig:Head', Weight: 0.915578 +Vertex 1549: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082528 + Group: 'mixamorig:Head', Weight: 0.917472 +Vertex 1550: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077869 + Group: 'mixamorig:Head', Weight: 0.922131 +Vertex 1551: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075536 + Group: 'mixamorig:Head', Weight: 0.924464 +Vertex 1552: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072626 + Group: 'mixamorig:Head', Weight: 0.927374 +Vertex 1553: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070381 + Group: 'mixamorig:Head', Weight: 0.929619 +Vertex 1554: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068466 + Group: 'mixamorig:Head', Weight: 0.931534 +Vertex 1555: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067215 + Group: 'mixamorig:Head', Weight: 0.932785 +Vertex 1556: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034038 + Group: 'mixamorig:Head', Weight: 0.965962 +Vertex 1557: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042351 + Group: 'mixamorig:Head', Weight: 0.957649 +Vertex 1558: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050069 + Group: 'mixamorig:Head', Weight: 0.949931 +Vertex 1559: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057195 + Group: 'mixamorig:Head', Weight: 0.942805 +Vertex 1560: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062652 + Group: 'mixamorig:Head', Weight: 0.937348 +Vertex 1561: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067347 + Group: 'mixamorig:Head', Weight: 0.932653 +Vertex 1562: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070711 + Group: 'mixamorig:Head', Weight: 0.929289 +Vertex 1563: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072000 + Group: 'mixamorig:Head', Weight: 0.928000 +Vertex 1564: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070769 + Group: 'mixamorig:Head', Weight: 0.929231 +Vertex 1565: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068281 + Group: 'mixamorig:Head', Weight: 0.931719 +Vertex 1566: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063262 + Group: 'mixamorig:Head', Weight: 0.936738 +Vertex 1567: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034668 + Group: 'mixamorig:Head', Weight: 0.965332 +Vertex 1568: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115105 + Group: 'mixamorig:Head', Weight: 0.884895 +Vertex 1569: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092253 + Group: 'mixamorig:Head', Weight: 0.907747 +Vertex 1570: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073201 + Group: 'mixamorig:Head', Weight: 0.926799 +Vertex 1571: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070114 + Group: 'mixamorig:Head', Weight: 0.929886 +Vertex 1572: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070039 + Group: 'mixamorig:Head', Weight: 0.929961 +Vertex 1573: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072903 + Group: 'mixamorig:Head', Weight: 0.927097 +Vertex 1574: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077986 + Group: 'mixamorig:Head', Weight: 0.922014 +Vertex 1575: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084356 + Group: 'mixamorig:Head', Weight: 0.915644 +Vertex 1576: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090110 + Group: 'mixamorig:Head', Weight: 0.909890 +Vertex 1577: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099656 + Group: 'mixamorig:Head', Weight: 0.900344 +Vertex 1578: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111310 + Group: 'mixamorig:Head', Weight: 0.888690 +Vertex 1579: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.125163 + Group: 'mixamorig:Head', Weight: 0.874837 +Vertex 1580: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.140336 + Group: 'mixamorig:Head', Weight: 0.859664 +Vertex 1581: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.172053 + Group: 'mixamorig:Head', Weight: 0.827947 +Vertex 1582: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.189919 + Group: 'mixamorig:Head', Weight: 0.810081 +Vertex 1583: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.226067 + Group: 'mixamorig:Head', Weight: 0.773933 +Vertex 1584: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027619 + Group: 'mixamorig:Head', Weight: 0.972381 +Vertex 1585: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029990 + Group: 'mixamorig:Head', Weight: 0.970010 +Vertex 1586: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014047 + Group: 'mixamorig:Head', Weight: 0.985953 +Vertex 1587: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011954 + Group: 'mixamorig:Head', Weight: 0.988046 +Vertex 1588: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1592: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1593: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1597: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000242 + Group: 'mixamorig:Head', Weight: 0.999758 +Vertex 1598: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1599: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1600: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1601: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1602: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1603: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1604: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1605: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1606: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1607: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1608: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1609: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1610: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1611: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1612: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1613: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1614: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1615: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1616: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1617: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1618: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1619: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1620: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1621: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1622: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1623: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1624: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1625: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1626: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1627: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1628: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1629: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1630: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1631: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1632: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1633: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1634: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1635: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1636: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010757 + Group: 'mixamorig:Head', Weight: 0.989243 +Vertex 1637: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014479 + Group: 'mixamorig:Head', Weight: 0.985521 +Vertex 1638: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005540 + Group: 'mixamorig:Head', Weight: 0.994460 +Vertex 1639: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000303 + Group: 'mixamorig:Head', Weight: 0.999697 +Vertex 1640: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001392 + Group: 'mixamorig:Head', Weight: 0.998608 +Vertex 1641: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003135 + Group: 'mixamorig:Head', Weight: 0.996865 +Vertex 1642: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1643: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1644: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1645: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1646: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1647: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1648: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014037 + Group: 'mixamorig:Head', Weight: 0.985963 +Vertex 1649: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1650: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1651: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1652: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1653: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1654: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003448 + Group: 'mixamorig:Head', Weight: 0.996552 +Vertex 1655: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001419 + Group: 'mixamorig:Head', Weight: 0.998581 +Vertex 1656: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080420 + Group: 'mixamorig:Head', Weight: 0.919580 +Vertex 1657: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 1658: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 1659: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080200 + Group: 'mixamorig:Head', Weight: 0.919800 +Vertex 1660: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080066 + Group: 'mixamorig:Head', Weight: 0.919933 +Vertex 1661: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077406 + Group: 'mixamorig:Head', Weight: 0.922594 +Vertex 1662: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074315 + Group: 'mixamorig:Head', Weight: 0.925685 +Vertex 1663: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067075 + Group: 'mixamorig:Head', Weight: 0.932925 +Vertex 1664: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061016 + Group: 'mixamorig:Head', Weight: 0.938984 +Vertex 1665: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056109 + Group: 'mixamorig:Head', Weight: 0.943892 +Vertex 1666: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005417 + Group: 'mixamorig:Head', Weight: 0.994583 +Vertex 1667: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001269 + Group: 'mixamorig:Head', Weight: 0.998731 +Vertex 1668: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1669: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1670: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1671: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1672: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1673: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1674: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002465 + Group: 'mixamorig:Head', Weight: 0.997535 +Vertex 1675: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003041 + Group: 'mixamorig:Head', Weight: 0.996958 +Vertex 1676: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1677: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1678: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1679: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1680: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1681: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1682: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1683: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1684: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1685: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1686: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1687: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1688: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1689: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011230 + Group: 'mixamorig:Head', Weight: 0.988770 +Vertex 1690: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015830 + Group: 'mixamorig:Head', Weight: 0.984170 +Vertex 1691: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023361 + Group: 'mixamorig:Head', Weight: 0.976639 +Vertex 1692: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1693: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1694: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1695: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1696: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1697: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1698: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005872 + Group: 'mixamorig:Head', Weight: 0.994128 +Vertex 1699: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013107 + Group: 'mixamorig:Head', Weight: 0.986893 +Vertex 1700: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021028 + Group: 'mixamorig:Head', Weight: 0.978972 +Vertex 1701: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1702: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006626 + Group: 'mixamorig:Head', Weight: 0.993374 +Vertex 1703: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1704: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002319 + Group: 'mixamorig:Head', Weight: 0.997680 +Vertex 1706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005987 + Group: 'mixamorig:Head', Weight: 0.994013 +Vertex 1707: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012042 + Group: 'mixamorig:Head', Weight: 0.987958 +Vertex 1708: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019648 + Group: 'mixamorig:Head', Weight: 0.980352 +Vertex 1709: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025977 + Group: 'mixamorig:Head', Weight: 0.974023 +Vertex 1710: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025211 + Group: 'mixamorig:Head', Weight: 0.974789 +Vertex 1711: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1712: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1713: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1714: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1715: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1716: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001600 + Group: 'mixamorig:Head', Weight: 0.998400 +Vertex 1717: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006332 + Group: 'mixamorig:Head', Weight: 0.993668 +Vertex 1718: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1719: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1720: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1721: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1722: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030595 + Group: 'mixamorig:Head', Weight: 0.969405 +Vertex 1723: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077268 + Group: 'mixamorig:Head', Weight: 0.922732 +Vertex 1724: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018082 + Group: 'mixamorig:Head', Weight: 0.981918 +Vertex 1725: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1726: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1727: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1728: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1729: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1730: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100470 + Group: 'mixamorig:Head', Weight: 0.899530 +Vertex 1731: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093814 + Group: 'mixamorig:Head', Weight: 0.906186 +Vertex 1732: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.171258 + Group: 'mixamorig:Head', Weight: 0.828742 +Vertex 1733: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.153399 + Group: 'mixamorig:Head', Weight: 0.846601 +Vertex 1734: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.137517 + Group: 'mixamorig:Head', Weight: 0.862483 +Vertex 1735: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.130265 + Group: 'mixamorig:Head', Weight: 0.869735 +Vertex 1736: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127163 + Group: 'mixamorig:Head', Weight: 0.872837 +Vertex 1737: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1738: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1739: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1740: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1741: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1742: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1743: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1744: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1745: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1746: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.033202 + Group: 'mixamorig:Neck', Weight: 0.334621 + Group: 'mixamorig:Head', Weight: 0.632177 +Vertex 1747: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.338827 + Group: 'mixamorig:Head', Weight: 0.661173 +Vertex 1748: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.324241 + Group: 'mixamorig:Head', Weight: 0.675759 +Vertex 1749: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.298851 + Group: 'mixamorig:Head', Weight: 0.701149 +Vertex 1750: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.289129 + Group: 'mixamorig:Head', Weight: 0.710871 +Vertex 1751: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.289222 + Group: 'mixamorig:Head', Weight: 0.710778 +Vertex 1752: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.298004 + Group: 'mixamorig:Head', Weight: 0.701996 +Vertex 1753: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.058810 + Group: 'mixamorig:Neck', Weight: 0.297979 + Group: 'mixamorig:Head', Weight: 0.643211 +Vertex 1754: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.115659 + Group: 'mixamorig:Neck', Weight: 0.290619 + Group: 'mixamorig:Head', Weight: 0.593722 +Vertex 1755: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.160335 + Group: 'mixamorig:Neck', Weight: 0.283287 + Group: 'mixamorig:Head', Weight: 0.556378 +Vertex 1756: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.213848 + Group: 'mixamorig:Neck', Weight: 0.277951 + Group: 'mixamorig:Head', Weight: 0.508201 +Vertex 1757: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.252645 + Group: 'mixamorig:Neck', Weight: 0.276572 + Group: 'mixamorig:Head', Weight: 0.470783 +Vertex 1758: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.264728 + Group: 'mixamorig:Neck', Weight: 0.287708 + Group: 'mixamorig:Head', Weight: 0.447564 +Vertex 1759: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.259144 + Group: 'mixamorig:Neck', Weight: 0.299193 + Group: 'mixamorig:Head', Weight: 0.441662 +Vertex 1760: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.255845 + Group: 'mixamorig:Neck', Weight: 0.304523 + Group: 'mixamorig:Head', Weight: 0.439631 +Vertex 1761: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.270224 + Group: 'mixamorig:Neck', Weight: 0.308121 + Group: 'mixamorig:Head', Weight: 0.421655 +Vertex 1762: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.274607 + Group: 'mixamorig:Neck', Weight: 0.313200 + Group: 'mixamorig:Head', Weight: 0.412193 +Vertex 1763: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.277828 + Group: 'mixamorig:Neck', Weight: 0.314347 + Group: 'mixamorig:Head', Weight: 0.407824 +Vertex 1764: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.280878 + Group: 'mixamorig:Neck', Weight: 0.313811 + Group: 'mixamorig:Head', Weight: 0.405311 +Vertex 1765: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.130155 + Group: 'mixamorig:Head', Weight: 0.869845 +Vertex 1766: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.124851 + Group: 'mixamorig:Head', Weight: 0.875149 +Vertex 1767: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.121326 + Group: 'mixamorig:Head', Weight: 0.878674 +Vertex 1768: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.118733 + Group: 'mixamorig:Head', Weight: 0.881267 +Vertex 1769: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114727 + Group: 'mixamorig:Head', Weight: 0.885273 +Vertex 1770: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1771: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1772: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1773: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1774: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1775: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1776: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1777: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1778: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1779: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1780: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1781: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1782: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1783: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1784: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1785: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1786: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1787: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1788: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1789: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1790: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1791: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1792: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1793: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1794: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1795: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1796: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1797: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1798: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1799: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1800: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1801: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1802: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1803: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1804: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1805: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1806: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1807: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1808: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1809: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1810: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1811: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1812: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1813: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1814: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1815: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002850 + Group: 'mixamorig:Head', Weight: 0.997150 +Vertex 1816: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005395 + Group: 'mixamorig:Head', Weight: 0.994605 +Vertex 1817: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012952 + Group: 'mixamorig:Head', Weight: 0.987048 +Vertex 1818: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1819: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000111 + Group: 'mixamorig:Head', Weight: 0.999889 +Vertex 1820: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1821: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1822: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017897 + Group: 'mixamorig:Head', Weight: 0.982103 +Vertex 1823: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010543 + Group: 'mixamorig:Head', Weight: 0.989457 +Vertex 1824: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007978 + Group: 'mixamorig:Head', Weight: 0.992022 +Vertex 1825: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.017882 + Group: 'mixamorig:Neck', Weight: 0.263920 + Group: 'mixamorig:Head', Weight: 0.718198 +Vertex 1826: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.030209 + Group: 'mixamorig:Neck', Weight: 0.263722 + Group: 'mixamorig:Head', Weight: 0.706070 +Vertex 1827: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1828: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1829: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1830: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1831: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1832: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1833: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1834: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1835: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1836: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1837: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1838: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1839: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1840: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1841: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1842: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1843: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1844: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1845: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080407 + Group: 'mixamorig:Head', Weight: 0.919593 +Vertex 1846: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084326 + Group: 'mixamorig:Head', Weight: 0.915674 +Vertex 1847: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083069 + Group: 'mixamorig:Head', Weight: 0.916931 +Vertex 1848: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081091 + Group: 'mixamorig:Head', Weight: 0.918909 +Vertex 1849: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1850: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1851: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1852: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1853: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1854: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1855: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1856: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1857: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1858: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1859: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1860: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091899 + Group: 'mixamorig:Head', Weight: 0.908101 +Vertex 1861: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093582 + Group: 'mixamorig:Head', Weight: 0.906418 +Vertex 1862: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1863: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1864: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1865: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1866: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1867: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092693 + Group: 'mixamorig:Head', Weight: 0.907307 +Vertex 1868: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072679 + Group: 'mixamorig:Head', Weight: 0.927321 +Vertex 1869: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069847 + Group: 'mixamorig:Head', Weight: 0.930153 +Vertex 1870: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070720 + Group: 'mixamorig:Head', Weight: 0.929280 +Vertex 1871: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073506 + Group: 'mixamorig:Head', Weight: 0.926494 +Vertex 1872: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078166 + Group: 'mixamorig:Head', Weight: 0.921834 +Vertex 1873: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084267 + Group: 'mixamorig:Head', Weight: 0.915733 +Vertex 1874: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089924 + Group: 'mixamorig:Head', Weight: 0.910076 +Vertex 1875: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101183 + Group: 'mixamorig:Head', Weight: 0.898817 +Vertex 1876: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112740 + Group: 'mixamorig:Head', Weight: 0.887260 +Vertex 1877: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127938 + Group: 'mixamorig:Head', Weight: 0.872061 +Vertex 1878: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.141460 + Group: 'mixamorig:Head', Weight: 0.858540 +Vertex 1879: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.169027 + Group: 'mixamorig:Head', Weight: 0.830973 +Vertex 1880: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.185692 + Group: 'mixamorig:Head', Weight: 0.814308 +Vertex 1881: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.206314 + Group: 'mixamorig:Head', Weight: 0.793686 +Vertex 1882: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.205511 + Group: 'mixamorig:Head', Weight: 0.794489 +Vertex 1883: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1884: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1885: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1886: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1887: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1888: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1889: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1890: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1891: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1892: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1893: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1894: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1895: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1896: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012558 + Group: 'mixamorig:Head', Weight: 0.987442 +Vertex 1897: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015684 + Group: 'mixamorig:Head', Weight: 0.984316 +Vertex 1898: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018499 + Group: 'mixamorig:Head', Weight: 0.981501 +Vertex 1899: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024490 + Group: 'mixamorig:Head', Weight: 0.975510 +Vertex 1900: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1901: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1902: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1903: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1904: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1905: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1906: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1907: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1908: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1909: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1910: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031280 + Group: 'mixamorig:Head', Weight: 0.968720 +Vertex 1911: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031069 + Group: 'mixamorig:Head', Weight: 0.968931 +Vertex 1912: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031348 + Group: 'mixamorig:Head', Weight: 0.968652 +Vertex 1913: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028489 + Group: 'mixamorig:Head', Weight: 0.971511 +Vertex 1914: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029849 + Group: 'mixamorig:Head', Weight: 0.970151 +Vertex 1915: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029956 + Group: 'mixamorig:Head', Weight: 0.970044 +Vertex 1916: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031435 + Group: 'mixamorig:Head', Weight: 0.968565 +Vertex 1917: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029624 + Group: 'mixamorig:Head', Weight: 0.970376 +Vertex 1918: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031494 + Group: 'mixamorig:Head', Weight: 0.968506 +Vertex 1919: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002737 + Group: 'mixamorig:Head', Weight: 0.997263 +Vertex 1920: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004805 + Group: 'mixamorig:Head', Weight: 0.995195 +Vertex 1921: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006887 + Group: 'mixamorig:Head', Weight: 0.993113 +Vertex 1922: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018208 + Group: 'mixamorig:Head', Weight: 0.981792 +Vertex 1923: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020233 + Group: 'mixamorig:Head', Weight: 0.979767 +Vertex 1924: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021511 + Group: 'mixamorig:Head', Weight: 0.978489 +Vertex 1925: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022957 + Group: 'mixamorig:Head', Weight: 0.977042 +Vertex 1926: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025989 + Group: 'mixamorig:Head', Weight: 0.974011 +Vertex 1927: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1928: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002754 + Group: 'mixamorig:Head', Weight: 0.997246 +Vertex 1929: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004579 + Group: 'mixamorig:Head', Weight: 0.995421 +Vertex 1930: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015042 + Group: 'mixamorig:Head', Weight: 0.984958 +Vertex 1931: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016740 + Group: 'mixamorig:Head', Weight: 0.983260 +Vertex 1932: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019567 + Group: 'mixamorig:Head', Weight: 0.980433 +Vertex 1933: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020702 + Group: 'mixamorig:Head', Weight: 0.979298 +Vertex 1934: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1935: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1936: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1937: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031252 + Group: 'mixamorig:Head', Weight: 0.968748 +Vertex 1938: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031299 + Group: 'mixamorig:Head', Weight: 0.968701 +Vertex 1939: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1940: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1941: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1942: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1943: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1944: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1945: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1946: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1947: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1948: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.322246 + Group: 'mixamorig:Neck', Weight: 0.322874 + Group: 'mixamorig:Head', Weight: 0.354880 +Vertex 1949: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.393976 + Group: 'mixamorig:Neck', Weight: 0.298894 + Group: 'mixamorig:Head', Weight: 0.307130 +Vertex 1950: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.408726 + Group: 'mixamorig:Neck', Weight: 0.319819 + Group: 'mixamorig:Head', Weight: 0.271455 +Vertex 1951: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.501516 + Group: 'mixamorig:Neck', Weight: 0.295358 + Group: 'mixamorig:Head', Weight: 0.203127 +Vertex 1952: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.356758 + Group: 'mixamorig:Neck', Weight: 0.323716 + Group: 'mixamorig:Head', Weight: 0.319527 +Vertex 1953: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.592167 + Group: 'mixamorig:Neck', Weight: 0.264628 + Group: 'mixamorig:Head', Weight: 0.143205 +Vertex 1954: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.565617 + Group: 'mixamorig:Neck', Weight: 0.272351 + Group: 'mixamorig:Head', Weight: 0.162032 +Vertex 1955: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.249441 + Group: 'mixamorig:Neck', Weight: 0.331477 + Group: 'mixamorig:Head', Weight: 0.419081 +Vertex 1956: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.265510 + Group: 'mixamorig:Neck', Weight: 0.324076 + Group: 'mixamorig:Head', Weight: 0.410414 +Vertex 1957: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1958: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1959: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1960: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1961: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1962: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1963: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1964: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1965: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1966: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1967: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1968: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1969: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1970: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1971: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1972: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1973: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1974: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1975: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1976: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1977: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1978: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1979: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1980: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1981: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1982: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1983: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1984: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1985: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1986: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1987: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1988: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1989: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1990: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1991: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1992: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1993: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1994: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1995: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1996: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1997: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1998: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1999: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2000: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2001: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2002: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2003: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2004: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2005: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005115 + Group: 'mixamorig:Head', Weight: 0.994885 +Vertex 2006: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007663 + Group: 'mixamorig:Head', Weight: 0.992337 +Vertex 2007: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029800 + Group: 'mixamorig:Head', Weight: 0.970200 +Vertex 2008: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026702 + Group: 'mixamorig:Head', Weight: 0.973298 +Vertex 2009: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2010: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023638 + Group: 'mixamorig:Head', Weight: 0.976362 +Vertex 2011: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2012: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2013: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012230 + Group: 'mixamorig:Head', Weight: 0.987770 +Vertex 2014: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032783 + Group: 'mixamorig:Head', Weight: 0.967217 +Vertex 2015: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030689 + Group: 'mixamorig:Head', Weight: 0.969311 +Vertex 2016: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009322 + Group: 'mixamorig:Head', Weight: 0.990678 +Vertex 2017: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.225436 + Group: 'mixamorig:Head', Weight: 0.774564 +Vertex 2018: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.209478 + Group: 'mixamorig:Head', Weight: 0.790522 +Vertex 2019: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.181535 + Group: 'mixamorig:Head', Weight: 0.818465 +Vertex 2020: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.188407 + Group: 'mixamorig:Head', Weight: 0.811593 +Vertex 2021: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.232914 + Group: 'mixamorig:Head', Weight: 0.767086 +Vertex 2022: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.189175 + Group: 'mixamorig:Head', Weight: 0.810825 +Vertex 2023: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.187965 + Group: 'mixamorig:Head', Weight: 0.812035 +Vertex 2024: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:Neck', Weight: 0.227944 + Group: 'mixamorig:Head', Weight: 0.772056 +Vertex 2025: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.168558 + Group: 'mixamorig:Head', Weight: 0.831442 +Vertex 2026: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.168307 + Group: 'mixamorig:Head', Weight: 0.831693 +Vertex 2027: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.136252 + Group: 'mixamorig:Head', Weight: 0.863748 +Vertex 2028: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.139259 + Group: 'mixamorig:Head', Weight: 0.860741 +Vertex 2029: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.132211 + Group: 'mixamorig:Head', Weight: 0.867789 +Vertex 2030: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.126179 + Group: 'mixamorig:Head', Weight: 0.873821 +Vertex 2031: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113697 + Group: 'mixamorig:Head', Weight: 0.886303 +Vertex 2032: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117518 + Group: 'mixamorig:Head', Weight: 0.882482 +Vertex 2033: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.165747 + Group: 'mixamorig:Head', Weight: 0.834253 +Vertex 2034: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.157114 + Group: 'mixamorig:Head', Weight: 0.842886 +Vertex 2035: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.164793 + Group: 'mixamorig:Head', Weight: 0.835207 +Vertex 2036: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.146781 + Group: 'mixamorig:Head', Weight: 0.853219 +Vertex 2037: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.120026 + Group: 'mixamorig:Head', Weight: 0.879974 +Vertex 2038: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109271 + Group: 'mixamorig:Head', Weight: 0.890729 +Vertex 2039: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102363 + Group: 'mixamorig:Head', Weight: 0.897637 +Vertex 2040: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100432 + Group: 'mixamorig:Head', Weight: 0.899568 +Vertex 2041: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104345 + Group: 'mixamorig:Head', Weight: 0.895655 +Vertex 2042: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.121008 + Group: 'mixamorig:Head', Weight: 0.878992 +Vertex 2043: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.124774 + Group: 'mixamorig:Head', Weight: 0.875226 +Vertex 2044: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107440 + Group: 'mixamorig:Head', Weight: 0.892560 +Vertex 2045: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110047 + Group: 'mixamorig:Head', Weight: 0.889953 +Vertex 2046: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088540 + Group: 'mixamorig:Head', Weight: 0.911460 +Vertex 2047: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097912 + Group: 'mixamorig:Head', Weight: 0.902088 +Vertex 2048: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095942 + Group: 'mixamorig:Head', Weight: 0.904058 +Vertex 2049: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088231 + Group: 'mixamorig:Head', Weight: 0.911769 +Vertex 2050: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094165 + Group: 'mixamorig:Head', Weight: 0.905835 +Vertex 2051: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094188 + Group: 'mixamorig:Head', Weight: 0.905812 +Vertex 2052: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088668 + Group: 'mixamorig:Head', Weight: 0.911332 +Vertex 2053: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087452 + Group: 'mixamorig:Head', Weight: 0.912548 +Vertex 2054: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093813 + Group: 'mixamorig:Head', Weight: 0.906187 +Vertex 2055: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086830 + Group: 'mixamorig:Head', Weight: 0.913170 +Vertex 2056: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075800 + Group: 'mixamorig:Head', Weight: 0.924200 +Vertex 2057: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077804 + Group: 'mixamorig:Head', Weight: 0.922196 +Vertex 2058: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076246 + Group: 'mixamorig:Head', Weight: 0.923754 +Vertex 2059: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074150 + Group: 'mixamorig:Head', Weight: 0.925850 +Vertex 2060: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074452 + Group: 'mixamorig:Head', Weight: 0.925548 +Vertex 2061: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072236 + Group: 'mixamorig:Head', Weight: 0.927764 +Vertex 2062: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070025 + Group: 'mixamorig:Head', Weight: 0.929975 +Vertex 2063: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073008 + Group: 'mixamorig:Head', Weight: 0.926992 +Vertex 2064: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067023 + Group: 'mixamorig:Head', Weight: 0.932977 +Vertex 2065: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070102 + Group: 'mixamorig:Head', Weight: 0.929898 +Vertex 2066: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070259 + Group: 'mixamorig:Head', Weight: 0.929741 +Vertex 2067: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067688 + Group: 'mixamorig:Head', Weight: 0.932312 +Vertex 2068: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073261 + Group: 'mixamorig:Head', Weight: 0.926739 +Vertex 2069: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070676 + Group: 'mixamorig:Head', Weight: 0.929324 +Vertex 2070: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068768 + Group: 'mixamorig:Head', Weight: 0.931232 +Vertex 2071: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071756 + Group: 'mixamorig:Head', Weight: 0.928244 +Vertex 2072: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072926 + Group: 'mixamorig:Head', Weight: 0.927074 +Vertex 2073: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074957 + Group: 'mixamorig:Head', Weight: 0.925043 +Vertex 2074: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076999 + Group: 'mixamorig:Head', Weight: 0.923001 +Vertex 2075: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075333 + Group: 'mixamorig:Head', Weight: 0.924667 +Vertex 2076: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077536 + Group: 'mixamorig:Head', Weight: 0.922464 +Vertex 2077: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078933 + Group: 'mixamorig:Head', Weight: 0.921067 +Vertex 2078: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072408 + Group: 'mixamorig:Head', Weight: 0.927592 +Vertex 2079: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067436 + Group: 'mixamorig:Head', Weight: 0.932564 +Vertex 2080: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063319 + Group: 'mixamorig:Head', Weight: 0.936681 +Vertex 2081: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069693 + Group: 'mixamorig:Head', Weight: 0.930306 +Vertex 2082: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055433 + Group: 'mixamorig:Head', Weight: 0.944567 +Vertex 2083: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051658 + Group: 'mixamorig:Head', Weight: 0.948342 +Vertex 2084: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059167 + Group: 'mixamorig:Head', Weight: 0.940833 +Vertex 2085: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062129 + Group: 'mixamorig:Head', Weight: 0.937871 +Vertex 2086: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049843 + Group: 'mixamorig:Head', Weight: 0.950157 +Vertex 2087: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049634 + Group: 'mixamorig:Head', Weight: 0.950366 +Vertex 2088: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056822 + Group: 'mixamorig:Head', Weight: 0.943178 +Vertex 2089: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057210 + Group: 'mixamorig:Head', Weight: 0.942790 +Vertex 2090: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065592 + Group: 'mixamorig:Head', Weight: 0.934408 +Vertex 2091: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059525 + Group: 'mixamorig:Head', Weight: 0.940475 +Vertex 2092: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048667 + Group: 'mixamorig:Head', Weight: 0.951333 +Vertex 2093: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057998 + Group: 'mixamorig:Head', Weight: 0.942002 +Vertex 2094: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068694 + Group: 'mixamorig:Head', Weight: 0.931306 +Vertex 2095: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062327 + Group: 'mixamorig:Head', Weight: 0.937673 +Vertex 2096: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051153 + Group: 'mixamorig:Head', Weight: 0.948847 +Vertex 2097: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057226 + Group: 'mixamorig:Head', Weight: 0.942774 +Vertex 2098: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062188 + Group: 'mixamorig:Head', Weight: 0.937812 +Vertex 2099: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056822 + Group: 'mixamorig:Head', Weight: 0.943178 +Vertex 2100: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033609 + Group: 'mixamorig:Head', Weight: 0.966390 +Vertex 2101: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042208 + Group: 'mixamorig:Head', Weight: 0.957792 +Vertex 2102: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043108 + Group: 'mixamorig:Head', Weight: 0.956892 +Vertex 2103: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037563 + Group: 'mixamorig:Head', Weight: 0.962437 +Vertex 2104: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047850 + Group: 'mixamorig:Head', Weight: 0.952150 +Vertex 2105: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041018 + Group: 'mixamorig:Head', Weight: 0.958982 +Vertex 2106: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038506 + Group: 'mixamorig:Head', Weight: 0.961494 +Vertex 2107: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044703 + Group: 'mixamorig:Head', Weight: 0.955297 +Vertex 2108: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.040230 + Group: 'mixamorig:Head', Weight: 0.959770 +Vertex 2109: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051715 + Group: 'mixamorig:Head', Weight: 0.948285 +Vertex 2110: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032164 + Group: 'mixamorig:Head', Weight: 0.967836 +Vertex 2111: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036503 + Group: 'mixamorig:Head', Weight: 0.963497 +Vertex 2112: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032360 + Group: 'mixamorig:Head', Weight: 0.967640 +Vertex 2113: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030338 + Group: 'mixamorig:Head', Weight: 0.969662 +Vertex 2114: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016662 + Group: 'mixamorig:Head', Weight: 0.983338 +Vertex 2115: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019591 + Group: 'mixamorig:Head', Weight: 0.980409 +Vertex 2116: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019025 + Group: 'mixamorig:Head', Weight: 0.980975 +Vertex 2117: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016692 + Group: 'mixamorig:Head', Weight: 0.983308 +Vertex 2118: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2119: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2120: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2121: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2122: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001594 + Group: 'mixamorig:Head', Weight: 0.998406 +Vertex 2123: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2124: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016236 + Group: 'mixamorig:Head', Weight: 0.983764 +Vertex 2125: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015066 + Group: 'mixamorig:Head', Weight: 0.984934 +Vertex 2126: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027829 + Group: 'mixamorig:Head', Weight: 0.972171 +Vertex 2127: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032874 + Group: 'mixamorig:Head', Weight: 0.967126 +Vertex 2128: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2129: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2130: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2131: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2132: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2133: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2134: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2135: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2136: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2137: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2138: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2139: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2140: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2141: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2142: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2143: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2144: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2145: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2146: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2147: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2148: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2149: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2150: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2151: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2152: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2153: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2154: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2155: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2156: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2157: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2158: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2159: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2160: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2161: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2162: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2163: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2164: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2165: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2166: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2167: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2168: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2169: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2170: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2171: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2172: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2173: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2174: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2175: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2176: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2177: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2178: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2179: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2180: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2181: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2182: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2183: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2184: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081871 + Group: 'mixamorig:Head', Weight: 0.918129 +Vertex 2185: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082275 + Group: 'mixamorig:Head', Weight: 0.917725 +Vertex 2186: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083760 + Group: 'mixamorig:Head', Weight: 0.916240 +Vertex 2187: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082343 + Group: 'mixamorig:Head', Weight: 0.917657 +Vertex 2188: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083986 + Group: 'mixamorig:Head', Weight: 0.916014 +Vertex 2189: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073086 + Group: 'mixamorig:Head', Weight: 0.926914 +Vertex 2190: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075358 + Group: 'mixamorig:Head', Weight: 0.924642 +Vertex 2191: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064378 + Group: 'mixamorig:Head', Weight: 0.935622 +Vertex 2192: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067272 + Group: 'mixamorig:Head', Weight: 0.932728 +Vertex 2193: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062242 + Group: 'mixamorig:Head', Weight: 0.937758 +Vertex 2194: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062807 + Group: 'mixamorig:Head', Weight: 0.937193 +Vertex 2195: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2196: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2197: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2199: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014037 + Group: 'mixamorig:Head', Weight: 0.985963 +Vertex 2200: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013375 + Group: 'mixamorig:Head', Weight: 0.986625 +Vertex 2201: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019328 + Group: 'mixamorig:Head', Weight: 0.980672 +Vertex 2202: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017701 + Group: 'mixamorig:Head', Weight: 0.982299 +Vertex 2203: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015855 + Group: 'mixamorig:Head', Weight: 0.984145 +Vertex 2204: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2205: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2206: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2207: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2208: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2209: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2210: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005621 + Group: 'mixamorig:Head', Weight: 0.994379 +Vertex 2211: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010050 + Group: 'mixamorig:Head', Weight: 0.989950 +Vertex 2212: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006589 + Group: 'mixamorig:Head', Weight: 0.993411 +Vertex 2213: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2214: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021205 + Group: 'mixamorig:Head', Weight: 0.978795 +Vertex 2215: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008465 + Group: 'mixamorig:Head', Weight: 0.991536 +Vertex 2216: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024783 + Group: 'mixamorig:Head', Weight: 0.975217 +Vertex 2217: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023997 + Group: 'mixamorig:Head', Weight: 0.976003 +Vertex 2218: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018896 + Group: 'mixamorig:Head', Weight: 0.981104 +Vertex 2219: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020294 + Group: 'mixamorig:Head', Weight: 0.979706 +Vertex 2220: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024948 + Group: 'mixamorig:Head', Weight: 0.975052 +Vertex 2221: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022179 + Group: 'mixamorig:Head', Weight: 0.977821 +Vertex 2222: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019806 + Group: 'mixamorig:Head', Weight: 0.980194 +Vertex 2223: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020327 + Group: 'mixamorig:Head', Weight: 0.979673 +Vertex 2224: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034985 + Group: 'mixamorig:Head', Weight: 0.965015 +Vertex 2225: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031526 + Group: 'mixamorig:Head', Weight: 0.968474 +Vertex 2226: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018707 + Group: 'mixamorig:Head', Weight: 0.981293 +Vertex 2227: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024341 + Group: 'mixamorig:Head', Weight: 0.975659 +Vertex 2228: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024752 + Group: 'mixamorig:Head', Weight: 0.975248 +Vertex 2229: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015323 + Group: 'mixamorig:Head', Weight: 0.984677 +Vertex 2230: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012816 + Group: 'mixamorig:Head', Weight: 0.987184 +Vertex 2231: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030291 + Group: 'mixamorig:Head', Weight: 0.969709 +Vertex 2232: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030318 + Group: 'mixamorig:Head', Weight: 0.969682 +Vertex 2233: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022739 + Group: 'mixamorig:Head', Weight: 0.977261 +Vertex 2234: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021790 + Group: 'mixamorig:Head', Weight: 0.978210 +Vertex 2235: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019121 + Group: 'mixamorig:Head', Weight: 0.980879 +Vertex 2236: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023983 + Group: 'mixamorig:Head', Weight: 0.976017 +Vertex 2237: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026305 + Group: 'mixamorig:Head', Weight: 0.973695 +Vertex 2238: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029317 + Group: 'mixamorig:Head', Weight: 0.970683 +Vertex 2239: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2240: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2241: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.138518 + Group: 'mixamorig:Head', Weight: 0.861482 +Vertex 2242: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127054 + Group: 'mixamorig:Head', Weight: 0.872946 +Vertex 2243: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110742 + Group: 'mixamorig:Head', Weight: 0.889258 +Vertex 2244: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103147 + Group: 'mixamorig:Head', Weight: 0.896853 +Vertex 2245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097056 + Group: 'mixamorig:Head', Weight: 0.902944 +Vertex 2246: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076767 + Group: 'mixamorig:Head', Weight: 0.923232 +Vertex 2247: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077263 + Group: 'mixamorig:Head', Weight: 0.922737 +Vertex 2248: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094963 + Group: 'mixamorig:Head', Weight: 0.905038 +Vertex 2249: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099343 + Group: 'mixamorig:Head', Weight: 0.900657 +Vertex 2250: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108171 + Group: 'mixamorig:Head', Weight: 0.891829 +Vertex 2251: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075337 + Group: 'mixamorig:Head', Weight: 0.924663 +Vertex 2252: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074474 + Group: 'mixamorig:Head', Weight: 0.925526 +Vertex 2253: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114707 + Group: 'mixamorig:Head', Weight: 0.885293 +Vertex 2254: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2255: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2256: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2257: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.145165 + Group: 'mixamorig:Neck', Weight: 0.333761 + Group: 'mixamorig:Head', Weight: 0.521075 +Vertex 2258: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.003128 + Group: 'mixamorig:Neck', Weight: 0.317436 + Group: 'mixamorig:Head', Weight: 0.679436 +Vertex 2259: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.055528 + Group: 'mixamorig:Neck', Weight: 0.312721 + Group: 'mixamorig:Head', Weight: 0.631752 +Vertex 2260: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.155069 + Group: 'mixamorig:Neck', Weight: 0.326731 + Group: 'mixamorig:Head', Weight: 0.518200 +Vertex 2261: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.205641 + Group: 'mixamorig:Neck', Weight: 0.341154 + Group: 'mixamorig:Head', Weight: 0.453205 +Vertex 2262: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.025381 + Group: 'mixamorig:Neck', Weight: 0.318796 + Group: 'mixamorig:Head', Weight: 0.655823 +Vertex 2263: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:Neck', Weight: 0.319476 + Group: 'mixamorig:Head', Weight: 0.680524 +Vertex 2264: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.159900 + Group: 'mixamorig:Neck', Weight: 0.340553 + Group: 'mixamorig:Head', Weight: 0.499547 +Vertex 2265: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.273239 + Group: 'mixamorig:Neck', Weight: 0.341956 + Group: 'mixamorig:Head', Weight: 0.384805 +Vertex 2266: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.080302 + Group: 'mixamorig:Neck', Weight: 0.338776 + Group: 'mixamorig:Head', Weight: 0.580922 +Vertex 2267: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.029279 + Group: 'mixamorig:Neck', Weight: 0.335789 + Group: 'mixamorig:Head', Weight: 0.634932 +Vertex 2268: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.242877 + Group: 'mixamorig:Neck', Weight: 0.343135 + Group: 'mixamorig:Head', Weight: 0.413988 +Vertex 2269: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.057136 + Group: 'mixamorig:Neck', Weight: 0.344303 + Group: 'mixamorig:Head', Weight: 0.598562 +Vertex 2270: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.250268 + Group: 'mixamorig:Neck', Weight: 0.344840 + Group: 'mixamorig:Head', Weight: 0.404892 +Vertex 2271: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.240504 + Group: 'mixamorig:Neck', Weight: 0.334825 + Group: 'mixamorig:Head', Weight: 0.424671 +Vertex 2272: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.263183 + Group: 'mixamorig:Neck', Weight: 0.340487 + Group: 'mixamorig:Head', Weight: 0.396330 +Vertex 2273: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.344090 + Group: 'mixamorig:Neck', Weight: 0.335650 + Group: 'mixamorig:Head', Weight: 0.320260 +Vertex 2274: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.368498 + Group: 'mixamorig:Neck', Weight: 0.330673 + Group: 'mixamorig:Head', Weight: 0.300828 +Vertex 2275: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.417297 + Group: 'mixamorig:Neck', Weight: 0.321435 + Group: 'mixamorig:Head', Weight: 0.261268 +Vertex 2276: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.442748 + Group: 'mixamorig:Neck', Weight: 0.313456 + Group: 'mixamorig:Head', Weight: 0.243796 +Vertex 2277: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2278: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2279: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2280: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2281: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2282: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2283: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2284: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2285: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2286: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2287: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2288: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2289: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2290: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2291: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2292: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2293: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2294: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2295: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2296: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2297: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2298: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2299: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2300: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2301: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2302: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2303: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2304: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2305: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2306: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2307: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2308: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2309: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2310: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2311: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2312: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2313: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2314: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2315: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2316: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2317: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2318: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2319: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030081 + Group: 'mixamorig:Head', Weight: 0.969919 +Vertex 2320: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030409 + Group: 'mixamorig:Head', Weight: 0.969591 +Vertex 2321: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026638 + Group: 'mixamorig:Head', Weight: 0.973362 +Vertex 2322: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024882 + Group: 'mixamorig:Head', Weight: 0.975119 +Vertex 2323: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016727 + Group: 'mixamorig:Head', Weight: 0.983273 +Vertex 2324: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026128 + Group: 'mixamorig:Head', Weight: 0.973872 +Vertex 2325: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027034 + Group: 'mixamorig:Head', Weight: 0.972966 +Vertex 2326: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.238466 + Group: 'mixamorig:Head', Weight: 0.761534 +Vertex 2327: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.069415 + Group: 'mixamorig:Neck', Weight: 0.296007 + Group: 'mixamorig:Head', Weight: 0.634578 +Vertex 2328: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.258175 + Group: 'mixamorig:Head', Weight: 0.741825 +Vertex 2329: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.235122 + Group: 'mixamorig:Head', Weight: 0.764878 +Vertex 2330: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075862 + Group: 'mixamorig:Head', Weight: 0.924138 +Vertex 2331: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073300 + Group: 'mixamorig:Head', Weight: 0.926700 +Vertex 2332: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071721 + Group: 'mixamorig:Head', Weight: 0.928279 +Vertex 2333: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069477 + Group: 'mixamorig:Head', Weight: 0.930523 +Vertex 2334: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012401 + Group: 'mixamorig:Head', Weight: 0.987599 +Vertex 2335: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036992 + Group: 'mixamorig:Head', Weight: 0.963008 +Vertex 2336: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2337: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000975 + Group: 'mixamorig:Head', Weight: 0.999025 +Vertex 2338: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2339: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2340: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2341: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2342: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2343: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2344: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2345: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2346: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2347: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2348: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2349: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2350: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2351: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2352: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2353: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2354: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2355: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059179 + Group: 'mixamorig:Head', Weight: 0.940821 +Vertex 2356: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066494 + Group: 'mixamorig:Head', Weight: 0.933506 +Vertex 2357: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070351 + Group: 'mixamorig:Head', Weight: 0.929649 +Vertex 2358: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.181941 + Group: 'mixamorig:Head', Weight: 0.818059 +Vertex 2359: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.124785 + Group: 'mixamorig:Head', Weight: 0.875215 +Vertex 2360: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077523 + Group: 'mixamorig:Head', Weight: 0.922476 +Vertex 2361: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.153304 + Group: 'mixamorig:Head', Weight: 0.846696 +Vertex 2362: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.212999 + Group: 'mixamorig:Head', Weight: 0.787001 +Vertex 2363: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.168028 + Group: 'mixamorig:Head', Weight: 0.831972 +Vertex 2364: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078949 + Group: 'mixamorig:Head', Weight: 0.921051 +Vertex 2365: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079458 + Group: 'mixamorig:Head', Weight: 0.920542 +Vertex 2366: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054938 + Group: 'mixamorig:Head', Weight: 0.945062 +Vertex 2367: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056811 + Group: 'mixamorig:Head', Weight: 0.943189 +Vertex 2368: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085099 + Group: 'mixamorig:Head', Weight: 0.914901 +Vertex 2369: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086747 + Group: 'mixamorig:Head', Weight: 0.913253 +Vertex 2370: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053617 + Group: 'mixamorig:Head', Weight: 0.946383 +Vertex 2371: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053896 + Group: 'mixamorig:Head', Weight: 0.946104 +Vertex 2372: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086812 + Group: 'mixamorig:Head', Weight: 0.913188 +Vertex 2373: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051956 + Group: 'mixamorig:Head', Weight: 0.948044 +Vertex 2374: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089793 + Group: 'mixamorig:Head', Weight: 0.910207 +Vertex 2375: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064243 + Group: 'mixamorig:Head', Weight: 0.935757 +Vertex 2376: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2377: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2378: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2379: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2380: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2381: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2382: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2383: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2384: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2385: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2386: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029191 + Group: 'mixamorig:Head', Weight: 0.970809 +Vertex 2387: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029589 + Group: 'mixamorig:Head', Weight: 0.970411 +Vertex 2388: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025469 + Group: 'mixamorig:Head', Weight: 0.974531 +Vertex 2389: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031050 + Group: 'mixamorig:Head', Weight: 0.968951 +Vertex 2390: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030998 + Group: 'mixamorig:Head', Weight: 0.969002 +Vertex 2391: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030810 + Group: 'mixamorig:Head', Weight: 0.969190 +Vertex 2392: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030944 + Group: 'mixamorig:Head', Weight: 0.969056 +Vertex 2393: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029954 + Group: 'mixamorig:Head', Weight: 0.970046 +Vertex 2394: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027784 + Group: 'mixamorig:Head', Weight: 0.972216 +Vertex 2395: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031070 + Group: 'mixamorig:Head', Weight: 0.968930 +Vertex 2396: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029949 + Group: 'mixamorig:Head', Weight: 0.970051 +Vertex 2397: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2398: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2399: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2400: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2401: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2402: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2403: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2404: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2405: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2406: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2407: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2408: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2409: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2410: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2411: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2412: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2413: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2414: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2415: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2416: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2417: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2418: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2419: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2420: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2421: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2422: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2423: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2424: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2425: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2426: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2427: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2428: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2429: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2430: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2431: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2432: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2433: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2434: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2435: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002156 + Group: 'mixamorig:Head', Weight: 0.997844 +Vertex 2436: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2437: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2438: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2439: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2440: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2441: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2442: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2443: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2444: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2445: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2446: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2447: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2448: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2449: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2450: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013072 + Group: 'mixamorig:Head', Weight: 0.986928 +Vertex 2451: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003755 + Group: 'mixamorig:Head', Weight: 0.996245 +Vertex 2452: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2453: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003849 + Group: 'mixamorig:Head', Weight: 0.996151 +Vertex 2454: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2455: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2456: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2457: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2458: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2459: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2460: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2461: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2462: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2463: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2464: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079158 + Group: 'mixamorig:Head', Weight: 0.920842 +Vertex 2465: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080255 + Group: 'mixamorig:Head', Weight: 0.919745 +Vertex 2466: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071809 + Group: 'mixamorig:Head', Weight: 0.928191 +Vertex 2467: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066545 + Group: 'mixamorig:Head', Weight: 0.933455 +Vertex 2468: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077483 + Group: 'mixamorig:Head', Weight: 0.922517 +Vertex 2469: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074668 + Group: 'mixamorig:Head', Weight: 0.925332 +Vertex 2470: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070746 + Group: 'mixamorig:Head', Weight: 0.929254 +Vertex 2471: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074609 + Group: 'mixamorig:Head', Weight: 0.925391 +Vertex 2472: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087367 + Group: 'mixamorig:Head', Weight: 0.912633 +Vertex 2473: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091397 + Group: 'mixamorig:Head', Weight: 0.908603 +Vertex 2474: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084557 + Group: 'mixamorig:Head', Weight: 0.915443 +Vertex 2475: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078350 + Group: 'mixamorig:Head', Weight: 0.921650 +Vertex 2476: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091425 + Group: 'mixamorig:Head', Weight: 0.908575 +Vertex 2477: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078999 + Group: 'mixamorig:Head', Weight: 0.921001 +Vertex 2478: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018762 + Group: 'mixamorig:Head', Weight: 0.981238 +Vertex 2479: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017454 + Group: 'mixamorig:Head', Weight: 0.982546 +Vertex 2480: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028280 + Group: 'mixamorig:Head', Weight: 0.971720 +Vertex 2481: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030593 + Group: 'mixamorig:Head', Weight: 0.969407 +Vertex 2482: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2483: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2484: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2485: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2486: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2487: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2488: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2489: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2490: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2491: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2492: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2493: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2494: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2495: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2496: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002656 + Group: 'mixamorig:Head', Weight: 0.997344 +Vertex 2497: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010043 + Group: 'mixamorig:Head', Weight: 0.989957 +Vertex 2498: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015104 + Group: 'mixamorig:Head', Weight: 0.984896 +Vertex 2499: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003489 + Group: 'mixamorig:Head', Weight: 0.996511 +Vertex 2500: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.040666 + Group: 'mixamorig:Head', Weight: 0.959334 +Vertex 2501: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036680 + Group: 'mixamorig:Head', Weight: 0.963320 +Vertex 2502: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061136 + Group: 'mixamorig:Head', Weight: 0.938864 +Vertex 2503: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067582 + Group: 'mixamorig:Head', Weight: 0.932418 +Vertex 2504: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2505: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2506: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2507: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006378 + Group: 'mixamorig:Head', Weight: 0.993622 +Vertex 2508: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006569 + Group: 'mixamorig:Head', Weight: 0.993431 +Vertex 2509: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.532892 + Group: 'mixamorig:Neck', Weight: 0.238235 + Group: 'mixamorig:Head', Weight: 0.228873 +Vertex 2510: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.528601 + Group: 'mixamorig:Neck', Weight: 0.233832 + Group: 'mixamorig:Head', Weight: 0.237567 +Vertex 2511: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.534055 + Group: 'mixamorig:Neck', Weight: 0.253446 + Group: 'mixamorig:Head', Weight: 0.212499 +Vertex 2512: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032816 + Group: 'mixamorig:Head', Weight: 0.967184 +Vertex 2513: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027440 + Group: 'mixamorig:Head', Weight: 0.972560 +Vertex 2514: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.135374 + Group: 'mixamorig:Head', Weight: 0.864626 +Vertex 2515: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.070747 + Group: 'mixamorig:Neck', Weight: 0.317410 + Group: 'mixamorig:Head', Weight: 0.611843 +Vertex 2516: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.160058 + Group: 'mixamorig:Neck', Weight: 0.326230 + Group: 'mixamorig:Head', Weight: 0.513712 +Vertex 2517: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.523283 + Group: 'mixamorig:Neck', Weight: 0.230760 + Group: 'mixamorig:Head', Weight: 0.245958 +Vertex 2518: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.307959 + Group: 'mixamorig:Neck', Weight: 0.303028 + Group: 'mixamorig:Head', Weight: 0.389013 +Vertex 2519: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.407405 + Group: 'mixamorig:Neck', Weight: 0.269143 + Group: 'mixamorig:Head', Weight: 0.323451 +Vertex 2520: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.421293 + Group: 'mixamorig:Neck', Weight: 0.273659 + Group: 'mixamorig:Head', Weight: 0.305048 +Vertex 2521: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.415672 + Group: 'mixamorig:Neck', Weight: 0.281812 + Group: 'mixamorig:Head', Weight: 0.302516 +Vertex 2522: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030349 + Group: 'mixamorig:Head', Weight: 0.969651 +Vertex 2523: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032417 + Group: 'mixamorig:Head', Weight: 0.967583 +Vertex 2524: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063222 + Group: 'mixamorig:Head', Weight: 0.936778 +Vertex 2525: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061696 + Group: 'mixamorig:Head', Weight: 0.938304 +Vertex 2526: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058085 + Group: 'mixamorig:Head', Weight: 0.941915 +Vertex 2527: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026902 + Group: 'mixamorig:Head', Weight: 0.973098 +Vertex 2528: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013238 + Group: 'mixamorig:Head', Weight: 0.986762 +Vertex 2529: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010606 + Group: 'mixamorig:Head', Weight: 0.989394 +Vertex 2530: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001760 + Group: 'mixamorig:Head', Weight: 0.998240 +Vertex 2531: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000701 + Group: 'mixamorig:Head', Weight: 0.999299 +Vertex 2532: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062215 + Group: 'mixamorig:Head', Weight: 0.937785 +Vertex 2533: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059878 + Group: 'mixamorig:Head', Weight: 0.940122 +Vertex 2534: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048668 + Group: 'mixamorig:Head', Weight: 0.951332 +Vertex 2535: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048433 + Group: 'mixamorig:Head', Weight: 0.951567 +Vertex 2536: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070753 + Group: 'mixamorig:Head', Weight: 0.929247 +Vertex 2537: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067847 + Group: 'mixamorig:Head', Weight: 0.932153 +Vertex 2538: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025708 + Group: 'mixamorig:Head', Weight: 0.974292 +Vertex 2539: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026680 + Group: 'mixamorig:Head', Weight: 0.973320 +Vertex 2540: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025048 + Group: 'mixamorig:Head', Weight: 0.974952 +Vertex 2541: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052482 + Group: 'mixamorig:Head', Weight: 0.947518 +Vertex 2542: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.507139 + Group: 'mixamorig:Neck', Weight: 0.274907 + Group: 'mixamorig:Head', Weight: 0.217953 +Vertex 2543: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.333254 + Group: 'mixamorig:Neck', Weight: 0.303676 + Group: 'mixamorig:Head', Weight: 0.363070 +Vertex 2544: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.423343 + Group: 'mixamorig:Neck', Weight: 0.294296 + Group: 'mixamorig:Head', Weight: 0.282361 +Vertex 2545: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.412981 + Group: 'mixamorig:Neck', Weight: 0.292681 + Group: 'mixamorig:Head', Weight: 0.294338 +Vertex 2546: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.332761 + Group: 'mixamorig:Neck', Weight: 0.299861 + Group: 'mixamorig:Head', Weight: 0.367378 +Vertex 2547: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2548: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2549: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017724 + Group: 'mixamorig:Head', Weight: 0.982276 +Vertex 2550: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033714 + Group: 'mixamorig:Head', Weight: 0.966286 +Vertex 2551: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2552: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2553: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2554: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007229 + Group: 'mixamorig:Head', Weight: 0.992771 +Vertex 2555: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077160 + Group: 'mixamorig:Head', Weight: 0.922840 +Vertex 2556: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079555 + Group: 'mixamorig:Head', Weight: 0.920445 +Vertex 2557: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080896 + Group: 'mixamorig:Head', Weight: 0.919104 +Vertex 2558: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081440 + Group: 'mixamorig:Head', Weight: 0.918560 +Vertex 2559: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086213 + Group: 'mixamorig:Head', Weight: 0.913787 +Vertex 2560: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081190 + Group: 'mixamorig:Head', Weight: 0.918810 +Vertex 2561: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081868 + Group: 'mixamorig:Head', Weight: 0.918132 +Vertex 2562: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084360 + Group: 'mixamorig:Head', Weight: 0.915640 +Vertex 2563: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088536 + Group: 'mixamorig:Head', Weight: 0.911464 +Vertex 2564: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079506 + Group: 'mixamorig:Head', Weight: 0.920494 +Vertex 2565: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.238466 + Group: 'mixamorig:Head', Weight: 0.761534 +Vertex 2566: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.232772 + Group: 'mixamorig:Head', Weight: 0.767228 +Vertex 2567: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080413 + Group: 'mixamorig:Head', Weight: 0.919587 +Vertex 2568: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.573490 + Group: 'mixamorig:Neck', Weight: 0.257111 + Group: 'mixamorig:Head', Weight: 0.169399 +Vertex 2569: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.513005 + Group: 'mixamorig:Neck', Weight: 0.276272 + Group: 'mixamorig:Head', Weight: 0.210723 +Vertex 2570: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.394804 + Group: 'mixamorig:Neck', Weight: 0.299768 + Group: 'mixamorig:Head', Weight: 0.305427 +Vertex 2571: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.514334 + Group: 'mixamorig:Neck', Weight: 0.275904 + Group: 'mixamorig:Head', Weight: 0.209762 +Vertex 2572: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.375285 + Group: 'mixamorig:Neck', Weight: 0.304682 + Group: 'mixamorig:Head', Weight: 0.320033 +Vertex 2573: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.473208 + Group: 'mixamorig:Neck', Weight: 0.284605 + Group: 'mixamorig:Head', Weight: 0.242187 +Vertex 2574: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.434753 + Group: 'mixamorig:Neck', Weight: 0.293775 + Group: 'mixamorig:Head', Weight: 0.271472 +Vertex 2575: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.346183 + Group: 'mixamorig:Neck', Weight: 0.306030 + Group: 'mixamorig:Head', Weight: 0.347787 +Vertex 2576: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.278422 + Group: 'mixamorig:Neck', Weight: 0.312639 + Group: 'mixamorig:Head', Weight: 0.408939 +Vertex 2577: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.266913 + Group: 'mixamorig:Neck', Weight: 0.313063 + Group: 'mixamorig:Head', Weight: 0.420023 +Vertex 2578: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.249378 + Group: 'mixamorig:Head', Weight: 0.750622 +Vertex 2579: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.060909 + Group: 'mixamorig:Neck', Weight: 0.282463 + Group: 'mixamorig:Head', Weight: 0.656628 +Vertex 2580: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.280184 + Group: 'mixamorig:Head', Weight: 0.719816 +Vertex 2581: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.072774 + Group: 'mixamorig:Neck', Weight: 0.305475 + Group: 'mixamorig:Head', Weight: 0.621751 +Vertex 2582: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.012782 + Group: 'mixamorig:Neck', Weight: 0.296751 + Group: 'mixamorig:Head', Weight: 0.690466 +Vertex 2583: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.115339 + Group: 'mixamorig:Neck', Weight: 0.305182 + Group: 'mixamorig:Head', Weight: 0.579479 +Vertex 2584: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080133 + Group: 'mixamorig:Head', Weight: 0.919867 +Vertex 2585: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078242 + Group: 'mixamorig:Head', Weight: 0.921758 +Vertex 2586: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076000 + Group: 'mixamorig:Head', Weight: 0.924000 +Vertex 2587: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073554 + Group: 'mixamorig:Head', Weight: 0.926445 +Vertex 2588: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074783 + Group: 'mixamorig:Head', Weight: 0.925217 +Vertex 2589: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071739 + Group: 'mixamorig:Head', Weight: 0.928261 +Vertex 2590: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071440 + Group: 'mixamorig:Head', Weight: 0.928560 +Vertex 2591: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074661 + Group: 'mixamorig:Head', Weight: 0.925339 +Vertex 2592: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073834 + Group: 'mixamorig:Head', Weight: 0.926166 +Vertex 2593: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070926 + Group: 'mixamorig:Head', Weight: 0.929074 +Vertex 2594: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073045 + Group: 'mixamorig:Head', Weight: 0.926955 +Vertex 2595: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073740 + Group: 'mixamorig:Head', Weight: 0.926260 +Vertex 2596: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077934 + Group: 'mixamorig:Head', Weight: 0.922066 +Vertex 2597: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070785 + Group: 'mixamorig:Head', Weight: 0.929215 +Vertex 2598: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071673 + Group: 'mixamorig:Head', Weight: 0.928327 +Vertex 2599: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080090 + Group: 'mixamorig:Head', Weight: 0.919910 +Vertex 2600: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080499 + Group: 'mixamorig:Head', Weight: 0.919501 +Vertex 2601: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094300 + Group: 'mixamorig:Head', Weight: 0.905700 +Vertex 2602: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093455 + Group: 'mixamorig:Head', Weight: 0.906545 +Vertex 2603: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093061 + Group: 'mixamorig:Head', Weight: 0.906940 +Vertex 2604: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094549 + Group: 'mixamorig:Head', Weight: 0.905451 +Vertex 2605: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068733 + Group: 'mixamorig:Head', Weight: 0.931267 +Vertex 2606: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067254 + Group: 'mixamorig:Head', Weight: 0.932746 +Vertex 2607: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069803 + Group: 'mixamorig:Head', Weight: 0.930197 +Vertex 2608: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070712 + Group: 'mixamorig:Head', Weight: 0.929288 +Vertex 2609: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087039 + Group: 'mixamorig:Head', Weight: 0.912961 +Vertex 2610: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087592 + Group: 'mixamorig:Head', Weight: 0.912408 +Vertex 2611: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119486 + Group: 'mixamorig:Head', Weight: 0.880514 +Vertex 2612: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.121853 + Group: 'mixamorig:Head', Weight: 0.878147 +Vertex 2613: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.215703 + Group: 'mixamorig:Head', Weight: 0.784298 +Vertex 2614: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.250178 + Group: 'mixamorig:Head', Weight: 0.749822 +Vertex 2615: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042520 + Group: 'mixamorig:Head', Weight: 0.957480 +Vertex 2616: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038257 + Group: 'mixamorig:Head', Weight: 0.961743 +Vertex 2617: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075955 + Group: 'mixamorig:Head', Weight: 0.924045 +Vertex 2618: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095678 + Group: 'mixamorig:Head', Weight: 0.904322 +Vertex 2619: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050967 + Group: 'mixamorig:Head', Weight: 0.949033 +Vertex 2620: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101066 + Group: 'mixamorig:Head', Weight: 0.898934 +Vertex 2621: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117235 + Group: 'mixamorig:Head', Weight: 0.882765 +Vertex 2622: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.200618 + Group: 'mixamorig:Head', Weight: 0.799382 +Vertex 2623: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037600 + Group: 'mixamorig:Head', Weight: 0.962400 +Vertex 2624: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113073 + Group: 'mixamorig:Head', Weight: 0.886927 +Vertex 2625: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071836 + Group: 'mixamorig:Head', Weight: 0.928164 +Vertex 2626: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.060455 + Group: 'mixamorig:Head', Weight: 0.939545 +Vertex 2627: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104325 + Group: 'mixamorig:Head', Weight: 0.895675 +Vertex 2628: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114278 + Group: 'mixamorig:Head', Weight: 0.885722 +Vertex 2629: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.159926 + Group: 'mixamorig:Head', Weight: 0.840074 +Vertex 2630: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104274 + Group: 'mixamorig:Head', Weight: 0.895726 +Vertex 2631: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092918 + Group: 'mixamorig:Head', Weight: 0.907082 +Vertex 2632: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.126776 + Group: 'mixamorig:Head', Weight: 0.873224 +Vertex 2633: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.142880 + Group: 'mixamorig:Head', Weight: 0.857120 +Vertex 2634: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065468 + Group: 'mixamorig:Head', Weight: 0.934532 +Vertex 2635: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065264 + Group: 'mixamorig:Head', Weight: 0.934736 +Vertex 2636: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065727 + Group: 'mixamorig:Head', Weight: 0.934273 +Vertex 2637: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071622 + Group: 'mixamorig:Head', Weight: 0.928378 +Vertex 2638: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069661 + Group: 'mixamorig:Head', Weight: 0.930339 +Vertex 2639: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084152 + Group: 'mixamorig:Head', Weight: 0.915848 +Vertex 2640: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065280 + Group: 'mixamorig:Head', Weight: 0.934720 +Vertex 2641: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2642: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2643: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2644: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2645: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2646: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2647: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2648: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2649: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2650: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2651: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2652: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2653: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2654: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2655: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2656: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2657: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2658: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2659: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2660: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2661: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2662: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2663: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2664: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2665: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2666: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2667: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2668: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2669: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2670: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2671: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2672: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2673: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2674: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2675: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2676: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2677: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2678: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2679: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2680: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2681: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2682: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007587 + Group: 'mixamorig:Head', Weight: 0.992413 +Vertex 2683: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007625 + Group: 'mixamorig:Head', Weight: 0.992375 +Vertex 2684: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2685: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2686: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2687: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2688: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2689: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2690: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2691: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2692: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2693: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2694: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048946 + Group: 'mixamorig:Head', Weight: 0.951054 +Vertex 2695: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055998 + Group: 'mixamorig:Head', Weight: 0.944002 +Vertex 2696: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034968 + Group: 'mixamorig:Head', Weight: 0.965032 +Vertex 2697: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032509 + Group: 'mixamorig:Head', Weight: 0.967491 +Vertex 2698: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027278 + Group: 'mixamorig:Head', Weight: 0.972722 +Vertex 2699: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024875 + Group: 'mixamorig:Head', Weight: 0.975125 +Vertex 2700: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016960 + Group: 'mixamorig:Head', Weight: 0.983040 +Vertex 2701: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017120 + Group: 'mixamorig:Head', Weight: 0.982880 +Vertex 2702: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006827 + Group: 'mixamorig:Head', Weight: 0.993173 +Vertex 2703: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005719 + Group: 'mixamorig:Head', Weight: 0.994281 +Vertex 2704: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000180 + Group: 'mixamorig:Head', Weight: 0.999820 +Vertex 2706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018973 + Group: 'mixamorig:Head', Weight: 0.981027 +Vertex 2707: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020327 + Group: 'mixamorig:Head', Weight: 0.979673 +Vertex 2708: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018666 + Group: 'mixamorig:Head', Weight: 0.981334 +Vertex 2709: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013682 + Group: 'mixamorig:Head', Weight: 0.986318 +Vertex 2710: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014358 + Group: 'mixamorig:Head', Weight: 0.985642 +Vertex 2711: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017089 + Group: 'mixamorig:Head', Weight: 0.982911 +Vertex 2712: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012458 + Group: 'mixamorig:Head', Weight: 0.987542 +Vertex 2713: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009310 + Group: 'mixamorig:Head', Weight: 0.990690 +Vertex 2714: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017486 + Group: 'mixamorig:Head', Weight: 0.982514 +Vertex 2715: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028070 + Group: 'mixamorig:Head', Weight: 0.971930 +Vertex 2716: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059591 + Group: 'mixamorig:Head', Weight: 0.940409 +Vertex 2717: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052392 + Group: 'mixamorig:Head', Weight: 0.947608 +Vertex 2718: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056353 + Group: 'mixamorig:Head', Weight: 0.943647 +Vertex 2719: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050348 + Group: 'mixamorig:Head', Weight: 0.949652 +Vertex 2720: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002655 + Group: 'mixamorig:Head', Weight: 0.997345 +Vertex 2721: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008154 + Group: 'mixamorig:Head', Weight: 0.991846 +Vertex 2722: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009388 + Group: 'mixamorig:Head', Weight: 0.990612 +Vertex 2723: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025269 + Group: 'mixamorig:Head', Weight: 0.974731 +Vertex 2724: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.026079 + Group: 'mixamorig:Head', Weight: 0.973921 +Vertex 2725: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029985 + Group: 'mixamorig:Head', Weight: 0.970015 +Vertex 2726: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029151 + Group: 'mixamorig:Head', Weight: 0.970849 +Vertex 2727: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042614 + Group: 'mixamorig:Head', Weight: 0.957386 +Vertex 2728: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045301 + Group: 'mixamorig:Head', Weight: 0.954699 +Vertex 2729: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035172 + Group: 'mixamorig:Head', Weight: 0.964828 +Vertex 2730: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024227 + Group: 'mixamorig:Head', Weight: 0.975773 +Vertex 2731: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023701 + Group: 'mixamorig:Head', Weight: 0.976299 +Vertex 2732: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022770 + Group: 'mixamorig:Head', Weight: 0.977230 +Vertex 2733: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028846 + Group: 'mixamorig:Head', Weight: 0.971154 +Vertex 2734: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032998 + Group: 'mixamorig:Head', Weight: 0.967002 +Vertex 2735: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037205 + Group: 'mixamorig:Head', Weight: 0.962795 +Vertex 2736: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033371 + Group: 'mixamorig:Head', Weight: 0.966629 +Vertex 2737: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037578 + Group: 'mixamorig:Head', Weight: 0.962422 +Vertex 2738: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033876 + Group: 'mixamorig:Head', Weight: 0.966124 +Vertex 2739: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027180 + Group: 'mixamorig:Head', Weight: 0.972820 +Vertex 2740: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028005 + Group: 'mixamorig:Head', Weight: 0.971995 +Vertex 2741: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037191 + Group: 'mixamorig:Head', Weight: 0.962809 +Vertex 2742: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025541 + Group: 'mixamorig:Head', Weight: 0.974459 +Vertex 2743: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029618 + Group: 'mixamorig:Head', Weight: 0.970382 +Vertex 2744: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018316 + Group: 'mixamorig:Head', Weight: 0.981684 +Vertex 2745: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024519 + Group: 'mixamorig:Head', Weight: 0.975482 +Vertex 2746: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073873 + Group: 'mixamorig:Head', Weight: 0.926127 +Vertex 2747: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035964 + Group: 'mixamorig:Head', Weight: 0.964036 +Vertex 2748: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046352 + Group: 'mixamorig:Head', Weight: 0.953648 +Vertex 2749: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051909 + Group: 'mixamorig:Head', Weight: 0.948091 +Vertex 2750: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077556 + Group: 'mixamorig:Head', Weight: 0.922444 +Vertex 2751: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077142 + Group: 'mixamorig:Head', Weight: 0.922858 +Vertex 2752: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078306 + Group: 'mixamorig:Head', Weight: 0.921694 +Vertex 2753: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080376 + Group: 'mixamorig:Head', Weight: 0.919624 +Vertex 2754: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082003 + Group: 'mixamorig:Head', Weight: 0.917997 +Vertex 2755: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082768 + Group: 'mixamorig:Head', Weight: 0.917232 +Vertex 2756: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034277 + Group: 'mixamorig:Head', Weight: 0.965723 +Vertex 2757: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045240 + Group: 'mixamorig:Head', Weight: 0.954760 +Vertex 2758: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045448 + Group: 'mixamorig:Head', Weight: 0.954552 +Vertex 2759: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2760: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2761: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2762: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037403 + Group: 'mixamorig:Head', Weight: 0.962597 +Vertex 2763: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075040 + Group: 'mixamorig:Head', Weight: 0.924960 +Vertex 2764: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072518 + Group: 'mixamorig:Head', Weight: 0.927482 +Vertex 2765: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081165 + Group: 'mixamorig:Head', Weight: 0.918834 +Vertex 2766: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080486 + Group: 'mixamorig:Head', Weight: 0.919514 +Vertex 2767: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079151 + Group: 'mixamorig:Head', Weight: 0.920849 +Vertex 2768: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080310 + Group: 'mixamorig:Head', Weight: 0.919690 +Vertex 2769: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081816 + Group: 'mixamorig:Head', Weight: 0.918184 +Vertex 2770: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082745 + Group: 'mixamorig:Head', Weight: 0.917255 +Vertex 2771: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081785 + Group: 'mixamorig:Head', Weight: 0.918215 +Vertex 2772: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081377 + Group: 'mixamorig:Head', Weight: 0.918622 +Vertex 2773: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081128 + Group: 'mixamorig:Head', Weight: 0.918872 +Vertex 2774: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081267 + Group: 'mixamorig:Head', Weight: 0.918733 +Vertex 2775: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081274 + Group: 'mixamorig:Head', Weight: 0.918726 +Vertex 2776: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081600 + Group: 'mixamorig:Head', Weight: 0.918400 +Vertex 2777: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080427 + Group: 'mixamorig:Head', Weight: 0.919573 +Vertex 2778: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080592 + Group: 'mixamorig:Head', Weight: 0.919408 +Vertex 2779: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081124 + Group: 'mixamorig:Head', Weight: 0.918876 +Vertex 2780: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081632 + Group: 'mixamorig:Head', Weight: 0.918368 +Vertex 2781: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081326 + Group: 'mixamorig:Head', Weight: 0.918674 +Vertex 2782: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080938 + Group: 'mixamorig:Head', Weight: 0.919062 +Vertex 2783: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078348 + Group: 'mixamorig:Head', Weight: 0.921652 +Vertex 2784: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080432 + Group: 'mixamorig:Head', Weight: 0.919568 +Vertex 2785: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080758 + Group: 'mixamorig:Head', Weight: 0.919242 +Vertex 2786: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079625 + Group: 'mixamorig:Head', Weight: 0.920375 +Vertex 2787: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077025 + Group: 'mixamorig:Head', Weight: 0.922975 +Vertex 2788: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003864 + Group: 'mixamorig:Head', Weight: 0.996136 +Vertex 2789: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033831 + Group: 'mixamorig:Head', Weight: 0.966169 +Vertex 2790: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036093 + Group: 'mixamorig:Head', Weight: 0.963907 +Vertex 2791: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027829 + Group: 'mixamorig:Head', Weight: 0.972171 +Vertex 2792: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027802 + Group: 'mixamorig:Head', Weight: 0.972198 +Vertex 2793: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027829 + Group: 'mixamorig:Head', Weight: 0.972171 +Vertex 2794: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029759 + Group: 'mixamorig:Head', Weight: 0.970241 +Vertex 2795: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030043 + Group: 'mixamorig:Head', Weight: 0.969957 +Vertex 2796: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030308 + Group: 'mixamorig:Head', Weight: 0.969692 +Vertex 2797: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030392 + Group: 'mixamorig:Head', Weight: 0.969609 +Vertex 2798: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030120 + Group: 'mixamorig:Head', Weight: 0.969880 +Vertex 2799: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041564 + Group: 'mixamorig:Head', Weight: 0.958436 +Vertex 2800: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019771 + Group: 'mixamorig:Head', Weight: 0.980229 +Vertex 2801: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054351 + Group: 'mixamorig:Head', Weight: 0.945649 +Vertex 2802: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081298 + Group: 'mixamorig:Head', Weight: 0.918702 +Vertex 2803: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062310 + Group: 'mixamorig:Head', Weight: 0.937690 +Vertex 2804: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.059331 + Group: 'mixamorig:Head', Weight: 0.940669 +Vertex 2805: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083428 + Group: 'mixamorig:Head', Weight: 0.916572 +Vertex 2806: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082466 + Group: 'mixamorig:Head', Weight: 0.917534 +Vertex 2807: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077532 + Group: 'mixamorig:Head', Weight: 0.922468 +Vertex 2808: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068915 + Group: 'mixamorig:Head', Weight: 0.931085 +Vertex 2809: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129861 + Group: 'mixamorig:Head', Weight: 0.870139 +Vertex 2810: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.116174 + Group: 'mixamorig:Head', Weight: 0.883826 +Vertex 2811: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.137984 + Group: 'mixamorig:Head', Weight: 0.862016 +Vertex 2812: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.137513 + Group: 'mixamorig:Head', Weight: 0.862487 +Vertex 2813: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.172831 + Group: 'mixamorig:Head', Weight: 0.827169 +Vertex 2814: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.163372 + Group: 'mixamorig:Head', Weight: 0.836628 +Vertex 2815: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.174465 + Group: 'mixamorig:Head', Weight: 0.825535 +Vertex 2816: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.305269 + Group: 'mixamorig:Neck', Weight: 0.295717 + Group: 'mixamorig:Head', Weight: 0.399013 +Vertex 2817: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.264624 + Group: 'mixamorig:Neck', Weight: 0.300163 + Group: 'mixamorig:Head', Weight: 0.435213 +Vertex 2818: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.194215 + Group: 'mixamorig:Neck', Weight: 0.317160 + Group: 'mixamorig:Head', Weight: 0.488625 +Vertex 2819: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.330928 + Group: 'mixamorig:Neck', Weight: 0.296292 + Group: 'mixamorig:Head', Weight: 0.372780 +Vertex 2820: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.252587 + Group: 'mixamorig:Head', Weight: 0.747414 +Vertex 2821: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.205525 + Group: 'mixamorig:Head', Weight: 0.794475 +Vertex 2822: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.209933 + Group: 'mixamorig:Head', Weight: 0.790067 +Vertex 2823: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.261923 + Group: 'mixamorig:Head', Weight: 0.738077 +Vertex 2824: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.235148 + Group: 'mixamorig:Head', Weight: 0.764852 +Vertex 2825: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.195679 + Group: 'mixamorig:Head', Weight: 0.804321 +Vertex 2826: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.178763 + Group: 'mixamorig:Head', Weight: 0.821237 +Vertex 2827: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.147448 + Group: 'mixamorig:Head', Weight: 0.852552 +Vertex 2828: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104912 + Group: 'mixamorig:Head', Weight: 0.895088 +Vertex 2829: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.276517 + Group: 'mixamorig:Head', Weight: 0.723483 +Vertex 2830: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.181857 + Group: 'mixamorig:Neck', Weight: 0.314251 + Group: 'mixamorig:Head', Weight: 0.503891 +Vertex 2831: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.245147 + Group: 'mixamorig:Neck', Weight: 0.312006 + Group: 'mixamorig:Head', Weight: 0.442847 +Vertex 2832: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.229471 + Group: 'mixamorig:Neck', Weight: 0.307131 + Group: 'mixamorig:Head', Weight: 0.463398 +Vertex 2833: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.224424 + Group: 'mixamorig:Neck', Weight: 0.304708 + Group: 'mixamorig:Head', Weight: 0.470868 +Vertex 2834: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.128883 + Group: 'mixamorig:Neck', Weight: 0.303434 + Group: 'mixamorig:Head', Weight: 0.567684 +Vertex 2835: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.175528 + Group: 'mixamorig:Neck', Weight: 0.302005 + Group: 'mixamorig:Head', Weight: 0.522467 +Vertex 2836: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.083565 + Group: 'mixamorig:Neck', Weight: 0.313301 + Group: 'mixamorig:Head', Weight: 0.603134 +Vertex 2837: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.215832 + Group: 'mixamorig:Neck', Weight: 0.301354 + Group: 'mixamorig:Head', Weight: 0.482814 +Vertex 2838: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.263574 + Group: 'mixamorig:Head', Weight: 0.736426 +Vertex 2839: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.209757 + Group: 'mixamorig:Head', Weight: 0.790243 +Vertex 2840: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.219245 + Group: 'mixamorig:Head', Weight: 0.780755 +Vertex 2841: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.274332 + Group: 'mixamorig:Head', Weight: 0.725668 +Vertex 2842: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.013558 + Group: 'mixamorig:Neck', Weight: 0.286286 + Group: 'mixamorig:Head', Weight: 0.700156 +Vertex 2843: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.074669 + Group: 'mixamorig:Neck', Weight: 0.287927 + Group: 'mixamorig:Head', Weight: 0.637405 +Vertex 2844: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.169126 + Group: 'mixamorig:Neck', Weight: 0.313959 + Group: 'mixamorig:Head', Weight: 0.516915 +Vertex 2845: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.094266 + Group: 'mixamorig:Neck', Weight: 0.298341 + Group: 'mixamorig:Head', Weight: 0.607393 +Vertex 2846: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.109070 + Group: 'mixamorig:Neck', Weight: 0.305557 + Group: 'mixamorig:Head', Weight: 0.585373 +Vertex 2847: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.135939 + Group: 'mixamorig:Neck', Weight: 0.310660 + Group: 'mixamorig:Head', Weight: 0.553402 +Vertex 2848: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.477042 + Group: 'mixamorig:Neck', Weight: 0.285146 + Group: 'mixamorig:Head', Weight: 0.237812 +Vertex 2849: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.462392 + Group: 'mixamorig:Neck', Weight: 0.287827 + Group: 'mixamorig:Head', Weight: 0.249781 +Vertex 2850: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.454634 + Group: 'mixamorig:Neck', Weight: 0.286229 + Group: 'mixamorig:Head', Weight: 0.259137 +Vertex 2851: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095363 + Group: 'mixamorig:Head', Weight: 0.904637 +Vertex 2852: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.120565 + Group: 'mixamorig:Head', Weight: 0.879435 +Vertex 2853: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090158 + Group: 'mixamorig:Head', Weight: 0.909842 +Vertex 2854: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110925 + Group: 'mixamorig:Head', Weight: 0.889075 +Vertex 2855: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.186607 + Group: 'mixamorig:Head', Weight: 0.813393 +Vertex 2856: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.188538 + Group: 'mixamorig:Head', Weight: 0.811462 +Vertex 2857: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131656 + Group: 'mixamorig:Head', Weight: 0.868344 +Vertex 2858: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.128757 + Group: 'mixamorig:Head', Weight: 0.871243 +Vertex 2859: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.192346 + Group: 'mixamorig:Head', Weight: 0.807654 +Vertex 2860: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131925 + Group: 'mixamorig:Head', Weight: 0.868075 +Vertex 2861: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.264036 + Group: 'mixamorig:Head', Weight: 0.735964 +Vertex 2862: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.248937 + Group: 'mixamorig:Head', Weight: 0.751063 +Vertex 2863: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.267215 + Group: 'mixamorig:Head', Weight: 0.732785 +Vertex 2864: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2865: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2866: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2867: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2868: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2869: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.257720 + Group: 'mixamorig:Head', Weight: 0.742280 +Vertex 2870: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.196785 + Group: 'mixamorig:Head', Weight: 0.803216 +Vertex 2871: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.245109 + Group: 'mixamorig:Head', Weight: 0.754891 +Vertex 2872: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.179873 + Group: 'mixamorig:Head', Weight: 0.820127 +Vertex 2873: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.180728 + Group: 'mixamorig:Head', Weight: 0.819272 +Vertex 2874: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.241979 + Group: 'mixamorig:Head', Weight: 0.758021 +Vertex 2875: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.183833 + Group: 'mixamorig:Head', Weight: 0.816167 +Vertex 2876: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.244585 + Group: 'mixamorig:Head', Weight: 0.755415 +Vertex 2877: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.187464 + Group: 'mixamorig:Head', Weight: 0.812536 +Vertex 2878: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.253597 + Group: 'mixamorig:Head', Weight: 0.746403 +Vertex 2879: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2880: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2881: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2884: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2886: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2887: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2888: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2889: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2890: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2891: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2892: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2893: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108279 + Group: 'mixamorig:Head', Weight: 0.891721 +Vertex 2894: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087399 + Group: 'mixamorig:Head', Weight: 0.912601 +Vertex 2895: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084862 + Group: 'mixamorig:Head', Weight: 0.915138 +Vertex 2896: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107169 + Group: 'mixamorig:Head', Weight: 0.892831 +Vertex 2897: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025192 + Group: 'mixamorig:Head', Weight: 0.974808 +Vertex 2898: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2899: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2905: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2908: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2909: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2910: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2911: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094611 + Group: 'mixamorig:Head', Weight: 0.905389 +Vertex 2912: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071629 + Group: 'mixamorig:Head', Weight: 0.928371 +Vertex 2913: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069350 + Group: 'mixamorig:Head', Weight: 0.930650 +Vertex 2914: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069948 + Group: 'mixamorig:Head', Weight: 0.930052 +Vertex 2915: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073082 + Group: 'mixamorig:Head', Weight: 0.926918 +Vertex 2916: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077528 + Group: 'mixamorig:Head', Weight: 0.922472 +Vertex 2917: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082832 + Group: 'mixamorig:Head', Weight: 0.917168 +Vertex 2918: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089173 + Group: 'mixamorig:Head', Weight: 0.910827 +Vertex 2919: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099848 + Group: 'mixamorig:Head', Weight: 0.900152 +Vertex 2920: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112131 + Group: 'mixamorig:Head', Weight: 0.887869 +Vertex 2921: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127017 + Group: 'mixamorig:Head', Weight: 0.872983 +Vertex 2922: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.141605 + Group: 'mixamorig:Head', Weight: 0.858395 +Vertex 2923: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.167576 + Group: 'mixamorig:Head', Weight: 0.832424 +Vertex 2924: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.184040 + Group: 'mixamorig:Head', Weight: 0.815960 +Vertex 2925: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.203867 + Group: 'mixamorig:Head', Weight: 0.796133 +Vertex 2926: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.031584 + Group: 'mixamorig:Neck', Weight: 0.262583 + Group: 'mixamorig:Head', Weight: 0.705832 +Vertex 2927: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032660 + Group: 'mixamorig:Head', Weight: 0.967340 +Vertex 2928: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025869 + Group: 'mixamorig:Head', Weight: 0.974131 +Vertex 2929: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029678 + Group: 'mixamorig:Head', Weight: 0.970322 +Vertex 2930: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032456 + Group: 'mixamorig:Head', Weight: 0.967544 +Vertex 2931: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016400 + Group: 'mixamorig:Head', Weight: 0.983600 +Vertex 2932: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018690 + Group: 'mixamorig:Head', Weight: 0.981310 +Vertex 2933: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003073 + Group: 'mixamorig:Head', Weight: 0.996927 +Vertex 2934: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2935: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2936: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2937: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2938: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2939: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2940: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2941: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2942: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2943: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2944: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2945: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2946: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2947: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2948: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2949: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2950: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2951: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003817 + Group: 'mixamorig:Head', Weight: 0.996183 +Vertex 2952: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004579 + Group: 'mixamorig:Head', Weight: 0.995421 +Vertex 2953: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2954: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2955: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2956: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2957: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2958: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2959: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.018895 + Group: 'mixamorig:Head', Weight: 0.981105 +Vertex 2960: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010514 + Group: 'mixamorig:Head', Weight: 0.989486 +Vertex 2961: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014032 + Group: 'mixamorig:Head', Weight: 0.985968 +Vertex 2962: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016410 + Group: 'mixamorig:Head', Weight: 0.983590 +Vertex 2963: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006946 + Group: 'mixamorig:Head', Weight: 0.993054 +Vertex 2964: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004995 + Group: 'mixamorig:Head', Weight: 0.995005 +Vertex 2965: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003976 + Group: 'mixamorig:Head', Weight: 0.996024 +Vertex 2966: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2967: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2968: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004339 + Group: 'mixamorig:Head', Weight: 0.995661 +Vertex 2969: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005675 + Group: 'mixamorig:Head', Weight: 0.994325 +Vertex 2970: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2971: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2972: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2973: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2974: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2975: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2976: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2977: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013100 + Group: 'mixamorig:Head', Weight: 0.986900 +Vertex 2979: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000469 + Group: 'mixamorig:Head', Weight: 0.999531 +Vertex 2980: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2981: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002645 + Group: 'mixamorig:Head', Weight: 0.997355 +Vertex 2982: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2983: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007958 + Group: 'mixamorig:Head', Weight: 0.992042 +Vertex 2984: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2985: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005439 + Group: 'mixamorig:Head', Weight: 0.994561 +Vertex 2987: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001725 + Group: 'mixamorig:Head', Weight: 0.998275 +Vertex 2988: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010400 + Group: 'mixamorig:Head', Weight: 0.989600 +Vertex 2989: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017190 + Group: 'mixamorig:Head', Weight: 0.982810 +Vertex 2990: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010801 + Group: 'mixamorig:Head', Weight: 0.989199 +Vertex 2992: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006819 + Group: 'mixamorig:Head', Weight: 0.993181 +Vertex 2994: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006106 + Group: 'mixamorig:Head', Weight: 0.993894 +Vertex 2995: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002177 + Group: 'mixamorig:Head', Weight: 0.997823 +Vertex 2996: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002773 + Group: 'mixamorig:Head', Weight: 0.997227 +Vertex 2997: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011498 + Group: 'mixamorig:Head', Weight: 0.988502 +Vertex 2998: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010962 + Group: 'mixamorig:Head', Weight: 0.989038 +Vertex 2999: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016305 + Group: 'mixamorig:Head', Weight: 0.983695 +Vertex 3000: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028181 + Group: 'mixamorig:Head', Weight: 0.971819 +Vertex 3001: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028894 + Group: 'mixamorig:Head', Weight: 0.971106 +Vertex 3002: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3003: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3004: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3005: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023535 + Group: 'mixamorig:Head', Weight: 0.976465 +Vertex 3006: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3007: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3008: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3009: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3010: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3011: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080918 + Group: 'mixamorig:Head', Weight: 0.919082 +Vertex 3012: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037529 + Group: 'mixamorig:Head', Weight: 0.962471 +Vertex 3013: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023272 + Group: 'mixamorig:Head', Weight: 0.976728 +Vertex 3014: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005694 + Group: 'mixamorig:Head', Weight: 0.994306 +Vertex 3015: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3016: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3017: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3018: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3019: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3020: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3021: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3022: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105510 + Group: 'mixamorig:Head', Weight: 0.894490 +Vertex 3023: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100675 + Group: 'mixamorig:Head', Weight: 0.899325 +Vertex 3024: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.165450 + Group: 'mixamorig:Head', Weight: 0.834550 +Vertex 3025: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.151329 + Group: 'mixamorig:Head', Weight: 0.848671 +Vertex 3026: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.139581 + Group: 'mixamorig:Head', Weight: 0.860419 +Vertex 3027: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.136537 + Group: 'mixamorig:Head', Weight: 0.863463 +Vertex 3028: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.134223 + Group: 'mixamorig:Head', Weight: 0.865777 +Vertex 3029: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3030: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3031: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3032: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3033: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3035: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3036: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3037: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3039: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.123574 + Group: 'mixamorig:Head', Weight: 0.876426 +Vertex 3040: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3041: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3042: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3044: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3045: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3046: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3047: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3048: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3049: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3050: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3051: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3052: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3053: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3054: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3055: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3056: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3057: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3058: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3059: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3060: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3061: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3062: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3063: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3064: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3065: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3066: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3067: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3068: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3069: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3070: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3071: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3072: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3073: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3074: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3075: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3076: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3077: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100027 + Group: 'mixamorig:Head', Weight: 0.899973 +Vertex 3078: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101429 + Group: 'mixamorig:Head', Weight: 0.898571 +Vertex 3079: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019860 + Group: 'mixamorig:Head', Weight: 0.980140 +Vertex 3080: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013077 + Group: 'mixamorig:Head', Weight: 0.986923 +Vertex 3081: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012363 + Group: 'mixamorig:Head', Weight: 0.987637 +Vertex 3082: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.020990 + Group: 'mixamorig:Head', Weight: 0.979010 +Vertex 3083: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017919 + Group: 'mixamorig:Head', Weight: 0.982081 +Vertex 3084: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014475 + Group: 'mixamorig:Head', Weight: 0.985525 +Vertex 3085: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005835 + Group: 'mixamorig:Head', Weight: 0.994165 +Vertex 3086: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007970 + Group: 'mixamorig:Head', Weight: 0.992030 +Vertex 3087: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3088: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3089: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3090: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3091: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3092: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3093: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3094: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3095: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3096: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3097: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3098: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3099: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3100: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3101: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079757 + Group: 'mixamorig:Head', Weight: 0.920243 +Vertex 3102: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079097 + Group: 'mixamorig:Head', Weight: 0.920903 +Vertex 3103: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076063 + Group: 'mixamorig:Head', Weight: 0.923937 +Vertex 3104: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076471 + Group: 'mixamorig:Head', Weight: 0.923529 +Vertex 3105: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3106: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3107: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3108: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3109: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3110: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3111: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3112: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3113: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3114: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3115: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029492 + Group: 'mixamorig:Head', Weight: 0.970508 +Vertex 3116: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3117: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029782 + Group: 'mixamorig:Head', Weight: 0.970218 +Vertex 3118: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027540 + Group: 'mixamorig:Head', Weight: 0.972460 +Vertex 3119: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031194 + Group: 'mixamorig:Head', Weight: 0.968806 +Vertex 3120: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031327 + Group: 'mixamorig:Head', Weight: 0.968673 +Vertex 3121: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019571 + Group: 'mixamorig:Head', Weight: 0.980429 +Vertex 3122: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023220 + Group: 'mixamorig:Head', Weight: 0.976780 +Vertex 3123: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3124: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3125: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103291 + Group: 'mixamorig:Head', Weight: 0.896709 +Vertex 3126: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075824 + Group: 'mixamorig:Head', Weight: 0.924176 +Vertex 3127: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062277 + Group: 'mixamorig:Head', Weight: 0.937723 +Vertex 3128: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053585 + Group: 'mixamorig:Head', Weight: 0.946415 +Vertex 3129: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046262 + Group: 'mixamorig:Head', Weight: 0.953738 +Vertex 3130: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039830 + Group: 'mixamorig:Head', Weight: 0.960170 +Vertex 3131: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037488 + Group: 'mixamorig:Head', Weight: 0.962512 +Vertex 3132: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035091 + Group: 'mixamorig:Head', Weight: 0.964909 +Vertex 3133: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033147 + Group: 'mixamorig:Head', Weight: 0.966852 +Vertex 3134: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024459 + Group: 'mixamorig:Head', Weight: 0.975541 +Vertex 3135: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.017858 + Group: 'mixamorig:Head', Weight: 0.982141 +Vertex 3136: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014313 + Group: 'mixamorig:Head', Weight: 0.985687 +Vertex 3137: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012117 + Group: 'mixamorig:Head', Weight: 0.987883 +Vertex 3138: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010207 + Group: 'mixamorig:Head', Weight: 0.989793 +Vertex 3139: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009525 + Group: 'mixamorig:Head', Weight: 0.990475 +Vertex 3140: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007321 + Group: 'mixamorig:Head', Weight: 0.992679 +Vertex 3141: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009272 + Group: 'mixamorig:Head', Weight: 0.990728 +Vertex 3142: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009941 + Group: 'mixamorig:Head', Weight: 0.990059 +Vertex 3143: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.010929 + Group: 'mixamorig:Head', Weight: 0.989071 +Vertex 3144: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012478 + Group: 'mixamorig:Head', Weight: 0.987522 +Vertex 3145: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016083 + Group: 'mixamorig:Head', Weight: 0.983917 +Vertex 3146: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.019982 + Group: 'mixamorig:Head', Weight: 0.980018 +Vertex 3147: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031260 + Group: 'mixamorig:Head', Weight: 0.968740 +Vertex 3148: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032155 + Group: 'mixamorig:Head', Weight: 0.967845 +Vertex 3149: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033846 + Group: 'mixamorig:Head', Weight: 0.966154 +Vertex 3150: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039298 + Group: 'mixamorig:Head', Weight: 0.960702 +Vertex 3151: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046384 + Group: 'mixamorig:Head', Weight: 0.953616 +Vertex 3152: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054103 + Group: 'mixamorig:Head', Weight: 0.945897 +Vertex 3153: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062404 + Group: 'mixamorig:Head', Weight: 0.937596 +Vertex 3154: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075934 + Group: 'mixamorig:Head', Weight: 0.924066 +Vertex 3155: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103440 + Group: 'mixamorig:Head', Weight: 0.896560 +Vertex 3156: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119404 + Group: 'mixamorig:Head', Weight: 0.880596 +Vertex 3157: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131928 + Group: 'mixamorig:Head', Weight: 0.868072 +Vertex 3158: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.141217 + Group: 'mixamorig:Head', Weight: 0.858783 +Vertex 3159: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.149023 + Group: 'mixamorig:Head', Weight: 0.850977 +Vertex 3160: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.153803 + Group: 'mixamorig:Head', Weight: 0.846197 +Vertex 3161: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.155994 + Group: 'mixamorig:Head', Weight: 0.844006 +Vertex 3162: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.155640 + Group: 'mixamorig:Head', Weight: 0.844360 +Vertex 3163: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.154931 + Group: 'mixamorig:Head', Weight: 0.845069 +Vertex 3164: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.154817 + Group: 'mixamorig:Head', Weight: 0.845183 +Vertex 3165: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.154204 + Group: 'mixamorig:Head', Weight: 0.845796 +Vertex 3166: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.152070 + Group: 'mixamorig:Head', Weight: 0.847930 +Vertex 3167: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.148025 + Group: 'mixamorig:Head', Weight: 0.851975 +Vertex 3168: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.140980 + Group: 'mixamorig:Head', Weight: 0.859020 +Vertex 3169: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131931 + Group: 'mixamorig:Head', Weight: 0.868069 +Vertex 3170: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.118701 + Group: 'mixamorig:Head', Weight: 0.881299 +Vertex 3171: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031101 + Group: 'mixamorig:Head', Weight: 0.968899 +Vertex 3172: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032141 + Group: 'mixamorig:Head', Weight: 0.967859 +Vertex 3173: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035035 + Group: 'mixamorig:Head', Weight: 0.964965 +Vertex 3174: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035657 + Group: 'mixamorig:Head', Weight: 0.964343 +Vertex 3175: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036026 + Group: 'mixamorig:Head', Weight: 0.963974 +Vertex 3176: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034819 + Group: 'mixamorig:Head', Weight: 0.965181 +Vertex 3177: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038555 + Group: 'mixamorig:Head', Weight: 0.961445 +Vertex 3178: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041499 + Group: 'mixamorig:Head', Weight: 0.958501 +Vertex 3179: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045348 + Group: 'mixamorig:Head', Weight: 0.954652 +Vertex 3180: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047525 + Group: 'mixamorig:Head', Weight: 0.952475 +Vertex 3181: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046599 + Group: 'mixamorig:Head', Weight: 0.953401 +Vertex 3182: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043921 + Group: 'mixamorig:Head', Weight: 0.956079 +Vertex 3183: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038824 + Group: 'mixamorig:Head', Weight: 0.961177 +Vertex 3184: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030875 + Group: 'mixamorig:Head', Weight: 0.969125 +Vertex 3185: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022318 + Group: 'mixamorig:Head', Weight: 0.977682 +Vertex 3186: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013033 + Group: 'mixamorig:Head', Weight: 0.986967 +Vertex 3187: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007633 + Group: 'mixamorig:Head', Weight: 0.992367 +Vertex 3188: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006720 + Group: 'mixamorig:Head', Weight: 0.993280 +Vertex 3189: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000909 + Group: 'mixamorig:Head', Weight: 0.999091 +Vertex 3190: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009192 + Group: 'mixamorig:Head', Weight: 0.990808 +Vertex 3191: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015499 + Group: 'mixamorig:Head', Weight: 0.984501 +Vertex 3192: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.021540 + Group: 'mixamorig:Head', Weight: 0.978460 +Vertex 3193: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029294 + Group: 'mixamorig:Head', Weight: 0.970706 +Vertex 3194: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038077 + Group: 'mixamorig:Head', Weight: 0.961923 +Vertex 3195: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043749 + Group: 'mixamorig:Head', Weight: 0.956251 +Vertex 3196: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045795 + Group: 'mixamorig:Head', Weight: 0.954205 +Vertex 3197: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046070 + Group: 'mixamorig:Head', Weight: 0.953930 +Vertex 3198: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044223 + Group: 'mixamorig:Head', Weight: 0.955778 +Vertex 3199: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.040469 + Group: 'mixamorig:Head', Weight: 0.959531 +Vertex 3200: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038408 + Group: 'mixamorig:Head', Weight: 0.961592 +Vertex 3201: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038274 + Group: 'mixamorig:Head', Weight: 0.961726 +Vertex 3202: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039965 + Group: 'mixamorig:Head', Weight: 0.960035 +Vertex 3203: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035678 + Group: 'mixamorig:Head', Weight: 0.964322 +Vertex 3204: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033933 + Group: 'mixamorig:Head', Weight: 0.966067 +Vertex 3205: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029772 + Group: 'mixamorig:Head', Weight: 0.970228 +Vertex 3206: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029213 + Group: 'mixamorig:Head', Weight: 0.970787 +Vertex 3207: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.014362 + Group: 'mixamorig:Head', Weight: 0.985638 +Vertex 3208: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011558 + Group: 'mixamorig:Head', Weight: 0.988442 +Vertex 3209: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008164 + Group: 'mixamorig:Head', Weight: 0.991836 +Vertex 3210: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3211: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3212: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3213: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3214: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3215: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3216: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3217: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3218: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007677 + Group: 'mixamorig:Head', Weight: 0.992323 +Vertex 3219: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011450 + Group: 'mixamorig:Head', Weight: 0.988550 +Vertex 3220: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013638 + Group: 'mixamorig:Head', Weight: 0.986362 +Vertex 3221: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016379 + Group: 'mixamorig:Head', Weight: 0.983621 +Vertex 3222: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016373 + Group: 'mixamorig:Head', Weight: 0.983626 +Vertex 3223: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.016125 + Group: 'mixamorig:Head', Weight: 0.983875 +Vertex 3224: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3226: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006329 + Group: 'mixamorig:Head', Weight: 0.993671 +Vertex 3227: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008223 + Group: 'mixamorig:Head', Weight: 0.991777 +Vertex 3228: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011344 + Group: 'mixamorig:Head', Weight: 0.988656 +Vertex 3229: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013855 + Group: 'mixamorig:Head', Weight: 0.986145 +Vertex 3230: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025669 + Group: 'mixamorig:Head', Weight: 0.974331 +Vertex 3231: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027056 + Group: 'mixamorig:Head', Weight: 0.972944 +Vertex 3232: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028103 + Group: 'mixamorig:Head', Weight: 0.971897 +Vertex 3233: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029177 + Group: 'mixamorig:Head', Weight: 0.970823 +Vertex 3234: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030446 + Group: 'mixamorig:Head', Weight: 0.969554 +Vertex 3235: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031677 + Group: 'mixamorig:Head', Weight: 0.968323 +Vertex 3236: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029169 + Group: 'mixamorig:Head', Weight: 0.970831 +Vertex 3237: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029157 + Group: 'mixamorig:Head', Weight: 0.970843 +Vertex 3238: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029125 + Group: 'mixamorig:Head', Weight: 0.970875 +Vertex 3239: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029578 + Group: 'mixamorig:Head', Weight: 0.970422 +Vertex 3240: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029616 + Group: 'mixamorig:Head', Weight: 0.970384 +Vertex 3241: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028680 + Group: 'mixamorig:Head', Weight: 0.971320 +Vertex 3242: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.025573 + Group: 'mixamorig:Head', Weight: 0.974427 +Vertex 3243: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024666 + Group: 'mixamorig:Head', Weight: 0.975334 +Vertex 3244: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024155 + Group: 'mixamorig:Head', Weight: 0.975845 +Vertex 3245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008474 + Group: 'mixamorig:Head', Weight: 0.991526 +Vertex 3246: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085220 + Group: 'mixamorig:Head', Weight: 0.914780 +Vertex 3247: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084146 + Group: 'mixamorig:Head', Weight: 0.915854 +Vertex 3248: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083728 + Group: 'mixamorig:Head', Weight: 0.916272 +Vertex 3249: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083932 + Group: 'mixamorig:Head', Weight: 0.916068 +Vertex 3250: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084616 + Group: 'mixamorig:Head', Weight: 0.915384 +Vertex 3251: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085785 + Group: 'mixamorig:Head', Weight: 0.914215 +Vertex 3252: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085593 + Group: 'mixamorig:Head', Weight: 0.914407 +Vertex 3253: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085782 + Group: 'mixamorig:Head', Weight: 0.914218 +Vertex 3254: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085365 + Group: 'mixamorig:Head', Weight: 0.914635 +Vertex 3255: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085152 + Group: 'mixamorig:Head', Weight: 0.914848 +Vertex 3256: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086279 + Group: 'mixamorig:Head', Weight: 0.913721 +Vertex 3257: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088156 + Group: 'mixamorig:Head', Weight: 0.911844 +Vertex 3258: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089669 + Group: 'mixamorig:Head', Weight: 0.910331 +Vertex 3259: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093913 + Group: 'mixamorig:Head', Weight: 0.906087 +Vertex 3260: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097751 + Group: 'mixamorig:Head', Weight: 0.902250 +Vertex 3261: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102950 + Group: 'mixamorig:Head', Weight: 0.897050 +Vertex 3262: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109384 + Group: 'mixamorig:Head', Weight: 0.890616 +Vertex 3263: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112487 + Group: 'mixamorig:Head', Weight: 0.887513 +Vertex 3264: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111881 + Group: 'mixamorig:Head', Weight: 0.888119 +Vertex 3265: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106517 + Group: 'mixamorig:Head', Weight: 0.893483 +Vertex 3266: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092765 + Group: 'mixamorig:Head', Weight: 0.907236 +Vertex 3267: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082985 + Group: 'mixamorig:Head', Weight: 0.917015 +Vertex 3268: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078464 + Group: 'mixamorig:Head', Weight: 0.921536 +Vertex 3269: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072789 + Group: 'mixamorig:Head', Weight: 0.927211 +Vertex 3270: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068275 + Group: 'mixamorig:Head', Weight: 0.931725 +Vertex 3271: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065954 + Group: 'mixamorig:Head', Weight: 0.934046 +Vertex 3272: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081144 + Group: 'mixamorig:Head', Weight: 0.918856 +Vertex 3273: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080566 + Group: 'mixamorig:Head', Weight: 0.919434 +Vertex 3274: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080960 + Group: 'mixamorig:Head', Weight: 0.919040 +Vertex 3275: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081466 + Group: 'mixamorig:Head', Weight: 0.918534 +Vertex 3276: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081756 + Group: 'mixamorig:Head', Weight: 0.918244 +Vertex 3277: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082449 + Group: 'mixamorig:Head', Weight: 0.917551 +Vertex 3278: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083291 + Group: 'mixamorig:Head', Weight: 0.916709 +Vertex 3279: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084380 + Group: 'mixamorig:Head', Weight: 0.915620 +Vertex 3280: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084617 + Group: 'mixamorig:Head', Weight: 0.915383 +Vertex 3281: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085157 + Group: 'mixamorig:Head', Weight: 0.914843 +Vertex 3282: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086394 + Group: 'mixamorig:Head', Weight: 0.913606 +Vertex 3283: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088388 + Group: 'mixamorig:Head', Weight: 0.911612 +Vertex 3284: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089785 + Group: 'mixamorig:Head', Weight: 0.910215 +Vertex 3285: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091972 + Group: 'mixamorig:Head', Weight: 0.908028 +Vertex 3286: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095222 + Group: 'mixamorig:Head', Weight: 0.904778 +Vertex 3287: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100348 + Group: 'mixamorig:Head', Weight: 0.899652 +Vertex 3288: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105045 + Group: 'mixamorig:Head', Weight: 0.894955 +Vertex 3289: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107874 + Group: 'mixamorig:Head', Weight: 0.892126 +Vertex 3290: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107904 + Group: 'mixamorig:Head', Weight: 0.892096 +Vertex 3291: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102335 + Group: 'mixamorig:Head', Weight: 0.897665 +Vertex 3292: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091834 + Group: 'mixamorig:Head', Weight: 0.908166 +Vertex 3293: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082795 + Group: 'mixamorig:Head', Weight: 0.917205 +Vertex 3294: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079246 + Group: 'mixamorig:Head', Weight: 0.920754 +Vertex 3295: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073180 + Group: 'mixamorig:Head', Weight: 0.926820 +Vertex 3296: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070266 + Group: 'mixamorig:Head', Weight: 0.929734 +Vertex 3297: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068869 + Group: 'mixamorig:Head', Weight: 0.931131 +Vertex 3298: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031315 + Group: 'mixamorig:Head', Weight: 0.968685 +Vertex 3299: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029387 + Group: 'mixamorig:Head', Weight: 0.970613 +Vertex 3300: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.024007 + Group: 'mixamorig:Head', Weight: 0.975993 +Vertex 3301: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015828 + Group: 'mixamorig:Head', Weight: 0.984172 +Vertex 3302: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.012620 + Group: 'mixamorig:Head', Weight: 0.987380 +Vertex 3303: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009485 + Group: 'mixamorig:Head', Weight: 0.990515 +Vertex 3304: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.008300 + Group: 'mixamorig:Head', Weight: 0.991700 +Vertex 3305: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007367 + Group: 'mixamorig:Head', Weight: 0.992633 +Vertex 3306: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005428 + Group: 'mixamorig:Head', Weight: 0.994572 +Vertex 3307: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003438 + Group: 'mixamorig:Head', Weight: 0.996562 +Vertex 3308: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003079 + Group: 'mixamorig:Head', Weight: 0.996921 +Vertex 3309: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002971 + Group: 'mixamorig:Head', Weight: 0.997029 +Vertex 3310: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004803 + Group: 'mixamorig:Head', Weight: 0.995197 +Vertex 3311: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.006460 + Group: 'mixamorig:Head', Weight: 0.993540 +Vertex 3312: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009371 + Group: 'mixamorig:Head', Weight: 0.990629 +Vertex 3313: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011826 + Group: 'mixamorig:Head', Weight: 0.988174 +Vertex 3314: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.015889 + Group: 'mixamorig:Head', Weight: 0.984111 +Vertex 3315: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.023316 + Group: 'mixamorig:Head', Weight: 0.976684 +Vertex 3316: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027874 + Group: 'mixamorig:Head', Weight: 0.972126 +Vertex 3317: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030520 + Group: 'mixamorig:Head', Weight: 0.969480 +Vertex 3318: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031899 + Group: 'mixamorig:Head', Weight: 0.968102 +Vertex 3319: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.135565 + Group: 'mixamorig:Head', Weight: 0.864435 +Vertex 3320: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.132411 + Group: 'mixamorig:Head', Weight: 0.867589 +Vertex 3321: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061024 + Group: 'mixamorig:Head', Weight: 0.938976 +Vertex 3322: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064045 + Group: 'mixamorig:Head', Weight: 0.935955 +Vertex 3323: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029779 + Group: 'mixamorig:Head', Weight: 0.970221 +Vertex 3324: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031729 + Group: 'mixamorig:Head', Weight: 0.968271 +Vertex 3325: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042226 + Group: 'mixamorig:Head', Weight: 0.957774 +Vertex 3326: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047608 + Group: 'mixamorig:Head', Weight: 0.952392 +Vertex 3327: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048332 + Group: 'mixamorig:Head', Weight: 0.951668 +Vertex 3328: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052598 + Group: 'mixamorig:Head', Weight: 0.947402 +Vertex 3329: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055444 + Group: 'mixamorig:Head', Weight: 0.944556 +Vertex 3330: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052293 + Group: 'mixamorig:Head', Weight: 0.947707 +Vertex 3331: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049810 + Group: 'mixamorig:Head', Weight: 0.950190 +Vertex 3332: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043606 + Group: 'mixamorig:Head', Weight: 0.956394 +Vertex 3333: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034096 + Group: 'mixamorig:Head', Weight: 0.965904 +Vertex 3334: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030729 + Group: 'mixamorig:Head', Weight: 0.969271 +Vertex 3335: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061509 + Group: 'mixamorig:Head', Weight: 0.938491 +Vertex 3336: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062314 + Group: 'mixamorig:Head', Weight: 0.937686 +Vertex 3337: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053405 + Group: 'mixamorig:Head', Weight: 0.946595 +Vertex 3338: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044488 + Group: 'mixamorig:Head', Weight: 0.955512 +Vertex 3339: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039809 + Group: 'mixamorig:Head', Weight: 0.960191 +Vertex 3340: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.039185 + Group: 'mixamorig:Head', Weight: 0.960815 +Vertex 3341: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035663 + Group: 'mixamorig:Head', Weight: 0.964337 +Vertex 3342: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029847 + Group: 'mixamorig:Head', Weight: 0.970153 +Vertex 3343: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031467 + Group: 'mixamorig:Head', Weight: 0.968533 +Vertex 3344: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037098 + Group: 'mixamorig:Head', Weight: 0.962902 +Vertex 3345: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041686 + Group: 'mixamorig:Head', Weight: 0.958314 +Vertex 3346: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044491 + Group: 'mixamorig:Head', Weight: 0.955509 +Vertex 3347: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048074 + Group: 'mixamorig:Head', Weight: 0.951926 +Vertex 3348: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055306 + Group: 'mixamorig:Head', Weight: 0.944694 +Vertex 3349: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.045951 + Group: 'mixamorig:Head', Weight: 0.954050 +Vertex 3350: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.040680 + Group: 'mixamorig:Head', Weight: 0.959320 +Vertex 3351: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048128 + Group: 'mixamorig:Head', Weight: 0.951872 +Vertex 3352: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044424 + Group: 'mixamorig:Head', Weight: 0.955576 +Vertex 3353: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058117 + Group: 'mixamorig:Head', Weight: 0.941884 +Vertex 3354: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062365 + Group: 'mixamorig:Head', Weight: 0.937635 +Vertex 3355: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.464739 + Group: 'mixamorig:Neck', Weight: 0.291077 + Group: 'mixamorig:Head', Weight: 0.244184 +Vertex 3356: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.473594 + Group: 'mixamorig:Neck', Weight: 0.282406 + Group: 'mixamorig:Head', Weight: 0.244000 +Vertex 3357: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.609517 + Group: 'mixamorig:Neck', Weight: 0.202022 + Group: 'mixamorig:Head', Weight: 0.172977 + Group: 'mixamorig:RightShoulder', Weight: 0.015485 +Vertex 3358: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.846884 + Group: 'mixamorig:Neck', Weight: 0.050314 + Group: 'mixamorig:Head', Weight: 0.044208 + Group: 'mixamorig:RightShoulder', Weight: 0.058594 +Vertex 3359: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.714724 + Group: 'mixamorig:Neck', Weight: 0.142967 + Group: 'mixamorig:Head', Weight: 0.123039 + Group: 'mixamorig:RightShoulder', Weight: 0.019270 +Vertex 3360: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.637305 + Group: 'mixamorig:Neck', Weight: 0.205914 + Group: 'mixamorig:Head', Weight: 0.156781 +Vertex 3361: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.704695 + Group: 'mixamorig:Neck', Weight: 0.183105 + Group: 'mixamorig:Head', Weight: 0.112199 +Vertex 3362: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.691916 + Group: 'mixamorig:Neck', Weight: 0.198072 + Group: 'mixamorig:Head', Weight: 0.110012 +Vertex 3363: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.593249 + Group: 'mixamorig:Neck', Weight: 0.249965 + Group: 'mixamorig:Head', Weight: 0.156786 +Vertex 3364: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.601786 + Group: 'mixamorig:Neck', Weight: 0.247010 + Group: 'mixamorig:Head', Weight: 0.151204 +Vertex 3365: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.658114 + Group: 'mixamorig:Neck', Weight: 0.218429 + Group: 'mixamorig:Head', Weight: 0.123457 +Vertex 3366: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.684596 + Group: 'mixamorig:Neck', Weight: 0.203577 + Group: 'mixamorig:Head', Weight: 0.111827 +Vertex 3367: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.706691 + Group: 'mixamorig:Neck', Weight: 0.189100 + Group: 'mixamorig:Head', Weight: 0.104209 +Vertex 3368: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.730981 + Group: 'mixamorig:Neck', Weight: 0.171001 + Group: 'mixamorig:Head', Weight: 0.098018 +Vertex 3369: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.742438 + Group: 'mixamorig:Neck', Weight: 0.152120 + Group: 'mixamorig:Head', Weight: 0.105443 +Vertex 3370: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.770257 + Group: 'mixamorig:Neck', Weight: 0.124773 + Group: 'mixamorig:Head', Weight: 0.094986 + Group: 'mixamorig:LeftShoulder', Weight: 0.009985 +Vertex 3371: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.819979 + Group: 'mixamorig:Neck', Weight: 0.078622 + Group: 'mixamorig:Head', Weight: 0.066294 + Group: 'mixamorig:LeftShoulder', Weight: 0.035105 +Vertex 3372: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.864463 + Group: 'mixamorig:Neck', Weight: 0.027961 + Group: 'mixamorig:Head', Weight: 0.026554 + Group: 'mixamorig:LeftShoulder', Weight: 0.081022 +Vertex 3373: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.790335 + Group: 'mixamorig:Neck', Weight: 0.086184 + Group: 'mixamorig:Head', Weight: 0.079890 + Group: 'mixamorig:LeftShoulder', Weight: 0.043590 +Vertex 3374: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.598570 + Group: 'mixamorig:Neck', Weight: 0.205426 + Group: 'mixamorig:Head', Weight: 0.196004 +Vertex 3375: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.507132 + Group: 'mixamorig:Neck', Weight: 0.250085 + Group: 'mixamorig:Head', Weight: 0.242783 +Vertex 3376: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.549365 + Group: 'mixamorig:Neck', Weight: 0.240644 + Group: 'mixamorig:Head', Weight: 0.209991 +Vertex 3377: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.650973 + Group: 'mixamorig:Neck', Weight: 0.208889 + Group: 'mixamorig:Head', Weight: 0.139390 + Group: 'mixamorig:LeftShoulder', Weight: 0.000747 +Vertex 3378: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.612989 + Group: 'mixamorig:Neck', Weight: 0.244290 + Group: 'mixamorig:Head', Weight: 0.142721 +Vertex 3379: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.504754 + Group: 'mixamorig:Neck', Weight: 0.286527 + Group: 'mixamorig:Head', Weight: 0.208719 +Vertex 3380: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.003822 + Group: 'mixamorig:Head', Weight: 0.996178 +Vertex 3381: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3382: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001102 + Group: 'mixamorig:Head', Weight: 0.998898 +Vertex 3383: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3384: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3385: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3386: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3388: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3390: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3391: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3392: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3393: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3394: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030166 + Group: 'mixamorig:Head', Weight: 0.969834 +Vertex 3400: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027540 + Group: 'mixamorig:Head', Weight: 0.972460 +Vertex 3401: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022532 + Group: 'mixamorig:Head', Weight: 0.977468 +Vertex 3402: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.013008 + Group: 'mixamorig:Head', Weight: 0.986992 +Vertex 3403: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.009726 + Group: 'mixamorig:Head', Weight: 0.990274 +Vertex 3404: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007115 + Group: 'mixamorig:Head', Weight: 0.992885 +Vertex 3405: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005874 + Group: 'mixamorig:Head', Weight: 0.994126 +Vertex 3406: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.004142 + Group: 'mixamorig:Head', Weight: 0.995858 +Vertex 3407: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.001881 + Group: 'mixamorig:Head', Weight: 0.998119 +Vertex 3408: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000306 + Group: 'mixamorig:Head', Weight: 0.999694 +Vertex 3412: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.002520 + Group: 'mixamorig:Head', Weight: 0.997480 +Vertex 3413: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.005030 + Group: 'mixamorig:Head', Weight: 0.994970 +Vertex 3414: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.007721 + Group: 'mixamorig:Head', Weight: 0.992279 +Vertex 3415: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.011612 + Group: 'mixamorig:Head', Weight: 0.988388 +Vertex 3416: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.022531 + Group: 'mixamorig:Head', Weight: 0.977469 +Vertex 3417: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.027267 + Group: 'mixamorig:Head', Weight: 0.972733 +Vertex 3418: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028293 + Group: 'mixamorig:Head', Weight: 0.971707 +Vertex 3419: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029256 + Group: 'mixamorig:Head', Weight: 0.970744 +Vertex 3420: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049895 + Group: 'mixamorig:Head', Weight: 0.950105 +Vertex 3421: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041934 + Group: 'mixamorig:Head', Weight: 0.958066 +Vertex 3422: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034802 + Group: 'mixamorig:Head', Weight: 0.965198 +Vertex 3423: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049367 + Group: 'mixamorig:Head', Weight: 0.950633 +Vertex 3424: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042814 + Group: 'mixamorig:Head', Weight: 0.957186 +Vertex 3425: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034336 + Group: 'mixamorig:Head', Weight: 0.965664 +Vertex 3426: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058112 + Group: 'mixamorig:Head', Weight: 0.941888 +Vertex 3427: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057934 + Group: 'mixamorig:Head', Weight: 0.942066 +Vertex 3428: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031559 + Group: 'mixamorig:Head', Weight: 0.968441 +Vertex 3429: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031469 + Group: 'mixamorig:Head', Weight: 0.968531 +Vertex 3430: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034043 + Group: 'mixamorig:Head', Weight: 0.965957 +Vertex 3431: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030527 + Group: 'mixamorig:Head', Weight: 0.969473 +Vertex 3432: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030030 + Group: 'mixamorig:Head', Weight: 0.969970 +Vertex 3433: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036508 + Group: 'mixamorig:Head', Weight: 0.963492 +Vertex 3434: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033105 + Group: 'mixamorig:Head', Weight: 0.966895 +Vertex 3435: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030980 + Group: 'mixamorig:Head', Weight: 0.969020 +Vertex 3436: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035220 + Group: 'mixamorig:Head', Weight: 0.964780 +Vertex 3437: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.035554 + Group: 'mixamorig:Head', Weight: 0.964446 +Vertex 3438: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037391 + Group: 'mixamorig:Head', Weight: 0.962608 +Vertex 3439: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037452 + Group: 'mixamorig:Head', Weight: 0.962548 +Vertex 3440: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029103 + Group: 'mixamorig:Head', Weight: 0.970897 +Vertex 3441: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.028150 + Group: 'mixamorig:Head', Weight: 0.971850 +Vertex 3442: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3443: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3444: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3445: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3446: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3447: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3448: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3449: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3450: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3451: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3452: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3453: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3454: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3455: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3456: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3457: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3458: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037809 + Group: 'mixamorig:Head', Weight: 0.962191 +Vertex 3459: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038113 + Group: 'mixamorig:Head', Weight: 0.961887 +Vertex 3460: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038109 + Group: 'mixamorig:Head', Weight: 0.961891 +Vertex 3461: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.037636 + Group: 'mixamorig:Head', Weight: 0.962364 +Vertex 3462: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033688 + Group: 'mixamorig:Head', Weight: 0.966312 +Vertex 3463: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.034707 + Group: 'mixamorig:Head', Weight: 0.965293 +Vertex 3464: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031567 + Group: 'mixamorig:Head', Weight: 0.968433 +Vertex 3465: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032454 + Group: 'mixamorig:Head', Weight: 0.967546 +Vertex 3466: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033287 + Group: 'mixamorig:Head', Weight: 0.966713 +Vertex 3467: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033957 + Group: 'mixamorig:Head', Weight: 0.966043 +Vertex 3468: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3469: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3470: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3471: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3472: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3473: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3474: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3475: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3476: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3477: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3478: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3479: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3480: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3481: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3482: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3483: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3484: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3485: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3486: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3487: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3488: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3489: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3490: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3491: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3492: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3493: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3494: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3495: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3496: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3497: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3498: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082321 + Group: 'mixamorig:Head', Weight: 0.917679 +Vertex 3499: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082267 + Group: 'mixamorig:Head', Weight: 0.917733 +Vertex 3500: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081686 + Group: 'mixamorig:Head', Weight: 0.918314 +Vertex 3501: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079589 + Group: 'mixamorig:Head', Weight: 0.920411 +Vertex 3502: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078171 + Group: 'mixamorig:Head', Weight: 0.921829 +Vertex 3503: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075591 + Group: 'mixamorig:Head', Weight: 0.924409 +Vertex 3504: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075770 + Group: 'mixamorig:Head', Weight: 0.924230 +Vertex 3505: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076678 + Group: 'mixamorig:Head', Weight: 0.923322 +Vertex 3506: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077648 + Group: 'mixamorig:Head', Weight: 0.922351 +Vertex 3507: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079454 + Group: 'mixamorig:Head', Weight: 0.920546 +Vertex 3508: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080739 + Group: 'mixamorig:Head', Weight: 0.919261 +Vertex 3509: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080253 + Group: 'mixamorig:Head', Weight: 0.919747 +Vertex 3510: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081644 + Group: 'mixamorig:Head', Weight: 0.918356 +Vertex 3511: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082274 + Group: 'mixamorig:Head', Weight: 0.917726 +Vertex 3512: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084378 + Group: 'mixamorig:Head', Weight: 0.915622 +Vertex 3513: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084272 + Group: 'mixamorig:Head', Weight: 0.915728 +Vertex 3514: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081593 + Group: 'mixamorig:Head', Weight: 0.918407 +Vertex 3515: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065968 + Group: 'mixamorig:Head', Weight: 0.934032 +Vertex 3516: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067831 + Group: 'mixamorig:Head', Weight: 0.932168 +Vertex 3517: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070758 + Group: 'mixamorig:Head', Weight: 0.929242 +Vertex 3518: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071625 + Group: 'mixamorig:Head', Weight: 0.928375 +Vertex 3519: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070142 + Group: 'mixamorig:Head', Weight: 0.929858 +Vertex 3520: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067265 + Group: 'mixamorig:Head', Weight: 0.932735 +Vertex 3521: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062331 + Group: 'mixamorig:Head', Weight: 0.937669 +Vertex 3522: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056719 + Group: 'mixamorig:Head', Weight: 0.943281 +Vertex 3523: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049738 + Group: 'mixamorig:Head', Weight: 0.950262 +Vertex 3524: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042476 + Group: 'mixamorig:Head', Weight: 0.957524 +Vertex 3525: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036098 + Group: 'mixamorig:Head', Weight: 0.963902 +Vertex 3526: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033867 + Group: 'mixamorig:Head', Weight: 0.966133 +Vertex 3527: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030750 + Group: 'mixamorig:Head', Weight: 0.969250 +Vertex 3528: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030766 + Group: 'mixamorig:Head', Weight: 0.969234 +Vertex 3529: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064396 + Group: 'mixamorig:Head', Weight: 0.935604 +Vertex 3530: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067599 + Group: 'mixamorig:Head', Weight: 0.932401 +Vertex 3531: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070671 + Group: 'mixamorig:Head', Weight: 0.929329 +Vertex 3532: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071937 + Group: 'mixamorig:Head', Weight: 0.928063 +Vertex 3533: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070743 + Group: 'mixamorig:Head', Weight: 0.929257 +Vertex 3534: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067807 + Group: 'mixamorig:Head', Weight: 0.932193 +Vertex 3535: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062968 + Group: 'mixamorig:Head', Weight: 0.937032 +Vertex 3536: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056887 + Group: 'mixamorig:Head', Weight: 0.943113 +Vertex 3537: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049940 + Group: 'mixamorig:Head', Weight: 0.950060 +Vertex 3538: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042869 + Group: 'mixamorig:Head', Weight: 0.957131 +Vertex 3539: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.036536 + Group: 'mixamorig:Head', Weight: 0.963464 +Vertex 3540: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033304 + Group: 'mixamorig:Head', Weight: 0.966696 +Vertex 3541: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031157 + Group: 'mixamorig:Head', Weight: 0.968843 +Vertex 3542: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031203 + Group: 'mixamorig:Head', Weight: 0.968797 +Vertex 3543: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030690 + Group: 'mixamorig:Head', Weight: 0.969310 +Vertex 3544: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031340 + Group: 'mixamorig:Head', Weight: 0.968660 +Vertex 3545: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030890 + Group: 'mixamorig:Head', Weight: 0.969110 +Vertex 3546: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.029175 + Group: 'mixamorig:Head', Weight: 0.970825 +Vertex 3547: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031515 + Group: 'mixamorig:Head', Weight: 0.968485 +Vertex 3548: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031501 + Group: 'mixamorig:Head', Weight: 0.968499 +Vertex 3549: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030539 + Group: 'mixamorig:Head', Weight: 0.969461 +Vertex 3550: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031062 + Group: 'mixamorig:Head', Weight: 0.968938 +Vertex 3551: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030610 + Group: 'mixamorig:Head', Weight: 0.969390 +Vertex 3552: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030734 + Group: 'mixamorig:Head', Weight: 0.969266 +Vertex 3553: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.030960 + Group: 'mixamorig:Head', Weight: 0.969041 +Vertex 3554: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031334 + Group: 'mixamorig:Head', Weight: 0.968666 +Vertex 3555: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031249 + Group: 'mixamorig:Head', Weight: 0.968751 +Vertex 3556: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.031142 + Group: 'mixamorig:Head', Weight: 0.968858 +Vertex 3557: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062655 + Group: 'mixamorig:Head', Weight: 0.937345 +Vertex 3558: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066994 + Group: 'mixamorig:Head', Weight: 0.933006 +Vertex 3559: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070334 + Group: 'mixamorig:Head', Weight: 0.929667 +Vertex 3560: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071796 + Group: 'mixamorig:Head', Weight: 0.928204 +Vertex 3561: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070741 + Group: 'mixamorig:Head', Weight: 0.929259 +Vertex 3562: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069770 + Group: 'mixamorig:Head', Weight: 0.930230 +Vertex 3563: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065215 + Group: 'mixamorig:Head', Weight: 0.934785 +Vertex 3564: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062756 + Group: 'mixamorig:Head', Weight: 0.937244 +Vertex 3565: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067177 + Group: 'mixamorig:Head', Weight: 0.932823 +Vertex 3566: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070754 + Group: 'mixamorig:Head', Weight: 0.929246 +Vertex 3567: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072151 + Group: 'mixamorig:Head', Weight: 0.927849 +Vertex 3568: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070804 + Group: 'mixamorig:Head', Weight: 0.929196 +Vertex 3569: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069272 + Group: 'mixamorig:Head', Weight: 0.930728 +Vertex 3570: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064119 + Group: 'mixamorig:Head', Weight: 0.935881 +Vertex 3571: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.032292 + Group: 'mixamorig:Head', Weight: 0.967708 +Vertex 3572: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.033303 + Group: 'mixamorig:Head', Weight: 0.966697 +Vertex 3573: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076226 + Group: 'mixamorig:Head', Weight: 0.923774 +Vertex 3574: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073552 + Group: 'mixamorig:Head', Weight: 0.926448 +Vertex 3575: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075262 + Group: 'mixamorig:Head', Weight: 0.924738 +Vertex 3576: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076686 + Group: 'mixamorig:Head', Weight: 0.923314 +Vertex 3577: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077151 + Group: 'mixamorig:Head', Weight: 0.922849 +Vertex 3578: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075633 + Group: 'mixamorig:Head', Weight: 0.924367 +Vertex 3579: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076393 + Group: 'mixamorig:Head', Weight: 0.923607 +Vertex 3580: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075184 + Group: 'mixamorig:Head', Weight: 0.924816 +Vertex 3581: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070198 + Group: 'mixamorig:Head', Weight: 0.929802 +Vertex 3582: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069103 + Group: 'mixamorig:Head', Weight: 0.930897 +Vertex 3583: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070706 + Group: 'mixamorig:Head', Weight: 0.929294 +Vertex 3584: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070306 + Group: 'mixamorig:Head', Weight: 0.929694 +Vertex 3585: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068447 + Group: 'mixamorig:Head', Weight: 0.931553 +Vertex 3586: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066714 + Group: 'mixamorig:Head', Weight: 0.933286 +Vertex 3587: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066491 + Group: 'mixamorig:Head', Weight: 0.933509 +Vertex 3588: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069072 + Group: 'mixamorig:Head', Weight: 0.930928 +Vertex 3589: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069045 + Group: 'mixamorig:Head', Weight: 0.930955 +Vertex 3590: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076456 + Group: 'mixamorig:Head', Weight: 0.923544 +Vertex 3591: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077388 + Group: 'mixamorig:Head', Weight: 0.922612 +Vertex 3592: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076241 + Group: 'mixamorig:Head', Weight: 0.923759 +Vertex 3593: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074822 + Group: 'mixamorig:Head', Weight: 0.925178 +Vertex 3594: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076321 + Group: 'mixamorig:Head', Weight: 0.923679 +Vertex 3595: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074807 + Group: 'mixamorig:Head', Weight: 0.925193 +Vertex 3596: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075077 + Group: 'mixamorig:Head', Weight: 0.924923 +Vertex 3597: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071669 + Group: 'mixamorig:Head', Weight: 0.928331 +Vertex 3598: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070470 + Group: 'mixamorig:Head', Weight: 0.929530 +Vertex 3599: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072236 + Group: 'mixamorig:Head', Weight: 0.927764 +Vertex 3600: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072143 + Group: 'mixamorig:Head', Weight: 0.927857 +Vertex 3601: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072229 + Group: 'mixamorig:Head', Weight: 0.927771 +Vertex 3602: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075266 + Group: 'mixamorig:Head', Weight: 0.924734 +Vertex 3603: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074733 + Group: 'mixamorig:Head', Weight: 0.925267 +Vertex 3604: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071854 + Group: 'mixamorig:Head', Weight: 0.928146 +Vertex 3605: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076800 + Group: 'mixamorig:Head', Weight: 0.923200 +Vertex 3606: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076244 + Group: 'mixamorig:Head', Weight: 0.923756 +Vertex 3607: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076601 + Group: 'mixamorig:Head', Weight: 0.923399 +Vertex 3608: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076890 + Group: 'mixamorig:Head', Weight: 0.923110 +Vertex 3609: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077407 + Group: 'mixamorig:Head', Weight: 0.922593 +Vertex 3610: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076413 + Group: 'mixamorig:Head', Weight: 0.923587 +Vertex 3611: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073489 + Group: 'mixamorig:Head', Weight: 0.926511 +Vertex 3612: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067996 + Group: 'mixamorig:Head', Weight: 0.932004 +Vertex 3613: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065679 + Group: 'mixamorig:Head', Weight: 0.934321 +Vertex 3614: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065299 + Group: 'mixamorig:Head', Weight: 0.934701 +Vertex 3615: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064156 + Group: 'mixamorig:Head', Weight: 0.935844 +Vertex 3616: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066426 + Group: 'mixamorig:Head', Weight: 0.933574 +Vertex 3617: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065489 + Group: 'mixamorig:Head', Weight: 0.934511 +Vertex 3618: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063989 + Group: 'mixamorig:Head', Weight: 0.936011 +Vertex 3619: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066932 + Group: 'mixamorig:Head', Weight: 0.933068 +Vertex 3620: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064210 + Group: 'mixamorig:Head', Weight: 0.935790 +Vertex 3621: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066828 + Group: 'mixamorig:Head', Weight: 0.933172 +Vertex 3622: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065662 + Group: 'mixamorig:Head', Weight: 0.934338 +Vertex 3623: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067379 + Group: 'mixamorig:Head', Weight: 0.932621 +Vertex 3624: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067548 + Group: 'mixamorig:Head', Weight: 0.932452 +Vertex 3625: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070422 + Group: 'mixamorig:Head', Weight: 0.929578 +Vertex 3626: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068986 + Group: 'mixamorig:Head', Weight: 0.931014 +Vertex 3627: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068122 + Group: 'mixamorig:Head', Weight: 0.931878 +Vertex 3628: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067906 + Group: 'mixamorig:Head', Weight: 0.932094 +Vertex 3629: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065692 + Group: 'mixamorig:Head', Weight: 0.934308 +Vertex 3630: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068312 + Group: 'mixamorig:Head', Weight: 0.931688 +Vertex 3631: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070098 + Group: 'mixamorig:Head', Weight: 0.929902 +Vertex 3632: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077124 + Group: 'mixamorig:Head', Weight: 0.922876 +Vertex 3633: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077043 + Group: 'mixamorig:Head', Weight: 0.922957 +Vertex 3634: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071434 + Group: 'mixamorig:Head', Weight: 0.928566 +Vertex 3635: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067891 + Group: 'mixamorig:Head', Weight: 0.932109 +Vertex 3636: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065699 + Group: 'mixamorig:Head', Weight: 0.934301 +Vertex 3637: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064893 + Group: 'mixamorig:Head', Weight: 0.935107 +Vertex 3638: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067393 + Group: 'mixamorig:Head', Weight: 0.932607 +Vertex 3639: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067775 + Group: 'mixamorig:Head', Weight: 0.932225 +Vertex 3640: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065541 + Group: 'mixamorig:Head', Weight: 0.934459 +Vertex 3641: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068206 + Group: 'mixamorig:Head', Weight: 0.931794 +Vertex 3642: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064632 + Group: 'mixamorig:Head', Weight: 0.935368 +Vertex 3643: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067090 + Group: 'mixamorig:Head', Weight: 0.932910 +Vertex 3644: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061532 + Group: 'mixamorig:Head', Weight: 0.938468 +Vertex 3645: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063993 + Group: 'mixamorig:Head', Weight: 0.936007 +Vertex 3646: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064419 + Group: 'mixamorig:Head', Weight: 0.935582 +Vertex 3647: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064891 + Group: 'mixamorig:Head', Weight: 0.935109 +Vertex 3648: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065082 + Group: 'mixamorig:Head', Weight: 0.934918 +Vertex 3649: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061603 + Group: 'mixamorig:Head', Weight: 0.938397 +Vertex 3650: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076497 + Group: 'mixamorig:Head', Weight: 0.923503 +Vertex 3651: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066173 + Group: 'mixamorig:Head', Weight: 0.933827 +Vertex 3652: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077302 + Group: 'mixamorig:Head', Weight: 0.922698 +Vertex 3653: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073572 + Group: 'mixamorig:Head', Weight: 0.926428 +Vertex 3654: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077747 + Group: 'mixamorig:Head', Weight: 0.922253 +Vertex 3655: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072560 + Group: 'mixamorig:Head', Weight: 0.927440 +Vertex 3656: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072284 + Group: 'mixamorig:Head', Weight: 0.927716 +Vertex 3657: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077110 + Group: 'mixamorig:Head', Weight: 0.922890 +Vertex 3658: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072881 + Group: 'mixamorig:Head', Weight: 0.927119 +Vertex 3659: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068600 + Group: 'mixamorig:Head', Weight: 0.931400 +Vertex 3660: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071031 + Group: 'mixamorig:Head', Weight: 0.928969 +Vertex 3661: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077780 + Group: 'mixamorig:Head', Weight: 0.922220 +Vertex 3662: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078443 + Group: 'mixamorig:Head', Weight: 0.921557 +Vertex 3663: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074128 + Group: 'mixamorig:Head', Weight: 0.925872 +Vertex 3664: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078106 + Group: 'mixamorig:Head', Weight: 0.921893 +Vertex 3665: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077901 + Group: 'mixamorig:Head', Weight: 0.922099 +Vertex 3666: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073300 + Group: 'mixamorig:Head', Weight: 0.926700 +Vertex 3667: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073272 + Group: 'mixamorig:Head', Weight: 0.926728 +Vertex 3668: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067156 + Group: 'mixamorig:Head', Weight: 0.932844 +Vertex 3669: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076286 + Group: 'mixamorig:Head', Weight: 0.923714 +Vertex 3670: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077490 + Group: 'mixamorig:Head', Weight: 0.922510 +Vertex 3671: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078219 + Group: 'mixamorig:Head', Weight: 0.921781 +Vertex 3672: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078439 + Group: 'mixamorig:Head', Weight: 0.921561 +Vertex 3673: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078650 + Group: 'mixamorig:Head', Weight: 0.921350 +Vertex 3674: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078204 + Group: 'mixamorig:Head', Weight: 0.921796 +Vertex 3675: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073934 + Group: 'mixamorig:Head', Weight: 0.926066 +Vertex 3676: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070626 + Group: 'mixamorig:Head', Weight: 0.929374 +Vertex 3677: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069431 + Group: 'mixamorig:Head', Weight: 0.930569 +Vertex 3678: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077823 + Group: 'mixamorig:Head', Weight: 0.922177 +Vertex 3679: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077490 + Group: 'mixamorig:Head', Weight: 0.922510 +Vertex 3680: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074064 + Group: 'mixamorig:Head', Weight: 0.925936 +Vertex 3681: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073971 + Group: 'mixamorig:Head', Weight: 0.926029 +Vertex 3682: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073790 + Group: 'mixamorig:Head', Weight: 0.926210 +Vertex 3683: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069517 + Group: 'mixamorig:Head', Weight: 0.930483 +Vertex 3684: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069035 + Group: 'mixamorig:Head', Weight: 0.930965 +Vertex 3685: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065713 + Group: 'mixamorig:Head', Weight: 0.934287 +Vertex 3686: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063282 + Group: 'mixamorig:Head', Weight: 0.936718 +Vertex 3687: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062413 + Group: 'mixamorig:Head', Weight: 0.937587 +Vertex 3688: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065467 + Group: 'mixamorig:Head', Weight: 0.934533 +Vertex 3689: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068810 + Group: 'mixamorig:Head', Weight: 0.931190 +Vertex 3690: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066836 + Group: 'mixamorig:Head', Weight: 0.933164 +Vertex 3691: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073397 + Group: 'mixamorig:Head', Weight: 0.926603 +Vertex 3692: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064462 + Group: 'mixamorig:Head', Weight: 0.935538 +Vertex 3693: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064895 + Group: 'mixamorig:Head', Weight: 0.935105 +Vertex 3694: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077357 + Group: 'mixamorig:Head', Weight: 0.922643 +Vertex 3695: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078208 + Group: 'mixamorig:Head', Weight: 0.921792 +Vertex 3696: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075037 + Group: 'mixamorig:Head', Weight: 0.924963 +Vertex 3697: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081443 + Group: 'mixamorig:Head', Weight: 0.918557 +Vertex 3698: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076427 + Group: 'mixamorig:Head', Weight: 0.923573 +Vertex 3699: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076390 + Group: 'mixamorig:Head', Weight: 0.923610 +Vertex 3700: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079775 + Group: 'mixamorig:Head', Weight: 0.920226 +Vertex 3701: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076269 + Group: 'mixamorig:Head', Weight: 0.923731 +Vertex 3702: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064549 + Group: 'mixamorig:Head', Weight: 0.935451 +Vertex 3703: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066658 + Group: 'mixamorig:Head', Weight: 0.933342 +Vertex 3704: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075525 + Group: 'mixamorig:Head', Weight: 0.924475 +Vertex 3705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072187 + Group: 'mixamorig:Head', Weight: 0.927813 +Vertex 3706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072050 + Group: 'mixamorig:Head', Weight: 0.927950 +Vertex 3707: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077822 + Group: 'mixamorig:Head', Weight: 0.922178 +Vertex 3708: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072498 + Group: 'mixamorig:Head', Weight: 0.927502 +Vertex 3709: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078826 + Group: 'mixamorig:Head', Weight: 0.921174 +Vertex 3710: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080115 + Group: 'mixamorig:Head', Weight: 0.919885 +Vertex 3711: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078827 + Group: 'mixamorig:Head', Weight: 0.921173 +Vertex 3712: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073706 + Group: 'mixamorig:Head', Weight: 0.926294 +Vertex 3713: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070984 + Group: 'mixamorig:Head', Weight: 0.929016 +Vertex 3714: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070671 + Group: 'mixamorig:Head', Weight: 0.929329 +Vertex 3715: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072158 + Group: 'mixamorig:Head', Weight: 0.927842 +Vertex 3716: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070104 + Group: 'mixamorig:Head', Weight: 0.929896 +Vertex 3717: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078024 + Group: 'mixamorig:Head', Weight: 0.921975 +Vertex 3718: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074889 + Group: 'mixamorig:Head', Weight: 0.925111 +Vertex 3719: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081519 + Group: 'mixamorig:Head', Weight: 0.918481 +Vertex 3720: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080393 + Group: 'mixamorig:Head', Weight: 0.919607 +Vertex 3721: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078868 + Group: 'mixamorig:Head', Weight: 0.921132 +Vertex 3722: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068624 + Group: 'mixamorig:Head', Weight: 0.931376 +Vertex 3723: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066560 + Group: 'mixamorig:Head', Weight: 0.933440 +Vertex 3724: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068903 + Group: 'mixamorig:Head', Weight: 0.931097 +Vertex 3725: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066733 + Group: 'mixamorig:Head', Weight: 0.933267 +Vertex 3726: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067278 + Group: 'mixamorig:Head', Weight: 0.932722 +Vertex 3727: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065961 + Group: 'mixamorig:Head', Weight: 0.934039 +Vertex 3728: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068217 + Group: 'mixamorig:Head', Weight: 0.931783 +Vertex 3729: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065719 + Group: 'mixamorig:Head', Weight: 0.934281 +Vertex 3730: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072059 + Group: 'mixamorig:Head', Weight: 0.927941 +Vertex 3731: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071998 + Group: 'mixamorig:Head', Weight: 0.928002 +Vertex 3732: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068677 + Group: 'mixamorig:Head', Weight: 0.931323 +Vertex 3733: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068636 + Group: 'mixamorig:Head', Weight: 0.931364 +Vertex 3734: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065330 + Group: 'mixamorig:Head', Weight: 0.934670 +Vertex 3735: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069092 + Group: 'mixamorig:Head', Weight: 0.930908 +Vertex 3736: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065924 + Group: 'mixamorig:Head', Weight: 0.934076 +Vertex 3737: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069143 + Group: 'mixamorig:Head', Weight: 0.930857 +Vertex 3738: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066143 + Group: 'mixamorig:Head', Weight: 0.933857 +Vertex 3739: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073154 + Group: 'mixamorig:Head', Weight: 0.926846 +Vertex 3740: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069287 + Group: 'mixamorig:Head', Weight: 0.930713 +Vertex 3741: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063000 + Group: 'mixamorig:Head', Weight: 0.937001 +Vertex 3742: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062572 + Group: 'mixamorig:Head', Weight: 0.937428 +Vertex 3743: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061672 + Group: 'mixamorig:Head', Weight: 0.938328 +Vertex 3744: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062539 + Group: 'mixamorig:Head', Weight: 0.937461 +Vertex 3745: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065019 + Group: 'mixamorig:Head', Weight: 0.934981 +Vertex 3746: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063850 + Group: 'mixamorig:Head', Weight: 0.936150 +Vertex 3747: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078937 + Group: 'mixamorig:Head', Weight: 0.921063 +Vertex 3748: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080086 + Group: 'mixamorig:Head', Weight: 0.919914 +Vertex 3749: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079939 + Group: 'mixamorig:Head', Weight: 0.920061 +Vertex 3750: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076438 + Group: 'mixamorig:Head', Weight: 0.923562 +Vertex 3751: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075116 + Group: 'mixamorig:Head', Weight: 0.924884 +Vertex 3752: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075368 + Group: 'mixamorig:Head', Weight: 0.924632 +Vertex 3753: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076812 + Group: 'mixamorig:Head', Weight: 0.923188 +Vertex 3754: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077381 + Group: 'mixamorig:Head', Weight: 0.922619 +Vertex 3755: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075857 + Group: 'mixamorig:Head', Weight: 0.924143 +Vertex 3756: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076507 + Group: 'mixamorig:Head', Weight: 0.923493 +Vertex 3757: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075249 + Group: 'mixamorig:Head', Weight: 0.924751 +Vertex 3758: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069677 + Group: 'mixamorig:Head', Weight: 0.930323 +Vertex 3759: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069087 + Group: 'mixamorig:Head', Weight: 0.930912 +Vertex 3760: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070270 + Group: 'mixamorig:Head', Weight: 0.929730 +Vertex 3761: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070253 + Group: 'mixamorig:Head', Weight: 0.929747 +Vertex 3762: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067909 + Group: 'mixamorig:Head', Weight: 0.932091 +Vertex 3763: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066417 + Group: 'mixamorig:Head', Weight: 0.933583 +Vertex 3764: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066883 + Group: 'mixamorig:Head', Weight: 0.933118 +Vertex 3765: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069391 + Group: 'mixamorig:Head', Weight: 0.930609 +Vertex 3766: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075014 + Group: 'mixamorig:Head', Weight: 0.924986 +Vertex 3767: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076378 + Group: 'mixamorig:Head', Weight: 0.923622 +Vertex 3768: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077603 + Group: 'mixamorig:Head', Weight: 0.922397 +Vertex 3769: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078111 + Group: 'mixamorig:Head', Weight: 0.921889 +Vertex 3770: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076628 + Group: 'mixamorig:Head', Weight: 0.923372 +Vertex 3771: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076253 + Group: 'mixamorig:Head', Weight: 0.923747 +Vertex 3772: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075432 + Group: 'mixamorig:Head', Weight: 0.924568 +Vertex 3773: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075193 + Group: 'mixamorig:Head', Weight: 0.924807 +Vertex 3774: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071875 + Group: 'mixamorig:Head', Weight: 0.928125 +Vertex 3775: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070106 + Group: 'mixamorig:Head', Weight: 0.929894 +Vertex 3776: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072298 + Group: 'mixamorig:Head', Weight: 0.927702 +Vertex 3777: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072543 + Group: 'mixamorig:Head', Weight: 0.927457 +Vertex 3778: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072540 + Group: 'mixamorig:Head', Weight: 0.927460 +Vertex 3779: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075877 + Group: 'mixamorig:Head', Weight: 0.924123 +Vertex 3780: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076460 + Group: 'mixamorig:Head', Weight: 0.923540 +Vertex 3781: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074379 + Group: 'mixamorig:Head', Weight: 0.925621 +Vertex 3782: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077497 + Group: 'mixamorig:Head', Weight: 0.922503 +Vertex 3783: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078069 + Group: 'mixamorig:Head', Weight: 0.921931 +Vertex 3784: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077300 + Group: 'mixamorig:Head', Weight: 0.922700 +Vertex 3785: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077108 + Group: 'mixamorig:Head', Weight: 0.922892 +Vertex 3786: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077641 + Group: 'mixamorig:Head', Weight: 0.922359 +Vertex 3787: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076377 + Group: 'mixamorig:Head', Weight: 0.923623 +Vertex 3788: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075199 + Group: 'mixamorig:Head', Weight: 0.924801 +Vertex 3789: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073956 + Group: 'mixamorig:Head', Weight: 0.926044 +Vertex 3790: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065544 + Group: 'mixamorig:Head', Weight: 0.934456 +Vertex 3791: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065280 + Group: 'mixamorig:Head', Weight: 0.934720 +Vertex 3792: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064464 + Group: 'mixamorig:Head', Weight: 0.935536 +Vertex 3793: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066266 + Group: 'mixamorig:Head', Weight: 0.933734 +Vertex 3794: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065407 + Group: 'mixamorig:Head', Weight: 0.934593 +Vertex 3795: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064207 + Group: 'mixamorig:Head', Weight: 0.935793 +Vertex 3796: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067109 + Group: 'mixamorig:Head', Weight: 0.932891 +Vertex 3797: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064390 + Group: 'mixamorig:Head', Weight: 0.935610 +Vertex 3798: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066973 + Group: 'mixamorig:Head', Weight: 0.933027 +Vertex 3799: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065626 + Group: 'mixamorig:Head', Weight: 0.934374 +Vertex 3800: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067337 + Group: 'mixamorig:Head', Weight: 0.932663 +Vertex 3801: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067536 + Group: 'mixamorig:Head', Weight: 0.932464 +Vertex 3802: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069689 + Group: 'mixamorig:Head', Weight: 0.930311 +Vertex 3803: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068598 + Group: 'mixamorig:Head', Weight: 0.931402 +Vertex 3804: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068497 + Group: 'mixamorig:Head', Weight: 0.931503 +Vertex 3805: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073509 + Group: 'mixamorig:Head', Weight: 0.926491 +Vertex 3806: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065544 + Group: 'mixamorig:Head', Weight: 0.934456 +Vertex 3807: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067805 + Group: 'mixamorig:Head', Weight: 0.932195 +Vertex 3808: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069382 + Group: 'mixamorig:Head', Weight: 0.930618 +Vertex 3809: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077358 + Group: 'mixamorig:Head', Weight: 0.922642 +Vertex 3810: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077286 + Group: 'mixamorig:Head', Weight: 0.922714 +Vertex 3811: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074874 + Group: 'mixamorig:Head', Weight: 0.925126 +Vertex 3812: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073158 + Group: 'mixamorig:Head', Weight: 0.926842 +Vertex 3813: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065610 + Group: 'mixamorig:Head', Weight: 0.934390 +Vertex 3814: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065239 + Group: 'mixamorig:Head', Weight: 0.934761 +Vertex 3815: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071076 + Group: 'mixamorig:Head', Weight: 0.928924 +Vertex 3816: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072340 + Group: 'mixamorig:Head', Weight: 0.927660 +Vertex 3817: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069573 + Group: 'mixamorig:Head', Weight: 0.930427 +Vertex 3818: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072532 + Group: 'mixamorig:Head', Weight: 0.927468 +Vertex 3819: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064638 + Group: 'mixamorig:Head', Weight: 0.935362 +Vertex 3820: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073296 + Group: 'mixamorig:Head', Weight: 0.926704 +Vertex 3821: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055127 + Group: 'mixamorig:Head', Weight: 0.944872 +Vertex 3822: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064124 + Group: 'mixamorig:Head', Weight: 0.935876 +Vertex 3823: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064474 + Group: 'mixamorig:Head', Weight: 0.935526 +Vertex 3824: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068080 + Group: 'mixamorig:Head', Weight: 0.931920 +Vertex 3825: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067929 + Group: 'mixamorig:Head', Weight: 0.932071 +Vertex 3826: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055116 + Group: 'mixamorig:Head', Weight: 0.944884 +Vertex 3827: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076461 + Group: 'mixamorig:Head', Weight: 0.923539 +Vertex 3828: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069732 + Group: 'mixamorig:Head', Weight: 0.930268 +Vertex 3829: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078505 + Group: 'mixamorig:Head', Weight: 0.921495 +Vertex 3830: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078536 + Group: 'mixamorig:Head', Weight: 0.921464 +Vertex 3831: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078129 + Group: 'mixamorig:Head', Weight: 0.921871 +Vertex 3832: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075580 + Group: 'mixamorig:Head', Weight: 0.924420 +Vertex 3833: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076123 + Group: 'mixamorig:Head', Weight: 0.923877 +Vertex 3834: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077038 + Group: 'mixamorig:Head', Weight: 0.922962 +Vertex 3835: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077753 + Group: 'mixamorig:Head', Weight: 0.922247 +Vertex 3836: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072423 + Group: 'mixamorig:Head', Weight: 0.927577 +Vertex 3837: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078375 + Group: 'mixamorig:Head', Weight: 0.921625 +Vertex 3838: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078490 + Group: 'mixamorig:Head', Weight: 0.921510 +Vertex 3839: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078038 + Group: 'mixamorig:Head', Weight: 0.921962 +Vertex 3840: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078576 + Group: 'mixamorig:Head', Weight: 0.921424 +Vertex 3841: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078231 + Group: 'mixamorig:Head', Weight: 0.921769 +Vertex 3842: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077863 + Group: 'mixamorig:Head', Weight: 0.922137 +Vertex 3843: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075101 + Group: 'mixamorig:Head', Weight: 0.924899 +Vertex 3844: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075058 + Group: 'mixamorig:Head', Weight: 0.924942 +Vertex 3845: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072998 + Group: 'mixamorig:Head', Weight: 0.927002 +Vertex 3846: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076204 + Group: 'mixamorig:Head', Weight: 0.923796 +Vertex 3847: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077461 + Group: 'mixamorig:Head', Weight: 0.922539 +Vertex 3848: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078220 + Group: 'mixamorig:Head', Weight: 0.921780 +Vertex 3849: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078622 + Group: 'mixamorig:Head', Weight: 0.921378 +Vertex 3850: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078090 + Group: 'mixamorig:Head', Weight: 0.921911 +Vertex 3851: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078513 + Group: 'mixamorig:Head', Weight: 0.921487 +Vertex 3852: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078643 + Group: 'mixamorig:Head', Weight: 0.921357 +Vertex 3853: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077551 + Group: 'mixamorig:Head', Weight: 0.922449 +Vertex 3854: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075795 + Group: 'mixamorig:Head', Weight: 0.924205 +Vertex 3855: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077994 + Group: 'mixamorig:Head', Weight: 0.922006 +Vertex 3856: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077498 + Group: 'mixamorig:Head', Weight: 0.922502 +Vertex 3857: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076346 + Group: 'mixamorig:Head', Weight: 0.923654 +Vertex 3858: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075688 + Group: 'mixamorig:Head', Weight: 0.924312 +Vertex 3859: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078010 + Group: 'mixamorig:Head', Weight: 0.921990 +Vertex 3860: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072375 + Group: 'mixamorig:Head', Weight: 0.927625 +Vertex 3861: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072110 + Group: 'mixamorig:Head', Weight: 0.927890 +Vertex 3862: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068953 + Group: 'mixamorig:Head', Weight: 0.931047 +Vertex 3863: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057062 + Group: 'mixamorig:Head', Weight: 0.942938 +Vertex 3864: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056623 + Group: 'mixamorig:Head', Weight: 0.943377 +Vertex 3865: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068456 + Group: 'mixamorig:Head', Weight: 0.931544 +Vertex 3866: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072171 + Group: 'mixamorig:Head', Weight: 0.927829 +Vertex 3867: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072455 + Group: 'mixamorig:Head', Weight: 0.927545 +Vertex 3868: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075170 + Group: 'mixamorig:Head', Weight: 0.924830 +Vertex 3869: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064519 + Group: 'mixamorig:Head', Weight: 0.935481 +Vertex 3870: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064883 + Group: 'mixamorig:Head', Weight: 0.935117 +Vertex 3871: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078631 + Group: 'mixamorig:Head', Weight: 0.921369 +Vertex 3872: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078937 + Group: 'mixamorig:Head', Weight: 0.921063 +Vertex 3873: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078569 + Group: 'mixamorig:Head', Weight: 0.921431 +Vertex 3874: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080094 + Group: 'mixamorig:Head', Weight: 0.919906 +Vertex 3875: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079693 + Group: 'mixamorig:Head', Weight: 0.920307 +Vertex 3876: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079049 + Group: 'mixamorig:Head', Weight: 0.920951 +Vertex 3877: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080034 + Group: 'mixamorig:Head', Weight: 0.919966 +Vertex 3878: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079844 + Group: 'mixamorig:Head', Weight: 0.920156 +Vertex 3879: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056770 + Group: 'mixamorig:Head', Weight: 0.943230 +Vertex 3880: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075472 + Group: 'mixamorig:Head', Weight: 0.924528 +Vertex 3881: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3882: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079298 + Group: 'mixamorig:Head', Weight: 0.920702 +Vertex 3883: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078592 + Group: 'mixamorig:Head', Weight: 0.921408 +Vertex 3884: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3885: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080067 + Group: 'mixamorig:Head', Weight: 0.919933 +Vertex 3886: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3887: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3888: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3889: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3890: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079548 + Group: 'mixamorig:Head', Weight: 0.920452 +Vertex 3891: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079443 + Group: 'mixamorig:Head', Weight: 0.920557 +Vertex 3892: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078397 + Group: 'mixamorig:Head', Weight: 0.921603 +Vertex 3893: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076975 + Group: 'mixamorig:Head', Weight: 0.923025 +Vertex 3894: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078900 + Group: 'mixamorig:Head', Weight: 0.921100 +Vertex 3895: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078548 + Group: 'mixamorig:Head', Weight: 0.921452 +Vertex 3896: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080036 + Group: 'mixamorig:Head', Weight: 0.919964 +Vertex 3897: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3898: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3899: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078060 + Group: 'mixamorig:Head', Weight: 0.921940 +Vertex 3900: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076202 + Group: 'mixamorig:Head', Weight: 0.923798 +Vertex 3901: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078254 + Group: 'mixamorig:Head', Weight: 0.921746 +Vertex 3902: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076162 + Group: 'mixamorig:Head', Weight: 0.923838 +Vertex 3903: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075989 + Group: 'mixamorig:Head', Weight: 0.924011 +Vertex 3904: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075066 + Group: 'mixamorig:Head', Weight: 0.924934 +Vertex 3905: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075732 + Group: 'mixamorig:Head', Weight: 0.924268 +Vertex 3906: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070297 + Group: 'mixamorig:Head', Weight: 0.929703 +Vertex 3907: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078411 + Group: 'mixamorig:Head', Weight: 0.921589 +Vertex 3908: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078510 + Group: 'mixamorig:Head', Weight: 0.921490 +Vertex 3909: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075500 + Group: 'mixamorig:Head', Weight: 0.924500 +Vertex 3910: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075466 + Group: 'mixamorig:Head', Weight: 0.924534 +Vertex 3911: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072558 + Group: 'mixamorig:Head', Weight: 0.927442 +Vertex 3912: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076474 + Group: 'mixamorig:Head', Weight: 0.923526 +Vertex 3913: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073658 + Group: 'mixamorig:Head', Weight: 0.926342 +Vertex 3914: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077040 + Group: 'mixamorig:Head', Weight: 0.922960 +Vertex 3915: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074473 + Group: 'mixamorig:Head', Weight: 0.925527 +Vertex 3916: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 3917: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077623 + Group: 'mixamorig:Head', Weight: 0.922377 +Vertex 3918: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055846 + Group: 'mixamorig:Head', Weight: 0.944154 +Vertex 3919: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056022 + Group: 'mixamorig:Head', Weight: 0.943978 +Vertex 3920: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056922 + Group: 'mixamorig:Head', Weight: 0.943079 +Vertex 3921: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057822 + Group: 'mixamorig:Head', Weight: 0.942178 +Vertex 3922: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069499 + Group: 'mixamorig:Head', Weight: 0.930501 +Vertex 3923: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068602 + Group: 'mixamorig:Head', Weight: 0.931398 +Vertex 3924: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079519 + Group: 'mixamorig:Head', Weight: 0.920481 +Vertex 3925: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079435 + Group: 'mixamorig:Head', Weight: 0.920565 +Vertex 3926: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079383 + Group: 'mixamorig:Head', Weight: 0.920617 +Vertex 3927: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078214 + Group: 'mixamorig:Head', Weight: 0.921786 +Vertex 3928: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078072 + Group: 'mixamorig:Head', Weight: 0.921928 +Vertex 3929: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093810 + Group: 'mixamorig:Head', Weight: 0.906190 +Vertex 3930: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094275 + Group: 'mixamorig:Head', Weight: 0.905725 +Vertex 3931: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093621 + Group: 'mixamorig:Head', Weight: 0.906379 +Vertex 3932: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092574 + Group: 'mixamorig:Head', Weight: 0.907426 +Vertex 3933: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075535 + Group: 'mixamorig:Head', Weight: 0.924465 +Vertex 3934: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075448 + Group: 'mixamorig:Head', Weight: 0.924552 +Vertex 3935: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093621 + Group: 'mixamorig:Head', Weight: 0.906379 +Vertex 3936: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077976 + Group: 'mixamorig:Head', Weight: 0.922024 +Vertex 3937: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078682 + Group: 'mixamorig:Head', Weight: 0.921318 +Vertex 3938: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078390 + Group: 'mixamorig:Head', Weight: 0.921610 +Vertex 3939: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077868 + Group: 'mixamorig:Head', Weight: 0.922132 +Vertex 3940: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098031 + Group: 'mixamorig:Head', Weight: 0.901969 +Vertex 3941: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098176 + Group: 'mixamorig:Head', Weight: 0.901824 +Vertex 3942: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093984 + Group: 'mixamorig:Head', Weight: 0.906016 +Vertex 3943: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092725 + Group: 'mixamorig:Head', Weight: 0.907275 +Vertex 3944: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093531 + Group: 'mixamorig:Head', Weight: 0.906469 +Vertex 3945: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076033 + Group: 'mixamorig:Head', Weight: 0.923967 +Vertex 3946: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076026 + Group: 'mixamorig:Head', Weight: 0.923974 +Vertex 3947: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075352 + Group: 'mixamorig:Head', Weight: 0.924648 +Vertex 3948: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075286 + Group: 'mixamorig:Head', Weight: 0.924714 +Vertex 3949: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075911 + Group: 'mixamorig:Head', Weight: 0.924089 +Vertex 3950: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078285 + Group: 'mixamorig:Head', Weight: 0.921715 +Vertex 3951: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097223 + Group: 'mixamorig:Head', Weight: 0.902777 +Vertex 3952: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094428 + Group: 'mixamorig:Head', Weight: 0.905572 +Vertex 3953: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098319 + Group: 'mixamorig:Head', Weight: 0.901681 +Vertex 3954: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096534 + Group: 'mixamorig:Head', Weight: 0.903466 +Vertex 3955: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095434 + Group: 'mixamorig:Head', Weight: 0.904566 +Vertex 3956: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077532 + Group: 'mixamorig:Head', Weight: 0.922467 +Vertex 3957: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077723 + Group: 'mixamorig:Head', Weight: 0.922277 +Vertex 3958: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077731 + Group: 'mixamorig:Head', Weight: 0.922269 +Vertex 3959: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078513 + Group: 'mixamorig:Head', Weight: 0.921487 +Vertex 3960: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093531 + Group: 'mixamorig:Head', Weight: 0.906469 +Vertex 3961: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077526 + Group: 'mixamorig:Head', Weight: 0.922474 +Vertex 3962: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078314 + Group: 'mixamorig:Head', Weight: 0.921686 +Vertex 3963: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095104 + Group: 'mixamorig:Head', Weight: 0.904896 +Vertex 3964: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079709 + Group: 'mixamorig:Head', Weight: 0.920291 +Vertex 3965: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080677 + Group: 'mixamorig:Head', Weight: 0.919323 +Vertex 3966: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080404 + Group: 'mixamorig:Head', Weight: 0.919596 +Vertex 3967: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101174 + Group: 'mixamorig:Head', Weight: 0.898826 +Vertex 3968: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100120 + Group: 'mixamorig:Head', Weight: 0.899880 +Vertex 3969: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080970 + Group: 'mixamorig:Head', Weight: 0.919030 +Vertex 3970: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079715 + Group: 'mixamorig:Head', Weight: 0.920285 +Vertex 3971: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081072 + Group: 'mixamorig:Head', Weight: 0.918928 +Vertex 3972: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081824 + Group: 'mixamorig:Head', Weight: 0.918176 +Vertex 3973: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079389 + Group: 'mixamorig:Head', Weight: 0.920611 +Vertex 3974: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077969 + Group: 'mixamorig:Head', Weight: 0.922031 +Vertex 3975: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091030 + Group: 'mixamorig:Head', Weight: 0.908970 +Vertex 3976: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091383 + Group: 'mixamorig:Head', Weight: 0.908617 +Vertex 3977: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099600 + Group: 'mixamorig:Head', Weight: 0.900400 +Vertex 3978: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099407 + Group: 'mixamorig:Head', Weight: 0.900593 +Vertex 3979: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095559 + Group: 'mixamorig:Head', Weight: 0.904441 +Vertex 3980: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094303 + Group: 'mixamorig:Head', Weight: 0.905697 +Vertex 3981: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091537 + Group: 'mixamorig:Head', Weight: 0.908463 +Vertex 3982: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093727 + Group: 'mixamorig:Head', Weight: 0.906273 +Vertex 3983: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091194 + Group: 'mixamorig:Head', Weight: 0.908806 +Vertex 3984: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094866 + Group: 'mixamorig:Head', Weight: 0.905134 +Vertex 3985: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090607 + Group: 'mixamorig:Head', Weight: 0.909393 +Vertex 3986: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091800 + Group: 'mixamorig:Head', Weight: 0.908200 +Vertex 3987: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092350 + Group: 'mixamorig:Head', Weight: 0.907650 +Vertex 3988: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092632 + Group: 'mixamorig:Head', Weight: 0.907368 +Vertex 3989: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096080 + Group: 'mixamorig:Head', Weight: 0.903920 +Vertex 3990: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092400 + Group: 'mixamorig:Head', Weight: 0.907600 +Vertex 3991: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096044 + Group: 'mixamorig:Head', Weight: 0.903956 +Vertex 3992: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095598 + Group: 'mixamorig:Head', Weight: 0.904402 +Vertex 3993: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100183 + Group: 'mixamorig:Head', Weight: 0.899817 +Vertex 3994: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094954 + Group: 'mixamorig:Head', Weight: 0.905046 +Vertex 3995: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090723 + Group: 'mixamorig:Head', Weight: 0.909277 +Vertex 3996: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094967 + Group: 'mixamorig:Head', Weight: 0.905033 +Vertex 3997: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099381 + Group: 'mixamorig:Head', Weight: 0.900619 +Vertex 3998: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099432 + Group: 'mixamorig:Head', Weight: 0.900568 +Vertex 3999: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099996 + Group: 'mixamorig:Head', Weight: 0.900004 +Vertex 4000: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078914 + Group: 'mixamorig:Head', Weight: 0.921086 +Vertex 4001: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077909 + Group: 'mixamorig:Head', Weight: 0.922091 +Vertex 4002: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079351 + Group: 'mixamorig:Head', Weight: 0.920649 +Vertex 4003: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078986 + Group: 'mixamorig:Head', Weight: 0.921014 +Vertex 4004: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080953 + Group: 'mixamorig:Head', Weight: 0.919047 +Vertex 4005: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082463 + Group: 'mixamorig:Head', Weight: 0.917536 +Vertex 4006: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097057 + Group: 'mixamorig:Head', Weight: 0.902943 +Vertex 4007: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094473 + Group: 'mixamorig:Head', Weight: 0.905527 +Vertex 4008: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094697 + Group: 'mixamorig:Head', Weight: 0.905303 +Vertex 4009: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095164 + Group: 'mixamorig:Head', Weight: 0.904836 +Vertex 4010: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076281 + Group: 'mixamorig:Head', Weight: 0.923719 +Vertex 4011: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075999 + Group: 'mixamorig:Head', Weight: 0.924001 +Vertex 4012: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075720 + Group: 'mixamorig:Head', Weight: 0.924280 +Vertex 4013: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076132 + Group: 'mixamorig:Head', Weight: 0.923868 +Vertex 4014: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076995 + Group: 'mixamorig:Head', Weight: 0.923005 +Vertex 4015: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077179 + Group: 'mixamorig:Head', Weight: 0.922821 +Vertex 4016: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077126 + Group: 'mixamorig:Head', Weight: 0.922874 +Vertex 4017: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098290 + Group: 'mixamorig:Head', Weight: 0.901710 +Vertex 4018: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094898 + Group: 'mixamorig:Head', Weight: 0.905102 +Vertex 4019: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075578 + Group: 'mixamorig:Head', Weight: 0.924423 +Vertex 4020: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076408 + Group: 'mixamorig:Head', Weight: 0.923592 +Vertex 4021: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075353 + Group: 'mixamorig:Head', Weight: 0.924647 +Vertex 4022: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076421 + Group: 'mixamorig:Head', Weight: 0.923579 +Vertex 4023: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093598 + Group: 'mixamorig:Head', Weight: 0.906402 +Vertex 4024: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093942 + Group: 'mixamorig:Head', Weight: 0.906058 +Vertex 4025: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096109 + Group: 'mixamorig:Head', Weight: 0.903891 +Vertex 4026: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094786 + Group: 'mixamorig:Head', Weight: 0.905214 +Vertex 4027: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076739 + Group: 'mixamorig:Head', Weight: 0.923261 +Vertex 4028: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077498 + Group: 'mixamorig:Head', Weight: 0.922502 +Vertex 4029: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094352 + Group: 'mixamorig:Head', Weight: 0.905648 +Vertex 4030: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094059 + Group: 'mixamorig:Head', Weight: 0.905941 +Vertex 4031: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096108 + Group: 'mixamorig:Head', Weight: 0.903892 +Vertex 4032: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077041 + Group: 'mixamorig:Head', Weight: 0.922959 +Vertex 4033: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075183 + Group: 'mixamorig:Head', Weight: 0.924817 +Vertex 4034: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075499 + Group: 'mixamorig:Head', Weight: 0.924501 +Vertex 4035: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076612 + Group: 'mixamorig:Head', Weight: 0.923388 +Vertex 4036: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095360 + Group: 'mixamorig:Head', Weight: 0.904640 +Vertex 4037: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094131 + Group: 'mixamorig:Head', Weight: 0.905869 +Vertex 4038: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097210 + Group: 'mixamorig:Head', Weight: 0.902790 +Vertex 4039: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096381 + Group: 'mixamorig:Head', Weight: 0.903619 +Vertex 4040: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093836 + Group: 'mixamorig:Head', Weight: 0.906164 +Vertex 4041: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094640 + Group: 'mixamorig:Head', Weight: 0.905360 +Vertex 4042: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075609 + Group: 'mixamorig:Head', Weight: 0.924391 +Vertex 4043: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075136 + Group: 'mixamorig:Head', Weight: 0.924864 +Vertex 4044: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075880 + Group: 'mixamorig:Head', Weight: 0.924120 +Vertex 4045: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075397 + Group: 'mixamorig:Head', Weight: 0.924603 +Vertex 4046: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077031 + Group: 'mixamorig:Head', Weight: 0.922969 +Vertex 4047: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076509 + Group: 'mixamorig:Head', Weight: 0.923491 +Vertex 4048: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076005 + Group: 'mixamorig:Head', Weight: 0.923995 +Vertex 4049: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091029 + Group: 'mixamorig:Head', Weight: 0.908971 +Vertex 4050: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091132 + Group: 'mixamorig:Head', Weight: 0.908868 +Vertex 4051: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091055 + Group: 'mixamorig:Head', Weight: 0.908945 +Vertex 4052: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090940 + Group: 'mixamorig:Head', Weight: 0.909060 +Vertex 4053: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090823 + Group: 'mixamorig:Head', Weight: 0.909177 +Vertex 4054: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090662 + Group: 'mixamorig:Head', Weight: 0.909338 +Vertex 4055: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090809 + Group: 'mixamorig:Head', Weight: 0.909191 +Vertex 4056: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091463 + Group: 'mixamorig:Head', Weight: 0.908537 +Vertex 4057: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091754 + Group: 'mixamorig:Head', Weight: 0.908246 +Vertex 4058: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091694 + Group: 'mixamorig:Head', Weight: 0.908306 +Vertex 4059: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091487 + Group: 'mixamorig:Head', Weight: 0.908513 +Vertex 4060: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091225 + Group: 'mixamorig:Head', Weight: 0.908775 +Vertex 4061: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080822 + Group: 'mixamorig:Head', Weight: 0.919178 +Vertex 4062: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081081 + Group: 'mixamorig:Head', Weight: 0.918919 +Vertex 4063: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081260 + Group: 'mixamorig:Head', Weight: 0.918739 +Vertex 4064: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081356 + Group: 'mixamorig:Head', Weight: 0.918644 +Vertex 4065: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088411 + Group: 'mixamorig:Head', Weight: 0.911589 +Vertex 4066: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088564 + Group: 'mixamorig:Head', Weight: 0.911436 +Vertex 4067: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089079 + Group: 'mixamorig:Head', Weight: 0.910921 +Vertex 4068: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089161 + Group: 'mixamorig:Head', Weight: 0.910839 +Vertex 4069: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089355 + Group: 'mixamorig:Head', Weight: 0.910645 +Vertex 4070: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081823 + Group: 'mixamorig:Head', Weight: 0.918177 +Vertex 4071: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078708 + Group: 'mixamorig:Head', Weight: 0.921292 +Vertex 4072: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078605 + Group: 'mixamorig:Head', Weight: 0.921395 +Vertex 4073: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096071 + Group: 'mixamorig:Head', Weight: 0.903929 +Vertex 4074: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092157 + Group: 'mixamorig:Head', Weight: 0.907843 +Vertex 4075: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091878 + Group: 'mixamorig:Head', Weight: 0.908122 +Vertex 4076: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091532 + Group: 'mixamorig:Head', Weight: 0.908468 +Vertex 4077: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091676 + Group: 'mixamorig:Head', Weight: 0.908324 +Vertex 4078: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081344 + Group: 'mixamorig:Head', Weight: 0.918656 +Vertex 4079: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081149 + Group: 'mixamorig:Head', Weight: 0.918851 +Vertex 4080: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082148 + Group: 'mixamorig:Head', Weight: 0.917852 +Vertex 4081: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078316 + Group: 'mixamorig:Head', Weight: 0.921684 +Vertex 4082: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078136 + Group: 'mixamorig:Head', Weight: 0.921864 +Vertex 4083: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092463 + Group: 'mixamorig:Head', Weight: 0.907537 +Vertex 4084: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094131 + Group: 'mixamorig:Head', Weight: 0.905869 +Vertex 4085: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092702 + Group: 'mixamorig:Head', Weight: 0.907298 +Vertex 4086: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091166 + Group: 'mixamorig:Head', Weight: 0.908834 +Vertex 4087: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077761 + Group: 'mixamorig:Head', Weight: 0.922239 +Vertex 4088: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077709 + Group: 'mixamorig:Head', Weight: 0.922291 +Vertex 4089: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094845 + Group: 'mixamorig:Head', Weight: 0.905155 +Vertex 4090: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077924 + Group: 'mixamorig:Head', Weight: 0.922076 +Vertex 4091: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078821 + Group: 'mixamorig:Head', Weight: 0.921179 +Vertex 4092: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078307 + Group: 'mixamorig:Head', Weight: 0.921693 +Vertex 4093: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077779 + Group: 'mixamorig:Head', Weight: 0.922221 +Vertex 4094: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095962 + Group: 'mixamorig:Head', Weight: 0.904038 +Vertex 4095: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096032 + Group: 'mixamorig:Head', Weight: 0.903968 +Vertex 4096: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093899 + Group: 'mixamorig:Head', Weight: 0.906101 +Vertex 4097: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091559 + Group: 'mixamorig:Head', Weight: 0.908441 +Vertex 4098: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091346 + Group: 'mixamorig:Head', Weight: 0.908654 +Vertex 4099: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078273 + Group: 'mixamorig:Head', Weight: 0.921727 +Vertex 4100: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078298 + Group: 'mixamorig:Head', Weight: 0.921702 +Vertex 4101: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077599 + Group: 'mixamorig:Head', Weight: 0.922400 +Vertex 4102: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077574 + Group: 'mixamorig:Head', Weight: 0.922426 +Vertex 4103: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078194 + Group: 'mixamorig:Head', Weight: 0.921806 +Vertex 4104: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078186 + Group: 'mixamorig:Head', Weight: 0.921814 +Vertex 4105: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095657 + Group: 'mixamorig:Head', Weight: 0.904343 +Vertex 4106: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095410 + Group: 'mixamorig:Head', Weight: 0.904590 +Vertex 4107: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096088 + Group: 'mixamorig:Head', Weight: 0.903912 +Vertex 4108: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094128 + Group: 'mixamorig:Head', Weight: 0.905872 +Vertex 4109: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092727 + Group: 'mixamorig:Head', Weight: 0.907273 +Vertex 4110: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077435 + Group: 'mixamorig:Head', Weight: 0.922565 +Vertex 4111: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077639 + Group: 'mixamorig:Head', Weight: 0.922361 +Vertex 4112: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077683 + Group: 'mixamorig:Head', Weight: 0.922317 +Vertex 4113: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078502 + Group: 'mixamorig:Head', Weight: 0.921498 +Vertex 4114: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094556 + Group: 'mixamorig:Head', Weight: 0.905444 +Vertex 4115: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077464 + Group: 'mixamorig:Head', Weight: 0.922536 +Vertex 4116: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078289 + Group: 'mixamorig:Head', Weight: 0.921711 +Vertex 4117: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083838 + Group: 'mixamorig:Head', Weight: 0.916162 +Vertex 4118: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077605 + Group: 'mixamorig:Head', Weight: 0.922395 +Vertex 4119: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080035 + Group: 'mixamorig:Head', Weight: 0.919965 +Vertex 4120: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078588 + Group: 'mixamorig:Head', Weight: 0.921412 +Vertex 4121: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099661 + Group: 'mixamorig:Head', Weight: 0.900339 +Vertex 4122: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097840 + Group: 'mixamorig:Head', Weight: 0.902160 +Vertex 4123: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080400 + Group: 'mixamorig:Head', Weight: 0.919600 +Vertex 4124: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077685 + Group: 'mixamorig:Head', Weight: 0.922315 +Vertex 4125: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079324 + Group: 'mixamorig:Head', Weight: 0.920676 +Vertex 4126: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079824 + Group: 'mixamorig:Head', Weight: 0.920176 +Vertex 4127: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079191 + Group: 'mixamorig:Head', Weight: 0.920809 +Vertex 4128: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078574 + Group: 'mixamorig:Head', Weight: 0.921426 +Vertex 4129: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082916 + Group: 'mixamorig:Head', Weight: 0.917084 +Vertex 4130: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083339 + Group: 'mixamorig:Head', Weight: 0.916661 +Vertex 4131: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101617 + Group: 'mixamorig:Head', Weight: 0.898383 +Vertex 4132: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100532 + Group: 'mixamorig:Head', Weight: 0.899468 +Vertex 4133: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083502 + Group: 'mixamorig:Head', Weight: 0.916498 +Vertex 4134: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095654 + Group: 'mixamorig:Head', Weight: 0.904346 +Vertex 4135: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081652 + Group: 'mixamorig:Head', Weight: 0.918348 +Vertex 4136: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095009 + Group: 'mixamorig:Head', Weight: 0.904991 +Vertex 4137: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083425 + Group: 'mixamorig:Head', Weight: 0.916575 +Vertex 4138: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096091 + Group: 'mixamorig:Head', Weight: 0.903909 +Vertex 4139: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083480 + Group: 'mixamorig:Head', Weight: 0.916520 +Vertex 4140: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081642 + Group: 'mixamorig:Head', Weight: 0.918358 +Vertex 4141: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081845 + Group: 'mixamorig:Head', Weight: 0.918155 +Vertex 4142: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082021 + Group: 'mixamorig:Head', Weight: 0.917979 +Vertex 4143: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083790 + Group: 'mixamorig:Head', Weight: 0.916210 +Vertex 4144: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083204 + Group: 'mixamorig:Head', Weight: 0.916796 +Vertex 4145: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084774 + Group: 'mixamorig:Head', Weight: 0.915226 +Vertex 4146: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096729 + Group: 'mixamorig:Head', Weight: 0.903271 +Vertex 4147: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100772 + Group: 'mixamorig:Head', Weight: 0.899228 +Vertex 4148: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096329 + Group: 'mixamorig:Head', Weight: 0.903671 +Vertex 4149: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083754 + Group: 'mixamorig:Head', Weight: 0.916246 +Vertex 4150: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096273 + Group: 'mixamorig:Head', Weight: 0.903727 +Vertex 4151: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097585 + Group: 'mixamorig:Head', Weight: 0.902415 +Vertex 4152: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098217 + Group: 'mixamorig:Head', Weight: 0.901783 +Vertex 4153: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099606 + Group: 'mixamorig:Head', Weight: 0.900394 +Vertex 4154: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078008 + Group: 'mixamorig:Head', Weight: 0.921992 +Vertex 4155: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078524 + Group: 'mixamorig:Head', Weight: 0.921476 +Vertex 4156: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079188 + Group: 'mixamorig:Head', Weight: 0.920812 +Vertex 4157: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078024 + Group: 'mixamorig:Head', Weight: 0.921976 +Vertex 4158: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079106 + Group: 'mixamorig:Head', Weight: 0.920894 +Vertex 4159: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080133 + Group: 'mixamorig:Head', Weight: 0.919867 +Vertex 4160: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094403 + Group: 'mixamorig:Head', Weight: 0.905597 +Vertex 4161: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092478 + Group: 'mixamorig:Head', Weight: 0.907522 +Vertex 4162: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093740 + Group: 'mixamorig:Head', Weight: 0.906260 +Vertex 4163: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094476 + Group: 'mixamorig:Head', Weight: 0.905524 +Vertex 4164: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076333 + Group: 'mixamorig:Head', Weight: 0.923667 +Vertex 4165: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076103 + Group: 'mixamorig:Head', Weight: 0.923897 +Vertex 4166: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075822 + Group: 'mixamorig:Head', Weight: 0.924178 +Vertex 4167: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076174 + Group: 'mixamorig:Head', Weight: 0.923826 +Vertex 4168: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077016 + Group: 'mixamorig:Head', Weight: 0.922984 +Vertex 4169: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077205 + Group: 'mixamorig:Head', Weight: 0.922795 +Vertex 4170: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077219 + Group: 'mixamorig:Head', Weight: 0.922781 +Vertex 4171: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096756 + Group: 'mixamorig:Head', Weight: 0.903244 +Vertex 4172: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091201 + Group: 'mixamorig:Head', Weight: 0.908799 +Vertex 4173: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077686 + Group: 'mixamorig:Head', Weight: 0.922314 +Vertex 4174: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078587 + Group: 'mixamorig:Head', Weight: 0.921413 +Vertex 4175: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077491 + Group: 'mixamorig:Head', Weight: 0.922509 +Vertex 4176: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078671 + Group: 'mixamorig:Head', Weight: 0.921329 +Vertex 4177: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092903 + Group: 'mixamorig:Head', Weight: 0.907097 +Vertex 4178: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092096 + Group: 'mixamorig:Head', Weight: 0.907904 +Vertex 4179: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092557 + Group: 'mixamorig:Head', Weight: 0.907443 +Vertex 4180: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093572 + Group: 'mixamorig:Head', Weight: 0.906428 +Vertex 4181: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076774 + Group: 'mixamorig:Head', Weight: 0.923226 +Vertex 4182: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077750 + Group: 'mixamorig:Head', Weight: 0.922250 +Vertex 4183: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091541 + Group: 'mixamorig:Head', Weight: 0.908459 +Vertex 4184: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090399 + Group: 'mixamorig:Head', Weight: 0.909601 +Vertex 4185: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091606 + Group: 'mixamorig:Head', Weight: 0.908394 +Vertex 4186: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077814 + Group: 'mixamorig:Head', Weight: 0.922186 +Vertex 4187: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077195 + Group: 'mixamorig:Head', Weight: 0.922805 +Vertex 4188: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077498 + Group: 'mixamorig:Head', Weight: 0.922502 +Vertex 4189: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078676 + Group: 'mixamorig:Head', Weight: 0.921324 +Vertex 4190: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091546 + Group: 'mixamorig:Head', Weight: 0.908454 +Vertex 4191: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090498 + Group: 'mixamorig:Head', Weight: 0.909502 +Vertex 4192: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095462 + Group: 'mixamorig:Head', Weight: 0.904538 +Vertex 4193: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094344 + Group: 'mixamorig:Head', Weight: 0.905656 +Vertex 4194: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093433 + Group: 'mixamorig:Head', Weight: 0.906567 +Vertex 4195: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094081 + Group: 'mixamorig:Head', Weight: 0.905919 +Vertex 4196: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075741 + Group: 'mixamorig:Head', Weight: 0.924259 +Vertex 4197: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075807 + Group: 'mixamorig:Head', Weight: 0.924193 +Vertex 4198: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076023 + Group: 'mixamorig:Head', Weight: 0.923977 +Vertex 4199: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076070 + Group: 'mixamorig:Head', Weight: 0.923930 +Vertex 4200: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077301 + Group: 'mixamorig:Head', Weight: 0.922698 +Vertex 4201: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077227 + Group: 'mixamorig:Head', Weight: 0.922773 +Vertex 4202: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078207 + Group: 'mixamorig:Head', Weight: 0.921793 +Vertex 4203: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091070 + Group: 'mixamorig:Head', Weight: 0.908930 +Vertex 4204: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091156 + Group: 'mixamorig:Head', Weight: 0.908844 +Vertex 4205: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091067 + Group: 'mixamorig:Head', Weight: 0.908933 +Vertex 4206: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090955 + Group: 'mixamorig:Head', Weight: 0.909045 +Vertex 4207: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090870 + Group: 'mixamorig:Head', Weight: 0.909130 +Vertex 4208: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090798 + Group: 'mixamorig:Head', Weight: 0.909202 +Vertex 4209: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089469 + Group: 'mixamorig:Head', Weight: 0.910532 +Vertex 4210: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089363 + Group: 'mixamorig:Head', Weight: 0.910637 +Vertex 4211: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089820 + Group: 'mixamorig:Head', Weight: 0.910180 +Vertex 4212: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089802 + Group: 'mixamorig:Head', Weight: 0.910198 +Vertex 4213: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089621 + Group: 'mixamorig:Head', Weight: 0.910379 +Vertex 4214: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089886 + Group: 'mixamorig:Head', Weight: 0.910114 +Vertex 4215: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080934 + Group: 'mixamorig:Head', Weight: 0.919066 +Vertex 4216: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081300 + Group: 'mixamorig:Head', Weight: 0.918700 +Vertex 4217: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081507 + Group: 'mixamorig:Head', Weight: 0.918493 +Vertex 4218: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081806 + Group: 'mixamorig:Head', Weight: 0.918194 +Vertex 4219: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082017 + Group: 'mixamorig:Head', Weight: 0.917983 +Vertex 4220: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082243 + Group: 'mixamorig:Head', Weight: 0.917757 +Vertex 4221: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082417 + Group: 'mixamorig:Head', Weight: 0.917583 +Vertex 4222: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082271 + Group: 'mixamorig:Head', Weight: 0.917729 +Vertex 4223: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081862 + Group: 'mixamorig:Head', Weight: 0.918138 +Vertex 4224: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081182 + Group: 'mixamorig:Head', Weight: 0.918818 +Vertex 4225: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078844 + Group: 'mixamorig:Head', Weight: 0.921156 +Vertex 4226: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078702 + Group: 'mixamorig:Head', Weight: 0.921298 +Vertex 4227: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093793 + Group: 'mixamorig:Head', Weight: 0.906207 +Vertex 4228: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093330 + Group: 'mixamorig:Head', Weight: 0.906670 +Vertex 4229: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092992 + Group: 'mixamorig:Head', Weight: 0.907008 +Vertex 4230: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091987 + Group: 'mixamorig:Head', Weight: 0.908013 +Vertex 4231: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091084 + Group: 'mixamorig:Head', Weight: 0.908916 +Vertex 4232: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079842 + Group: 'mixamorig:Head', Weight: 0.920158 +Vertex 4233: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079768 + Group: 'mixamorig:Head', Weight: 0.920232 +Vertex 4234: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079904 + Group: 'mixamorig:Head', Weight: 0.920096 +Vertex 4235: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046068 + Group: 'mixamorig:Head', Weight: 0.953932 +Vertex 4236: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048638 + Group: 'mixamorig:Head', Weight: 0.951362 +Vertex 4237: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042486 + Group: 'mixamorig:Head', Weight: 0.957514 +Vertex 4238: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4239: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4240: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080016 + Group: 'mixamorig:Head', Weight: 0.919984 +Vertex 4241: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080242 + Group: 'mixamorig:Head', Weight: 0.919758 +Vertex 4242: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088865 + Group: 'mixamorig:Head', Weight: 0.911135 +Vertex 4243: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089913 + Group: 'mixamorig:Head', Weight: 0.910087 +Vertex 4244: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075840 + Group: 'mixamorig:Head', Weight: 0.924160 +Vertex 4245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075956 + Group: 'mixamorig:Head', Weight: 0.924044 +Vertex 4246: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056401 + Group: 'mixamorig:Head', Weight: 0.943599 +Vertex 4247: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068571 + Group: 'mixamorig:Head', Weight: 0.931429 +Vertex 4248: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050191 + Group: 'mixamorig:Head', Weight: 0.949809 +Vertex 4249: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049319 + Group: 'mixamorig:Head', Weight: 0.950681 +Vertex 4250: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087684 + Group: 'mixamorig:Head', Weight: 0.912316 +Vertex 4251: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084142 + Group: 'mixamorig:Head', Weight: 0.915858 +Vertex 4252: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073075 + Group: 'mixamorig:Head', Weight: 0.926925 +Vertex 4253: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077542 + Group: 'mixamorig:Head', Weight: 0.922458 +Vertex 4254: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4255: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4256: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081339 + Group: 'mixamorig:Head', Weight: 0.918661 +Vertex 4257: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077591 + Group: 'mixamorig:Head', Weight: 0.922409 +Vertex 4258: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050672 + Group: 'mixamorig:Head', Weight: 0.949328 +Vertex 4259: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077069 + Group: 'mixamorig:Head', Weight: 0.922931 +Vertex 4260: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082084 + Group: 'mixamorig:Head', Weight: 0.917916 +Vertex 4261: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082363 + Group: 'mixamorig:Head', Weight: 0.917637 +Vertex 4262: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084829 + Group: 'mixamorig:Head', Weight: 0.915171 +Vertex 4263: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091070 + Group: 'mixamorig:Head', Weight: 0.908930 +Vertex 4264: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084877 + Group: 'mixamorig:Head', Weight: 0.915123 +Vertex 4265: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086388 + Group: 'mixamorig:Head', Weight: 0.913612 +Vertex 4266: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072570 + Group: 'mixamorig:Head', Weight: 0.927430 +Vertex 4267: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052106 + Group: 'mixamorig:Head', Weight: 0.947894 +Vertex 4268: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083124 + Group: 'mixamorig:Head', Weight: 0.916876 +Vertex 4269: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074321 + Group: 'mixamorig:Head', Weight: 0.925678 +Vertex 4270: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068276 + Group: 'mixamorig:Head', Weight: 0.931724 +Vertex 4271: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052043 + Group: 'mixamorig:Head', Weight: 0.947957 +Vertex 4272: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079802 + Group: 'mixamorig:Head', Weight: 0.920198 +Vertex 4273: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092981 + Group: 'mixamorig:Head', Weight: 0.907019 +Vertex 4274: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077126 + Group: 'mixamorig:Head', Weight: 0.922874 +Vertex 4275: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072915 + Group: 'mixamorig:Head', Weight: 0.927085 +Vertex 4276: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100481 + Group: 'mixamorig:Head', Weight: 0.899519 +Vertex 4277: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104499 + Group: 'mixamorig:Head', Weight: 0.895501 +Vertex 4278: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075070 + Group: 'mixamorig:Head', Weight: 0.924930 +Vertex 4279: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081004 + Group: 'mixamorig:Head', Weight: 0.918996 +Vertex 4280: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090310 + Group: 'mixamorig:Head', Weight: 0.909690 +Vertex 4281: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068168 + Group: 'mixamorig:Head', Weight: 0.931831 +Vertex 4282: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056383 + Group: 'mixamorig:Head', Weight: 0.943617 +Vertex 4283: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071463 + Group: 'mixamorig:Head', Weight: 0.928537 +Vertex 4284: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072226 + Group: 'mixamorig:Head', Weight: 0.927774 +Vertex 4285: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081391 + Group: 'mixamorig:Head', Weight: 0.918609 +Vertex 4286: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051814 + Group: 'mixamorig:Head', Weight: 0.948186 +Vertex 4287: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054102 + Group: 'mixamorig:Head', Weight: 0.945898 +Vertex 4288: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057913 + Group: 'mixamorig:Head', Weight: 0.942087 +Vertex 4289: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051277 + Group: 'mixamorig:Head', Weight: 0.948723 +Vertex 4290: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.047642 + Group: 'mixamorig:Head', Weight: 0.952358 +Vertex 4291: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049630 + Group: 'mixamorig:Head', Weight: 0.950370 +Vertex 4292: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 4293: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053248 + Group: 'mixamorig:Head', Weight: 0.946752 +Vertex 4294: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.055020 + Group: 'mixamorig:Head', Weight: 0.944980 +Vertex 4295: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057952 + Group: 'mixamorig:Head', Weight: 0.942048 +Vertex 4296: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066065 + Group: 'mixamorig:Head', Weight: 0.933935 +Vertex 4297: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043501 + Group: 'mixamorig:Head', Weight: 0.956499 +Vertex 4298: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050032 + Group: 'mixamorig:Head', Weight: 0.949968 +Vertex 4299: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049643 + Group: 'mixamorig:Head', Weight: 0.950357 +Vertex 4300: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065028 + Group: 'mixamorig:Head', Weight: 0.934972 +Vertex 4301: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.049797 + Group: 'mixamorig:Head', Weight: 0.950203 +Vertex 4302: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063577 + Group: 'mixamorig:Head', Weight: 0.936423 +Vertex 4303: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046302 + Group: 'mixamorig:Head', Weight: 0.953698 +Vertex 4304: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042045 + Group: 'mixamorig:Head', Weight: 0.957955 +Vertex 4305: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041078 + Group: 'mixamorig:Head', Weight: 0.958922 +Vertex 4306: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042602 + Group: 'mixamorig:Head', Weight: 0.957398 +Vertex 4307: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042861 + Group: 'mixamorig:Head', Weight: 0.957139 +Vertex 4308: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068649 + Group: 'mixamorig:Head', Weight: 0.931351 +Vertex 4309: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069950 + Group: 'mixamorig:Head', Weight: 0.930050 +Vertex 4310: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065214 + Group: 'mixamorig:Head', Weight: 0.934786 +Vertex 4311: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067211 + Group: 'mixamorig:Head', Weight: 0.932789 +Vertex 4312: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054391 + Group: 'mixamorig:Head', Weight: 0.945609 +Vertex 4313: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 4314: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 4315: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.054486 + Group: 'mixamorig:Head', Weight: 0.945514 +Vertex 4316: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068175 + Group: 'mixamorig:Head', Weight: 0.931825 +Vertex 4317: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.040294 + Group: 'mixamorig:Head', Weight: 0.959706 +Vertex 4318: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084856 + Group: 'mixamorig:Head', Weight: 0.915143 +Vertex 4319: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093980 + Group: 'mixamorig:Head', Weight: 0.906020 +Vertex 4320: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083505 + Group: 'mixamorig:Head', Weight: 0.916495 +Vertex 4321: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080419 + Group: 'mixamorig:Head', Weight: 0.919581 +Vertex 4322: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092167 + Group: 'mixamorig:Head', Weight: 0.907833 +Vertex 4323: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4324: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4325: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108910 + Group: 'mixamorig:Head', Weight: 0.891090 +Vertex 4326: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090458 + Group: 'mixamorig:Head', Weight: 0.909542 +Vertex 4327: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090179 + Group: 'mixamorig:Head', Weight: 0.909821 +Vertex 4328: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091020 + Group: 'mixamorig:Head', Weight: 0.908980 +Vertex 4329: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092632 + Group: 'mixamorig:Head', Weight: 0.907368 +Vertex 4330: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110554 + Group: 'mixamorig:Head', Weight: 0.889446 +Vertex 4331: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085405 + Group: 'mixamorig:Head', Weight: 0.914595 +Vertex 4332: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092092 + Group: 'mixamorig:Head', Weight: 0.907908 +Vertex 4333: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091588 + Group: 'mixamorig:Head', Weight: 0.908412 +Vertex 4334: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087496 + Group: 'mixamorig:Head', Weight: 0.912504 +Vertex 4335: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089237 + Group: 'mixamorig:Head', Weight: 0.910763 +Vertex 4336: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091453 + Group: 'mixamorig:Head', Weight: 0.908547 +Vertex 4337: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094512 + Group: 'mixamorig:Head', Weight: 0.905488 +Vertex 4338: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084673 + Group: 'mixamorig:Head', Weight: 0.915326 +Vertex 4339: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083626 + Group: 'mixamorig:Head', Weight: 0.916374 +Vertex 4340: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078991 + Group: 'mixamorig:Head', Weight: 0.921009 +Vertex 4341: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075350 + Group: 'mixamorig:Head', Weight: 0.924650 +Vertex 4342: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073921 + Group: 'mixamorig:Head', Weight: 0.926079 +Vertex 4343: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070030 + Group: 'mixamorig:Head', Weight: 0.929970 +Vertex 4344: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070983 + Group: 'mixamorig:Head', Weight: 0.929017 +Vertex 4345: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056342 + Group: 'mixamorig:Head', Weight: 0.943658 +Vertex 4346: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088850 + Group: 'mixamorig:Head', Weight: 0.911150 +Vertex 4347: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089351 + Group: 'mixamorig:Head', Weight: 0.910649 +Vertex 4348: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091282 + Group: 'mixamorig:Head', Weight: 0.908718 +Vertex 4349: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082404 + Group: 'mixamorig:Head', Weight: 0.917596 +Vertex 4350: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082279 + Group: 'mixamorig:Head', Weight: 0.917721 +Vertex 4351: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080708 + Group: 'mixamorig:Head', Weight: 0.919292 +Vertex 4352: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103987 + Group: 'mixamorig:Head', Weight: 0.896013 +Vertex 4353: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109388 + Group: 'mixamorig:Head', Weight: 0.890612 +Vertex 4354: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093414 + Group: 'mixamorig:Head', Weight: 0.906586 +Vertex 4355: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091345 + Group: 'mixamorig:Head', Weight: 0.908655 +Vertex 4356: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090865 + Group: 'mixamorig:Head', Weight: 0.909135 +Vertex 4357: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091692 + Group: 'mixamorig:Head', Weight: 0.908307 +Vertex 4358: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089211 + Group: 'mixamorig:Head', Weight: 0.910789 +Vertex 4359: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088799 + Group: 'mixamorig:Head', Weight: 0.911201 +Vertex 4360: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090531 + Group: 'mixamorig:Head', Weight: 0.909469 +Vertex 4361: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090208 + Group: 'mixamorig:Head', Weight: 0.909792 +Vertex 4362: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091579 + Group: 'mixamorig:Head', Weight: 0.908421 +Vertex 4363: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092318 + Group: 'mixamorig:Head', Weight: 0.907682 +Vertex 4364: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083287 + Group: 'mixamorig:Head', Weight: 0.916713 +Vertex 4365: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082069 + Group: 'mixamorig:Head', Weight: 0.917931 +Vertex 4366: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081750 + Group: 'mixamorig:Head', Weight: 0.918250 +Vertex 4367: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080504 + Group: 'mixamorig:Head', Weight: 0.919496 +Vertex 4368: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4369: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107751 + Group: 'mixamorig:Head', Weight: 0.892249 +Vertex 4370: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080576 + Group: 'mixamorig:Head', Weight: 0.919424 +Vertex 4371: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082526 + Group: 'mixamorig:Head', Weight: 0.917474 +Vertex 4372: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082182 + Group: 'mixamorig:Head', Weight: 0.917818 +Vertex 4373: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081019 + Group: 'mixamorig:Head', Weight: 0.918981 +Vertex 4374: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4375: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076901 + Group: 'mixamorig:Head', Weight: 0.923099 +Vertex 4376: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077407 + Group: 'mixamorig:Head', Weight: 0.922593 +Vertex 4377: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078769 + Group: 'mixamorig:Head', Weight: 0.921231 +Vertex 4378: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086480 + Group: 'mixamorig:Head', Weight: 0.913520 +Vertex 4379: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084492 + Group: 'mixamorig:Head', Weight: 0.915508 +Vertex 4380: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085708 + Group: 'mixamorig:Head', Weight: 0.914292 +Vertex 4381: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087704 + Group: 'mixamorig:Head', Weight: 0.912296 +Vertex 4382: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089783 + Group: 'mixamorig:Head', Weight: 0.910217 +Vertex 4383: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091650 + Group: 'mixamorig:Head', Weight: 0.908350 +Vertex 4384: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105170 + Group: 'mixamorig:Head', Weight: 0.894830 +Vertex 4385: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106671 + Group: 'mixamorig:Head', Weight: 0.893329 +Vertex 4386: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057758 + Group: 'mixamorig:Head', Weight: 0.942242 +Vertex 4387: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077195 + Group: 'mixamorig:Head', Weight: 0.922805 +Vertex 4388: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074548 + Group: 'mixamorig:Head', Weight: 0.925452 +Vertex 4389: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075882 + Group: 'mixamorig:Head', Weight: 0.924118 +Vertex 4390: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078131 + Group: 'mixamorig:Head', Weight: 0.921869 +Vertex 4391: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078529 + Group: 'mixamorig:Head', Weight: 0.921471 +Vertex 4392: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075934 + Group: 'mixamorig:Head', Weight: 0.924066 +Vertex 4393: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075814 + Group: 'mixamorig:Head', Weight: 0.924186 +Vertex 4394: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070960 + Group: 'mixamorig:Head', Weight: 0.929040 +Vertex 4395: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072683 + Group: 'mixamorig:Head', Weight: 0.927317 +Vertex 4396: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071664 + Group: 'mixamorig:Head', Weight: 0.928336 +Vertex 4397: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076291 + Group: 'mixamorig:Head', Weight: 0.923710 +Vertex 4398: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078577 + Group: 'mixamorig:Head', Weight: 0.921423 +Vertex 4399: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076009 + Group: 'mixamorig:Head', Weight: 0.923991 +Vertex 4400: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066174 + Group: 'mixamorig:Head', Weight: 0.933826 +Vertex 4401: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064902 + Group: 'mixamorig:Head', Weight: 0.935098 +Vertex 4402: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057831 + Group: 'mixamorig:Head', Weight: 0.942169 +Vertex 4403: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067251 + Group: 'mixamorig:Head', Weight: 0.932749 +Vertex 4404: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064179 + Group: 'mixamorig:Head', Weight: 0.935821 +Vertex 4405: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064062 + Group: 'mixamorig:Head', Weight: 0.935938 +Vertex 4406: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068630 + Group: 'mixamorig:Head', Weight: 0.931370 +Vertex 4407: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070494 + Group: 'mixamorig:Head', Weight: 0.929506 +Vertex 4408: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075290 + Group: 'mixamorig:Head', Weight: 0.924710 +Vertex 4409: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071946 + Group: 'mixamorig:Head', Weight: 0.928054 +Vertex 4410: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071109 + Group: 'mixamorig:Head', Weight: 0.928892 +Vertex 4411: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065766 + Group: 'mixamorig:Head', Weight: 0.934234 +Vertex 4412: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072991 + Group: 'mixamorig:Head', Weight: 0.927009 +Vertex 4413: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066962 + Group: 'mixamorig:Head', Weight: 0.933038 +Vertex 4414: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070228 + Group: 'mixamorig:Head', Weight: 0.929772 +Vertex 4415: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070736 + Group: 'mixamorig:Head', Weight: 0.929264 +Vertex 4416: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070039 + Group: 'mixamorig:Head', Weight: 0.929961 +Vertex 4417: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077047 + Group: 'mixamorig:Head', Weight: 0.922953 +Vertex 4418: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072730 + Group: 'mixamorig:Head', Weight: 0.927270 +Vertex 4419: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073563 + Group: 'mixamorig:Head', Weight: 0.926437 +Vertex 4420: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073349 + Group: 'mixamorig:Head', Weight: 0.926651 +Vertex 4421: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073561 + Group: 'mixamorig:Head', Weight: 0.926439 +Vertex 4422: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066525 + Group: 'mixamorig:Head', Weight: 0.933475 +Vertex 4423: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073259 + Group: 'mixamorig:Head', Weight: 0.926741 +Vertex 4424: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077175 + Group: 'mixamorig:Head', Weight: 0.922825 +Vertex 4425: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078844 + Group: 'mixamorig:Head', Weight: 0.921156 +Vertex 4426: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065614 + Group: 'mixamorig:Head', Weight: 0.934386 +Vertex 4427: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064633 + Group: 'mixamorig:Head', Weight: 0.935367 +Vertex 4428: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063386 + Group: 'mixamorig:Head', Weight: 0.936614 +Vertex 4429: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065870 + Group: 'mixamorig:Head', Weight: 0.934130 +Vertex 4430: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064820 + Group: 'mixamorig:Head', Weight: 0.935180 +Vertex 4431: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066772 + Group: 'mixamorig:Head', Weight: 0.933228 +Vertex 4432: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066689 + Group: 'mixamorig:Head', Weight: 0.933311 +Vertex 4433: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068715 + Group: 'mixamorig:Head', Weight: 0.931285 +Vertex 4434: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069837 + Group: 'mixamorig:Head', Weight: 0.930163 +Vertex 4435: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069495 + Group: 'mixamorig:Head', Weight: 0.930505 +Vertex 4436: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068520 + Group: 'mixamorig:Head', Weight: 0.931480 +Vertex 4437: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067363 + Group: 'mixamorig:Head', Weight: 0.932637 +Vertex 4438: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067282 + Group: 'mixamorig:Head', Weight: 0.932718 +Vertex 4439: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066492 + Group: 'mixamorig:Head', Weight: 0.933508 +Vertex 4440: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063793 + Group: 'mixamorig:Head', Weight: 0.936208 +Vertex 4441: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067640 + Group: 'mixamorig:Head', Weight: 0.932360 +Vertex 4442: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066688 + Group: 'mixamorig:Head', Weight: 0.933312 +Vertex 4443: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052675 + Group: 'mixamorig:Head', Weight: 0.947325 +Vertex 4444: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4445: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4446: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075234 + Group: 'mixamorig:Head', Weight: 0.924766 +Vertex 4447: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076008 + Group: 'mixamorig:Head', Weight: 0.923992 +Vertex 4448: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074241 + Group: 'mixamorig:Head', Weight: 0.925759 +Vertex 4449: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073172 + Group: 'mixamorig:Head', Weight: 0.926828 +Vertex 4450: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052965 + Group: 'mixamorig:Head', Weight: 0.947035 +Vertex 4451: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073212 + Group: 'mixamorig:Head', Weight: 0.926788 +Vertex 4452: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058303 + Group: 'mixamorig:Head', Weight: 0.941697 +Vertex 4453: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075670 + Group: 'mixamorig:Head', Weight: 0.924330 +Vertex 4454: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.057377 + Group: 'mixamorig:Head', Weight: 0.942623 +Vertex 4455: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051248 + Group: 'mixamorig:Head', Weight: 0.948752 +Vertex 4456: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.038037 + Group: 'mixamorig:Head', Weight: 0.961963 +Vertex 4457: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 4458: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105659 + Group: 'mixamorig:Head', Weight: 0.894341 +Vertex 4459: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106410 + Group: 'mixamorig:Head', Weight: 0.893590 +Vertex 4460: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102688 + Group: 'mixamorig:Head', Weight: 0.897312 +Vertex 4461: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095573 + Group: 'mixamorig:Head', Weight: 0.904427 +Vertex 4462: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101213 + Group: 'mixamorig:Head', Weight: 0.898787 +Vertex 4463: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051668 + Group: 'mixamorig:Head', Weight: 0.948332 +Vertex 4464: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095307 + Group: 'mixamorig:Head', Weight: 0.904693 +Vertex 4465: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046396 + Group: 'mixamorig:Head', Weight: 0.953604 +Vertex 4466: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065359 + Group: 'mixamorig:Head', Weight: 0.934641 +Vertex 4467: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067089 + Group: 'mixamorig:Head', Weight: 0.932911 +Vertex 4468: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092788 + Group: 'mixamorig:Head', Weight: 0.907212 +Vertex 4469: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088484 + Group: 'mixamorig:Head', Weight: 0.911516 +Vertex 4470: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084879 + Group: 'mixamorig:Head', Weight: 0.915121 +Vertex 4471: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092584 + Group: 'mixamorig:Head', Weight: 0.907416 +Vertex 4472: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074401 + Group: 'mixamorig:Head', Weight: 0.925599 +Vertex 4473: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066056 + Group: 'mixamorig:Head', Weight: 0.933944 +Vertex 4474: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068066 + Group: 'mixamorig:Head', Weight: 0.931934 +Vertex 4475: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082711 + Group: 'mixamorig:Head', Weight: 0.917289 +Vertex 4476: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093048 + Group: 'mixamorig:Head', Weight: 0.906952 +Vertex 4477: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091099 + Group: 'mixamorig:Head', Weight: 0.908901 +Vertex 4478: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071467 + Group: 'mixamorig:Head', Weight: 0.928533 +Vertex 4479: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084369 + Group: 'mixamorig:Head', Weight: 0.915631 +Vertex 4480: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078362 + Group: 'mixamorig:Head', Weight: 0.921638 +Vertex 4481: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085091 + Group: 'mixamorig:Head', Weight: 0.914909 +Vertex 4482: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090163 + Group: 'mixamorig:Head', Weight: 0.909837 +Vertex 4483: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082688 + Group: 'mixamorig:Head', Weight: 0.917312 +Vertex 4484: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074565 + Group: 'mixamorig:Head', Weight: 0.925435 +Vertex 4485: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085186 + Group: 'mixamorig:Head', Weight: 0.914814 +Vertex 4486: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082228 + Group: 'mixamorig:Head', Weight: 0.917772 +Vertex 4487: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064094 + Group: 'mixamorig:Head', Weight: 0.935906 +Vertex 4488: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081277 + Group: 'mixamorig:Head', Weight: 0.918723 +Vertex 4489: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090091 + Group: 'mixamorig:Head', Weight: 0.909909 +Vertex 4490: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093691 + Group: 'mixamorig:Head', Weight: 0.906309 +Vertex 4491: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096125 + Group: 'mixamorig:Head', Weight: 0.903875 +Vertex 4492: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090867 + Group: 'mixamorig:Head', Weight: 0.909133 +Vertex 4493: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078178 + Group: 'mixamorig:Head', Weight: 0.921822 +Vertex 4494: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062329 + Group: 'mixamorig:Head', Weight: 0.937671 +Vertex 4495: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070763 + Group: 'mixamorig:Head', Weight: 0.929237 +Vertex 4496: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.061070 + Group: 'mixamorig:Head', Weight: 0.938930 +Vertex 4497: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071536 + Group: 'mixamorig:Head', Weight: 0.928464 +Vertex 4498: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081243 + Group: 'mixamorig:Head', Weight: 0.918757 +Vertex 4499: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085645 + Group: 'mixamorig:Head', Weight: 0.914355 +Vertex 4500: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088179 + Group: 'mixamorig:Head', Weight: 0.911821 +Vertex 4501: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083596 + Group: 'mixamorig:Head', Weight: 0.916404 +Vertex 4502: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.060100 + Group: 'mixamorig:Head', Weight: 0.939900 +Vertex 4503: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067057 + Group: 'mixamorig:Head', Weight: 0.932943 +Vertex 4504: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.058786 + Group: 'mixamorig:Head', Weight: 0.941214 +Vertex 4505: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066827 + Group: 'mixamorig:Head', Weight: 0.933173 +Vertex 4506: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046485 + Group: 'mixamorig:Head', Weight: 0.953515 +Vertex 4507: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.044789 + Group: 'mixamorig:Head', Weight: 0.955211 +Vertex 4508: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053821 + Group: 'mixamorig:Head', Weight: 0.946179 +Vertex 4509: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.048506 + Group: 'mixamorig:Head', Weight: 0.951494 +Vertex 4510: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051053 + Group: 'mixamorig:Head', Weight: 0.948947 +Vertex 4511: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052115 + Group: 'mixamorig:Head', Weight: 0.947885 +Vertex 4512: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056291 + Group: 'mixamorig:Head', Weight: 0.943709 +Vertex 4513: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.060463 + Group: 'mixamorig:Head', Weight: 0.939537 +Vertex 4514: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072127 + Group: 'mixamorig:Head', Weight: 0.927873 +Vertex 4515: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042274 + Group: 'mixamorig:Head', Weight: 0.957726 +Vertex 4516: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.056221 + Group: 'mixamorig:Head', Weight: 0.943779 +Vertex 4517: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050088 + Group: 'mixamorig:Head', Weight: 0.949912 +Vertex 4518: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065161 + Group: 'mixamorig:Head', Weight: 0.934839 +Vertex 4519: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064073 + Group: 'mixamorig:Head', Weight: 0.935927 +Vertex 4520: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.051878 + Group: 'mixamorig:Head', Weight: 0.948122 +Vertex 4521: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062167 + Group: 'mixamorig:Head', Weight: 0.937833 +Vertex 4522: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063120 + Group: 'mixamorig:Head', Weight: 0.936880 +Vertex 4523: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046851 + Group: 'mixamorig:Head', Weight: 0.953149 +Vertex 4524: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.043918 + Group: 'mixamorig:Head', Weight: 0.956082 +Vertex 4525: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042438 + Group: 'mixamorig:Head', Weight: 0.957562 +Vertex 4526: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.041360 + Group: 'mixamorig:Head', Weight: 0.958640 +Vertex 4527: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069252 + Group: 'mixamorig:Head', Weight: 0.930748 +Vertex 4528: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067723 + Group: 'mixamorig:Head', Weight: 0.932277 +Vertex 4529: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065642 + Group: 'mixamorig:Head', Weight: 0.934358 +Vertex 4530: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050313 + Group: 'mixamorig:Head', Weight: 0.949687 +Vertex 4531: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063471 + Group: 'mixamorig:Head', Weight: 0.936529 +Vertex 4532: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.046896 + Group: 'mixamorig:Head', Weight: 0.953104 +Vertex 4533: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.050837 + Group: 'mixamorig:Head', Weight: 0.949163 +Vertex 4534: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.052712 + Group: 'mixamorig:Head', Weight: 0.947288 +Vertex 4535: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082673 + Group: 'mixamorig:Head', Weight: 0.917327 +Vertex 4536: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088421 + Group: 'mixamorig:Head', Weight: 0.911579 +Vertex 4537: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091158 + Group: 'mixamorig:Head', Weight: 0.908842 +Vertex 4538: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075121 + Group: 'mixamorig:Head', Weight: 0.924879 +Vertex 4539: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073880 + Group: 'mixamorig:Head', Weight: 0.926120 +Vertex 4540: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.042270 + Group: 'mixamorig:Head', Weight: 0.957730 +Vertex 4541: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070800 + Group: 'mixamorig:Head', Weight: 0.929200 +Vertex 4542: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070369 + Group: 'mixamorig:Head', Weight: 0.929631 +Vertex 4543: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071408 + Group: 'mixamorig:Head', Weight: 0.928592 +Vertex 4544: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071158 + Group: 'mixamorig:Head', Weight: 0.928842 +Vertex 4545: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069405 + Group: 'mixamorig:Head', Weight: 0.930595 +Vertex 4546: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069287 + Group: 'mixamorig:Head', Weight: 0.930713 +Vertex 4547: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073742 + Group: 'mixamorig:Head', Weight: 0.926258 +Vertex 4548: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074619 + Group: 'mixamorig:Head', Weight: 0.925381 +Vertex 4549: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072750 + Group: 'mixamorig:Head', Weight: 0.927250 +Vertex 4550: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068747 + Group: 'mixamorig:Head', Weight: 0.931253 +Vertex 4551: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075102 + Group: 'mixamorig:Head', Weight: 0.924898 +Vertex 4552: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076782 + Group: 'mixamorig:Head', Weight: 0.923218 +Vertex 4553: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074203 + Group: 'mixamorig:Head', Weight: 0.925797 +Vertex 4554: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092535 + Group: 'mixamorig:Head', Weight: 0.907465 +Vertex 4555: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081190 + Group: 'mixamorig:Head', Weight: 0.918810 +Vertex 4556: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080798 + Group: 'mixamorig:Head', Weight: 0.919202 +Vertex 4557: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081095 + Group: 'mixamorig:Head', Weight: 0.918905 +Vertex 4558: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077300 + Group: 'mixamorig:Head', Weight: 0.922700 +Vertex 4559: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087764 + Group: 'mixamorig:Head', Weight: 0.912236 +Vertex 4560: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085173 + Group: 'mixamorig:Head', Weight: 0.914827 +Vertex 4561: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079583 + Group: 'mixamorig:Head', Weight: 0.920417 +Vertex 4562: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081227 + Group: 'mixamorig:Head', Weight: 0.918773 +Vertex 4563: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081464 + Group: 'mixamorig:Head', Weight: 0.918536 +Vertex 4564: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080801 + Group: 'mixamorig:Head', Weight: 0.919199 +Vertex 4565: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079161 + Group: 'mixamorig:Head', Weight: 0.920839 +Vertex 4566: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091959 + Group: 'mixamorig:Head', Weight: 0.908041 +Vertex 4567: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095415 + Group: 'mixamorig:Head', Weight: 0.904585 +Vertex 4568: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098370 + Group: 'mixamorig:Head', Weight: 0.901630 +Vertex 4569: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094761 + Group: 'mixamorig:Head', Weight: 0.905239 +Vertex 4570: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088198 + Group: 'mixamorig:Head', Weight: 0.911802 +Vertex 4571: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092266 + Group: 'mixamorig:Head', Weight: 0.907734 +Vertex 4572: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093885 + Group: 'mixamorig:Head', Weight: 0.906115 +Vertex 4573: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096647 + Group: 'mixamorig:Head', Weight: 0.903353 +Vertex 4574: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095900 + Group: 'mixamorig:Head', Weight: 0.904100 +Vertex 4575: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095569 + Group: 'mixamorig:Head', Weight: 0.904431 +Vertex 4576: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106353 + Group: 'mixamorig:Head', Weight: 0.893647 +Vertex 4577: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073603 + Group: 'mixamorig:Head', Weight: 0.926397 +Vertex 4578: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076226 + Group: 'mixamorig:Head', Weight: 0.923774 +Vertex 4579: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075664 + Group: 'mixamorig:Head', Weight: 0.924336 +Vertex 4580: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071805 + Group: 'mixamorig:Head', Weight: 0.928195 +Vertex 4581: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076961 + Group: 'mixamorig:Head', Weight: 0.923039 +Vertex 4582: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075916 + Group: 'mixamorig:Head', Weight: 0.924084 +Vertex 4583: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087290 + Group: 'mixamorig:Head', Weight: 0.912710 +Vertex 4584: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084429 + Group: 'mixamorig:Head', Weight: 0.915571 +Vertex 4585: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088898 + Group: 'mixamorig:Head', Weight: 0.911102 +Vertex 4586: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089500 + Group: 'mixamorig:Head', Weight: 0.910500 +Vertex 4587: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094648 + Group: 'mixamorig:Head', Weight: 0.905352 +Vertex 4588: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096228 + Group: 'mixamorig:Head', Weight: 0.903772 +Vertex 4589: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094644 + Group: 'mixamorig:Head', Weight: 0.905356 +Vertex 4590: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096317 + Group: 'mixamorig:Head', Weight: 0.903683 +Vertex 4591: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092160 + Group: 'mixamorig:Head', Weight: 0.907840 +Vertex 4592: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097331 + Group: 'mixamorig:Head', Weight: 0.902669 +Vertex 4593: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096455 + Group: 'mixamorig:Head', Weight: 0.903545 +Vertex 4594: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098567 + Group: 'mixamorig:Head', Weight: 0.901433 +Vertex 4595: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097114 + Group: 'mixamorig:Head', Weight: 0.902886 +Vertex 4596: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095626 + Group: 'mixamorig:Head', Weight: 0.904374 +Vertex 4597: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085688 + Group: 'mixamorig:Head', Weight: 0.914312 +Vertex 4598: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086807 + Group: 'mixamorig:Head', Weight: 0.913193 +Vertex 4599: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086811 + Group: 'mixamorig:Head', Weight: 0.913189 +Vertex 4600: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087046 + Group: 'mixamorig:Head', Weight: 0.912954 +Vertex 4601: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083538 + Group: 'mixamorig:Head', Weight: 0.916462 +Vertex 4602: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082442 + Group: 'mixamorig:Head', Weight: 0.917558 +Vertex 4603: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080237 + Group: 'mixamorig:Head', Weight: 0.919763 +Vertex 4604: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.072264 + Group: 'mixamorig:Head', Weight: 0.927736 +Vertex 4605: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068496 + Group: 'mixamorig:Head', Weight: 0.931504 +Vertex 4606: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080545 + Group: 'mixamorig:Head', Weight: 0.919455 +Vertex 4607: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084271 + Group: 'mixamorig:Head', Weight: 0.915729 +Vertex 4608: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082961 + Group: 'mixamorig:Head', Weight: 0.917039 +Vertex 4609: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082453 + Group: 'mixamorig:Head', Weight: 0.917547 +Vertex 4610: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085345 + Group: 'mixamorig:Head', Weight: 0.914655 +Vertex 4611: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093034 + Group: 'mixamorig:Head', Weight: 0.906966 +Vertex 4612: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099069 + Group: 'mixamorig:Head', Weight: 0.900931 +Vertex 4613: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077996 + Group: 'mixamorig:Head', Weight: 0.922004 +Vertex 4614: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063961 + Group: 'mixamorig:Head', Weight: 0.936039 +Vertex 4615: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063421 + Group: 'mixamorig:Head', Weight: 0.936579 +Vertex 4616: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068713 + Group: 'mixamorig:Head', Weight: 0.931287 +Vertex 4617: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067060 + Group: 'mixamorig:Head', Weight: 0.932940 +Vertex 4618: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065960 + Group: 'mixamorig:Head', Weight: 0.934040 +Vertex 4619: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067971 + Group: 'mixamorig:Head', Weight: 0.932029 +Vertex 4620: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069788 + Group: 'mixamorig:Head', Weight: 0.930212 +Vertex 4621: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069346 + Group: 'mixamorig:Head', Weight: 0.930654 +Vertex 4622: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066731 + Group: 'mixamorig:Head', Weight: 0.933269 +Vertex 4623: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069965 + Group: 'mixamorig:Head', Weight: 0.930035 +Vertex 4624: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068498 + Group: 'mixamorig:Head', Weight: 0.931502 +Vertex 4625: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068455 + Group: 'mixamorig:Head', Weight: 0.931545 +Vertex 4626: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064580 + Group: 'mixamorig:Head', Weight: 0.935420 +Vertex 4627: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065140 + Group: 'mixamorig:Head', Weight: 0.934860 +Vertex 4628: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067711 + Group: 'mixamorig:Head', Weight: 0.932289 +Vertex 4629: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065607 + Group: 'mixamorig:Head', Weight: 0.934393 +Vertex 4630: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064563 + Group: 'mixamorig:Head', Weight: 0.935436 +Vertex 4631: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067886 + Group: 'mixamorig:Head', Weight: 0.932114 +Vertex 4632: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063427 + Group: 'mixamorig:Head', Weight: 0.936573 +Vertex 4633: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064394 + Group: 'mixamorig:Head', Weight: 0.935606 +Vertex 4634: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065010 + Group: 'mixamorig:Head', Weight: 0.934990 +Vertex 4635: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064456 + Group: 'mixamorig:Head', Weight: 0.935544 +Vertex 4636: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064205 + Group: 'mixamorig:Head', Weight: 0.935795 +Vertex 4637: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065689 + Group: 'mixamorig:Head', Weight: 0.934311 +Vertex 4638: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067399 + Group: 'mixamorig:Head', Weight: 0.932601 +Vertex 4639: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066558 + Group: 'mixamorig:Head', Weight: 0.933442 +Vertex 4640: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068733 + Group: 'mixamorig:Head', Weight: 0.931267 +Vertex 4641: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068354 + Group: 'mixamorig:Head', Weight: 0.931646 +Vertex 4642: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065860 + Group: 'mixamorig:Head', Weight: 0.934140 +Vertex 4643: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065624 + Group: 'mixamorig:Head', Weight: 0.934376 +Vertex 4644: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066700 + Group: 'mixamorig:Head', Weight: 0.933300 +Vertex 4645: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066705 + Group: 'mixamorig:Head', Weight: 0.933295 +Vertex 4646: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066677 + Group: 'mixamorig:Head', Weight: 0.933323 +Vertex 4647: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066135 + Group: 'mixamorig:Head', Weight: 0.933865 +Vertex 4648: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066659 + Group: 'mixamorig:Head', Weight: 0.933341 +Vertex 4649: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068538 + Group: 'mixamorig:Head', Weight: 0.931462 +Vertex 4650: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069121 + Group: 'mixamorig:Head', Weight: 0.930879 +Vertex 4651: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068511 + Group: 'mixamorig:Head', Weight: 0.931489 +Vertex 4652: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068500 + Group: 'mixamorig:Head', Weight: 0.931500 +Vertex 4653: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066670 + Group: 'mixamorig:Head', Weight: 0.933330 +Vertex 4654: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066256 + Group: 'mixamorig:Head', Weight: 0.933744 +Vertex 4655: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068222 + Group: 'mixamorig:Head', Weight: 0.931778 +Vertex 4656: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068507 + Group: 'mixamorig:Head', Weight: 0.931493 +Vertex 4657: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068946 + Group: 'mixamorig:Head', Weight: 0.931054 +Vertex 4658: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069093 + Group: 'mixamorig:Head', Weight: 0.930907 +Vertex 4659: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063054 + Group: 'mixamorig:Head', Weight: 0.936945 +Vertex 4660: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064227 + Group: 'mixamorig:Head', Weight: 0.935773 +Vertex 4661: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065706 + Group: 'mixamorig:Head', Weight: 0.934294 +Vertex 4662: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066199 + Group: 'mixamorig:Head', Weight: 0.933801 +Vertex 4663: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.063449 + Group: 'mixamorig:Head', Weight: 0.936551 +Vertex 4664: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.064552 + Group: 'mixamorig:Head', Weight: 0.935448 +Vertex 4665: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066585 + Group: 'mixamorig:Head', Weight: 0.933415 +Vertex 4666: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.068778 + Group: 'mixamorig:Head', Weight: 0.931222 +Vertex 4667: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070179 + Group: 'mixamorig:Head', Weight: 0.929821 +Vertex 4668: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069096 + Group: 'mixamorig:Head', Weight: 0.930904 +Vertex 4669: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067796 + Group: 'mixamorig:Head', Weight: 0.932204 +Vertex 4670: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066816 + Group: 'mixamorig:Head', Weight: 0.933184 +Vertex 4671: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067520 + Group: 'mixamorig:Head', Weight: 0.932480 +Vertex 4672: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.067069 + Group: 'mixamorig:Head', Weight: 0.932931 +Vertex 4673: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.062138 + Group: 'mixamorig:Head', Weight: 0.937862 +Vertex 4674: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.066690 + Group: 'mixamorig:Head', Weight: 0.933310 +Vertex 4675: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.065733 + Group: 'mixamorig:Head', Weight: 0.934267 +Vertex 4676: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103359 + Group: 'mixamorig:Head', Weight: 0.896641 +Vertex 4677: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103222 + Group: 'mixamorig:Head', Weight: 0.896778 +Vertex 4678: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100144 + Group: 'mixamorig:Head', Weight: 0.899856 +Vertex 4679: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090215 + Group: 'mixamorig:Head', Weight: 0.909785 +Vertex 4680: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098624 + Group: 'mixamorig:Head', Weight: 0.901375 +Vertex 4681: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080744 + Group: 'mixamorig:Head', Weight: 0.919256 +Vertex 4682: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108421 + Group: 'mixamorig:Head', Weight: 0.891579 +Vertex 4683: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104499 + Group: 'mixamorig:Head', Weight: 0.895501 +Vertex 4684: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106278 + Group: 'mixamorig:Head', Weight: 0.893722 +Vertex 4685: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110171 + Group: 'mixamorig:Head', Weight: 0.889829 +Vertex 4686: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107128 + Group: 'mixamorig:Head', Weight: 0.892872 +Vertex 4687: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082424 + Group: 'mixamorig:Head', Weight: 0.917576 +Vertex 4688: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081032 + Group: 'mixamorig:Head', Weight: 0.918968 +Vertex 4689: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082763 + Group: 'mixamorig:Head', Weight: 0.917237 +Vertex 4690: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083226 + Group: 'mixamorig:Head', Weight: 0.916774 +Vertex 4691: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091930 + Group: 'mixamorig:Head', Weight: 0.908070 +Vertex 4692: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091942 + Group: 'mixamorig:Head', Weight: 0.908058 +Vertex 4693: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098610 + Group: 'mixamorig:Head', Weight: 0.901390 +Vertex 4694: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099118 + Group: 'mixamorig:Head', Weight: 0.900882 +Vertex 4695: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096044 + Group: 'mixamorig:Head', Weight: 0.903956 +Vertex 4696: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096426 + Group: 'mixamorig:Head', Weight: 0.903574 +Vertex 4697: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104021 + Group: 'mixamorig:Head', Weight: 0.895979 +Vertex 4698: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103033 + Group: 'mixamorig:Head', Weight: 0.896967 +Vertex 4699: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103279 + Group: 'mixamorig:Head', Weight: 0.896721 +Vertex 4700: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096878 + Group: 'mixamorig:Head', Weight: 0.903122 +Vertex 4701: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097216 + Group: 'mixamorig:Head', Weight: 0.902784 +Vertex 4702: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.246366 + Group: 'mixamorig:Head', Weight: 0.753634 +Vertex 4703: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.253673 + Group: 'mixamorig:Head', Weight: 0.746327 +Vertex 4704: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.290093 + Group: 'mixamorig:Head', Weight: 0.709907 +Vertex 4705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092928 + Group: 'mixamorig:Head', Weight: 0.907072 +Vertex 4706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094185 + Group: 'mixamorig:Head', Weight: 0.905815 +Vertex 4707: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080199 + Group: 'mixamorig:Head', Weight: 0.919801 +Vertex 4708: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080632 + Group: 'mixamorig:Head', Weight: 0.919368 +Vertex 4709: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082343 + Group: 'mixamorig:Head', Weight: 0.917657 +Vertex 4710: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083786 + Group: 'mixamorig:Head', Weight: 0.916214 +Vertex 4711: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103836 + Group: 'mixamorig:Head', Weight: 0.896164 +Vertex 4712: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096077 + Group: 'mixamorig:Head', Weight: 0.903923 +Vertex 4713: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4714: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081496 + Group: 'mixamorig:Head', Weight: 0.918504 +Vertex 4715: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098547 + Group: 'mixamorig:Head', Weight: 0.901453 +Vertex 4716: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089472 + Group: 'mixamorig:Head', Weight: 0.910528 +Vertex 4717: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097636 + Group: 'mixamorig:Head', Weight: 0.902364 +Vertex 4718: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100059 + Group: 'mixamorig:Head', Weight: 0.899941 +Vertex 4719: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.134361 + Group: 'mixamorig:Head', Weight: 0.865638 +Vertex 4720: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.122155 + Group: 'mixamorig:Head', Weight: 0.877845 +Vertex 4721: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.124644 + Group: 'mixamorig:Head', Weight: 0.875356 +Vertex 4722: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.118409 + Group: 'mixamorig:Head', Weight: 0.881591 +Vertex 4723: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099902 + Group: 'mixamorig:Head', Weight: 0.900098 +Vertex 4724: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098064 + Group: 'mixamorig:Head', Weight: 0.901935 +Vertex 4725: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104175 + Group: 'mixamorig:Head', Weight: 0.895824 +Vertex 4726: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083601 + Group: 'mixamorig:Head', Weight: 0.916399 +Vertex 4727: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104602 + Group: 'mixamorig:Head', Weight: 0.895398 +Vertex 4728: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102953 + Group: 'mixamorig:Head', Weight: 0.897047 +Vertex 4729: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.158543 + Group: 'mixamorig:Head', Weight: 0.841457 +Vertex 4730: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.201520 + Group: 'mixamorig:Head', Weight: 0.798480 +Vertex 4731: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.206522 + Group: 'mixamorig:Head', Weight: 0.793478 +Vertex 4732: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.131385 + Group: 'mixamorig:Head', Weight: 0.868615 +Vertex 4733: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.135343 + Group: 'mixamorig:Head', Weight: 0.864657 +Vertex 4734: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129321 + Group: 'mixamorig:Head', Weight: 0.870679 +Vertex 4735: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102822 + Group: 'mixamorig:Head', Weight: 0.897178 +Vertex 4736: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101728 + Group: 'mixamorig:Head', Weight: 0.898272 +Vertex 4737: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101775 + Group: 'mixamorig:Head', Weight: 0.898225 +Vertex 4738: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094317 + Group: 'mixamorig:Head', Weight: 0.905683 +Vertex 4739: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100226 + Group: 'mixamorig:Head', Weight: 0.899774 +Vertex 4740: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093231 + Group: 'mixamorig:Head', Weight: 0.906769 +Vertex 4741: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088934 + Group: 'mixamorig:Head', Weight: 0.911066 +Vertex 4742: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081384 + Group: 'mixamorig:Head', Weight: 0.918616 +Vertex 4743: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081693 + Group: 'mixamorig:Head', Weight: 0.918307 +Vertex 4744: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100427 + Group: 'mixamorig:Head', Weight: 0.899573 +Vertex 4745: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101590 + Group: 'mixamorig:Head', Weight: 0.898410 +Vertex 4746: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096391 + Group: 'mixamorig:Head', Weight: 0.903609 +Vertex 4747: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097084 + Group: 'mixamorig:Head', Weight: 0.902916 +Vertex 4748: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096847 + Group: 'mixamorig:Head', Weight: 0.903153 +Vertex 4749: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093459 + Group: 'mixamorig:Head', Weight: 0.906541 +Vertex 4750: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096875 + Group: 'mixamorig:Head', Weight: 0.903125 +Vertex 4751: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099442 + Group: 'mixamorig:Head', Weight: 0.900558 +Vertex 4752: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078317 + Group: 'mixamorig:Head', Weight: 0.921683 +Vertex 4753: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079995 + Group: 'mixamorig:Head', Weight: 0.920005 +Vertex 4754: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078800 + Group: 'mixamorig:Head', Weight: 0.921200 +Vertex 4755: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078153 + Group: 'mixamorig:Head', Weight: 0.921847 +Vertex 4756: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081126 + Group: 'mixamorig:Head', Weight: 0.918874 +Vertex 4757: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079975 + Group: 'mixamorig:Head', Weight: 0.920025 +Vertex 4758: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4759: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117326 + Group: 'mixamorig:Head', Weight: 0.882674 +Vertex 4760: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.116830 + Group: 'mixamorig:Head', Weight: 0.883170 +Vertex 4761: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127953 + Group: 'mixamorig:Head', Weight: 0.872047 +Vertex 4762: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129181 + Group: 'mixamorig:Head', Weight: 0.870819 +Vertex 4763: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.139886 + Group: 'mixamorig:Head', Weight: 0.860114 +Vertex 4764: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113945 + Group: 'mixamorig:Head', Weight: 0.886055 +Vertex 4765: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100335 + Group: 'mixamorig:Head', Weight: 0.899665 +Vertex 4766: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119980 + Group: 'mixamorig:Head', Weight: 0.880020 +Vertex 4767: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099020 + Group: 'mixamorig:Head', Weight: 0.900980 +Vertex 4768: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090438 + Group: 'mixamorig:Head', Weight: 0.909562 +Vertex 4769: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105614 + Group: 'mixamorig:Head', Weight: 0.894386 +Vertex 4770: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105524 + Group: 'mixamorig:Head', Weight: 0.894476 +Vertex 4771: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100918 + Group: 'mixamorig:Head', Weight: 0.899082 +Vertex 4772: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095609 + Group: 'mixamorig:Head', Weight: 0.904391 +Vertex 4773: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091603 + Group: 'mixamorig:Head', Weight: 0.908397 +Vertex 4774: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104618 + Group: 'mixamorig:Head', Weight: 0.895382 +Vertex 4775: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104309 + Group: 'mixamorig:Head', Weight: 0.895691 +Vertex 4776: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098055 + Group: 'mixamorig:Head', Weight: 0.901945 +Vertex 4777: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103371 + Group: 'mixamorig:Head', Weight: 0.896629 +Vertex 4778: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114285 + Group: 'mixamorig:Head', Weight: 0.885715 +Vertex 4779: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113732 + Group: 'mixamorig:Head', Weight: 0.886268 +Vertex 4780: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114760 + Group: 'mixamorig:Head', Weight: 0.885240 +Vertex 4781: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115203 + Group: 'mixamorig:Head', Weight: 0.884797 +Vertex 4782: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115174 + Group: 'mixamorig:Head', Weight: 0.884826 +Vertex 4783: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.123181 + Group: 'mixamorig:Head', Weight: 0.876819 +Vertex 4784: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.128956 + Group: 'mixamorig:Head', Weight: 0.871044 +Vertex 4785: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113662 + Group: 'mixamorig:Head', Weight: 0.886338 +Vertex 4786: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104124 + Group: 'mixamorig:Head', Weight: 0.895876 +Vertex 4787: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105493 + Group: 'mixamorig:Head', Weight: 0.894507 +Vertex 4788: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092883 + Group: 'mixamorig:Head', Weight: 0.907117 +Vertex 4789: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105077 + Group: 'mixamorig:Head', Weight: 0.894923 +Vertex 4790: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094741 + Group: 'mixamorig:Head', Weight: 0.905259 +Vertex 4791: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104262 + Group: 'mixamorig:Head', Weight: 0.895738 +Vertex 4792: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113353 + Group: 'mixamorig:Head', Weight: 0.886647 +Vertex 4793: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113957 + Group: 'mixamorig:Head', Weight: 0.886043 +Vertex 4794: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114623 + Group: 'mixamorig:Head', Weight: 0.885377 +Vertex 4795: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113339 + Group: 'mixamorig:Head', Weight: 0.886661 +Vertex 4796: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092282 + Group: 'mixamorig:Head', Weight: 0.907718 +Vertex 4797: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092729 + Group: 'mixamorig:Head', Weight: 0.907271 +Vertex 4798: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099983 + Group: 'mixamorig:Head', Weight: 0.900017 +Vertex 4799: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100704 + Group: 'mixamorig:Head', Weight: 0.899296 +Vertex 4800: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099263 + Group: 'mixamorig:Head', Weight: 0.900737 +Vertex 4801: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103099 + Group: 'mixamorig:Head', Weight: 0.896901 +Vertex 4802: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105612 + Group: 'mixamorig:Head', Weight: 0.894388 +Vertex 4803: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.120613 + Group: 'mixamorig:Head', Weight: 0.879387 +Vertex 4804: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104010 + Group: 'mixamorig:Head', Weight: 0.895990 +Vertex 4805: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100577 + Group: 'mixamorig:Head', Weight: 0.899423 +Vertex 4806: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096524 + Group: 'mixamorig:Head', Weight: 0.903476 +Vertex 4807: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.140332 + Group: 'mixamorig:Head', Weight: 0.859668 +Vertex 4808: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.127469 + Group: 'mixamorig:Head', Weight: 0.872531 +Vertex 4809: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091633 + Group: 'mixamorig:Head', Weight: 0.908368 +Vertex 4810: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085710 + Group: 'mixamorig:Head', Weight: 0.914290 +Vertex 4811: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.118941 + Group: 'mixamorig:Head', Weight: 0.881059 +Vertex 4812: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115560 + Group: 'mixamorig:Head', Weight: 0.884440 +Vertex 4813: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085593 + Group: 'mixamorig:Head', Weight: 0.914407 +Vertex 4814: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103326 + Group: 'mixamorig:Head', Weight: 0.896674 +Vertex 4815: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088486 + Group: 'mixamorig:Head', Weight: 0.911514 +Vertex 4816: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.132517 + Group: 'mixamorig:Head', Weight: 0.867483 +Vertex 4817: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.214555 + Group: 'mixamorig:Head', Weight: 0.785444 +Vertex 4818: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4819: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.076254 + Group: 'mixamorig:Head', Weight: 0.923746 +Vertex 4820: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4821: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.053930 + Group: 'mixamorig:Head', Weight: 0.946070 +Vertex 4822: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080129 + Group: 'mixamorig:Head', Weight: 0.919871 +Vertex 4823: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4824: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.069618 + Group: 'mixamorig:Head', Weight: 0.930382 +Vertex 4825: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4826: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070948 + Group: 'mixamorig:Head', Weight: 0.929052 +Vertex 4827: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075385 + Group: 'mixamorig:Head', Weight: 0.924615 +Vertex 4828: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077772 + Group: 'mixamorig:Head', Weight: 0.922228 +Vertex 4829: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093190 + Group: 'mixamorig:Head', Weight: 0.906810 +Vertex 4830: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092839 + Group: 'mixamorig:Head', Weight: 0.907161 +Vertex 4831: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094451 + Group: 'mixamorig:Head', Weight: 0.905549 +Vertex 4832: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096566 + Group: 'mixamorig:Head', Weight: 0.903434 +Vertex 4833: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098601 + Group: 'mixamorig:Head', Weight: 0.901399 +Vertex 4834: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100033 + Group: 'mixamorig:Head', Weight: 0.899967 +Vertex 4835: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100064 + Group: 'mixamorig:Head', Weight: 0.899936 +Vertex 4836: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101548 + Group: 'mixamorig:Head', Weight: 0.898452 +Vertex 4837: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104966 + Group: 'mixamorig:Head', Weight: 0.895034 +Vertex 4838: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108946 + Group: 'mixamorig:Head', Weight: 0.891054 +Vertex 4839: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096531 + Group: 'mixamorig:Head', Weight: 0.903468 +Vertex 4840: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4841: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082595 + Group: 'mixamorig:Head', Weight: 0.917405 +Vertex 4842: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081186 + Group: 'mixamorig:Head', Weight: 0.918814 +Vertex 4843: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094686 + Group: 'mixamorig:Head', Weight: 0.905314 +Vertex 4844: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085676 + Group: 'mixamorig:Head', Weight: 0.914324 +Vertex 4845: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.156337 + Group: 'mixamorig:Head', Weight: 0.843663 +Vertex 4846: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.210241 + Group: 'mixamorig:Head', Weight: 0.789759 +Vertex 4847: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107706 + Group: 'mixamorig:Head', Weight: 0.892294 +Vertex 4848: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107387 + Group: 'mixamorig:Head', Weight: 0.892613 +Vertex 4849: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.139936 + Group: 'mixamorig:Head', Weight: 0.860064 +Vertex 4850: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092333 + Group: 'mixamorig:Head', Weight: 0.907667 +Vertex 4851: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081370 + Group: 'mixamorig:Head', Weight: 0.918630 +Vertex 4852: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4853: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093888 + Group: 'mixamorig:Head', Weight: 0.906112 +Vertex 4854: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4855: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080044 + Group: 'mixamorig:Head', Weight: 0.919956 +Vertex 4856: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.246255 + Group: 'mixamorig:Head', Weight: 0.753745 +Vertex 4857: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093067 + Group: 'mixamorig:Head', Weight: 0.906933 +Vertex 4858: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092897 + Group: 'mixamorig:Head', Weight: 0.907103 +Vertex 4859: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092053 + Group: 'mixamorig:Head', Weight: 0.907947 +Vertex 4860: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090696 + Group: 'mixamorig:Head', Weight: 0.909304 +Vertex 4861: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092286 + Group: 'mixamorig:Head', Weight: 0.907714 +Vertex 4862: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091230 + Group: 'mixamorig:Head', Weight: 0.908770 +Vertex 4863: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095409 + Group: 'mixamorig:Head', Weight: 0.904591 +Vertex 4864: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090841 + Group: 'mixamorig:Head', Weight: 0.909159 +Vertex 4865: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090484 + Group: 'mixamorig:Head', Weight: 0.909516 +Vertex 4866: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092772 + Group: 'mixamorig:Head', Weight: 0.907228 +Vertex 4867: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091667 + Group: 'mixamorig:Head', Weight: 0.908333 +Vertex 4868: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093539 + Group: 'mixamorig:Head', Weight: 0.906461 +Vertex 4869: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082515 + Group: 'mixamorig:Head', Weight: 0.917485 +Vertex 4870: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115987 + Group: 'mixamorig:Head', Weight: 0.884013 +Vertex 4871: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101015 + Group: 'mixamorig:Head', Weight: 0.898985 +Vertex 4872: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098861 + Group: 'mixamorig:Head', Weight: 0.901139 +Vertex 4873: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100271 + Group: 'mixamorig:Head', Weight: 0.899729 +Vertex 4874: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100300 + Group: 'mixamorig:Head', Weight: 0.899700 +Vertex 4875: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100473 + Group: 'mixamorig:Head', Weight: 0.899527 +Vertex 4876: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102259 + Group: 'mixamorig:Head', Weight: 0.897741 +Vertex 4877: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097166 + Group: 'mixamorig:Head', Weight: 0.902834 +Vertex 4878: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099217 + Group: 'mixamorig:Head', Weight: 0.900783 +Vertex 4879: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095944 + Group: 'mixamorig:Head', Weight: 0.904056 +Vertex 4880: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093480 + Group: 'mixamorig:Head', Weight: 0.906520 +Vertex 4881: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082613 + Group: 'mixamorig:Head', Weight: 0.917387 +Vertex 4882: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4883: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082367 + Group: 'mixamorig:Head', Weight: 0.917633 +Vertex 4884: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080805 + Group: 'mixamorig:Head', Weight: 0.919195 +Vertex 4885: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099973 + Group: 'mixamorig:Head', Weight: 0.900027 +Vertex 4886: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.125360 + Group: 'mixamorig:Head', Weight: 0.874640 +Vertex 4887: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.133942 + Group: 'mixamorig:Head', Weight: 0.866058 +Vertex 4888: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114910 + Group: 'mixamorig:Head', Weight: 0.885090 +Vertex 4889: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093363 + Group: 'mixamorig:Head', Weight: 0.906637 +Vertex 4890: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092861 + Group: 'mixamorig:Head', Weight: 0.907139 +Vertex 4891: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090958 + Group: 'mixamorig:Head', Weight: 0.909042 +Vertex 4892: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091527 + Group: 'mixamorig:Head', Weight: 0.908473 +Vertex 4893: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090303 + Group: 'mixamorig:Head', Weight: 0.909697 +Vertex 4894: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091603 + Group: 'mixamorig:Head', Weight: 0.908397 +Vertex 4895: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092922 + Group: 'mixamorig:Head', Weight: 0.907078 +Vertex 4896: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094607 + Group: 'mixamorig:Head', Weight: 0.905393 +Vertex 4897: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094695 + Group: 'mixamorig:Head', Weight: 0.905305 +Vertex 4898: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093154 + Group: 'mixamorig:Head', Weight: 0.906846 +Vertex 4899: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083415 + Group: 'mixamorig:Head', Weight: 0.916585 +Vertex 4900: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081255 + Group: 'mixamorig:Head', Weight: 0.918745 +Vertex 4901: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081515 + Group: 'mixamorig:Head', Weight: 0.918485 +Vertex 4902: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080646 + Group: 'mixamorig:Head', Weight: 0.919354 +Vertex 4903: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4904: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080100 + Group: 'mixamorig:Head', Weight: 0.919900 +Vertex 4905: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094136 + Group: 'mixamorig:Head', Weight: 0.905864 +Vertex 4906: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 4907: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080606 + Group: 'mixamorig:Head', Weight: 0.919394 +Vertex 4908: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082780 + Group: 'mixamorig:Head', Weight: 0.917220 +Vertex 4909: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081575 + Group: 'mixamorig:Head', Weight: 0.918425 +Vertex 4910: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080683 + Group: 'mixamorig:Head', Weight: 0.919317 +Vertex 4911: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083889 + Group: 'mixamorig:Head', Weight: 0.916111 +Vertex 4912: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094887 + Group: 'mixamorig:Head', Weight: 0.905113 +Vertex 4913: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096422 + Group: 'mixamorig:Head', Weight: 0.903578 +Vertex 4914: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095557 + Group: 'mixamorig:Head', Weight: 0.904443 +Vertex 4915: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095155 + Group: 'mixamorig:Head', Weight: 0.904845 +Vertex 4916: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094670 + Group: 'mixamorig:Head', Weight: 0.905330 +Vertex 4917: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094003 + Group: 'mixamorig:Head', Weight: 0.905997 +Vertex 4918: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093995 + Group: 'mixamorig:Head', Weight: 0.906005 +Vertex 4919: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095836 + Group: 'mixamorig:Head', Weight: 0.904164 +Vertex 4920: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108649 + Group: 'mixamorig:Head', Weight: 0.891351 +Vertex 4921: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095140 + Group: 'mixamorig:Head', Weight: 0.904860 +Vertex 4922: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099749 + Group: 'mixamorig:Head', Weight: 0.900251 +Vertex 4923: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094956 + Group: 'mixamorig:Head', Weight: 0.905044 +Vertex 4924: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097377 + Group: 'mixamorig:Head', Weight: 0.902623 +Vertex 4925: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098764 + Group: 'mixamorig:Head', Weight: 0.901236 +Vertex 4926: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096685 + Group: 'mixamorig:Head', Weight: 0.903315 +Vertex 4927: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084856 + Group: 'mixamorig:Head', Weight: 0.915144 +Vertex 4928: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098614 + Group: 'mixamorig:Head', Weight: 0.901385 +Vertex 4929: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094006 + Group: 'mixamorig:Head', Weight: 0.905994 +Vertex 4930: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095762 + Group: 'mixamorig:Head', Weight: 0.904238 +Vertex 4931: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098023 + Group: 'mixamorig:Head', Weight: 0.901977 +Vertex 4932: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099405 + Group: 'mixamorig:Head', Weight: 0.900595 +Vertex 4933: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094568 + Group: 'mixamorig:Head', Weight: 0.905432 +Vertex 4934: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084231 + Group: 'mixamorig:Head', Weight: 0.915769 +Vertex 4935: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099235 + Group: 'mixamorig:Head', Weight: 0.900765 +Vertex 4936: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094859 + Group: 'mixamorig:Head', Weight: 0.905141 +Vertex 4937: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092119 + Group: 'mixamorig:Head', Weight: 0.907881 +Vertex 4938: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096126 + Group: 'mixamorig:Head', Weight: 0.903874 +Vertex 4939: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095146 + Group: 'mixamorig:Head', Weight: 0.904854 +Vertex 4940: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094866 + Group: 'mixamorig:Head', Weight: 0.905134 +Vertex 4941: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093668 + Group: 'mixamorig:Head', Weight: 0.906332 +Vertex 4942: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095521 + Group: 'mixamorig:Head', Weight: 0.904479 +Vertex 4943: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095407 + Group: 'mixamorig:Head', Weight: 0.904593 +Vertex 4944: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094596 + Group: 'mixamorig:Head', Weight: 0.905404 +Vertex 4945: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094194 + Group: 'mixamorig:Head', Weight: 0.905806 +Vertex 4946: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090949 + Group: 'mixamorig:Head', Weight: 0.909051 +Vertex 4947: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090542 + Group: 'mixamorig:Head', Weight: 0.909458 +Vertex 4948: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090804 + Group: 'mixamorig:Head', Weight: 0.909196 +Vertex 4949: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090256 + Group: 'mixamorig:Head', Weight: 0.909744 +Vertex 4950: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094054 + Group: 'mixamorig:Head', Weight: 0.905946 +Vertex 4951: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092909 + Group: 'mixamorig:Head', Weight: 0.907091 +Vertex 4952: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094799 + Group: 'mixamorig:Head', Weight: 0.905200 +Vertex 4953: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094973 + Group: 'mixamorig:Head', Weight: 0.905027 +Vertex 4954: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094813 + Group: 'mixamorig:Head', Weight: 0.905187 +Vertex 4955: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094095 + Group: 'mixamorig:Head', Weight: 0.905905 +Vertex 4956: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093976 + Group: 'mixamorig:Head', Weight: 0.906024 +Vertex 4957: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091888 + Group: 'mixamorig:Head', Weight: 0.908112 +Vertex 4958: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091731 + Group: 'mixamorig:Head', Weight: 0.908269 +Vertex 4959: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093036 + Group: 'mixamorig:Head', Weight: 0.906964 +Vertex 4960: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095050 + Group: 'mixamorig:Head', Weight: 0.904950 +Vertex 4961: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095992 + Group: 'mixamorig:Head', Weight: 0.904008 +Vertex 4962: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092343 + Group: 'mixamorig:Head', Weight: 0.907657 +Vertex 4963: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095595 + Group: 'mixamorig:Head', Weight: 0.904405 +Vertex 4964: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096633 + Group: 'mixamorig:Head', Weight: 0.903367 +Vertex 4965: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090335 + Group: 'mixamorig:Head', Weight: 0.909665 +Vertex 4966: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093626 + Group: 'mixamorig:Head', Weight: 0.906374 +Vertex 4967: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094062 + Group: 'mixamorig:Head', Weight: 0.905938 +Vertex 4968: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094752 + Group: 'mixamorig:Head', Weight: 0.905248 +Vertex 4969: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093610 + Group: 'mixamorig:Head', Weight: 0.906390 +Vertex 4970: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093965 + Group: 'mixamorig:Head', Weight: 0.906035 +Vertex 4971: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092802 + Group: 'mixamorig:Head', Weight: 0.907198 +Vertex 4972: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092157 + Group: 'mixamorig:Head', Weight: 0.907843 +Vertex 4973: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090687 + Group: 'mixamorig:Head', Weight: 0.909313 +Vertex 4974: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090513 + Group: 'mixamorig:Head', Weight: 0.909487 +Vertex 4975: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089902 + Group: 'mixamorig:Head', Weight: 0.910098 +Vertex 4976: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095536 + Group: 'mixamorig:Head', Weight: 0.904464 +Vertex 4977: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093302 + Group: 'mixamorig:Head', Weight: 0.906698 +Vertex 4978: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091752 + Group: 'mixamorig:Head', Weight: 0.908248 +Vertex 4979: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100975 + Group: 'mixamorig:Head', Weight: 0.899025 +Vertex 4980: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.107092 + Group: 'mixamorig:Head', Weight: 0.892908 +Vertex 4981: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099838 + Group: 'mixamorig:Head', Weight: 0.900162 +Vertex 4982: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081767 + Group: 'mixamorig:Head', Weight: 0.918233 +Vertex 4983: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082261 + Group: 'mixamorig:Head', Weight: 0.917739 +Vertex 4984: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094902 + Group: 'mixamorig:Head', Weight: 0.905098 +Vertex 4985: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094188 + Group: 'mixamorig:Head', Weight: 0.905812 +Vertex 4986: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096168 + Group: 'mixamorig:Head', Weight: 0.903832 +Vertex 4987: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096923 + Group: 'mixamorig:Head', Weight: 0.903077 +Vertex 4988: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102000 + Group: 'mixamorig:Head', Weight: 0.898000 +Vertex 4989: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100196 + Group: 'mixamorig:Head', Weight: 0.899804 +Vertex 4990: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100952 + Group: 'mixamorig:Head', Weight: 0.899048 +Vertex 4991: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096562 + Group: 'mixamorig:Head', Weight: 0.903439 +Vertex 4992: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101793 + Group: 'mixamorig:Head', Weight: 0.898207 +Vertex 4993: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103163 + Group: 'mixamorig:Head', Weight: 0.896837 +Vertex 4994: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103103 + Group: 'mixamorig:Head', Weight: 0.896897 +Vertex 4995: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103017 + Group: 'mixamorig:Head', Weight: 0.896983 +Vertex 4996: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109765 + Group: 'mixamorig:Head', Weight: 0.890235 +Vertex 4997: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099005 + Group: 'mixamorig:Head', Weight: 0.900995 +Vertex 4998: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103669 + Group: 'mixamorig:Head', Weight: 0.896332 +Vertex 4999: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089873 + Group: 'mixamorig:Head', Weight: 0.910127 +Vertex 5000: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088160 + Group: 'mixamorig:Head', Weight: 0.911840 +Vertex 5001: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090711 + Group: 'mixamorig:Head', Weight: 0.909289 +Vertex 5002: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097165 + Group: 'mixamorig:Head', Weight: 0.902835 +Vertex 5003: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.249028 + Group: 'mixamorig:Head', Weight: 0.750972 +Vertex 5004: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.260469 + Group: 'mixamorig:Head', Weight: 0.739531 +Vertex 5005: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095294 + Group: 'mixamorig:Head', Weight: 0.904706 +Vertex 5006: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087546 + Group: 'mixamorig:Head', Weight: 0.912454 +Vertex 5007: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102197 + Group: 'mixamorig:Head', Weight: 0.897803 +Vertex 5008: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097362 + Group: 'mixamorig:Head', Weight: 0.902638 +Vertex 5009: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119721 + Group: 'mixamorig:Head', Weight: 0.880279 +Vertex 5010: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115882 + Group: 'mixamorig:Head', Weight: 0.884118 +Vertex 5011: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.118628 + Group: 'mixamorig:Head', Weight: 0.881372 +Vertex 5012: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106316 + Group: 'mixamorig:Head', Weight: 0.893684 +Vertex 5013: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106635 + Group: 'mixamorig:Head', Weight: 0.893365 +Vertex 5014: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106019 + Group: 'mixamorig:Head', Weight: 0.893981 +Vertex 5015: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102497 + Group: 'mixamorig:Head', Weight: 0.897503 +Vertex 5016: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105706 + Group: 'mixamorig:Head', Weight: 0.894294 +Vertex 5017: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098293 + Group: 'mixamorig:Head', Weight: 0.901707 +Vertex 5018: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101923 + Group: 'mixamorig:Head', Weight: 0.898077 +Vertex 5019: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110276 + Group: 'mixamorig:Head', Weight: 0.889724 +Vertex 5020: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.152623 + Group: 'mixamorig:Head', Weight: 0.847377 +Vertex 5021: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.159890 + Group: 'mixamorig:Head', Weight: 0.840110 +Vertex 5022: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.155800 + Group: 'mixamorig:Head', Weight: 0.844200 +Vertex 5023: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.138949 + Group: 'mixamorig:Head', Weight: 0.861051 +Vertex 5024: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.142066 + Group: 'mixamorig:Head', Weight: 0.857934 +Vertex 5025: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.137443 + Group: 'mixamorig:Head', Weight: 0.862557 +Vertex 5026: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097746 + Group: 'mixamorig:Head', Weight: 0.902254 +Vertex 5027: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101178 + Group: 'mixamorig:Head', Weight: 0.898822 +Vertex 5028: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100930 + Group: 'mixamorig:Head', Weight: 0.899070 +Vertex 5029: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101268 + Group: 'mixamorig:Head', Weight: 0.898732 +Vertex 5030: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099009 + Group: 'mixamorig:Head', Weight: 0.900991 +Vertex 5031: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106477 + Group: 'mixamorig:Head', Weight: 0.893523 +Vertex 5032: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099761 + Group: 'mixamorig:Head', Weight: 0.900239 +Vertex 5033: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093792 + Group: 'mixamorig:Head', Weight: 0.906208 +Vertex 5034: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096064 + Group: 'mixamorig:Head', Weight: 0.903936 +Vertex 5035: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098396 + Group: 'mixamorig:Head', Weight: 0.901604 +Vertex 5036: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099628 + Group: 'mixamorig:Head', Weight: 0.900372 +Vertex 5037: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100760 + Group: 'mixamorig:Head', Weight: 0.899240 +Vertex 5038: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088540 + Group: 'mixamorig:Head', Weight: 0.911460 +Vertex 5039: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101388 + Group: 'mixamorig:Head', Weight: 0.898612 +Vertex 5040: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098679 + Group: 'mixamorig:Head', Weight: 0.901321 +Vertex 5041: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096497 + Group: 'mixamorig:Head', Weight: 0.903503 +Vertex 5042: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101192 + Group: 'mixamorig:Head', Weight: 0.898808 +Vertex 5043: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101849 + Group: 'mixamorig:Head', Weight: 0.898151 +Vertex 5044: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090922 + Group: 'mixamorig:Head', Weight: 0.909078 +Vertex 5045: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092998 + Group: 'mixamorig:Head', Weight: 0.907002 +Vertex 5046: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078594 + Group: 'mixamorig:Head', Weight: 0.921405 +Vertex 5047: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.078840 + Group: 'mixamorig:Head', Weight: 0.921160 +Vertex 5048: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091440 + Group: 'mixamorig:Head', Weight: 0.908560 +Vertex 5049: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092820 + Group: 'mixamorig:Head', Weight: 0.907180 +Vertex 5050: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096065 + Group: 'mixamorig:Head', Weight: 0.903935 +Vertex 5051: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.115266 + Group: 'mixamorig:Head', Weight: 0.884734 +Vertex 5052: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113148 + Group: 'mixamorig:Head', Weight: 0.886852 +Vertex 5053: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117623 + Group: 'mixamorig:Head', Weight: 0.882377 +Vertex 5054: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119348 + Group: 'mixamorig:Head', Weight: 0.880652 +Vertex 5055: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111942 + Group: 'mixamorig:Head', Weight: 0.888058 +Vertex 5056: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105389 + Group: 'mixamorig:Head', Weight: 0.894611 +Vertex 5057: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114806 + Group: 'mixamorig:Head', Weight: 0.885194 +Vertex 5058: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102896 + Group: 'mixamorig:Head', Weight: 0.897104 +Vertex 5059: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103897 + Group: 'mixamorig:Head', Weight: 0.896103 +Vertex 5060: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103152 + Group: 'mixamorig:Head', Weight: 0.896848 +Vertex 5061: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111552 + Group: 'mixamorig:Head', Weight: 0.888448 +Vertex 5062: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098223 + Group: 'mixamorig:Head', Weight: 0.901777 +Vertex 5063: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094185 + Group: 'mixamorig:Head', Weight: 0.905815 +Vertex 5064: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098074 + Group: 'mixamorig:Head', Weight: 0.901926 +Vertex 5065: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093854 + Group: 'mixamorig:Head', Weight: 0.906146 +Vertex 5066: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098500 + Group: 'mixamorig:Head', Weight: 0.901500 +Vertex 5067: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.108398 + Group: 'mixamorig:Head', Weight: 0.891602 +Vertex 5068: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101070 + Group: 'mixamorig:Head', Weight: 0.898930 +Vertex 5069: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095108 + Group: 'mixamorig:Head', Weight: 0.904892 +Vertex 5070: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106547 + Group: 'mixamorig:Head', Weight: 0.893453 +Vertex 5071: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088154 + Group: 'mixamorig:Head', Weight: 0.911846 +Vertex 5072: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089407 + Group: 'mixamorig:Head', Weight: 0.910593 +Vertex 5073: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086463 + Group: 'mixamorig:Head', Weight: 0.913537 +Vertex 5074: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084864 + Group: 'mixamorig:Head', Weight: 0.915136 +Vertex 5075: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102735 + Group: 'mixamorig:Head', Weight: 0.897265 +Vertex 5076: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096562 + Group: 'mixamorig:Head', Weight: 0.903438 +Vertex 5077: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097667 + Group: 'mixamorig:Head', Weight: 0.902333 +Vertex 5078: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101643 + Group: 'mixamorig:Head', Weight: 0.898357 +Vertex 5079: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101047 + Group: 'mixamorig:Head', Weight: 0.898953 +Vertex 5080: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.110317 + Group: 'mixamorig:Head', Weight: 0.889683 +Vertex 5081: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109579 + Group: 'mixamorig:Head', Weight: 0.890421 +Vertex 5082: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112189 + Group: 'mixamorig:Head', Weight: 0.887811 +Vertex 5083: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112276 + Group: 'mixamorig:Head', Weight: 0.887724 +Vertex 5084: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114289 + Group: 'mixamorig:Head', Weight: 0.885711 +Vertex 5085: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.119110 + Group: 'mixamorig:Head', Weight: 0.880890 +Vertex 5086: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.124363 + Group: 'mixamorig:Head', Weight: 0.875637 +Vertex 5087: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.129242 + Group: 'mixamorig:Head', Weight: 0.870758 +Vertex 5088: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102596 + Group: 'mixamorig:Head', Weight: 0.897404 +Vertex 5089: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109232 + Group: 'mixamorig:Head', Weight: 0.890768 +Vertex 5090: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103027 + Group: 'mixamorig:Head', Weight: 0.896973 +Vertex 5091: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096826 + Group: 'mixamorig:Head', Weight: 0.903174 +Vertex 5092: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096251 + Group: 'mixamorig:Head', Weight: 0.903749 +Vertex 5093: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104592 + Group: 'mixamorig:Head', Weight: 0.895409 +Vertex 5094: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097925 + Group: 'mixamorig:Head', Weight: 0.902075 +Vertex 5095: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097828 + Group: 'mixamorig:Head', Weight: 0.902172 +Vertex 5096: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113082 + Group: 'mixamorig:Head', Weight: 0.886919 +Vertex 5097: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102771 + Group: 'mixamorig:Head', Weight: 0.897229 +Vertex 5098: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111283 + Group: 'mixamorig:Head', Weight: 0.888717 +Vertex 5099: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.109332 + Group: 'mixamorig:Head', Weight: 0.890668 +Vertex 5100: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093890 + Group: 'mixamorig:Head', Weight: 0.906110 +Vertex 5101: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093888 + Group: 'mixamorig:Head', Weight: 0.906112 +Vertex 5102: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101313 + Group: 'mixamorig:Head', Weight: 0.898687 +Vertex 5103: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098901 + Group: 'mixamorig:Head', Weight: 0.901099 +Vertex 5104: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100233 + Group: 'mixamorig:Head', Weight: 0.899767 +Vertex 5105: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117826 + Group: 'mixamorig:Head', Weight: 0.882174 +Vertex 5106: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.113423 + Group: 'mixamorig:Head', Weight: 0.886577 +Vertex 5107: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.106334 + Group: 'mixamorig:Head', Weight: 0.893666 +Vertex 5108: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.105956 + Group: 'mixamorig:Head', Weight: 0.894044 +Vertex 5109: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.090916 + Group: 'mixamorig:Head', Weight: 0.909084 +Vertex 5110: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100559 + Group: 'mixamorig:Head', Weight: 0.899441 +Vertex 5111: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100448 + Group: 'mixamorig:Head', Weight: 0.899552 +Vertex 5112: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096405 + Group: 'mixamorig:Head', Weight: 0.903595 +Vertex 5113: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.138492 + Group: 'mixamorig:Head', Weight: 0.861508 +Vertex 5114: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.117950 + Group: 'mixamorig:Head', Weight: 0.882050 +Vertex 5115: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095058 + Group: 'mixamorig:Head', Weight: 0.904943 +Vertex 5116: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092953 + Group: 'mixamorig:Head', Weight: 0.907047 +Vertex 5117: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.114388 + Group: 'mixamorig:Head', Weight: 0.885612 +Vertex 5118: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.111334 + Group: 'mixamorig:Head', Weight: 0.888666 +Vertex 5119: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091945 + Group: 'mixamorig:Head', Weight: 0.908055 +Vertex 5120: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083034 + Group: 'mixamorig:Head', Weight: 0.916966 +Vertex 5121: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074005 + Group: 'mixamorig:Head', Weight: 0.925995 +Vertex 5122: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074668 + Group: 'mixamorig:Head', Weight: 0.925332 +Vertex 5123: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075200 + Group: 'mixamorig:Head', Weight: 0.924800 +Vertex 5124: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093583 + Group: 'mixamorig:Head', Weight: 0.906417 +Vertex 5125: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103545 + Group: 'mixamorig:Head', Weight: 0.896455 +Vertex 5126: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103016 + Group: 'mixamorig:Head', Weight: 0.896984 +Vertex 5127: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102949 + Group: 'mixamorig:Head', Weight: 0.897051 +Vertex 5128: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.103109 + Group: 'mixamorig:Head', Weight: 0.896891 +Vertex 5129: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095273 + Group: 'mixamorig:Head', Weight: 0.904727 +Vertex 5130: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080180 + Group: 'mixamorig:Head', Weight: 0.919820 +Vertex 5131: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084616 + Group: 'mixamorig:Head', Weight: 0.915384 +Vertex 5132: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083726 + Group: 'mixamorig:Head', Weight: 0.916274 +Vertex 5133: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087372 + Group: 'mixamorig:Head', Weight: 0.912628 +Vertex 5134: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084501 + Group: 'mixamorig:Head', Weight: 0.915499 +Vertex 5135: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.150770 + Group: 'mixamorig:Head', Weight: 0.849230 +Vertex 5136: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.216150 + Group: 'mixamorig:Head', Weight: 0.783850 +Vertex 5137: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095131 + Group: 'mixamorig:Head', Weight: 0.904869 +Vertex 5138: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095099 + Group: 'mixamorig:Head', Weight: 0.904901 +Vertex 5139: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094846 + Group: 'mixamorig:Head', Weight: 0.905154 +Vertex 5140: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094312 + Group: 'mixamorig:Head', Weight: 0.905688 +Vertex 5141: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096213 + Group: 'mixamorig:Head', Weight: 0.903787 +Vertex 5142: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097021 + Group: 'mixamorig:Head', Weight: 0.902979 +Vertex 5143: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092861 + Group: 'mixamorig:Head', Weight: 0.907139 +Vertex 5144: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093086 + Group: 'mixamorig:Head', Weight: 0.906914 +Vertex 5145: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094943 + Group: 'mixamorig:Head', Weight: 0.905057 +Vertex 5146: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.085147 + Group: 'mixamorig:Head', Weight: 0.914853 +Vertex 5147: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094079 + Group: 'mixamorig:Head', Weight: 0.905921 +Vertex 5148: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096371 + Group: 'mixamorig:Head', Weight: 0.903629 +Vertex 5149: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101271 + Group: 'mixamorig:Head', Weight: 0.898729 +Vertex 5150: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.145691 + Group: 'mixamorig:Head', Weight: 0.854309 +Vertex 5151: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097170 + Group: 'mixamorig:Head', Weight: 0.902830 +Vertex 5152: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081789 + Group: 'mixamorig:Head', Weight: 0.918211 +Vertex 5153: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.084503 + Group: 'mixamorig:Head', Weight: 0.915497 +Vertex 5154: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083270 + Group: 'mixamorig:Head', Weight: 0.916730 +Vertex 5155: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082159 + Group: 'mixamorig:Head', Weight: 0.917841 +Vertex 5156: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086049 + Group: 'mixamorig:Head', Weight: 0.913951 +Vertex 5157: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083757 + Group: 'mixamorig:Head', Weight: 0.916243 +Vertex 5158: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082234 + Group: 'mixamorig:Head', Weight: 0.917766 +Vertex 5159: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079985 + Group: 'mixamorig:Head', Weight: 0.920015 +Vertex 5160: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080679 + Group: 'mixamorig:Head', Weight: 0.919321 +Vertex 5161: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082166 + Group: 'mixamorig:Head', Weight: 0.917834 +Vertex 5162: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080910 + Group: 'mixamorig:Head', Weight: 0.919090 +Vertex 5163: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100452 + Group: 'mixamorig:Head', Weight: 0.899548 +Vertex 5164: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098475 + Group: 'mixamorig:Head', Weight: 0.901525 +Vertex 5165: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095336 + Group: 'mixamorig:Head', Weight: 0.904664 +Vertex 5166: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097357 + Group: 'mixamorig:Head', Weight: 0.902643 +Vertex 5167: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089942 + Group: 'mixamorig:Head', Weight: 0.910058 +Vertex 5168: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087377 + Group: 'mixamorig:Head', Weight: 0.912623 +Vertex 5169: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094626 + Group: 'mixamorig:Head', Weight: 0.905374 +Vertex 5170: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095022 + Group: 'mixamorig:Head', Weight: 0.904978 +Vertex 5171: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096258 + Group: 'mixamorig:Head', Weight: 0.903742 +Vertex 5172: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096700 + Group: 'mixamorig:Head', Weight: 0.903300 +Vertex 5173: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098170 + Group: 'mixamorig:Head', Weight: 0.901830 +Vertex 5174: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093280 + Group: 'mixamorig:Head', Weight: 0.906720 +Vertex 5175: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093908 + Group: 'mixamorig:Head', Weight: 0.906092 +Vertex 5176: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097656 + Group: 'mixamorig:Head', Weight: 0.902344 +Vertex 5177: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092693 + Group: 'mixamorig:Head', Weight: 0.907307 +Vertex 5178: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.082474 + Group: 'mixamorig:Head', Weight: 0.917526 +Vertex 5179: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083651 + Group: 'mixamorig:Head', Weight: 0.916349 +Vertex 5180: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.083431 + Group: 'mixamorig:Head', Weight: 0.916569 +Vertex 5181: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081692 + Group: 'mixamorig:Head', Weight: 0.918308 +Vertex 5182: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088134 + Group: 'mixamorig:Head', Weight: 0.911866 +Vertex 5183: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086618 + Group: 'mixamorig:Head', Weight: 0.913382 +Vertex 5184: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.089870 + Group: 'mixamorig:Head', Weight: 0.910130 +Vertex 5185: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094147 + Group: 'mixamorig:Head', Weight: 0.905853 +Vertex 5186: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096613 + Group: 'mixamorig:Head', Weight: 0.903387 +Vertex 5187: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100439 + Group: 'mixamorig:Head', Weight: 0.899561 +Vertex 5188: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098320 + Group: 'mixamorig:Head', Weight: 0.901680 +Vertex 5189: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095539 + Group: 'mixamorig:Head', Weight: 0.904461 +Vertex 5190: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095899 + Group: 'mixamorig:Head', Weight: 0.904101 +Vertex 5191: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095864 + Group: 'mixamorig:Head', Weight: 0.904136 +Vertex 5192: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098023 + Group: 'mixamorig:Head', Weight: 0.901977 +Vertex 5193: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098565 + Group: 'mixamorig:Head', Weight: 0.901435 +Vertex 5194: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.088803 + Group: 'mixamorig:Head', Weight: 0.911197 +Vertex 5195: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.087559 + Group: 'mixamorig:Head', Weight: 0.912441 +Vertex 5196: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102677 + Group: 'mixamorig:Head', Weight: 0.897323 +Vertex 5197: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104436 + Group: 'mixamorig:Head', Weight: 0.895564 +Vertex 5198: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101758 + Group: 'mixamorig:Head', Weight: 0.898242 +Vertex 5199: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102689 + Group: 'mixamorig:Head', Weight: 0.897311 +Vertex 5200: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.101749 + Group: 'mixamorig:Head', Weight: 0.898251 +Vertex 5201: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097886 + Group: 'mixamorig:Head', Weight: 0.902114 +Vertex 5202: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.100760 + Group: 'mixamorig:Head', Weight: 0.899240 +Vertex 5203: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097331 + Group: 'mixamorig:Head', Weight: 0.902669 +Vertex 5204: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.081544 + Group: 'mixamorig:Head', Weight: 0.918456 +Vertex 5205: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086094 + Group: 'mixamorig:Head', Weight: 0.913906 +Vertex 5206: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080777 + Group: 'mixamorig:Head', Weight: 0.919223 +Vertex 5207: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080261 + Group: 'mixamorig:Head', Weight: 0.919739 +Vertex 5208: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.086460 + Group: 'mixamorig:Head', Weight: 0.913540 +Vertex 5209: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.150396 + Group: 'mixamorig:Head', Weight: 0.849604 +Vertex 5210: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.104664 + Group: 'mixamorig:Head', Weight: 0.895336 +Vertex 5211: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097607 + Group: 'mixamorig:Head', Weight: 0.902393 +Vertex 5212: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091491 + Group: 'mixamorig:Head', Weight: 0.908509 +Vertex 5213: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099811 + Group: 'mixamorig:Head', Weight: 0.900189 +Vertex 5214: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098686 + Group: 'mixamorig:Head', Weight: 0.901314 +Vertex 5215: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095257 + Group: 'mixamorig:Head', Weight: 0.904743 +Vertex 5216: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093642 + Group: 'mixamorig:Head', Weight: 0.906358 +Vertex 5217: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096161 + Group: 'mixamorig:Head', Weight: 0.903839 +Vertex 5218: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097411 + Group: 'mixamorig:Head', Weight: 0.902589 +Vertex 5219: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095820 + Group: 'mixamorig:Head', Weight: 0.904180 +Vertex 5220: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095781 + Group: 'mixamorig:Head', Weight: 0.904219 +Vertex 5221: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093654 + Group: 'mixamorig:Head', Weight: 0.906346 +Vertex 5222: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092933 + Group: 'mixamorig:Head', Weight: 0.907067 +Vertex 5223: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092783 + Group: 'mixamorig:Head', Weight: 0.907217 +Vertex 5224: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093351 + Group: 'mixamorig:Head', Weight: 0.906649 +Vertex 5225: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097644 + Group: 'mixamorig:Head', Weight: 0.902356 +Vertex 5226: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098672 + Group: 'mixamorig:Head', Weight: 0.901328 +Vertex 5227: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.098743 + Group: 'mixamorig:Head', Weight: 0.901257 +Vertex 5228: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097116 + Group: 'mixamorig:Head', Weight: 0.902884 +Vertex 5229: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099199 + Group: 'mixamorig:Head', Weight: 0.900801 +Vertex 5230: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097660 + Group: 'mixamorig:Head', Weight: 0.902340 +Vertex 5231: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096770 + Group: 'mixamorig:Head', Weight: 0.903230 +Vertex 5232: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096790 + Group: 'mixamorig:Head', Weight: 0.903210 +Vertex 5233: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095758 + Group: 'mixamorig:Head', Weight: 0.904242 +Vertex 5234: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093851 + Group: 'mixamorig:Head', Weight: 0.906149 +Vertex 5235: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096699 + Group: 'mixamorig:Head', Weight: 0.903301 +Vertex 5236: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095766 + Group: 'mixamorig:Head', Weight: 0.904234 +Vertex 5237: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094780 + Group: 'mixamorig:Head', Weight: 0.905221 +Vertex 5238: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094835 + Group: 'mixamorig:Head', Weight: 0.905165 +Vertex 5239: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093398 + Group: 'mixamorig:Head', Weight: 0.906602 +Vertex 5240: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092990 + Group: 'mixamorig:Head', Weight: 0.907010 +Vertex 5241: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092213 + Group: 'mixamorig:Head', Weight: 0.907787 +Vertex 5242: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093890 + Group: 'mixamorig:Head', Weight: 0.906110 +Vertex 5243: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091136 + Group: 'mixamorig:Head', Weight: 0.908864 +Vertex 5244: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092621 + Group: 'mixamorig:Head', Weight: 0.907379 +Vertex 5245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095921 + Group: 'mixamorig:Head', Weight: 0.904079 +Vertex 5246: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095316 + Group: 'mixamorig:Head', Weight: 0.904684 +Vertex 5247: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094965 + Group: 'mixamorig:Head', Weight: 0.905036 +Vertex 5248: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093830 + Group: 'mixamorig:Head', Weight: 0.906170 +Vertex 5249: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093715 + Group: 'mixamorig:Head', Weight: 0.906285 +Vertex 5250: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094425 + Group: 'mixamorig:Head', Weight: 0.905575 +Vertex 5251: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094336 + Group: 'mixamorig:Head', Weight: 0.905665 +Vertex 5252: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093095 + Group: 'mixamorig:Head', Weight: 0.906905 +Vertex 5253: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093169 + Group: 'mixamorig:Head', Weight: 0.906831 +Vertex 5254: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094203 + Group: 'mixamorig:Head', Weight: 0.905797 +Vertex 5255: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094145 + Group: 'mixamorig:Head', Weight: 0.905855 +Vertex 5256: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093745 + Group: 'mixamorig:Head', Weight: 0.906255 +Vertex 5257: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094587 + Group: 'mixamorig:Head', Weight: 0.905413 +Vertex 5258: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097991 + Group: 'mixamorig:Head', Weight: 0.902009 +Vertex 5259: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095736 + Group: 'mixamorig:Head', Weight: 0.904264 +Vertex 5260: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097080 + Group: 'mixamorig:Head', Weight: 0.902920 +Vertex 5261: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094125 + Group: 'mixamorig:Head', Weight: 0.905875 +Vertex 5262: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.097176 + Group: 'mixamorig:Head', Weight: 0.902825 +Vertex 5263: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096835 + Group: 'mixamorig:Head', Weight: 0.903165 +Vertex 5264: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.095186 + Group: 'mixamorig:Head', Weight: 0.904814 +Vertex 5265: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094483 + Group: 'mixamorig:Head', Weight: 0.905517 +Vertex 5266: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093383 + Group: 'mixamorig:Head', Weight: 0.906618 +Vertex 5267: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093762 + Group: 'mixamorig:Head', Weight: 0.906238 +Vertex 5268: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093883 + Group: 'mixamorig:Head', Weight: 0.906117 +Vertex 5269: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093045 + Group: 'mixamorig:Head', Weight: 0.906955 +Vertex 5270: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096224 + Group: 'mixamorig:Head', Weight: 0.903776 +Vertex 5271: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096167 + Group: 'mixamorig:Head', Weight: 0.903833 +Vertex 5272: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.102363 + Group: 'mixamorig:Head', Weight: 0.897637 +Vertex 5273: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.094892 + Group: 'mixamorig:Head', Weight: 0.905108 +Vertex 5274: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096290 + Group: 'mixamorig:Head', Weight: 0.903710 +Vertex 5275: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.080319 + Group: 'mixamorig:Head', Weight: 0.919681 +Vertex 5276: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079521 + Group: 'mixamorig:Head', Weight: 0.920479 +Vertex 5277: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.075649 + Group: 'mixamorig:Head', Weight: 0.924351 +Vertex 5278: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077392 + Group: 'mixamorig:Head', Weight: 0.922608 +Vertex 5279: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.079903 + Group: 'mixamorig:Head', Weight: 0.920097 +Vertex 5280: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.091047 + Group: 'mixamorig:Head', Weight: 0.908953 +Vertex 5281: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.092562 + Group: 'mixamorig:Head', Weight: 0.907438 +Vertex 5282: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099579 + Group: 'mixamorig:Head', Weight: 0.900421 +Vertex 5283: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.099098 + Group: 'mixamorig:Head', Weight: 0.900902 +Vertex 5284: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.096489 + Group: 'mixamorig:Head', Weight: 0.903511 +Vertex 5285: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.093843 + Group: 'mixamorig:Head', Weight: 0.906157 +Vertex 5286: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.077167 + Group: 'mixamorig:Head', Weight: 0.922833 +Vertex 5287: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.074517 + Group: 'mixamorig:Head', Weight: 0.925483 +Vertex 5288: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.070970 + Group: 'mixamorig:Head', Weight: 0.929030 +Vertex 5289: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.073073 + Group: 'mixamorig:Head', Weight: 0.926927 +Vertex 5290: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.071689 + Group: 'mixamorig:Head', Weight: 0.928311 +Vertex 5291: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.116475 + Group: 'mixamorig:Head', Weight: 0.883525 +Vertex 5292: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.112216 + Group: 'mixamorig:Head', Weight: 0.887784 +Vertex 5293: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.110380 + Group: 'mixamorig:LeftHand', Weight: 0.889516 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000105 +Vertex 5294: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.026727 + Group: 'mixamorig:LeftHand', Weight: 0.971676 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001597 +Vertex 5295: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.038666 + Group: 'mixamorig:LeftHand', Weight: 0.956020 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.004429 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000885 +Vertex 5296: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.147631 + Group: 'mixamorig:LeftHand', Weight: 0.852264 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000105 +Vertex 5297: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.050615 + Group: 'mixamorig:LeftHand', Weight: 0.886320 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.062713 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000351 +Vertex 5298: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.203380 + Group: 'mixamorig:LeftHand', Weight: 0.777197 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.019359 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000063 +Vertex 5299: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.171646 + Group: 'mixamorig:LeftHand', Weight: 0.729974 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.098380 +Vertex 5300: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.051826 + Group: 'mixamorig:LeftHand', Weight: 0.779766 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.168274 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000134 +Vertex 5301: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.054877 + Group: 'mixamorig:LeftHand', Weight: 0.621360 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.323763 +Vertex 5302: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.143707 + Group: 'mixamorig:LeftHand', Weight: 0.683553 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.172740 +Vertex 5303: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.147541 + Group: 'mixamorig:LeftHand', Weight: 0.707837 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.144622 +Vertex 5304: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.052919 + Group: 'mixamorig:LeftHand', Weight: 0.678550 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.268531 +Vertex 5305: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.152850 + Group: 'mixamorig:LeftHand', Weight: 0.693516 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.153634 +Vertex 5306: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.050219 + Group: 'mixamorig:LeftHand', Weight: 0.656999 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.292783 +Vertex 5307: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.029737 + Group: 'mixamorig:LeftHand', Weight: 0.872946 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.097309 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000008 +Vertex 5308: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.086647 + Group: 'mixamorig:LeftHand', Weight: 0.849891 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.063462 +Vertex 5309: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.119162 + Group: 'mixamorig:LeftHand', Weight: 0.772075 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.108763 +Vertex 5310: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.037594 + Group: 'mixamorig:LeftHand', Weight: 0.757018 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.205388 +Vertex 5311: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.026511 + Group: 'mixamorig:LeftHand', Weight: 0.955111 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.016745 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000012 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001622 +Vertex 5312: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.093758 + Group: 'mixamorig:LeftHand', Weight: 0.905255 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.000987 +Vertex 5313: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.076620 + Group: 'mixamorig:LeftHand', Weight: 0.923277 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000103 +Vertex 5314: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.022257 + Group: 'mixamorig:LeftHand', Weight: 0.975188 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000007 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002548 +Vertex 5315: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.071400 + Group: 'mixamorig:LeftHand', Weight: 0.928069 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000531 +Vertex 5316: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.021828 + Group: 'mixamorig:LeftHand', Weight: 0.975671 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000002 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002499 +Vertex 5317: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.011755 + Group: 'mixamorig:LeftHand', Weight: 0.982878 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000002 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.005365 +Vertex 5318: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.013828 + Group: 'mixamorig:LeftHand', Weight: 0.980717 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.001655 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000002 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003798 +Vertex 5319: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.010533 + Group: 'mixamorig:LeftHand', Weight: 0.982412 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000014 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007041 +Vertex 5320: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.004464 + Group: 'mixamorig:LeftHand', Weight: 0.973058 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000018 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.022460 +Vertex 5321: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.003866 + Group: 'mixamorig:LeftHand', Weight: 0.970275 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000065 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.025795 +Vertex 5322: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.005159 + Group: 'mixamorig:LeftHand', Weight: 0.975769 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000014 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.019059 +Vertex 5323: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.177535 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.808073 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.014392 +Vertex 5324: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.253859 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000044 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.717637 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.028460 +Vertex 5325: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.537065 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000062 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.450543 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.012331 +Vertex 5326: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.578743 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000515 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.417644 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.003098 +Vertex 5327: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.211331 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000001 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.782483 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.006186 +Vertex 5328: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.576844 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000162 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000093 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.422901 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.000000 +Vertex 5329: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.962496 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.019501 + Group: 'mixamorig:LeftForeArm', Weight: 0.014494 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003448 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000060 +Vertex 5330: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.848845 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.136618 + Group: 'mixamorig:LeftForeArm', Weight: 0.013725 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000762 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000050 +Vertex 5331: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.011187 + Group: 'mixamorig:LeftHand', Weight: 0.980852 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000052 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007908 +Vertex 5332: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.003337 + Group: 'mixamorig:LeftHand', Weight: 0.965420 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000002 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000267 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.030974 +Vertex 5333: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.170686 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000219 + Group: 'mixamorig:LeftHandRing1', Weight: 0.788660 + Group: 'mixamorig:LeftHandRing2', Weight: 0.018607 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.021827 +Vertex 5334: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.276294 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000060 + Group: 'mixamorig:LeftHandRing1', Weight: 0.684670 + Group: 'mixamorig:LeftHandRing2', Weight: 0.015394 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.023583 +Vertex 5335: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.565840 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000541 + Group: 'mixamorig:LeftHandRing1', Weight: 0.024161 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.408542 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.000915 +Vertex 5336: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.678618 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.005173 + Group: 'mixamorig:LeftHandRing1', Weight: 0.144072 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.172137 +Vertex 5337: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.129168 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.828948 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.041883 +Vertex 5338: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.120315 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.847552 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.032133 +Vertex 5339: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.624173 + Group: 'mixamorig:LeftHandRing1', Weight: 0.251892 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.065736 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.056029 + Group: 'mixamorig:LeftHandRing2', Weight: 0.002169 +Vertex 5340: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.685823 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.001800 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.263017 + Group: 'mixamorig:LeftHandRing1', Weight: 0.029426 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.019935 +Vertex 5341: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.027231 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.950336 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.022432 +Vertex 5342: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.041443 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.958557 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000000 +Vertex 5343: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.487998 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.362372 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.124932 + Group: 'mixamorig:LeftHandRing1', Weight: 0.014319 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.010379 +Vertex 5344: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.622917 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.347431 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.023710 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003902 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002041 +Vertex 5345: +Vertex groups: 5 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.732646 + Group: 'mixamorig:LeftHand', Weight: 0.150141 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.102579 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.014561 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000073 +Vertex 5346: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.034353 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.900603 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.065043 +Vertex 5347: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.718996 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.181896 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.096600 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002022 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000486 +Vertex 5348: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.555500 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.358244 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.085479 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000494 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000283 +Vertex 5349: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.509093 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.490791 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000116 +Vertex 5350: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.488789 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.511185 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000026 +Vertex 5351: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.299953 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.699378 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000669 +Vertex 5352: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.284035 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.715155 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000810 +Vertex 5353: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.058811 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.828901 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.112288 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5354: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.030630 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.681655 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.287705 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000011 +Vertex 5355: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.319725 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.680018 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000257 +Vertex 5356: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.002545 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.430926 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.566441 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000087 +Vertex 5357: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.087013 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.837160 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.075827 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5358: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.005435 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.560781 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.433767 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000017 +Vertex 5359: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.003549 + Group: 'mixamorig:LeftHand', Weight: 0.352580 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.643871 +Vertex 5360: +Vertex groups: 2 + Group: 'mixamorig:LeftHand', Weight: 0.427328 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.572672 +Vertex 5361: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.739560 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.220350 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.029555 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.007305 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003231 +Vertex 5362: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.825369 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.137647 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.017935 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.010512 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.008537 +Vertex 5363: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.264966 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.686181 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.048853 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5364: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.580942 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.319627 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.055759 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.041064 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002608 +Vertex 5365: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.904269 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.074763 + Group: 'mixamorig:LeftForeArm', Weight: 0.018210 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002726 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000032 +Vertex 5366: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.005876 + Group: 'mixamorig:LeftHand', Weight: 0.644363 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.349572 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000001 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000188 +Vertex 5367: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.336867 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.656587 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.006545 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5368: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.013796 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.986204 +Vertex 5369: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015679 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.984321 +Vertex 5370: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.018598 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.981402 +Vertex 5371: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015605 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.984395 +Vertex 5372: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.082243 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.917757 +Vertex 5373: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.091698 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.908302 +Vertex 5374: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.079668 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.920332 +Vertex 5375: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.071212 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.928788 +Vertex 5376: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.086859 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.913141 +Vertex 5377: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.094235 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.905765 +Vertex 5378: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.096098 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.903902 +Vertex 5379: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.092175 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.907825 +Vertex 5380: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.022088 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.977912 +Vertex 5381: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.024712 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.975289 +Vertex 5382: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.023268 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.976732 +Vertex 5383: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.018160 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.981840 +Vertex 5384: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.003086 + Group: 'mixamorig:LeftHandRing3', Weight: 0.996914 +Vertex 5385: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.008382 + Group: 'mixamorig:LeftHandRing3', Weight: 0.991618 +Vertex 5386: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000405 + Group: 'mixamorig:LeftHandRing3', Weight: 0.999595 +Vertex 5387: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5388: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.017627 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.929043 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.053330 +Vertex 5389: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.015610 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.926982 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.057409 +Vertex 5390: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.106050 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.882576 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.011374 +Vertex 5391: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.111829 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.873500 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.014672 +Vertex 5392: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.023724 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.902611 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.073665 +Vertex 5393: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.022586 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.917972 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.059441 +Vertex 5394: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.129591 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.860624 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.009785 +Vertex 5395: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.229010 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.762405 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.008585 +Vertex 5396: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.019312 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.905494 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.075195 +Vertex 5397: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.180977 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.816486 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.002538 +Vertex 5398: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.022020 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.868251 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.109730 +Vertex 5399: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.019419 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.879498 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.101083 +Vertex 5400: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.139217 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.859343 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.001439 +Vertex 5401: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.056539 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.933095 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.010366 +Vertex 5402: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007011 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.954719 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.038270 +Vertex 5403: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.015620 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.938779 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.045601 +Vertex 5404: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.094443 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.900620 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.004938 +Vertex 5405: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.120307 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.876251 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.003443 +Vertex 5406: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007309 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.937554 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.055137 +Vertex 5407: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.066668 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.929263 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.004069 +Vertex 5408: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.009636 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.815729 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.174635 +Vertex 5409: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.011376 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.900235 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.088389 +Vertex 5410: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.105079 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.892272 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.002649 +Vertex 5411: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.165723 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.830655 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.003622 +Vertex 5412: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.027487 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.931689 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.040824 +Vertex 5413: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.016666 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.937331 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.046003 +Vertex 5414: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.049164 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.942462 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.008374 +Vertex 5415: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.067509 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.927950 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.004541 +Vertex 5416: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.017003 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.482264 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.500733 +Vertex 5417: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.018163 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.583766 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.398071 +Vertex 5418: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.158712 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.841288 +Vertex 5419: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.003346 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.201774 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.794880 +Vertex 5420: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.011640 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.585853 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.402507 +Vertex 5421: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.012715 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.525668 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.461618 +Vertex 5422: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.173630 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.826370 +Vertex 5423: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.199395 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.800605 +Vertex 5424: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.013257 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.606727 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.380016 +Vertex 5425: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.002104 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.201348 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.796548 +Vertex 5426: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.022220 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.591774 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.386006 +Vertex 5427: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.028526 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.637218 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.334257 +Vertex 5428: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.012566 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.320084 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.667349 +Vertex 5429: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.153012 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.846988 +Vertex 5430: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.144980 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.830224 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.024796 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5431: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.190230 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.793986 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015784 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5432: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.118584 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.821961 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.059456 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5433: +Vertex groups: 5 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.571145 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.360890 + Group: 'mixamorig:LeftHand', Weight: 0.064237 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.003485 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000242 +Vertex 5434: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.111322 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.643127 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.245528 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000023 +Vertex 5435: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.638246 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.278429 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.043086 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.039827 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000411 +Vertex 5436: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.506092 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.326179 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.110891 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.056578 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000259 +Vertex 5437: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.723551 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.261265 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.013252 + Group: 'mixamorig:LeftForeArm', Weight: 0.001179 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000752 +Vertex 5438: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.171612 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.828388 +Vertex 5439: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.184203 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.815797 +Vertex 5440: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.104574 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.895426 +Vertex 5441: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.111967 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.888033 +Vertex 5442: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.177229 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.822771 +Vertex 5443: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.162777 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.837223 +Vertex 5444: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.115311 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.884689 +Vertex 5445: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.117512 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.882488 +Vertex 5446: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.192268 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.807732 +Vertex 5447: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.117004 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.882996 +Vertex 5448: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.106419 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.893581 +Vertex 5449: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.103376 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.896624 +Vertex 5450: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.037705 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.962295 +Vertex 5451: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.037921 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.962079 +Vertex 5452: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.162396 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.837604 +Vertex 5453: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.131639 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.868361 +Vertex 5454: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.043175 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.956825 +Vertex 5455: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.042496 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.957504 +Vertex 5456: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.119555 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.880445 +Vertex 5457: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.045082 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.954918 +Vertex 5458: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.392403 + Group: 'mixamorig:LeftHandRing3', Weight: 0.607597 +Vertex 5459: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.098094 + Group: 'mixamorig:LeftHandRing3', Weight: 0.901906 +Vertex 5460: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5461: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5462: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.450914 + Group: 'mixamorig:LeftHandRing3', Weight: 0.549086 +Vertex 5463: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.235215 + Group: 'mixamorig:LeftHandRing3', Weight: 0.764785 +Vertex 5464: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.026849 + Group: 'mixamorig:LeftHandRing3', Weight: 0.973151 +Vertex 5465: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.028449 + Group: 'mixamorig:LeftHandRing3', Weight: 0.971551 +Vertex 5466: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5467: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.391235 + Group: 'mixamorig:LeftHandRing3', Weight: 0.608765 +Vertex 5468: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.017349 + Group: 'mixamorig:LeftHandRing3', Weight: 0.982651 +Vertex 5469: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.007141 + Group: 'mixamorig:LeftHandRing3', Weight: 0.992859 +Vertex 5470: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.239544 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.760456 +Vertex 5471: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.190431 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.809569 +Vertex 5472: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.105905 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.894095 +Vertex 5473: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.123202 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.876798 +Vertex 5474: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.326201 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.673799 +Vertex 5475: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.245474 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.754526 +Vertex 5476: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.140294 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.859706 +Vertex 5477: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.144328 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.855672 +Vertex 5478: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.265536 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.734464 +Vertex 5479: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.167501 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.832500 +Vertex 5480: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.015827 + Group: 'mixamorig:LeftForeArm', Weight: 0.898227 + Group: 'mixamorig:LeftHand', Weight: 0.085946 +Vertex 5481: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.016433 + Group: 'mixamorig:LeftForeArm', Weight: 0.930741 + Group: 'mixamorig:LeftHand', Weight: 0.052826 +Vertex 5482: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.012936 + Group: 'mixamorig:LeftForeArm', Weight: 0.865171 + Group: 'mixamorig:LeftHand', Weight: 0.121893 +Vertex 5483: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.008272 + Group: 'mixamorig:LeftForeArm', Weight: 0.875933 + Group: 'mixamorig:LeftHand', Weight: 0.115794 +Vertex 5484: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.005109 + Group: 'mixamorig:LeftForeArm', Weight: 0.883231 + Group: 'mixamorig:LeftHand', Weight: 0.111660 +Vertex 5485: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004042 + Group: 'mixamorig:LeftForeArm', Weight: 0.879014 + Group: 'mixamorig:LeftHand', Weight: 0.116944 +Vertex 5486: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.003687 + Group: 'mixamorig:LeftForeArm', Weight: 0.891532 + Group: 'mixamorig:LeftHand', Weight: 0.101742 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.003039 +Vertex 5487: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004614 + Group: 'mixamorig:LeftForeArm', Weight: 0.936122 + Group: 'mixamorig:LeftHand', Weight: 0.059264 +Vertex 5488: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.003949 + Group: 'mixamorig:LeftForeArm', Weight: 0.931857 + Group: 'mixamorig:LeftHand', Weight: 0.064193 +Vertex 5489: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.006065 + Group: 'mixamorig:LeftForeArm', Weight: 0.930863 + Group: 'mixamorig:LeftHand', Weight: 0.063072 +Vertex 5490: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.010255 + Group: 'mixamorig:LeftForeArm', Weight: 0.944852 + Group: 'mixamorig:LeftHand', Weight: 0.044894 +Vertex 5491: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.013640 + Group: 'mixamorig:LeftForeArm', Weight: 0.940072 + Group: 'mixamorig:LeftHand', Weight: 0.046288 +Vertex 5492: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004194 + Group: 'mixamorig:LeftForeArm', Weight: 0.517431 + Group: 'mixamorig:LeftHand', Weight: 0.478375 +Vertex 5493: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004206 + Group: 'mixamorig:LeftForeArm', Weight: 0.621672 + Group: 'mixamorig:LeftHand', Weight: 0.374122 +Vertex 5494: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.002726 + Group: 'mixamorig:LeftForeArm', Weight: 0.453032 + Group: 'mixamorig:LeftHand', Weight: 0.544241 +Vertex 5495: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.001547 + Group: 'mixamorig:LeftForeArm', Weight: 0.457788 + Group: 'mixamorig:LeftHand', Weight: 0.540665 +Vertex 5496: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000000 + Group: 'mixamorig:LeftForeArm', Weight: 0.379609 + Group: 'mixamorig:LeftHand', Weight: 0.614603 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.005788 +Vertex 5497: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.372209 + Group: 'mixamorig:LeftHand', Weight: 0.577885 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.049906 +Vertex 5498: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000372 + Group: 'mixamorig:LeftForeArm', Weight: 0.431353 + Group: 'mixamorig:LeftHand', Weight: 0.495435 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.072839 +Vertex 5499: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000680 + Group: 'mixamorig:LeftForeArm', Weight: 0.508183 + Group: 'mixamorig:LeftHand', Weight: 0.425995 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.065142 +Vertex 5500: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.419715 + Group: 'mixamorig:LeftHand', Weight: 0.502530 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.077755 +Vertex 5501: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.001183 + Group: 'mixamorig:LeftForeArm', Weight: 0.549111 + Group: 'mixamorig:LeftHand', Weight: 0.408673 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.041033 +Vertex 5502: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.003303 + Group: 'mixamorig:LeftForeArm', Weight: 0.684327 + Group: 'mixamorig:LeftHand', Weight: 0.302425 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.009945 +Vertex 5503: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004133 + Group: 'mixamorig:LeftForeArm', Weight: 0.614636 + Group: 'mixamorig:LeftHand', Weight: 0.381231 +Vertex 5504: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.017807 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.951864 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.030329 +Vertex 5505: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.008968 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.980511 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.010521 +Vertex 5506: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.077797 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.919888 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.002315 +Vertex 5507: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.071129 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.926589 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.002282 +Vertex 5508: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.034243 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.947191 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.018565 +Vertex 5509: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.026163 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.948486 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.025351 +Vertex 5510: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.219555 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.778740 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.001705 +Vertex 5511: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000130 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.284727 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.712629 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.002514 +Vertex 5512: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.015335 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.956272 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.028393 +Vertex 5513: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.014993 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.960221 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.024786 +Vertex 5514: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.142849 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.854098 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.003053 +Vertex 5515: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000034 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.209327 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.788852 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.001787 +Vertex 5516: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.017275 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.959021 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.023704 +Vertex 5517: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.075871 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.920166 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.003963 +Vertex 5518: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.020237 + Group: 'mixamorig:LeftHandRing2', Weight: 0.979763 +Vertex 5519: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.021917 + Group: 'mixamorig:LeftHandRing2', Weight: 0.978083 +Vertex 5520: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.067327 + Group: 'mixamorig:LeftHandRing2', Weight: 0.932673 +Vertex 5521: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.058052 + Group: 'mixamorig:LeftHandRing2', Weight: 0.941948 +Vertex 5522: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.027628 + Group: 'mixamorig:LeftHandRing2', Weight: 0.972372 +Vertex 5523: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.033581 + Group: 'mixamorig:LeftHandRing2', Weight: 0.966419 +Vertex 5524: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.067191 + Group: 'mixamorig:LeftHandRing2', Weight: 0.932809 +Vertex 5525: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.086385 + Group: 'mixamorig:LeftHandRing2', Weight: 0.913615 +Vertex 5526: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.024033 + Group: 'mixamorig:LeftHandRing2', Weight: 0.975967 +Vertex 5527: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.034662 + Group: 'mixamorig:LeftHandRing2', Weight: 0.959746 + Group: 'mixamorig:LeftHandRing3', Weight: 0.005592 +Vertex 5528: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.073168 + Group: 'mixamorig:LeftHandRing2', Weight: 0.926832 +Vertex 5529: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.050047 + Group: 'mixamorig:LeftHandRing2', Weight: 0.949953 +Vertex 5530: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.027131 + Group: 'mixamorig:LeftHandRing2', Weight: 0.972869 +Vertex 5531: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.090502 + Group: 'mixamorig:LeftHandRing2', Weight: 0.909498 +Vertex 5532: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.237741 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.762259 +Vertex 5533: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.176275 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.823725 +Vertex 5534: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.113543 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.886457 +Vertex 5535: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.112379 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.887621 +Vertex 5536: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.113106 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.886894 +Vertex 5537: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.042185 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.957815 +Vertex 5538: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.245877 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.754123 +Vertex 5539: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.242291 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.757709 +Vertex 5540: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.162768 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.837232 +Vertex 5541: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.031134 + Group: 'mixamorig:LeftHandRing3', Weight: 0.968866 +Vertex 5542: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.014710 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.923897 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.061394 +Vertex 5543: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.065421 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.922980 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.011599 +Vertex 5544: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.221031 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.778969 +Vertex 5545: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.108833 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.891167 +Vertex 5546: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.087273 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.912727 +Vertex 5547: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.097997 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.902003 +Vertex 5548: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.011054 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.981699 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.007248 +Vertex 5549: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000159 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.192042 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.805781 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.002018 +Vertex 5550: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.089321 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.910679 +Vertex 5551: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.043987 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.956013 +Vertex 5552: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.025161 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.974839 +Vertex 5553: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.021208 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.978792 +Vertex 5554: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.003685 + Group: 'mixamorig:LeftHandRing3', Weight: 0.996315 +Vertex 5555: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.003034 + Group: 'mixamorig:LeftHandRing3', Weight: 0.996966 +Vertex 5556: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.332212 + Group: 'mixamorig:LeftHandRing3', Weight: 0.667788 +Vertex 5557: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.010622 + Group: 'mixamorig:LeftHandRing3', Weight: 0.989378 +Vertex 5558: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.057051 + Group: 'mixamorig:LeftHandRing2', Weight: 0.942949 +Vertex 5559: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.029350 + Group: 'mixamorig:LeftHandRing2', Weight: 0.970650 +Vertex 5560: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.013270 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.898282 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.088448 +Vertex 5561: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.099817 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.894993 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.005190 +Vertex 5562: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.178076 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.821925 +Vertex 5563: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.097545 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.902455 +Vertex 5564: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.082778 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.917222 +Vertex 5565: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.077383 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.922617 +Vertex 5566: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000206 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.526040 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.473754 +Vertex 5567: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000140 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.560881 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.438567 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.000411 +Vertex 5568: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.001186 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.871260 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.127554 +Vertex 5569: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.004519 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.880592 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.114889 +Vertex 5570: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.603054 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.396946 +Vertex 5571: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000030 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.613964 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.386007 +Vertex 5572: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.007765 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.884286 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.107950 +Vertex 5573: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.004801 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.862403 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.132796 +Vertex 5574: +Vertex groups: 5 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.743186 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.141618 + Group: 'mixamorig:LeftHand', Weight: 0.104998 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.010148 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000051 +Vertex 5575: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.621573 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.378427 +Vertex 5576: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.588480 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.411520 +Vertex 5577: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.031208 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.797612 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.171180 +Vertex 5578: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000067 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.584361 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.415572 +Vertex 5579: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.010218 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.856494 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.133288 +Vertex 5580: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000079 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.506155 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.493767 +Vertex 5581: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.004213 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.933341 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.062446 +Vertex 5582: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.386571 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.613429 +Vertex 5583: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000498 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.367497 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.632005 +Vertex 5584: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.003149 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.592709 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.404142 +Vertex 5585: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.002758 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.546570 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.450672 +Vertex 5586: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.546130 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.453870 +Vertex 5587: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.340237 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.659763 +Vertex 5588: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.370158 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.629842 +Vertex 5589: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000805 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.567060 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.432134 +Vertex 5590: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000026 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.368898 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.631076 +Vertex 5591: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000067 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.459107 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.540826 +Vertex 5592: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000356 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.612236 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.387409 +Vertex 5593: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.001136 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.630096 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.368767 +Vertex 5594: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000166 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.402857 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.596977 +Vertex 5595: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.001729 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.630052 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.368219 +Vertex 5596: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.415795 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.584205 +Vertex 5597: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.531668 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.468332 +Vertex 5598: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000432 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.458835 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.540083 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000650 +Vertex 5599: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000262 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.489928 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.508569 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.001242 +Vertex 5600: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000815 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.668251 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.330638 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000295 +Vertex 5601: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.002277 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.693052 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.304671 +Vertex 5602: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.166966 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.832427 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000608 +Vertex 5603: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000112 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.258789 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.740691 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000408 +Vertex 5604: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.002165 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.662740 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.335043 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000051 +Vertex 5605: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.001247 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.635826 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.362911 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000016 +Vertex 5606: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000504 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.562765 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.436548 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000183 +Vertex 5607: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000114 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.217200 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.781748 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000938 +Vertex 5608: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000134 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.350209 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.648911 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000746 +Vertex 5609: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000363 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.600284 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.399178 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000174 +Vertex 5610: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000122 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.447896 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.551125 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000857 +Vertex 5611: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000292 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.644628 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.354927 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000152 +Vertex 5612: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000142 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.385163 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.613960 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000735 +Vertex 5613: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000433 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.612666 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.386501 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.000401 +Vertex 5614: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001006 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.566292 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.432702 +Vertex 5615: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.390556 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.609444 +Vertex 5616: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001427 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.621565 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.377008 +Vertex 5617: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002172 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.741710 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.256117 +Vertex 5618: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000476 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.717163 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.282361 +Vertex 5619: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.408606 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.591394 +Vertex 5620: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000163 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.504465 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.495372 +Vertex 5621: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000585 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.772599 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.226815 +Vertex 5622: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000184 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.454603 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.545213 +Vertex 5623: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.405492 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.594507 +Vertex 5624: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003010 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.710867 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.286124 +Vertex 5625: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000777 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.827298 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.171926 +Vertex 5626: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001212 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.541385 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.457403 +Vertex 5627: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003455 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.696353 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.300192 +Vertex 5628: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000416 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.571738 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.427847 +Vertex 5629: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001848 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.779177 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.218975 +Vertex 5630: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.005010 + Group: 'mixamorig:LeftHandRing1', Weight: 0.591723 + Group: 'mixamorig:LeftHandRing2', Weight: 0.403267 +Vertex 5631: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.010889 + Group: 'mixamorig:LeftHandRing1', Weight: 0.535765 + Group: 'mixamorig:LeftHandRing2', Weight: 0.453346 +Vertex 5632: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.015178 + Group: 'mixamorig:LeftHandRing1', Weight: 0.689673 + Group: 'mixamorig:LeftHandRing2', Weight: 0.295149 +Vertex 5633: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.012899 + Group: 'mixamorig:LeftHandRing1', Weight: 0.818481 + Group: 'mixamorig:LeftHandRing2', Weight: 0.168620 +Vertex 5634: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.710042 + Group: 'mixamorig:LeftHandRing2', Weight: 0.289958 +Vertex 5635: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.610179 + Group: 'mixamorig:LeftHandRing2', Weight: 0.389821 +Vertex 5636: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.008190 + Group: 'mixamorig:LeftHandRing1', Weight: 0.875300 + Group: 'mixamorig:LeftHandRing2', Weight: 0.116510 +Vertex 5637: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.002629 + Group: 'mixamorig:LeftHandRing1', Weight: 0.857892 + Group: 'mixamorig:LeftHandRing2', Weight: 0.139479 +Vertex 5638: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.701940 + Group: 'mixamorig:LeftHandRing2', Weight: 0.298060 +Vertex 5639: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.001184 + Group: 'mixamorig:LeftHandRing1', Weight: 0.837008 + Group: 'mixamorig:LeftHandRing2', Weight: 0.161809 +Vertex 5640: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.741660 + Group: 'mixamorig:LeftHandRing2', Weight: 0.258340 +Vertex 5641: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.836646 + Group: 'mixamorig:LeftHandRing2', Weight: 0.163354 +Vertex 5642: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.005244 + Group: 'mixamorig:LeftHandRing1', Weight: 0.587645 + Group: 'mixamorig:LeftHandRing2', Weight: 0.407111 +Vertex 5643: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.006856 + Group: 'mixamorig:LeftHandRing1', Weight: 0.834519 + Group: 'mixamorig:LeftHandRing2', Weight: 0.158625 +Vertex 5644: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.009855 + Group: 'mixamorig:LeftHandRing1', Weight: 0.593797 + Group: 'mixamorig:LeftHandRing2', Weight: 0.396348 +Vertex 5645: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.013943 + Group: 'mixamorig:LeftHandRing1', Weight: 0.716318 + Group: 'mixamorig:LeftHandRing2', Weight: 0.269738 +Vertex 5646: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.008492 + Group: 'mixamorig:LeftHandRing2', Weight: 0.974637 + Group: 'mixamorig:LeftHandRing3', Weight: 0.016872 +Vertex 5647: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.012516 + Group: 'mixamorig:LeftHandRing2', Weight: 0.732132 + Group: 'mixamorig:LeftHandRing3', Weight: 0.255352 +Vertex 5648: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.020423 + Group: 'mixamorig:LeftHandRing2', Weight: 0.978862 + Group: 'mixamorig:LeftHandRing3', Weight: 0.000715 +Vertex 5649: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.023059 + Group: 'mixamorig:LeftHandRing2', Weight: 0.965571 + Group: 'mixamorig:LeftHandRing3', Weight: 0.011370 +Vertex 5650: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.001287 + Group: 'mixamorig:LeftHandRing2', Weight: 0.883346 + Group: 'mixamorig:LeftHandRing3', Weight: 0.115367 +Vertex 5651: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.010705 + Group: 'mixamorig:LeftHandRing2', Weight: 0.984329 + Group: 'mixamorig:LeftHandRing3', Weight: 0.004966 +Vertex 5652: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.002569 + Group: 'mixamorig:LeftHandRing2', Weight: 0.971119 + Group: 'mixamorig:LeftHandRing3', Weight: 0.026311 +Vertex 5653: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.011594 + Group: 'mixamorig:LeftHandRing2', Weight: 0.988406 +Vertex 5654: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.007244 + Group: 'mixamorig:LeftHandRing2', Weight: 0.559605 + Group: 'mixamorig:LeftHandRing3', Weight: 0.433151 +Vertex 5655: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.005649 + Group: 'mixamorig:LeftHandRing2', Weight: 0.980224 + Group: 'mixamorig:LeftHandRing3', Weight: 0.014126 +Vertex 5656: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.020229 + Group: 'mixamorig:LeftHandRing2', Weight: 0.979771 +Vertex 5657: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.011484 + Group: 'mixamorig:LeftHandRing2', Weight: 0.935390 + Group: 'mixamorig:LeftHandRing3', Weight: 0.053126 +Vertex 5658: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.022056 + Group: 'mixamorig:LeftHandRing2', Weight: 0.976514 + Group: 'mixamorig:LeftHandRing3', Weight: 0.001430 +Vertex 5659: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.011651 + Group: 'mixamorig:LeftHandRing2', Weight: 0.972774 + Group: 'mixamorig:LeftHandRing3', Weight: 0.015576 +Vertex 5660: +Vertex groups: 3 + Group: 'mixamorig:LeftHandRing1', Weight: 0.005526 + Group: 'mixamorig:LeftHandRing2', Weight: 0.986134 + Group: 'mixamorig:LeftHandRing3', Weight: 0.008340 +Vertex 5661: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.018688 + Group: 'mixamorig:LeftHandRing2', Weight: 0.981312 +Vertex 5662: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.021417 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.624101 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.354091 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000391 +Vertex 5663: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.009412 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.402453 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.587853 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000282 +Vertex 5664: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.014364 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.578154 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.407224 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000258 +Vertex 5665: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.017724 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.653342 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.328635 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000298 +Vertex 5666: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.017407 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.549099 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.433034 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000460 +Vertex 5667: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.005533 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.391597 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.602517 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000353 +Vertex 5668: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.008884 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.358615 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.632213 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000288 +Vertex 5669: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.007851 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.319207 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.672706 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000236 +Vertex 5670: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001770 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.719842 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.278388 +Vertex 5671: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002819 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.725331 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.271850 +Vertex 5672: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003879 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.905670 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.090450 +Vertex 5673: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002803 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.900968 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.096229 +Vertex 5674: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.005016 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.820927 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.174057 +Vertex 5675: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000237 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.548671 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.451093 +Vertex 5676: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.449449 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.550551 +Vertex 5677: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.005261 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.773237 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.221502 +Vertex 5678: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.432887 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.567113 +Vertex 5679: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001610 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.545350 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.453040 +Vertex 5680: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003507 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.689747 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.306745 +Vertex 5681: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.005084 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.690054 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.304862 +Vertex 5682: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001870 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.615443 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.382687 +Vertex 5683: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003635 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.805006 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.191359 +Vertex 5684: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001146 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.721106 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.277748 +Vertex 5685: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001889 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.883679 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.114432 +Vertex 5686: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.081064 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.918936 +Vertex 5687: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.087469 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.912531 +Vertex 5688: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.087185 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.912815 +Vertex 5689: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.023345 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.976655 +Vertex 5690: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.021447 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.978553 +Vertex 5691: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.023142 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.976858 +Vertex 5692: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000053 + Group: 'mixamorig:LeftHandRing3', Weight: 0.999947 +Vertex 5693: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.004018 + Group: 'mixamorig:LeftHandRing3', Weight: 0.995982 +Vertex 5694: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5695: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.085043 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.914957 +Vertex 5696: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.072506 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.927494 +Vertex 5697: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.073684 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.926316 +Vertex 5698: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.003892 + Group: 'mixamorig:LeftHandRing1', Weight: 0.383413 + Group: 'mixamorig:LeftHandRing2', Weight: 0.612695 +Vertex 5699: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.006405 + Group: 'mixamorig:LeftHandRing1', Weight: 0.362399 + Group: 'mixamorig:LeftHandRing2', Weight: 0.631196 +Vertex 5700: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.315625 + Group: 'mixamorig:LeftHandRing2', Weight: 0.684375 +Vertex 5701: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.279311 + Group: 'mixamorig:LeftHandRing2', Weight: 0.720689 +Vertex 5702: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.335506 + Group: 'mixamorig:LeftHandRing2', Weight: 0.664494 +Vertex 5703: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.380915 + Group: 'mixamorig:LeftHandRing2', Weight: 0.619085 +Vertex 5704: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.437883 + Group: 'mixamorig:LeftHandRing2', Weight: 0.562117 +Vertex 5705: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing1', Weight: 0.365407 + Group: 'mixamorig:LeftHandRing2', Weight: 0.634593 +Vertex 5706: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003818 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.905928 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.090254 +Vertex 5707: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003539 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.859101 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.137360 +Vertex 5708: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002701 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.933011 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.064288 +Vertex 5709: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001895 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.959138 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.038967 +Vertex 5710: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003584 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.941978 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.054438 +Vertex 5711: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.005720 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.928723 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.065557 +Vertex 5712: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.005678 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.866340 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.127982 +Vertex 5713: +Vertex groups: 3 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003972 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.927489 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.068539 +Vertex 5714: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.007713 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.742024 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.250263 +Vertex 5715: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.006473 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.795424 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.198103 +Vertex 5716: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.005133 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.821308 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.173559 +Vertex 5717: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.004362 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.835324 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.160315 +Vertex 5718: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.005591 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.833442 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.160967 +Vertex 5719: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.004768 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.716324 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.278908 +Vertex 5720: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.008047 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.731984 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.259968 +Vertex 5721: +Vertex groups: 3 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.003737 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.665890 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.330373 +Vertex 5722: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.318881 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.677890 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.003229 +Vertex 5723: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.369473 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.626812 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.003714 +Vertex 5724: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000000 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.308562 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.691438 +Vertex 5725: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000007 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.304811 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.695183 +Vertex 5726: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000003 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.265247 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.734750 +Vertex 5727: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.000059 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.285230 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.710421 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.004290 +Vertex 5728: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000033 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.295048 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.704919 +Vertex 5729: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.000022 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.331311 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.668667 +Vertex 5730: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.187788 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.810934 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001277 +Vertex 5731: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.286935 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.711420 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001645 +Vertex 5732: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.003605 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.312448 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.682972 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000976 +Vertex 5733: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.010468 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.392556 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.595149 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001826 +Vertex 5734: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.279434 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.719278 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001288 +Vertex 5735: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.005827 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.269051 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.723862 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001260 +Vertex 5736: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.235293 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.763219 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.001489 +Vertex 5737: +Vertex groups: 3 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.156195 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.843007 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000798 +Vertex 5738: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.097832 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.866917 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.035250 +Vertex 5739: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.132627 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.843278 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.024096 +Vertex 5740: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.174103 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.809211 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.016686 +Vertex 5741: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.154199 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.825418 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.020383 +Vertex 5742: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.176310 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.767471 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.056219 +Vertex 5743: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.144701 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000002 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.821032 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.034264 +Vertex 5744: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.127972 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.844239 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.027789 +Vertex 5745: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.134848 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.842407 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.022745 +Vertex 5746: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.072330 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.088849 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.005935 + Group: 'mixamorig:LeftHandRing1', Weight: 0.797813 + Group: 'mixamorig:LeftHandRing2', Weight: 0.035074 +Vertex 5747: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.032541 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.868387 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.099072 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 +Vertex 5748: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.023741 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing1', Weight: 0.956710 + Group: 'mixamorig:LeftHandRing2', Weight: 0.019549 +Vertex 5749: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.144356 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.010698 + Group: 'mixamorig:LeftHandRing1', Weight: 0.833613 + Group: 'mixamorig:LeftHandRing2', Weight: 0.011332 +Vertex 5750: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.151276 + Group: 'mixamorig:LeftHandRing1', Weight: 0.833208 + Group: 'mixamorig:LeftHandRing2', Weight: 0.015516 +Vertex 5751: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.122559 + Group: 'mixamorig:LeftHandRing1', Weight: 0.847817 + Group: 'mixamorig:LeftHandRing2', Weight: 0.029624 +Vertex 5752: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.155511 + Group: 'mixamorig:LeftHandRing1', Weight: 0.815793 + Group: 'mixamorig:LeftHandRing2', Weight: 0.028696 +Vertex 5753: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.099976 + Group: 'mixamorig:LeftHandRing1', Weight: 0.868241 + Group: 'mixamorig:LeftHandRing2', Weight: 0.031783 +Vertex 5754: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.005524 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.659808 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.285911 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.048757 +Vertex 5755: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.021401 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.879117 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.099482 +Vertex 5756: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.005131 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.191806 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.742173 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.060890 +Vertex 5757: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.045917 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.928535 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.025548 +Vertex 5758: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.037195 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.668859 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.031214 + Group: 'mixamorig:LeftHandRing1', Weight: 0.258214 + Group: 'mixamorig:LeftHandRing2', Weight: 0.004519 +Vertex 5759: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.016731 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.845985 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.137284 +Vertex 5760: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.029443 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.874119 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.096438 +Vertex 5761: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.030032 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.877544 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.092424 +Vertex 5762: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.574567 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.425423 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000011 +Vertex 5763: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.357190 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.642668 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000142 +Vertex 5764: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.213224 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.786776 +Vertex 5765: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.020893 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.480763 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.498345 +Vertex 5766: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015890 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.984110 +Vertex 5767: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.018386 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.981614 +Vertex 5768: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.146838 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.787501 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.065660 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000001 +Vertex 5769: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.015134 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.584513 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.400341 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000012 +Vertex 5770: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.289584 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.704569 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.005847 +Vertex 5771: +Vertex groups: 2 + Group: 'mixamorig:LeftHand', Weight: 0.573123 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.426877 +Vertex 5772: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.023292 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.976708 +Vertex 5773: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.021739 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.978261 +Vertex 5774: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.052247 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.947753 +Vertex 5775: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.045229 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.954771 +Vertex 5776: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.021595 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.978405 +Vertex 5777: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.022931 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.977069 +Vertex 5778: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.049040 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.950960 +Vertex 5779: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.048339 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.951661 +Vertex 5780: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.026819 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.973181 +Vertex 5781: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.050552 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.949448 +Vertex 5782: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.024402 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.975598 +Vertex 5783: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.066151 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.933849 +Vertex 5784: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.026070 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.973930 +Vertex 5785: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.064809 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.935191 +Vertex 5786: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.197999 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.797024 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.004978 +Vertex 5787: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.172924 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.823573 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.003503 +Vertex 5788: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.139519 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.856574 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.003907 +Vertex 5789: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.106661 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.890413 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.002926 +Vertex 5790: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.090905 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.906412 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.002683 +Vertex 5791: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.141627 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.857779 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000594 +Vertex 5792: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.190401 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.809256 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000343 +Vertex 5793: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.479938 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.520031 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000031 +Vertex 5794: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.222706 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.775940 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.001354 +Vertex 5795: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.014641 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.985359 +Vertex 5796: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015430 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.984570 +Vertex 5797: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.015816 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.984184 +Vertex 5798: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.115870 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.825599 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.058531 +Vertex 5799: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.111796 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.858837 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.029368 +Vertex 5800: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.070699 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.880091 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.049209 +Vertex 5801: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.046179 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.914510 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.039312 +Vertex 5802: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.036407 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.913788 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.049805 +Vertex 5803: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.050795 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.829991 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.119214 +Vertex 5804: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.073942 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.876832 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.049226 +Vertex 5805: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.103994 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.863938 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.032068 +Vertex 5806: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.247270 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.612143 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.140587 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000001 +Vertex 5807: +Vertex groups: 5 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.523736 + Group: 'mixamorig:LeftHand', Weight: 0.463228 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.012626 + Group: 'mixamorig:LeftForeArm', Weight: 0.000287 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000124 +Vertex 5808: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.001927 + Group: 'mixamorig:LeftHand', Weight: 0.594170 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.403873 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000002 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000028 +Vertex 5809: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.770778 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.224490 + Group: 'mixamorig:LeftForeArm', Weight: 0.003864 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000751 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000117 +Vertex 5810: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.064825 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.840058 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.095117 +Vertex 5811: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.057627 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.061735 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.836127 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.044511 +Vertex 5812: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.021818 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.909534 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.068648 +Vertex 5813: +Vertex groups: 2 + Group: 'mixamorig:LeftHand', Weight: 0.014188 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.985812 +Vertex 5814: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.540046 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.360984 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.097399 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001349 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000222 +Vertex 5815: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.645222 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.224365 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.122452 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.007285 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000676 +Vertex 5816: +Vertex groups: 2 + Group: 'mixamorig:LeftHand', Weight: 0.094882 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.905118 +Vertex 5817: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.027573 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.972427 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000000 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.000000 +Vertex 5818: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.098622 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.668465 + Group: 'mixamorig:LeftHandRing1', Weight: 0.229936 + Group: 'mixamorig:LeftHandRing2', Weight: 0.002977 +Vertex 5819: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.029110 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.867514 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.103376 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 +Vertex 5820: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.033843 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.868718 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.097439 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 +Vertex 5821: +Vertex groups: 5 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.457101 + Group: 'mixamorig:LeftHandRing1', Weight: 0.369627 + Group: 'mixamorig:LeftHand', Weight: 0.165646 + Group: 'mixamorig:LeftHandRing2', Weight: 0.003871 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003755 +Vertex 5822: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.151428 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.309614 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.020680 + Group: 'mixamorig:LeftHandRing1', Weight: 0.504954 + Group: 'mixamorig:LeftHandRing2', Weight: 0.013323 +Vertex 5823: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.167492 + Group: 'mixamorig:LeftHandRing1', Weight: 0.348095 + Group: 'mixamorig:LeftHandRing2', Weight: 0.010680 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.464948 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.008786 +Vertex 5824: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.199067 + Group: 'mixamorig:LeftHandRing1', Weight: 0.791059 + Group: 'mixamorig:LeftHandRing2', Weight: 0.009873 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000000 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.000000 +Vertex 5825: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.155345 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.825475 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.019180 +Vertex 5826: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.201973 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.785226 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.012801 +Vertex 5827: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.215420 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.776568 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.008012 +Vertex 5828: +Vertex groups: 5 + Group: 'mixamorig:LeftHandRing1', Weight: 0.644351 + Group: 'mixamorig:LeftHand', Weight: 0.275491 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.052390 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.021497 + Group: 'mixamorig:LeftHandRing2', Weight: 0.006270 +Vertex 5829: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.245567 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.739695 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.014737 +Vertex 5830: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.183644 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.807259 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.009097 +Vertex 5831: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.002800 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.928359 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.068841 +Vertex 5832: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.004250 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.985899 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.009851 +Vertex 5833: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.603026 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.392140 + Group: 'mixamorig:LeftHandRing1', Weight: 0.002584 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.002203 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000047 +Vertex 5834: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.536509 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.398286 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.044669 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.017846 + Group: 'mixamorig:LeftHandRing1', Weight: 0.002690 +Vertex 5835: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.673978 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.232556 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.043217 + Group: 'mixamorig:LeftHandRing1', Weight: 0.029491 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.020758 +Vertex 5836: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.630610 + Group: 'mixamorig:LeftHandRing1', Weight: 0.176827 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.143589 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.037043 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.011931 +Vertex 5837: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.638260 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.222211 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.076912 + Group: 'mixamorig:LeftHandRing1', Weight: 0.052659 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.009958 +Vertex 5838: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.583943 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.368961 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.026377 + Group: 'mixamorig:LeftHandRing1', Weight: 0.017581 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.003138 +Vertex 5839: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.620630 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002048 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000904 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.376296 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.000122 +Vertex 5840: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.001066 + Group: 'mixamorig:LeftHand', Weight: 0.826508 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000293 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.171200 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.000933 +Vertex 5841: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.000756 + Group: 'mixamorig:LeftHand', Weight: 0.883552 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000073 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.115619 +Vertex 5842: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.000986 + Group: 'mixamorig:LeftHand', Weight: 0.898997 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000086 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000052 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.099877 +Vertex 5843: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.952833 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.024443 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.016616 + Group: 'mixamorig:LeftForeArm', Weight: 0.005863 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000245 +Vertex 5844: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.879459 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.074527 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.023928 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.013978 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.008108 +Vertex 5845: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.898995 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.049678 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.030252 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.013974 + Group: 'mixamorig:LeftHandRing1', Weight: 0.007101 +Vertex 5846: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.898544 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.007760 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.003547 + Group: 'mixamorig:LeftHandRing1', Weight: 0.001239 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.088909 +Vertex 5847: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.000398 + Group: 'mixamorig:LeftHand', Weight: 0.914054 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000959 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000287 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.084302 +Vertex 5848: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.050412 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.814639 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.134949 +Vertex 5849: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.062989 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.719590 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.217420 +Vertex 5850: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.057474 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.576256 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.366103 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000166 +Vertex 5851: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.052768 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.765482 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.181586 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.000164 +Vertex 5852: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.043553 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.853213 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.103234 +Vertex 5853: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.045774 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.854253 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.099973 +Vertex 5854: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.048928 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.829634 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.121438 +Vertex 5855: +Vertex groups: 3 + Group: 'mixamorig:LeftHand', Weight: 0.051710 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.812336 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.135955 +Vertex 5856: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.196041 + Group: 'mixamorig:LeftHand', Weight: 0.717094 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.086865 +Vertex 5857: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.217093 + Group: 'mixamorig:LeftHand', Weight: 0.662937 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.119970 +Vertex 5858: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.239961 + Group: 'mixamorig:LeftHand', Weight: 0.635418 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.124621 +Vertex 5859: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.236872 + Group: 'mixamorig:LeftHand', Weight: 0.648610 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.114517 +Vertex 5860: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.282033 + Group: 'mixamorig:LeftHand', Weight: 0.643144 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.074823 +Vertex 5861: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.309101 + Group: 'mixamorig:LeftHand', Weight: 0.687718 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.003182 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000000 +Vertex 5862: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.295802 + Group: 'mixamorig:LeftHand', Weight: 0.704198 +Vertex 5863: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.240977 + Group: 'mixamorig:LeftHand', Weight: 0.759022 +Vertex 5864: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.185549 + Group: 'mixamorig:LeftHand', Weight: 0.814451 +Vertex 5865: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.169206 + Group: 'mixamorig:LeftHand', Weight: 0.830794 +Vertex 5866: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.185465 + Group: 'mixamorig:LeftHand', Weight: 0.805847 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.008687 +Vertex 5867: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.171085 + Group: 'mixamorig:LeftHand', Weight: 0.786449 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.042466 +Vertex 5868: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.763761 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.229282 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003845 + Group: 'mixamorig:LeftForeArm', Weight: 0.001926 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001186 +Vertex 5869: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.582229 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.415297 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001024 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000928 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000522 +Vertex 5870: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.918122 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.060422 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.015925 + Group: 'mixamorig:LeftForeArm', Weight: 0.004767 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000764 +Vertex 5871: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.876499 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.102579 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.016573 + Group: 'mixamorig:LeftForeArm', Weight: 0.002678 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001670 +Vertex 5872: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.831849 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.157243 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007163 + Group: 'mixamorig:LeftForeArm', Weight: 0.002183 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001563 +Vertex 5873: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.862708 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.121349 + Group: 'mixamorig:LeftForeArm', Weight: 0.010436 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.005299 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000208 +Vertex 5874: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.778270 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.211526 + Group: 'mixamorig:LeftForeArm', Weight: 0.007539 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002489 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000175 +Vertex 5875: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.848434 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.138753 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.006472 + Group: 'mixamorig:LeftForeArm', Weight: 0.005934 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000406 +Vertex 5876: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.815611 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.174139 + Group: 'mixamorig:LeftForeArm', Weight: 0.004943 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.004704 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000603 +Vertex 5877: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.000356 + Group: 'mixamorig:LeftHand', Weight: 0.848069 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000032 + Group: 'mixamorig:LeftHandRing1', Weight: 0.001646 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.149897 +Vertex 5878: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.867200 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000286 + Group: 'mixamorig:LeftHandRing1', Weight: 0.005942 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.126572 +Vertex 5879: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.000046 + Group: 'mixamorig:LeftHand', Weight: 0.885352 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000864 + Group: 'mixamorig:LeftHandRing1', Weight: 0.010796 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.102943 +Vertex 5880: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.919650 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.000355 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.005574 + Group: 'mixamorig:LeftHandRing1', Weight: 0.017385 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.057036 +Vertex 5881: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.913500 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.027729 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.011307 + Group: 'mixamorig:LeftHandRing1', Weight: 0.011718 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.035746 +Vertex 5882: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.905357 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.052213 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.020971 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.011356 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.010102 +Vertex 5883: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.879617 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.068945 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.040857 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.008184 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.002397 +Vertex 5884: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.821068 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.121440 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.053476 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003444 + Group: 'mixamorig:LeftForeArm', Weight: 0.000572 +Vertex 5885: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.001503 + Group: 'mixamorig:LeftHand', Weight: 0.963487 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000205 + Group: 'mixamorig:LeftHandRing1', Weight: 0.001780 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.033025 +Vertex 5886: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.961953 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.021345 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.012483 + Group: 'mixamorig:LeftForeArm', Weight: 0.002162 + Group: 'mixamorig:LeftHandRing1', Weight: 0.002056 +Vertex 5887: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.002461 + Group: 'mixamorig:LeftHand', Weight: 0.963390 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000014 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000619 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.033516 +Vertex 5888: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.919019 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.056470 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.012562 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.009892 + Group: 'mixamorig:LeftForeArm', Weight: 0.002057 +Vertex 5889: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.865623 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.118930 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.008765 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.003653 + Group: 'mixamorig:LeftForeArm', Weight: 0.003029 +Vertex 5890: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.958992 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.025149 + Group: 'mixamorig:LeftForeArm', Weight: 0.008091 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.007533 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000235 +Vertex 5891: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.006268 + Group: 'mixamorig:LeftHand', Weight: 0.980644 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000008 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000206 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.012874 +Vertex 5892: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.905574 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.083175 + Group: 'mixamorig:LeftForeArm', Weight: 0.006893 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.004132 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000226 +Vertex 5893: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.003740 + Group: 'mixamorig:LeftHand', Weight: 0.977746 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.000052 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000596 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.017866 +Vertex 5894: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.958419 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.023173 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.013488 + Group: 'mixamorig:LeftForeArm', Weight: 0.004142 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000778 +Vertex 5895: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.928820 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.056782 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.009327 + Group: 'mixamorig:LeftForeArm', Weight: 0.004339 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000733 +Vertex 5896: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.932118 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.024214 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.022352 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.018645 + Group: 'mixamorig:LeftHandRing1', Weight: 0.002671 +Vertex 5897: +Vertex groups: 5 + Group: 'mixamorig:LeftHand', Weight: 0.947351 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.028242 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.010669 + Group: 'mixamorig:LeftHandIndex1', Weight: 0.009849 + Group: 'mixamorig:LeftHandRing1', Weight: 0.003889 +Vertex 5898: +Vertex groups: 5 + Group: 'mixamorig:LeftForeArm', Weight: 0.000207 + Group: 'mixamorig:LeftHand', Weight: 0.956222 + Group: 'mixamorig:LeftHandMiddle1', Weight: 0.001150 + Group: 'mixamorig:LeftHandRing1', Weight: 0.005112 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.037309 +Vertex 5899: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.050995 + Group: 'mixamorig:LeftHand', Weight: 0.948290 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000715 +Vertex 5900: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.043101 + Group: 'mixamorig:LeftHand', Weight: 0.955789 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001110 +Vertex 5901: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.041254 + Group: 'mixamorig:LeftHand', Weight: 0.957578 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001168 +Vertex 5902: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.050957 + Group: 'mixamorig:LeftHand', Weight: 0.943841 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.004739 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000463 +Vertex 5903: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.056580 + Group: 'mixamorig:LeftHand', Weight: 0.869058 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.074362 +Vertex 5904: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.069870 + Group: 'mixamorig:LeftHand', Weight: 0.782647 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.147483 +Vertex 5905: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.091883 + Group: 'mixamorig:LeftHand', Weight: 0.714519 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.193598 +Vertex 5906: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.095389 + Group: 'mixamorig:LeftHand', Weight: 0.684831 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.219781 +Vertex 5907: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.100045 + Group: 'mixamorig:LeftHand', Weight: 0.702346 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.197609 +Vertex 5908: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.103320 + Group: 'mixamorig:LeftHand', Weight: 0.768452 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.128228 +Vertex 5909: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.081688 + Group: 'mixamorig:LeftHand', Weight: 0.878457 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.039697 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000158 +Vertex 5910: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.064497 + Group: 'mixamorig:LeftHand', Weight: 0.935081 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000422 +Vertex 5911: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.027261 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.750586 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.222153 +Vertex 5912: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.024482 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.779979 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.195539 +Vertex 5913: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.025554 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.863970 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.110476 +Vertex 5914: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.041162 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.857003 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.101835 +Vertex 5915: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.064132 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.722479 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.213390 +Vertex 5916: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.068338 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.724155 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.207507 +Vertex 5917: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.059614 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.774558 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.165828 +Vertex 5918: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.043906 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.774258 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.181836 +Vertex 5919: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.362017 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.637779 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000204 +Vertex 5920: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.475716 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.524260 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000024 +Vertex 5921: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.046311 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.657016 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.296670 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000004 +Vertex 5922: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.088857 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.751582 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.159557 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000005 +Vertex 5923: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.047810 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.758137 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.194047 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000006 +Vertex 5924: +Vertex groups: 4 + Group: 'mixamorig:LeftHand', Weight: 0.021287 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.679483 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.299229 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000000 +Vertex 5925: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.497874 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.502063 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000063 +Vertex 5926: +Vertex groups: 3 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.401150 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.598403 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.000447 +Vertex 5927: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.113567 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.886433 +Vertex 5928: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.179024 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.820976 +Vertex 5929: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.160053 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.839947 +Vertex 5930: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.117979 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.882021 +Vertex 5931: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.190044 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.809956 +Vertex 5932: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.111291 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.888709 +Vertex 5933: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.090052 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.909948 +Vertex 5934: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.097490 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.902510 +Vertex 5935: +Vertex groups: 2 + Group: 'mixamorig:LeftHandIndex2', Weight: 0.087301 + Group: 'mixamorig:LeftHandIndex3', Weight: 0.912699 +Vertex 5936: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.039546 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.960454 +Vertex 5937: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.081703 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.918297 +Vertex 5938: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.077833 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.922167 +Vertex 5939: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.043987 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.956013 +Vertex 5940: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.065240 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.934760 +Vertex 5941: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.040539 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.959461 +Vertex 5942: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.025484 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.974516 +Vertex 5943: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.026483 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.973517 +Vertex 5944: +Vertex groups: 2 + Group: 'mixamorig:LeftHandMiddle2', Weight: 0.025299 + Group: 'mixamorig:LeftHandMiddle3', Weight: 0.974701 +Vertex 5945: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5946: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5947: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5948: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.002269 + Group: 'mixamorig:LeftHandRing3', Weight: 0.997731 +Vertex 5949: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5950: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5951: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5952: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000105 + Group: 'mixamorig:LeftHandRing3', Weight: 0.999895 +Vertex 5953: +Vertex groups: 2 + Group: 'mixamorig:LeftHandRing2', Weight: 0.000000 + Group: 'mixamorig:LeftHandRing3', Weight: 1.000000 +Vertex 5954: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.122612 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.877388 +Vertex 5955: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.199818 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.800182 +Vertex 5956: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.209578 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.790422 +Vertex 5957: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.155397 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.844602 +Vertex 5958: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.165896 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.834104 +Vertex 5959: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.099401 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.900599 +Vertex 5960: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.081712 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.918288 +Vertex 5961: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.090400 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.909600 +Vertex 5962: +Vertex groups: 2 + Group: 'mixamorig:LeftHandPinky2', Weight: 0.076229 + Group: 'mixamorig:LeftHandPinky3', Weight: 0.923771 +Vertex 5963: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.022393 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.977607 +Vertex 5964: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.024788 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.975212 +Vertex 5965: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.061015 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.938985 +Vertex 5966: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.047951 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.952049 +Vertex 5967: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.026513 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.973487 +Vertex 5968: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.055392 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.944608 +Vertex 5969: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.018799 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.981201 +Vertex 5970: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.017769 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.982231 +Vertex 5971: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.019723 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.980277 +Vertex 5972: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.109748 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.890252 +Vertex 5973: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.145468 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.854532 +Vertex 5974: +Vertex groups: 2 + Group: 'mixamorig:LeftHandThumb2', Weight: 0.132293 + Group: 'mixamorig:LeftHandThumb3', Weight: 0.867707 +Vertex 5975: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5976: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.994789 + Group: 'mixamorig:Spine', Weight: 0.005211 +Vertex 5977: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.833497 + Group: 'mixamorig:Spine', Weight: 0.166503 +Vertex 5978: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.098793 + Group: 'mixamorig:Spine', Weight: 0.639616 + Group: 'mixamorig:Spine1', Weight: 0.260890 + Group: 'mixamorig:Spine2', Weight: 0.000701 +Vertex 5979: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5980: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.523532 + Group: 'mixamorig:Spine', Weight: 0.385807 + Group: 'mixamorig:Spine1', Weight: 0.090521 + Group: 'mixamorig:Spine2', Weight: 0.000140 +Vertex 5981: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.948277 + Group: 'mixamorig:Spine', Weight: 0.051723 +Vertex 5982: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5983: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5984: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.975225 + Group: 'mixamorig:RightUpLeg', Weight: 0.024775 +Vertex 5985: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5986: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5987: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.847480 + Group: 'mixamorig:Spine', Weight: 0.152520 +Vertex 5988: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.881960 + Group: 'mixamorig:Spine', Weight: 0.118040 +Vertex 5989: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.916955 + Group: 'mixamorig:Spine', Weight: 0.083045 +Vertex 5990: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.945171 + Group: 'mixamorig:Spine', Weight: 0.054829 +Vertex 5991: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967733 + Group: 'mixamorig:Spine', Weight: 0.032267 +Vertex 5992: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5993: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5994: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5995: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5996: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5997: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5998: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.840432 + Group: 'mixamorig:Spine', Weight: 0.159568 +Vertex 5999: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.734316 + Group: 'mixamorig:Spine', Weight: 0.265684 +Vertex 6000: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.629283 + Group: 'mixamorig:Spine', Weight: 0.351413 + Group: 'mixamorig:Spine1', Weight: 0.019304 +Vertex 6001: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.465588 + Group: 'mixamorig:Spine', Weight: 0.496916 + Group: 'mixamorig:Spine1', Weight: 0.037496 +Vertex 6002: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.067446 + Group: 'mixamorig:Spine', Weight: 0.800070 + Group: 'mixamorig:Spine1', Weight: 0.132483 +Vertex 6003: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.055129 + Group: 'mixamorig:Spine', Weight: 0.797700 + Group: 'mixamorig:Spine1', Weight: 0.147171 +Vertex 6004: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.051102 + Group: 'mixamorig:Spine', Weight: 0.791763 + Group: 'mixamorig:Spine1', Weight: 0.157135 +Vertex 6005: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.051307 + Group: 'mixamorig:Spine', Weight: 0.799756 + Group: 'mixamorig:Spine1', Weight: 0.148937 +Vertex 6006: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.041670 + Group: 'mixamorig:Spine', Weight: 0.757520 + Group: 'mixamorig:Spine1', Weight: 0.200584 + Group: 'mixamorig:Spine2', Weight: 0.000225 +Vertex 6007: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.110163 + Group: 'mixamorig:Spine', Weight: 0.631144 + Group: 'mixamorig:Spine1', Weight: 0.256590 + Group: 'mixamorig:Spine2', Weight: 0.002103 +Vertex 6008: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.171320 + Group: 'mixamorig:Spine', Weight: 0.588944 + Group: 'mixamorig:Spine1', Weight: 0.237715 + Group: 'mixamorig:Spine2', Weight: 0.002021 +Vertex 6009: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.090559 + Group: 'mixamorig:Spine', Weight: 0.621926 + Group: 'mixamorig:Spine1', Weight: 0.285206 + Group: 'mixamorig:Spine2', Weight: 0.002308 +Vertex 6010: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.159003 + Group: 'mixamorig:Spine', Weight: 0.611925 + Group: 'mixamorig:Spine1', Weight: 0.228284 + Group: 'mixamorig:Spine2', Weight: 0.000788 +Vertex 6011: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6012: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.927633 + Group: 'mixamorig:Spine', Weight: 0.072367 +Vertex 6013: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.890516 + Group: 'mixamorig:Spine', Weight: 0.109484 +Vertex 6014: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.833425 + Group: 'mixamorig:Spine', Weight: 0.166575 +Vertex 6015: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.756578 + Group: 'mixamorig:Spine', Weight: 0.243422 +Vertex 6016: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.671196 + Group: 'mixamorig:Spine', Weight: 0.328804 +Vertex 6017: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.655277 + Group: 'mixamorig:Spine', Weight: 0.344723 +Vertex 6018: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.656590 + Group: 'mixamorig:Spine', Weight: 0.343409 +Vertex 6019: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.568993 + Group: 'mixamorig:Spine', Weight: 0.416575 + Group: 'mixamorig:Spine1', Weight: 0.014432 +Vertex 6020: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.890218 + Group: 'mixamorig:Spine', Weight: 0.109782 +Vertex 6021: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.759135 + Group: 'mixamorig:Spine', Weight: 0.220341 + Group: 'mixamorig:Spine1', Weight: 0.020524 +Vertex 6022: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.634469 + Group: 'mixamorig:Spine', Weight: 0.303152 + Group: 'mixamorig:Spine1', Weight: 0.062379 +Vertex 6023: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.582920 + Group: 'mixamorig:Spine', Weight: 0.347386 + Group: 'mixamorig:Spine1', Weight: 0.069644 + Group: 'mixamorig:Spine2', Weight: 0.000050 +Vertex 6024: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.902890 + Group: 'mixamorig:LeftUpLeg', Weight: 0.097110 +Vertex 6025: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.954394 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045606 +Vertex 6026: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6027: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6028: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.982217 + Group: 'mixamorig:Spine', Weight: 0.017783 +Vertex 6029: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.951552 + Group: 'mixamorig:Spine', Weight: 0.048448 +Vertex 6030: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6031: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6032: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6033: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6034: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6035: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.990184 + Group: 'mixamorig:LeftUpLeg', Weight: 0.009816 +Vertex 6036: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6037: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995218 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004782 +Vertex 6038: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6039: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.971174 + Group: 'mixamorig:LeftUpLeg', Weight: 0.028826 +Vertex 6040: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6041: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6042: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6043: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6044: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.956531 + Group: 'mixamorig:LeftUpLeg', Weight: 0.043469 +Vertex 6045: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.991912 + Group: 'mixamorig:LeftUpLeg', Weight: 0.008088 +Vertex 6046: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.874342 + Group: 'mixamorig:LeftUpLeg', Weight: 0.125658 +Vertex 6047: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.876343 + Group: 'mixamorig:LeftUpLeg', Weight: 0.123657 +Vertex 6048: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6049: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6050: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.999762 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000239 +Vertex 6051: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.003256 + Group: 'mixamorig:Spine', Weight: 0.734855 + Group: 'mixamorig:Spine1', Weight: 0.259927 + Group: 'mixamorig:Spine2', Weight: 0.001962 +Vertex 6052: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.051658 + Group: 'mixamorig:Spine', Weight: 0.741231 + Group: 'mixamorig:Spine1', Weight: 0.206204 + Group: 'mixamorig:Spine2', Weight: 0.000907 +Vertex 6053: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.084629 + Group: 'mixamorig:Spine', Weight: 0.723055 + Group: 'mixamorig:Spine1', Weight: 0.191880 + Group: 'mixamorig:Spine2', Weight: 0.000436 +Vertex 6054: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.092902 + Group: 'mixamorig:Spine', Weight: 0.731447 + Group: 'mixamorig:Spine1', Weight: 0.175650 +Vertex 6055: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.194039 + Group: 'mixamorig:Spine', Weight: 0.657578 + Group: 'mixamorig:Spine1', Weight: 0.148383 +Vertex 6056: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6057: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000000 +Vertex 6058: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.963505 + Group: 'mixamorig:LeftUpLeg', Weight: 0.036495 +Vertex 6059: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.859763 + Group: 'mixamorig:LeftUpLeg', Weight: 0.140237 +Vertex 6060: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.828521 + Group: 'mixamorig:LeftUpLeg', Weight: 0.171479 +Vertex 6061: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6062: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6063: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6064: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996178 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003822 +Vertex 6065: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.976726 + Group: 'mixamorig:Spine', Weight: 0.023274 +Vertex 6066: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923293 + Group: 'mixamorig:Spine', Weight: 0.076707 +Vertex 6067: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.880480 + Group: 'mixamorig:Spine', Weight: 0.119520 +Vertex 6068: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.108138 + Group: 'mixamorig:Spine', Weight: 0.694067 + Group: 'mixamorig:Spine1', Weight: 0.197407 + Group: 'mixamorig:Spine2', Weight: 0.000388 +Vertex 6069: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.088704 + Group: 'mixamorig:Spine', Weight: 0.735316 + Group: 'mixamorig:Spine1', Weight: 0.175801 + Group: 'mixamorig:Spine2', Weight: 0.000178 +Vertex 6070: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.039799 + Group: 'mixamorig:Spine', Weight: 0.733664 + Group: 'mixamorig:Spine1', Weight: 0.226135 + Group: 'mixamorig:Spine2', Weight: 0.000403 +Vertex 6071: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.128482 + Group: 'mixamorig:Spine', Weight: 0.679556 + Group: 'mixamorig:Spine1', Weight: 0.191479 + Group: 'mixamorig:Spine2', Weight: 0.000482 +Vertex 6072: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.024155 + Group: 'mixamorig:Spine', Weight: 0.760516 + Group: 'mixamorig:Spine1', Weight: 0.214894 + Group: 'mixamorig:Spine2', Weight: 0.000435 +Vertex 6073: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.155360 + Group: 'mixamorig:Spine', Weight: 0.688600 + Group: 'mixamorig:Spine1', Weight: 0.155693 + Group: 'mixamorig:Spine2', Weight: 0.000347 +Vertex 6074: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.001738 + Group: 'mixamorig:Spine', Weight: 0.701381 + Group: 'mixamorig:Spine1', Weight: 0.293225 + Group: 'mixamorig:Spine2', Weight: 0.003657 +Vertex 6075: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.417141 + Group: 'mixamorig:Spine', Weight: 0.480676 + Group: 'mixamorig:Spine1', Weight: 0.101294 + Group: 'mixamorig:Spine2', Weight: 0.000888 +Vertex 6076: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.172026 + Group: 'mixamorig:Spine', Weight: 0.671517 + Group: 'mixamorig:Spine1', Weight: 0.156457 +Vertex 6077: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.852537 + Group: 'mixamorig:Spine', Weight: 0.147463 +Vertex 6078: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.037683 + Group: 'mixamorig:Spine', Weight: 0.700170 + Group: 'mixamorig:Spine1', Weight: 0.259362 + Group: 'mixamorig:Spine2', Weight: 0.002785 +Vertex 6079: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.052765 + Group: 'mixamorig:Spine', Weight: 0.732364 + Group: 'mixamorig:Spine1', Weight: 0.214040 + Group: 'mixamorig:Spine2', Weight: 0.000831 +Vertex 6080: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.772416 + Group: 'mixamorig:Spine', Weight: 0.227584 +Vertex 6081: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.627915 + Group: 'mixamorig:Spine', Weight: 0.338441 + Group: 'mixamorig:Spine1', Weight: 0.033644 +Vertex 6082: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.041096 + Group: 'mixamorig:Spine', Weight: 0.701012 + Group: 'mixamorig:Spine1', Weight: 0.257163 + Group: 'mixamorig:Spine2', Weight: 0.000728 +Vertex 6083: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.110798 + Group: 'mixamorig:Spine', Weight: 0.616481 + Group: 'mixamorig:Spine1', Weight: 0.271373 + Group: 'mixamorig:Spine2', Weight: 0.001348 +Vertex 6084: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.152604 + Group: 'mixamorig:Spine', Weight: 0.583469 + Group: 'mixamorig:Spine1', Weight: 0.262594 + Group: 'mixamorig:Spine2', Weight: 0.001334 +Vertex 6085: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6086: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.943998 + Group: 'mixamorig:Spine', Weight: 0.056002 +Vertex 6087: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.890704 + Group: 'mixamorig:Spine', Weight: 0.109297 +Vertex 6088: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.925722 + Group: 'mixamorig:Spine', Weight: 0.074278 +Vertex 6089: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.839117 + Group: 'mixamorig:Spine', Weight: 0.160883 +Vertex 6090: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.738626 + Group: 'mixamorig:Spine', Weight: 0.261374 +Vertex 6091: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.785039 + Group: 'mixamorig:Spine', Weight: 0.214961 +Vertex 6092: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.666704 + Group: 'mixamorig:Spine', Weight: 0.321371 + Group: 'mixamorig:Spine1', Weight: 0.011925 +Vertex 6093: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.657602 + Group: 'mixamorig:Spine', Weight: 0.342398 +Vertex 6094: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.485789 + Group: 'mixamorig:Spine', Weight: 0.490431 + Group: 'mixamorig:Spine1', Weight: 0.023780 +Vertex 6095: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.550306 + Group: 'mixamorig:Spine', Weight: 0.431227 + Group: 'mixamorig:Spine1', Weight: 0.018456 + Group: 'mixamorig:Spine2', Weight: 0.000011 +Vertex 6096: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.681739 + Group: 'mixamorig:Spine', Weight: 0.297541 + Group: 'mixamorig:Spine1', Weight: 0.020720 +Vertex 6097: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.448484 + Group: 'mixamorig:Spine', Weight: 0.425033 + Group: 'mixamorig:Spine1', Weight: 0.126145 + Group: 'mixamorig:Spine2', Weight: 0.000339 +Vertex 6098: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.593634 + Group: 'mixamorig:Spine', Weight: 0.314148 + Group: 'mixamorig:Spine1', Weight: 0.091877 + Group: 'mixamorig:Spine2', Weight: 0.000340 +Vertex 6099: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6100: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6101: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.987872 + Group: 'mixamorig:Spine', Weight: 0.012128 +Vertex 6102: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998213 + Group: 'mixamorig:Spine', Weight: 0.001787 +Vertex 6103: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6104: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.969246 + Group: 'mixamorig:Spine', Weight: 0.030754 +Vertex 6105: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.952514 + Group: 'mixamorig:Spine', Weight: 0.047486 +Vertex 6106: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.915639 + Group: 'mixamorig:Spine', Weight: 0.084361 +Vertex 6107: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.905765 + Group: 'mixamorig:Spine', Weight: 0.094235 +Vertex 6108: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.913684 + Group: 'mixamorig:Spine', Weight: 0.086316 +Vertex 6109: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.890424 + Group: 'mixamorig:Spine', Weight: 0.109576 +Vertex 6110: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.907844 + Group: 'mixamorig:Spine', Weight: 0.092156 +Vertex 6111: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.899777 + Group: 'mixamorig:Spine', Weight: 0.100223 +Vertex 6112: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.987761 + Group: 'mixamorig:Spine', Weight: 0.012239 +Vertex 6113: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6114: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 6115: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.962211 + Group: 'mixamorig:RightUpLeg', Weight: 0.037789 +Vertex 6116: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.948775 + Group: 'mixamorig:RightUpLeg', Weight: 0.051225 +Vertex 6117: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.904143 + Group: 'mixamorig:RightUpLeg', Weight: 0.095857 +Vertex 6118: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967948 + Group: 'mixamorig:RightUpLeg', Weight: 0.032052 +Vertex 6119: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6120: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6121: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6122: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6123: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908598 + Group: 'mixamorig:RightUpLeg', Weight: 0.091402 +Vertex 6124: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.931620 + Group: 'mixamorig:RightUpLeg', Weight: 0.068380 +Vertex 6125: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.974708 + Group: 'mixamorig:RightUpLeg', Weight: 0.025292 +Vertex 6126: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.854416 + Group: 'mixamorig:RightUpLeg', Weight: 0.145584 +Vertex 6127: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.848421 + Group: 'mixamorig:RightUpLeg', Weight: 0.151579 +Vertex 6128: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.736902 + Group: 'mixamorig:RightUpLeg', Weight: 0.263098 +Vertex 6129: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.797312 + Group: 'mixamorig:RightUpLeg', Weight: 0.202688 +Vertex 6130: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.868535 + Group: 'mixamorig:RightUpLeg', Weight: 0.131465 +Vertex 6131: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923959 + Group: 'mixamorig:RightUpLeg', Weight: 0.076041 +Vertex 6132: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980622 + Group: 'mixamorig:RightUpLeg', Weight: 0.019378 +Vertex 6133: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.966003 + Group: 'mixamorig:RightUpLeg', Weight: 0.033997 +Vertex 6134: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.783141 + Group: 'mixamorig:RightUpLeg', Weight: 0.216859 +Vertex 6135: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6136: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923255 + Group: 'mixamorig:RightUpLeg', Weight: 0.076745 +Vertex 6137: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.833330 + Group: 'mixamorig:RightUpLeg', Weight: 0.166670 +Vertex 6138: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6139: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.962298 + Group: 'mixamorig:RightUpLeg', Weight: 0.037702 +Vertex 6140: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.991712 + Group: 'mixamorig:RightUpLeg', Weight: 0.008288 +Vertex 6141: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.969937 + Group: 'mixamorig:Spine', Weight: 0.030063 +Vertex 6142: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:Spine', Weight: 0.000000 +Vertex 6143: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.984714 + Group: 'mixamorig:RightUpLeg', Weight: 0.015286 +Vertex 6144: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6145: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.766285 + Group: 'mixamorig:Spine', Weight: 0.192953 + Group: 'mixamorig:Spine1', Weight: 0.040639 + Group: 'mixamorig:Spine2', Weight: 0.000123 +Vertex 6146: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.824273 + Group: 'mixamorig:Spine', Weight: 0.164146 + Group: 'mixamorig:Spine1', Weight: 0.011581 +Vertex 6147: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923283 + Group: 'mixamorig:Spine', Weight: 0.076717 +Vertex 6148: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 6149: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 6150: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6151: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998484 + Group: 'mixamorig:Spine', Weight: 0.001516 +Vertex 6152: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.985053 + Group: 'mixamorig:Spine', Weight: 0.014947 +Vertex 6153: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6154: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6155: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6156: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6157: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6158: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6159: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6160: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6161: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6162: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6163: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6164: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6165: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6166: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6167: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6168: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6169: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6170: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6171: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6172: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6173: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6174: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6175: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6176: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6177: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6178: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6179: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6180: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6181: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6182: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000049 + Group: 'mixamorig:RightLeg', Weight: 0.497554 + Group: 'mixamorig:RightFoot', Weight: 0.468645 + Group: 'mixamorig:RightToeBase', Weight: 0.033752 +Vertex 6183: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.179499 + Group: 'mixamorig:RightFoot', Weight: 0.789121 + Group: 'mixamorig:RightToeBase', Weight: 0.031380 +Vertex 6184: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.159603 + Group: 'mixamorig:RightFoot', Weight: 0.780012 + Group: 'mixamorig:RightToeBase', Weight: 0.060386 +Vertex 6185: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.205450 + Group: 'mixamorig:RightFoot', Weight: 0.743382 + Group: 'mixamorig:RightToeBase', Weight: 0.051168 +Vertex 6186: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.224256 + Group: 'mixamorig:RightFoot', Weight: 0.743745 + Group: 'mixamorig:RightToeBase', Weight: 0.031999 +Vertex 6187: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090926 + Group: 'mixamorig:RightFoot', Weight: 0.832699 + Group: 'mixamorig:RightToeBase', Weight: 0.076376 +Vertex 6188: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.112371 + Group: 'mixamorig:RightFoot', Weight: 0.853458 + Group: 'mixamorig:RightToeBase', Weight: 0.034170 +Vertex 6189: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.091287 + Group: 'mixamorig:RightFoot', Weight: 0.764909 + Group: 'mixamorig:RightToeBase', Weight: 0.143804 +Vertex 6190: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.178319 + Group: 'mixamorig:RightFoot', Weight: 0.723593 + Group: 'mixamorig:RightToeBase', Weight: 0.098087 +Vertex 6191: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000043 + Group: 'mixamorig:RightLeg', Weight: 0.412567 + Group: 'mixamorig:RightFoot', Weight: 0.530372 + Group: 'mixamorig:RightToeBase', Weight: 0.057018 +Vertex 6192: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.274024 + Group: 'mixamorig:RightFoot', Weight: 0.615433 + Group: 'mixamorig:RightToeBase', Weight: 0.110542 +Vertex 6193: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000045 + Group: 'mixamorig:RightLeg', Weight: 0.427303 + Group: 'mixamorig:RightFoot', Weight: 0.516226 + Group: 'mixamorig:RightToeBase', Weight: 0.056426 +Vertex 6194: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000016 + Group: 'mixamorig:RightLeg', Weight: 0.350080 + Group: 'mixamorig:RightFoot', Weight: 0.574081 + Group: 'mixamorig:RightToeBase', Weight: 0.075823 +Vertex 6195: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.078788 + Group: 'mixamorig:RightFoot', Weight: 0.733084 + Group: 'mixamorig:RightToeBase', Weight: 0.188128 +Vertex 6196: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.094807 + Group: 'mixamorig:RightFoot', Weight: 0.728788 + Group: 'mixamorig:RightToeBase', Weight: 0.176405 +Vertex 6197: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.132253 + Group: 'mixamorig:RightFoot', Weight: 0.726604 + Group: 'mixamorig:RightToeBase', Weight: 0.141143 +Vertex 6198: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.078058 + Group: 'mixamorig:RightFoot', Weight: 0.731418 + Group: 'mixamorig:RightToeBase', Weight: 0.190524 +Vertex 6199: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.082979 + Group: 'mixamorig:RightFoot', Weight: 0.794186 + Group: 'mixamorig:RightToeBase', Weight: 0.122835 +Vertex 6200: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.101460 + Group: 'mixamorig:RightFoot', Weight: 0.818283 + Group: 'mixamorig:RightToeBase', Weight: 0.080257 +Vertex 6201: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.081191 + Group: 'mixamorig:RightFoot', Weight: 0.863929 + Group: 'mixamorig:RightToeBase', Weight: 0.054880 +Vertex 6202: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.139905 + Group: 'mixamorig:RightFoot', Weight: 0.820333 + Group: 'mixamorig:RightToeBase', Weight: 0.039762 +Vertex 6203: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.119727 + Group: 'mixamorig:RightFoot', Weight: 0.862068 + Group: 'mixamorig:RightToeBase', Weight: 0.018205 +Vertex 6204: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.183500 + Group: 'mixamorig:RightFoot', Weight: 0.797200 + Group: 'mixamorig:RightToeBase', Weight: 0.019300 +Vertex 6205: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.198105 + Group: 'mixamorig:RightFoot', Weight: 0.781516 + Group: 'mixamorig:RightToeBase', Weight: 0.020379 +Vertex 6206: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.157301 + Group: 'mixamorig:RightFoot', Weight: 0.806338 + Group: 'mixamorig:RightToeBase', Weight: 0.036361 +Vertex 6207: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.195213 + Group: 'mixamorig:LeftFoot', Weight: 0.788689 + Group: 'mixamorig:LeftToeBase', Weight: 0.016098 +Vertex 6208: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.165656 + Group: 'mixamorig:LeftFoot', Weight: 0.805139 + Group: 'mixamorig:LeftToeBase', Weight: 0.029205 +Vertex 6209: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.158069 + Group: 'mixamorig:LeftFoot', Weight: 0.824811 + Group: 'mixamorig:LeftToeBase', Weight: 0.017120 +Vertex 6210: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.130418 + Group: 'mixamorig:LeftFoot', Weight: 0.834123 + Group: 'mixamorig:LeftToeBase', Weight: 0.035459 +Vertex 6211: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.081668 + Group: 'mixamorig:LeftFoot', Weight: 0.878520 + Group: 'mixamorig:LeftToeBase', Weight: 0.039812 +Vertex 6212: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.105729 + Group: 'mixamorig:LeftFoot', Weight: 0.876766 + Group: 'mixamorig:LeftToeBase', Weight: 0.017504 +Vertex 6213: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.084046 + Group: 'mixamorig:LeftFoot', Weight: 0.814109 + Group: 'mixamorig:LeftToeBase', Weight: 0.101845 +Vertex 6214: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.131811 + Group: 'mixamorig:LeftFoot', Weight: 0.798752 + Group: 'mixamorig:LeftToeBase', Weight: 0.069437 +Vertex 6215: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.144586 + Group: 'mixamorig:LeftFoot', Weight: 0.716437 + Group: 'mixamorig:LeftToeBase', Weight: 0.138977 +Vertex 6216: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.132637 + Group: 'mixamorig:LeftFoot', Weight: 0.776511 + Group: 'mixamorig:LeftToeBase', Weight: 0.090852 +Vertex 6217: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.141949 + Group: 'mixamorig:LeftFoot', Weight: 0.760975 + Group: 'mixamorig:LeftToeBase', Weight: 0.097076 +Vertex 6218: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.096977 + Group: 'mixamorig:LeftFoot', Weight: 0.734847 + Group: 'mixamorig:LeftToeBase', Weight: 0.168176 +Vertex 6219: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.081151 + Group: 'mixamorig:LeftFoot', Weight: 0.759456 + Group: 'mixamorig:LeftToeBase', Weight: 0.159393 +Vertex 6220: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.099912 + Group: 'mixamorig:LeftFoot', Weight: 0.768618 + Group: 'mixamorig:LeftToeBase', Weight: 0.131470 +Vertex 6221: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.082029 + Group: 'mixamorig:LeftFoot', Weight: 0.855890 + Group: 'mixamorig:LeftToeBase', Weight: 0.062081 +Vertex 6222: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.140010 + Group: 'mixamorig:LeftFoot', Weight: 0.817051 + Group: 'mixamorig:LeftToeBase', Weight: 0.042939 +Vertex 6223: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.105847 + Group: 'mixamorig:LeftFoot', Weight: 0.872831 + Group: 'mixamorig:LeftToeBase', Weight: 0.021323 +Vertex 6224: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.167057 + Group: 'mixamorig:LeftFoot', Weight: 0.811211 + Group: 'mixamorig:LeftToeBase', Weight: 0.021732 +Vertex 6225: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.132851 + Group: 'mixamorig:LeftFoot', Weight: 0.811987 + Group: 'mixamorig:LeftToeBase', Weight: 0.055162 +Vertex 6226: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.274243 + Group: 'mixamorig:LeftFoot', Weight: 0.654389 + Group: 'mixamorig:LeftToeBase', Weight: 0.071368 +Vertex 6227: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.233725 + Group: 'mixamorig:LeftFoot', Weight: 0.659366 + Group: 'mixamorig:LeftToeBase', Weight: 0.106909 +Vertex 6228: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.133734 + Group: 'mixamorig:LeftFoot', Weight: 0.806574 + Group: 'mixamorig:LeftToeBase', Weight: 0.059692 +Vertex 6229: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.151467 + Group: 'mixamorig:LeftFoot', Weight: 0.810278 + Group: 'mixamorig:LeftToeBase', Weight: 0.038255 +Vertex 6230: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.182129 + Group: 'mixamorig:LeftFoot', Weight: 0.796029 + Group: 'mixamorig:LeftToeBase', Weight: 0.021842 +=== Mesh Object: Bottoms === +===Vertices: 1525 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +Vertex 1359: +Vertex 1360: +Vertex 1361: +Vertex 1362: +Vertex 1363: +Vertex 1364: +Vertex 1365: +Vertex 1366: +Vertex 1367: +Vertex 1368: +Vertex 1369: +Vertex 1370: +Vertex 1371: +Vertex 1372: +Vertex 1373: +Vertex 1374: +Vertex 1375: +Vertex 1376: +Vertex 1377: +Vertex 1378: +Vertex 1379: +Vertex 1380: +Vertex 1381: +Vertex 1382: +Vertex 1383: +Vertex 1384: +Vertex 1385: +Vertex 1386: +Vertex 1387: +Vertex 1388: +Vertex 1389: +Vertex 1390: +Vertex 1391: +Vertex 1392: +Vertex 1393: +Vertex 1394: +Vertex 1395: +Vertex 1396: +Vertex 1397: +Vertex 1398: +Vertex 1399: +Vertex 1400: +Vertex 1401: +Vertex 1402: +Vertex 1403: +Vertex 1404: +Vertex 1405: +Vertex 1406: +Vertex 1407: +Vertex 1408: +Vertex 1409: +Vertex 1410: +Vertex 1411: +Vertex 1412: +Vertex 1413: +Vertex 1414: +Vertex 1415: +Vertex 1416: +Vertex 1417: +Vertex 1418: +Vertex 1419: +Vertex 1420: +Vertex 1421: +Vertex 1422: +Vertex 1423: +Vertex 1424: +Vertex 1425: +Vertex 1426: +Vertex 1427: +Vertex 1428: +Vertex 1429: +Vertex 1430: +Vertex 1431: +Vertex 1432: +Vertex 1433: +Vertex 1434: +Vertex 1435: +Vertex 1436: +Vertex 1437: +Vertex 1438: +Vertex 1439: +Vertex 1440: +Vertex 1441: +Vertex 1442: +Vertex 1443: +Vertex 1444: +Vertex 1445: +Vertex 1446: +Vertex 1447: +Vertex 1448: +Vertex 1449: +Vertex 1450: +Vertex 1451: +Vertex 1452: +Vertex 1453: +Vertex 1454: +Vertex 1455: +Vertex 1456: +Vertex 1457: +Vertex 1458: +Vertex 1459: +Vertex 1460: +Vertex 1461: +Vertex 1462: +Vertex 1463: +Vertex 1464: +Vertex 1465: +Vertex 1466: +Vertex 1467: +Vertex 1468: +Vertex 1469: +Vertex 1470: +Vertex 1471: +Vertex 1472: +Vertex 1473: +Vertex 1474: +Vertex 1475: +Vertex 1476: +Vertex 1477: +Vertex 1478: +Vertex 1479: +Vertex 1480: +Vertex 1481: +Vertex 1482: +Vertex 1483: +Vertex 1484: +Vertex 1485: +Vertex 1486: +Vertex 1487: +Vertex 1488: +Vertex 1489: +Vertex 1490: +Vertex 1491: +Vertex 1492: +Vertex 1493: +Vertex 1494: +Vertex 1495: +Vertex 1496: +Vertex 1497: +Vertex 1498: +Vertex 1499: +Vertex 1500: +Vertex 1501: +Vertex 1502: +Vertex 1503: +Vertex 1504: +Vertex 1505: +Vertex 1506: +Vertex 1507: +Vertex 1508: +Vertex 1509: +Vertex 1510: +Vertex 1511: +Vertex 1512: +Vertex 1513: +Vertex 1514: +Vertex 1515: +Vertex 1516: +Vertex 1517: +Vertex 1518: +Vertex 1519: +Vertex 1520: +Vertex 1521: +Vertex 1522: +Vertex 1523: +Vertex 1524: +===UV Coordinates: +Face count: 2978 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +Face 2690 +UV Count: 3 + UV + UV + UV +Face 2691 +UV Count: 3 + UV + UV + UV +Face 2692 +UV Count: 3 + UV + UV + UV +Face 2693 +UV Count: 3 + UV + UV + UV +Face 2694 +UV Count: 3 + UV + UV + UV +Face 2695 +UV Count: 3 + UV + UV + UV +Face 2696 +UV Count: 3 + UV + UV + UV +Face 2697 +UV Count: 3 + UV + UV + UV +Face 2698 +UV Count: 3 + UV + UV + UV +Face 2699 +UV Count: 3 + UV + UV + UV +Face 2700 +UV Count: 3 + UV + UV + UV +Face 2701 +UV Count: 3 + UV + UV + UV +Face 2702 +UV Count: 3 + UV + UV + UV +Face 2703 +UV Count: 3 + UV + UV + UV +Face 2704 +UV Count: 3 + UV + UV + UV +Face 2705 +UV Count: 3 + UV + UV + UV +Face 2706 +UV Count: 3 + UV + UV + UV +Face 2707 +UV Count: 3 + UV + UV + UV +Face 2708 +UV Count: 3 + UV + UV + UV +Face 2709 +UV Count: 3 + UV + UV + UV +Face 2710 +UV Count: 3 + UV + UV + UV +Face 2711 +UV Count: 3 + UV + UV + UV +Face 2712 +UV Count: 3 + UV + UV + UV +Face 2713 +UV Count: 3 + UV + UV + UV +Face 2714 +UV Count: 3 + UV + UV + UV +Face 2715 +UV Count: 3 + UV + UV + UV +Face 2716 +UV Count: 3 + UV + UV + UV +Face 2717 +UV Count: 3 + UV + UV + UV +Face 2718 +UV Count: 3 + UV + UV + UV +Face 2719 +UV Count: 3 + UV + UV + UV +Face 2720 +UV Count: 3 + UV + UV + UV +Face 2721 +UV Count: 3 + UV + UV + UV +Face 2722 +UV Count: 3 + UV + UV + UV +Face 2723 +UV Count: 3 + UV + UV + UV +Face 2724 +UV Count: 3 + UV + UV + UV +Face 2725 +UV Count: 3 + UV + UV + UV +Face 2726 +UV Count: 3 + UV + UV + UV +Face 2727 +UV Count: 3 + UV + UV + UV +Face 2728 +UV Count: 3 + UV + UV + UV +Face 2729 +UV Count: 3 + UV + UV + UV +Face 2730 +UV Count: 3 + UV + UV + UV +Face 2731 +UV Count: 3 + UV + UV + UV +Face 2732 +UV Count: 3 + UV + UV + UV +Face 2733 +UV Count: 3 + UV + UV + UV +Face 2734 +UV Count: 3 + UV + UV + UV +Face 2735 +UV Count: 3 + UV + UV + UV +Face 2736 +UV Count: 3 + UV + UV + UV +Face 2737 +UV Count: 3 + UV + UV + UV +Face 2738 +UV Count: 3 + UV + UV + UV +Face 2739 +UV Count: 3 + UV + UV + UV +Face 2740 +UV Count: 3 + UV + UV + UV +Face 2741 +UV Count: 3 + UV + UV + UV +Face 2742 +UV Count: 3 + UV + UV + UV +Face 2743 +UV Count: 3 + UV + UV + UV +Face 2744 +UV Count: 3 + UV + UV + UV +Face 2745 +UV Count: 3 + UV + UV + UV +Face 2746 +UV Count: 3 + UV + UV + UV +Face 2747 +UV Count: 3 + UV + UV + UV +Face 2748 +UV Count: 3 + UV + UV + UV +Face 2749 +UV Count: 3 + UV + UV + UV +Face 2750 +UV Count: 3 + UV + UV + UV +Face 2751 +UV Count: 3 + UV + UV + UV +Face 2752 +UV Count: 3 + UV + UV + UV +Face 2753 +UV Count: 3 + UV + UV + UV +Face 2754 +UV Count: 3 + UV + UV + UV +Face 2755 +UV Count: 3 + UV + UV + UV +Face 2756 +UV Count: 3 + UV + UV + UV +Face 2757 +UV Count: 3 + UV + UV + UV +Face 2758 +UV Count: 3 + UV + UV + UV +Face 2759 +UV Count: 3 + UV + UV + UV +Face 2760 +UV Count: 3 + UV + UV + UV +Face 2761 +UV Count: 3 + UV + UV + UV +Face 2762 +UV Count: 3 + UV + UV + UV +Face 2763 +UV Count: 3 + UV + UV + UV +Face 2764 +UV Count: 3 + UV + UV + UV +Face 2765 +UV Count: 3 + UV + UV + UV +Face 2766 +UV Count: 3 + UV + UV + UV +Face 2767 +UV Count: 3 + UV + UV + UV +Face 2768 +UV Count: 3 + UV + UV + UV +Face 2769 +UV Count: 3 + UV + UV + UV +Face 2770 +UV Count: 3 + UV + UV + UV +Face 2771 +UV Count: 3 + UV + UV + UV +Face 2772 +UV Count: 3 + UV + UV + UV +Face 2773 +UV Count: 3 + UV + UV + UV +Face 2774 +UV Count: 3 + UV + UV + UV +Face 2775 +UV Count: 3 + UV + UV + UV +Face 2776 +UV Count: 3 + UV + UV + UV +Face 2777 +UV Count: 3 + UV + UV + UV +Face 2778 +UV Count: 3 + UV + UV + UV +Face 2779 +UV Count: 3 + UV + UV + UV +Face 2780 +UV Count: 3 + UV + UV + UV +Face 2781 +UV Count: 3 + UV + UV + UV +Face 2782 +UV Count: 3 + UV + UV + UV +Face 2783 +UV Count: 3 + UV + UV + UV +Face 2784 +UV Count: 3 + UV + UV + UV +Face 2785 +UV Count: 3 + UV + UV + UV +Face 2786 +UV Count: 3 + UV + UV + UV +Face 2787 +UV Count: 3 + UV + UV + UV +Face 2788 +UV Count: 3 + UV + UV + UV +Face 2789 +UV Count: 3 + UV + UV + UV +Face 2790 +UV Count: 3 + UV + UV + UV +Face 2791 +UV Count: 3 + UV + UV + UV +Face 2792 +UV Count: 3 + UV + UV + UV +Face 2793 +UV Count: 3 + UV + UV + UV +Face 2794 +UV Count: 3 + UV + UV + UV +Face 2795 +UV Count: 3 + UV + UV + UV +Face 2796 +UV Count: 3 + UV + UV + UV +Face 2797 +UV Count: 3 + UV + UV + UV +Face 2798 +UV Count: 3 + UV + UV + UV +Face 2799 +UV Count: 3 + UV + UV + UV +Face 2800 +UV Count: 3 + UV + UV + UV +Face 2801 +UV Count: 3 + UV + UV + UV +Face 2802 +UV Count: 3 + UV + UV + UV +Face 2803 +UV Count: 3 + UV + UV + UV +Face 2804 +UV Count: 3 + UV + UV + UV +Face 2805 +UV Count: 3 + UV + UV + UV +Face 2806 +UV Count: 3 + UV + UV + UV +Face 2807 +UV Count: 3 + UV + UV + UV +Face 2808 +UV Count: 3 + UV + UV + UV +Face 2809 +UV Count: 3 + UV + UV + UV +Face 2810 +UV Count: 3 + UV + UV + UV +Face 2811 +UV Count: 3 + UV + UV + UV +Face 2812 +UV Count: 3 + UV + UV + UV +Face 2813 +UV Count: 3 + UV + UV + UV +Face 2814 +UV Count: 3 + UV + UV + UV +Face 2815 +UV Count: 3 + UV + UV + UV +Face 2816 +UV Count: 3 + UV + UV + UV +Face 2817 +UV Count: 3 + UV + UV + UV +Face 2818 +UV Count: 3 + UV + UV + UV +Face 2819 +UV Count: 3 + UV + UV + UV +Face 2820 +UV Count: 3 + UV + UV + UV +Face 2821 +UV Count: 3 + UV + UV + UV +Face 2822 +UV Count: 3 + UV + UV + UV +Face 2823 +UV Count: 3 + UV + UV + UV +Face 2824 +UV Count: 3 + UV + UV + UV +Face 2825 +UV Count: 3 + UV + UV + UV +Face 2826 +UV Count: 3 + UV + UV + UV +Face 2827 +UV Count: 3 + UV + UV + UV +Face 2828 +UV Count: 3 + UV + UV + UV +Face 2829 +UV Count: 3 + UV + UV + UV +Face 2830 +UV Count: 3 + UV + UV + UV +Face 2831 +UV Count: 3 + UV + UV + UV +Face 2832 +UV Count: 3 + UV + UV + UV +Face 2833 +UV Count: 3 + UV + UV + UV +Face 2834 +UV Count: 3 + UV + UV + UV +Face 2835 +UV Count: 3 + UV + UV + UV +Face 2836 +UV Count: 3 + UV + UV + UV +Face 2837 +UV Count: 3 + UV + UV + UV +Face 2838 +UV Count: 3 + UV + UV + UV +Face 2839 +UV Count: 3 + UV + UV + UV +Face 2840 +UV Count: 3 + UV + UV + UV +Face 2841 +UV Count: 3 + UV + UV + UV +Face 2842 +UV Count: 3 + UV + UV + UV +Face 2843 +UV Count: 3 + UV + UV + UV +Face 2844 +UV Count: 3 + UV + UV + UV +Face 2845 +UV Count: 3 + UV + UV + UV +Face 2846 +UV Count: 3 + UV + UV + UV +Face 2847 +UV Count: 3 + UV + UV + UV +Face 2848 +UV Count: 3 + UV + UV + UV +Face 2849 +UV Count: 3 + UV + UV + UV +Face 2850 +UV Count: 3 + UV + UV + UV +Face 2851 +UV Count: 3 + UV + UV + UV +Face 2852 +UV Count: 3 + UV + UV + UV +Face 2853 +UV Count: 3 + UV + UV + UV +Face 2854 +UV Count: 3 + UV + UV + UV +Face 2855 +UV Count: 3 + UV + UV + UV +Face 2856 +UV Count: 3 + UV + UV + UV +Face 2857 +UV Count: 3 + UV + UV + UV +Face 2858 +UV Count: 3 + UV + UV + UV +Face 2859 +UV Count: 3 + UV + UV + UV +Face 2860 +UV Count: 3 + UV + UV + UV +Face 2861 +UV Count: 3 + UV + UV + UV +Face 2862 +UV Count: 3 + UV + UV + UV +Face 2863 +UV Count: 3 + UV + UV + UV +Face 2864 +UV Count: 3 + UV + UV + UV +Face 2865 +UV Count: 3 + UV + UV + UV +Face 2866 +UV Count: 3 + UV + UV + UV +Face 2867 +UV Count: 3 + UV + UV + UV +Face 2868 +UV Count: 3 + UV + UV + UV +Face 2869 +UV Count: 3 + UV + UV + UV +Face 2870 +UV Count: 3 + UV + UV + UV +Face 2871 +UV Count: 3 + UV + UV + UV +Face 2872 +UV Count: 3 + UV + UV + UV +Face 2873 +UV Count: 3 + UV + UV + UV +Face 2874 +UV Count: 3 + UV + UV + UV +Face 2875 +UV Count: 3 + UV + UV + UV +Face 2876 +UV Count: 3 + UV + UV + UV +Face 2877 +UV Count: 3 + UV + UV + UV +Face 2878 +UV Count: 3 + UV + UV + UV +Face 2879 +UV Count: 3 + UV + UV + UV +Face 2880 +UV Count: 3 + UV + UV + UV +Face 2881 +UV Count: 3 + UV + UV + UV +Face 2882 +UV Count: 3 + UV + UV + UV +Face 2883 +UV Count: 3 + UV + UV + UV +Face 2884 +UV Count: 3 + UV + UV + UV +Face 2885 +UV Count: 3 + UV + UV + UV +Face 2886 +UV Count: 3 + UV + UV + UV +Face 2887 +UV Count: 3 + UV + UV + UV +Face 2888 +UV Count: 3 + UV + UV + UV +Face 2889 +UV Count: 3 + UV + UV + UV +Face 2890 +UV Count: 3 + UV + UV + UV +Face 2891 +UV Count: 3 + UV + UV + UV +Face 2892 +UV Count: 3 + UV + UV + UV +Face 2893 +UV Count: 3 + UV + UV + UV +Face 2894 +UV Count: 3 + UV + UV + UV +Face 2895 +UV Count: 3 + UV + UV + UV +Face 2896 +UV Count: 3 + UV + UV + UV +Face 2897 +UV Count: 3 + UV + UV + UV +Face 2898 +UV Count: 3 + UV + UV + UV +Face 2899 +UV Count: 3 + UV + UV + UV +Face 2900 +UV Count: 3 + UV + UV + UV +Face 2901 +UV Count: 3 + UV + UV + UV +Face 2902 +UV Count: 3 + UV + UV + UV +Face 2903 +UV Count: 3 + UV + UV + UV +Face 2904 +UV Count: 3 + UV + UV + UV +Face 2905 +UV Count: 3 + UV + UV + UV +Face 2906 +UV Count: 3 + UV + UV + UV +Face 2907 +UV Count: 3 + UV + UV + UV +Face 2908 +UV Count: 3 + UV + UV + UV +Face 2909 +UV Count: 3 + UV + UV + UV +Face 2910 +UV Count: 3 + UV + UV + UV +Face 2911 +UV Count: 3 + UV + UV + UV +Face 2912 +UV Count: 3 + UV + UV + UV +Face 2913 +UV Count: 3 + UV + UV + UV +Face 2914 +UV Count: 3 + UV + UV + UV +Face 2915 +UV Count: 3 + UV + UV + UV +Face 2916 +UV Count: 3 + UV + UV + UV +Face 2917 +UV Count: 3 + UV + UV + UV +Face 2918 +UV Count: 3 + UV + UV + UV +Face 2919 +UV Count: 3 + UV + UV + UV +Face 2920 +UV Count: 3 + UV + UV + UV +Face 2921 +UV Count: 3 + UV + UV + UV +Face 2922 +UV Count: 3 + UV + UV + UV +Face 2923 +UV Count: 3 + UV + UV + UV +Face 2924 +UV Count: 3 + UV + UV + UV +Face 2925 +UV Count: 3 + UV + UV + UV +Face 2926 +UV Count: 3 + UV + UV + UV +Face 2927 +UV Count: 3 + UV + UV + UV +Face 2928 +UV Count: 3 + UV + UV + UV +Face 2929 +UV Count: 3 + UV + UV + UV +Face 2930 +UV Count: 3 + UV + UV + UV +Face 2931 +UV Count: 3 + UV + UV + UV +Face 2932 +UV Count: 3 + UV + UV + UV +Face 2933 +UV Count: 3 + UV + UV + UV +Face 2934 +UV Count: 3 + UV + UV + UV +Face 2935 +UV Count: 3 + UV + UV + UV +Face 2936 +UV Count: 3 + UV + UV + UV +Face 2937 +UV Count: 3 + UV + UV + UV +Face 2938 +UV Count: 3 + UV + UV + UV +Face 2939 +UV Count: 3 + UV + UV + UV +Face 2940 +UV Count: 3 + UV + UV + UV +Face 2941 +UV Count: 3 + UV + UV + UV +Face 2942 +UV Count: 3 + UV + UV + UV +Face 2943 +UV Count: 3 + UV + UV + UV +Face 2944 +UV Count: 3 + UV + UV + UV +Face 2945 +UV Count: 3 + UV + UV + UV +Face 2946 +UV Count: 3 + UV + UV + UV +Face 2947 +UV Count: 3 + UV + UV + UV +Face 2948 +UV Count: 3 + UV + UV + UV +Face 2949 +UV Count: 3 + UV + UV + UV +Face 2950 +UV Count: 3 + UV + UV + UV +Face 2951 +UV Count: 3 + UV + UV + UV +Face 2952 +UV Count: 3 + UV + UV + UV +Face 2953 +UV Count: 3 + UV + UV + UV +Face 2954 +UV Count: 3 + UV + UV + UV +Face 2955 +UV Count: 3 + UV + UV + UV +Face 2956 +UV Count: 3 + UV + UV + UV +Face 2957 +UV Count: 3 + UV + UV + UV +Face 2958 +UV Count: 3 + UV + UV + UV +Face 2959 +UV Count: 3 + UV + UV + UV +Face 2960 +UV Count: 3 + UV + UV + UV +Face 2961 +UV Count: 3 + UV + UV + UV +Face 2962 +UV Count: 3 + UV + UV + UV +Face 2963 +UV Count: 3 + UV + UV + UV +Face 2964 +UV Count: 3 + UV + UV + UV +Face 2965 +UV Count: 3 + UV + UV + UV +Face 2966 +UV Count: 3 + UV + UV + UV +Face 2967 +UV Count: 3 + UV + UV + UV +Face 2968 +UV Count: 3 + UV + UV + UV +Face 2969 +UV Count: 3 + UV + UV + UV +Face 2970 +UV Count: 3 + UV + UV + UV +Face 2971 +UV Count: 3 + UV + UV + UV +Face 2972 +UV Count: 3 + UV + UV + UV +Face 2973 +UV Count: 3 + UV + UV + UV +Face 2974 +UV Count: 3 + UV + UV + UV +Face 2975 +UV Count: 3 + UV + UV + UV +Face 2976 +UV Count: 3 + UV + UV + UV +Face 2977 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +Vertex 1359: Normal +Vertex 1360: Normal +Vertex 1361: Normal +Vertex 1362: Normal +Vertex 1363: Normal +Vertex 1364: Normal +Vertex 1365: Normal +Vertex 1366: Normal +Vertex 1367: Normal +Vertex 1368: Normal +Vertex 1369: Normal +Vertex 1370: Normal +Vertex 1371: Normal +Vertex 1372: Normal +Vertex 1373: Normal +Vertex 1374: Normal +Vertex 1375: Normal +Vertex 1376: Normal +Vertex 1377: Normal +Vertex 1378: Normal +Vertex 1379: Normal +Vertex 1380: Normal +Vertex 1381: Normal +Vertex 1382: Normal +Vertex 1383: Normal +Vertex 1384: Normal +Vertex 1385: Normal +Vertex 1386: Normal +Vertex 1387: Normal +Vertex 1388: Normal +Vertex 1389: Normal +Vertex 1390: Normal +Vertex 1391: Normal +Vertex 1392: Normal +Vertex 1393: Normal +Vertex 1394: Normal +Vertex 1395: Normal +Vertex 1396: Normal +Vertex 1397: Normal +Vertex 1398: Normal +Vertex 1399: Normal +Vertex 1400: Normal +Vertex 1401: Normal +Vertex 1402: Normal +Vertex 1403: Normal +Vertex 1404: Normal +Vertex 1405: Normal +Vertex 1406: Normal +Vertex 1407: Normal +Vertex 1408: Normal +Vertex 1409: Normal +Vertex 1410: Normal +Vertex 1411: Normal +Vertex 1412: Normal +Vertex 1413: Normal +Vertex 1414: Normal +Vertex 1415: Normal +Vertex 1416: Normal +Vertex 1417: Normal +Vertex 1418: Normal +Vertex 1419: Normal +Vertex 1420: Normal +Vertex 1421: Normal +Vertex 1422: Normal +Vertex 1423: Normal +Vertex 1424: Normal +Vertex 1425: Normal +Vertex 1426: Normal +Vertex 1427: Normal +Vertex 1428: Normal +Vertex 1429: Normal +Vertex 1430: Normal +Vertex 1431: Normal +Vertex 1432: Normal +Vertex 1433: Normal +Vertex 1434: Normal +Vertex 1435: Normal +Vertex 1436: Normal +Vertex 1437: Normal +Vertex 1438: Normal +Vertex 1439: Normal +Vertex 1440: Normal +Vertex 1441: Normal +Vertex 1442: Normal +Vertex 1443: Normal +Vertex 1444: Normal +Vertex 1445: Normal +Vertex 1446: Normal +Vertex 1447: Normal +Vertex 1448: Normal +Vertex 1449: Normal +Vertex 1450: Normal +Vertex 1451: Normal +Vertex 1452: Normal +Vertex 1453: Normal +Vertex 1454: Normal +Vertex 1455: Normal +Vertex 1456: Normal +Vertex 1457: Normal +Vertex 1458: Normal +Vertex 1459: Normal +Vertex 1460: Normal +Vertex 1461: Normal +Vertex 1462: Normal +Vertex 1463: Normal +Vertex 1464: Normal +Vertex 1465: Normal +Vertex 1466: Normal +Vertex 1467: Normal +Vertex 1468: Normal +Vertex 1469: Normal +Vertex 1470: Normal +Vertex 1471: Normal +Vertex 1472: Normal +Vertex 1473: Normal +Vertex 1474: Normal +Vertex 1475: Normal +Vertex 1476: Normal +Vertex 1477: Normal +Vertex 1478: Normal +Vertex 1479: Normal +Vertex 1480: Normal +Vertex 1481: Normal +Vertex 1482: Normal +Vertex 1483: Normal +Vertex 1484: Normal +Vertex 1485: Normal +Vertex 1486: Normal +Vertex 1487: Normal +Vertex 1488: Normal +Vertex 1489: Normal +Vertex 1490: Normal +Vertex 1491: Normal +Vertex 1492: Normal +Vertex 1493: Normal +Vertex 1494: Normal +Vertex 1495: Normal +Vertex 1496: Normal +Vertex 1497: Normal +Vertex 1498: Normal +Vertex 1499: Normal +Vertex 1500: Normal +Vertex 1501: Normal +Vertex 1502: Normal +Vertex 1503: Normal +Vertex 1504: Normal +Vertex 1505: Normal +Vertex 1506: Normal +Vertex 1507: Normal +Vertex 1508: Normal +Vertex 1509: Normal +Vertex 1510: Normal +Vertex 1511: Normal +Vertex 1512: Normal +Vertex 1513: Normal +Vertex 1514: Normal +Vertex 1515: Normal +Vertex 1516: Normal +Vertex 1517: Normal +Vertex 1518: Normal +Vertex 1519: Normal +Vertex 1520: Normal +Vertex 1521: Normal +Vertex 1522: Normal +Vertex 1523: Normal +Vertex 1524: Normal +===Triangles: 2978 +Triangle: [0, 2, 3] +Triangle: [4, 6, 7] +Triangle: [8, 10, 11] +Triangle: [13, 14, 12] +Triangle: [14, 8, 15] +Triangle: [14, 16, 12] +Triangle: [15, 16, 14] +Triangle: [4, 11, 17] +Triangle: [17, 10, 18] +Triangle: [11, 10, 17] +Triangle: [10, 13, 18] +Triangle: [19, 17, 18] +Triangle: [20, 15, 8] +Triangle: [11, 20, 8] +Triangle: [5, 22, 6] +Triangle: [21, 24, 22] +Triangle: [24, 25, 26] +Triangle: [26, 27, 28] +Triangle: [27, 30, 28] +Triangle: [30, 31, 32] +Triangle: [32, 33, 34] +Triangle: [34, 35, 36] +Triangle: [35, 38, 36] +Triangle: [37, 40, 38] +Triangle: [39, 41, 40] +Triangle: [43, 44, 42] +Triangle: [41, 3, 43] +Triangle: [42, 41, 43] +Triangle: [38, 42, 45] +Triangle: [36, 45, 46] +Triangle: [34, 46, 47] +Triangle: [32, 47, 48] +Triangle: [49, 32, 48] +Triangle: [50, 30, 49] +Triangle: [51, 28, 50] +Triangle: [52, 26, 51] +Triangle: [53, 24, 52] +Triangle: [7, 54, 20] +Triangle: [6, 53, 54] +Triangle: [16, 20, 55] +Triangle: [56, 16, 55] +Triangle: [13, 12, 56] +Triangle: [18, 56, 19] +Triangle: [20, 57, 55] +Triangle: [54, 58, 57] +Triangle: [53, 59, 58] +Triangle: [59, 51, 60] +Triangle: [51, 61, 60] +Triangle: [50, 62, 61] +Triangle: [49, 63, 62] +Triangle: [48, 64, 63] +Triangle: [47, 65, 64] +Triangle: [65, 45, 66] +Triangle: [42, 66, 45] +Triangle: [3, 67, 44] +Triangle: [0, 68, 1] +Triangle: [67, 1, 68] +Triangle: [39, 69, 68] +Triangle: [67, 69, 70] +Triangle: [70, 44, 67] +Triangle: [37, 71, 69] +Triangle: [70, 71, 72] +Triangle: [72, 66, 70] +Triangle: [71, 33, 73] +Triangle: [74, 71, 73] +Triangle: [64, 72, 74] +Triangle: [73, 31, 75] +Triangle: [76, 73, 75] +Triangle: [63, 74, 76] +Triangle: [75, 29, 77] +Triangle: [78, 75, 77] +Triangle: [62, 76, 78] +Triangle: [77, 27, 79] +Triangle: [78, 79, 80] +Triangle: [80, 62, 78] +Triangle: [79, 25, 81] +Triangle: [82, 79, 81] +Triangle: [60, 80, 82] +Triangle: [81, 23, 83] +Triangle: [84, 81, 83] +Triangle: [59, 82, 84] +Triangle: [85, 23, 21] +Triangle: [86, 83, 85] +Triangle: [58, 84, 86] +Triangle: [4, 87, 5] +Triangle: [19, 88, 87] +Triangle: [21, 87, 85] +Triangle: [88, 85, 87] +Triangle: [88, 55, 57] +Triangle: [88, 58, 86] +Triangle: [90, 92, 89] +Triangle: [93, 91, 94] +Triangle: [91, 93, 92] +Triangle: [92, 95, 96] +Triangle: [90, 97, 98] +Triangle: [97, 90, 89] +Triangle: [100, 89, 99] +Triangle: [92, 99, 89] +Triangle: [96, 100, 99] +Triangle: [93, 98, 97] +Triangle: [98, 91, 90] +Triangle: [97, 102, 101] +Triangle: [102, 95, 103] +Triangle: [103, 93, 104] +Triangle: [93, 101, 104] +Triangle: [105, 102, 103] +Triangle: [105, 103, 104] +Triangle: [105, 104, 101] +Triangle: [105, 101, 102] +Triangle: [107, 109, 106] +Triangle: [111, 107, 110] +Triangle: [106, 113, 112] +Triangle: [113, 108, 111] +Triangle: [107, 112, 110] +Triangle: [114, 111, 115] +Triangle: [116, 115, 117] +Triangle: [118, 117, 119] +Triangle: [118, 121, 120] +Triangle: [120, 123, 122] +Triangle: [125, 127, 124] +Triangle: [115, 110, 128] +Triangle: [110, 129, 128] +Triangle: [112, 114, 129] +Triangle: [117, 128, 130] +Triangle: [119, 130, 131] +Triangle: [121, 131, 132] +Triangle: [125, 133, 126] +Triangle: [123, 132, 133] +Triangle: [122, 125, 134] +Triangle: [134, 124, 135] +Triangle: [135, 137, 136] +Triangle: [136, 139, 138] +Triangle: [138, 141, 140] +Triangle: [140, 143, 142] +Triangle: [142, 145, 144] +Triangle: [144, 147, 146] +Triangle: [146, 149, 148] +Triangle: [148, 151, 150] +Triangle: [150, 153, 152] +Triangle: [152, 155, 154] +Triangle: [154, 157, 156] +Triangle: [156, 159, 158] +Triangle: [158, 161, 160] +Triangle: [162, 161, 163] +Triangle: [164, 163, 165] +Triangle: [166, 165, 167] +Triangle: [168, 167, 169] +Triangle: [170, 169, 171] +Triangle: [172, 171, 173] +Triangle: [172, 175, 174] +Triangle: [174, 177, 176] +Triangle: [176, 179, 178] +Triangle: [178, 181, 180] +Triangle: [182, 181, 183] +Triangle: [182, 185, 184] +Triangle: [184, 187, 186] +Triangle: [188, 187, 189] +Triangle: [190, 189, 191] +Triangle: [192, 191, 193] +Triangle: [129, 193, 128] +Triangle: [122, 194, 195] +Triangle: [194, 127, 126] +Triangle: [196, 134, 135] +Triangle: [141, 198, 197] +Triangle: [199, 197, 198] +Triangle: [199, 140, 200] +Triangle: [139, 201, 198] +Triangle: [202, 198, 201] +Triangle: [202, 138, 199] +Triangle: [137, 127, 201] +Triangle: [196, 201, 127] +Triangle: [135, 202, 196] +Triangle: [143, 197, 203] +Triangle: [197, 204, 203] +Triangle: [200, 142, 204] +Triangle: [145, 203, 205] +Triangle: [205, 204, 206] +Triangle: [206, 142, 144] +Triangle: [147, 205, 207] +Triangle: [207, 206, 208] +Triangle: [208, 144, 146] +Triangle: [149, 207, 209] +Triangle: [208, 148, 210] +Triangle: [209, 208, 210] +Triangle: [211, 210, 212] +Triangle: [210, 150, 212] +Triangle: [151, 209, 211] +Triangle: [153, 211, 213] +Triangle: [213, 212, 214] +Triangle: [214, 150, 152] +Triangle: [155, 213, 215] +Triangle: [215, 214, 216] +Triangle: [214, 154, 216] +Triangle: [155, 217, 157] +Triangle: [217, 216, 218] +Triangle: [216, 156, 218] +Triangle: [159, 217, 219] +Triangle: [219, 218, 220] +Triangle: [218, 158, 220] +Triangle: [161, 219, 221] +Triangle: [221, 220, 222] +Triangle: [220, 160, 222] +Triangle: [163, 221, 223] +Triangle: [221, 224, 223] +Triangle: [222, 162, 224] +Triangle: [165, 223, 225] +Triangle: [223, 226, 225] +Triangle: [226, 162, 164] +Triangle: [167, 225, 227] +Triangle: [225, 228, 227] +Triangle: [228, 164, 166] +Triangle: [169, 227, 229] +Triangle: [227, 230, 229] +Triangle: [230, 166, 168] +Triangle: [171, 229, 231] +Triangle: [229, 232, 231] +Triangle: [232, 168, 170] +Triangle: [173, 231, 233] +Triangle: [233, 232, 234] +Triangle: [232, 172, 234] +Triangle: [175, 233, 235] +Triangle: [235, 234, 236] +Triangle: [234, 174, 236] +Triangle: [177, 235, 237] +Triangle: [237, 236, 238] +Triangle: [236, 176, 238] +Triangle: [179, 237, 239] +Triangle: [239, 238, 240] +Triangle: [238, 178, 240] +Triangle: [181, 239, 241] +Triangle: [241, 240, 242] +Triangle: [240, 180, 242] +Triangle: [181, 243, 183] +Triangle: [241, 244, 243] +Triangle: [244, 180, 182] +Triangle: [183, 245, 185] +Triangle: [245, 244, 246] +Triangle: [246, 182, 184] +Triangle: [185, 247, 187] +Triangle: [247, 246, 248] +Triangle: [248, 184, 186] +Triangle: [187, 249, 189] +Triangle: [247, 250, 249] +Triangle: [250, 186, 188] +Triangle: [189, 251, 191] +Triangle: [249, 252, 251] +Triangle: [250, 190, 252] +Triangle: [193, 251, 253] +Triangle: [251, 254, 253] +Triangle: [252, 192, 254] +Triangle: [193, 255, 128] +Triangle: [253, 256, 255] +Triangle: [256, 192, 129] +Triangle: [130, 128, 255] +Triangle: [255, 257, 130] +Triangle: [257, 114, 116] +Triangle: [130, 258, 131] +Triangle: [258, 116, 118] +Triangle: [132, 258, 259] +Triangle: [259, 118, 120] +Triangle: [133, 259, 195] +Triangle: [195, 120, 122] +Triangle: [126, 195, 194] +Triangle: [129, 257, 256] +Triangle: [261, 263, 260] +Triangle: [260, 265, 264] +Triangle: [266, 265, 267] +Triangle: [268, 267, 269] +Triangle: [269, 271, 268] +Triangle: [268, 273, 272] +Triangle: [266, 272, 274] +Triangle: [264, 274, 275] +Triangle: [276, 264, 275] +Triangle: [277, 260, 276] +Triangle: [278, 261, 277] +Triangle: [263, 278, 279] +Triangle: [265, 279, 280] +Triangle: [281, 265, 280] +Triangle: [282, 267, 281] +Triangle: [271, 283, 273] +Triangle: [283, 269, 282] +Triangle: [284, 286, 287] +Triangle: [287, 288, 289] +Triangle: [284, 289, 290] +Triangle: [291, 282, 292] +Triangle: [292, 281, 293] +Triangle: [293, 280, 294] +Triangle: [280, 295, 294] +Triangle: [279, 296, 295] +Triangle: [278, 297, 296] +Triangle: [277, 298, 297] +Triangle: [276, 299, 298] +Triangle: [275, 300, 299] +Triangle: [274, 301, 300] +Triangle: [272, 302, 301] +Triangle: [291, 288, 302] +Triangle: [273, 291, 302] +Triangle: [285, 290, 303] +Triangle: [288, 285, 303] +Triangle: [305, 298, 304] +Triangle: [306, 298, 299] +Triangle: [307, 306, 308] +Triangle: [310, 308, 309] +Triangle: [311, 299, 300] +Triangle: [308, 311, 312] +Triangle: [313, 308, 312] +Triangle: [314, 300, 301] +Triangle: [311, 315, 312] +Triangle: [316, 312, 315] +Triangle: [317, 301, 302] +Triangle: [317, 288, 303] +Triangle: [314, 318, 315] +Triangle: [319, 315, 318] +Triangle: [289, 320, 290] +Triangle: [303, 320, 317] +Triangle: [318, 320, 321] +Triangle: [322, 318, 321] +Triangle: [320, 292, 323] +Triangle: [316, 322, 324] +Triangle: [321, 323, 325] +Triangle: [324, 321, 325] +Triangle: [316, 326, 313] +Triangle: [323, 293, 327] +Triangle: [325, 327, 328] +Triangle: [326, 325, 328] +Triangle: [313, 329, 309] +Triangle: [330, 293, 294] +Triangle: [328, 330, 331] +Triangle: [329, 328, 331] +Triangle: [310, 329, 332] +Triangle: [333, 294, 295] +Triangle: [330, 334, 331] +Triangle: [332, 331, 334] +Triangle: [335, 297, 305] +Triangle: [335, 295, 296] +Triangle: [337, 332, 336] +Triangle: [333, 338, 334] +Triangle: [338, 305, 339] +Triangle: [305, 307, 339] +Triangle: [307, 337, 339] +Triangle: [339, 336, 338] +Triangle: [332, 338, 336] +Triangle: [340, 342, 343] +Triangle: [344, 346, 347] +Triangle: [348, 350, 351] +Triangle: [353, 354, 352] +Triangle: [354, 348, 355] +Triangle: [354, 356, 352] +Triangle: [355, 356, 354] +Triangle: [344, 351, 357] +Triangle: [357, 350, 358] +Triangle: [351, 350, 357] +Triangle: [349, 358, 350] +Triangle: [359, 357, 358] +Triangle: [360, 355, 348] +Triangle: [348, 347, 360] +Triangle: [346, 361, 362] +Triangle: [362, 363, 364] +Triangle: [363, 366, 364] +Triangle: [365, 368, 366] +Triangle: [367, 370, 368] +Triangle: [370, 371, 372] +Triangle: [372, 373, 374] +Triangle: [374, 375, 376] +Triangle: [376, 377, 378] +Triangle: [378, 379, 380] +Triangle: [340, 380, 379] +Triangle: [383, 384, 382] +Triangle: [381, 343, 383] +Triangle: [382, 381, 383] +Triangle: [385, 380, 382] +Triangle: [386, 378, 385] +Triangle: [387, 376, 386] +Triangle: [388, 374, 387] +Triangle: [389, 372, 388] +Triangle: [390, 370, 389] +Triangle: [391, 368, 390] +Triangle: [392, 366, 391] +Triangle: [362, 392, 393] +Triangle: [347, 394, 360] +Triangle: [346, 393, 394] +Triangle: [356, 360, 395] +Triangle: [396, 356, 395] +Triangle: [353, 352, 396] +Triangle: [359, 353, 396] +Triangle: [360, 397, 395] +Triangle: [394, 398, 397] +Triangle: [393, 399, 398] +Triangle: [392, 400, 399] +Triangle: [400, 390, 401] +Triangle: [401, 389, 402] +Triangle: [402, 388, 403] +Triangle: [403, 387, 404] +Triangle: [404, 386, 405] +Triangle: [405, 385, 406] +Triangle: [385, 384, 406] +Triangle: [343, 407, 384] +Triangle: [340, 408, 341] +Triangle: [407, 341, 408] +Triangle: [379, 409, 408] +Triangle: [410, 408, 409] +Triangle: [406, 407, 410] +Triangle: [377, 411, 409] +Triangle: [412, 409, 411] +Triangle: [405, 410, 412] +Triangle: [411, 373, 413] +Triangle: [414, 411, 413] +Triangle: [404, 412, 414] +Triangle: [373, 415, 413] +Triangle: [416, 413, 415] +Triangle: [403, 414, 416] +Triangle: [415, 369, 417] +Triangle: [418, 415, 417] +Triangle: [402, 416, 418] +Triangle: [417, 367, 419] +Triangle: [420, 417, 419] +Triangle: [420, 402, 418] +Triangle: [419, 365, 421] +Triangle: [422, 419, 421] +Triangle: [400, 420, 422] +Triangle: [365, 423, 421] +Triangle: [422, 423, 424] +Triangle: [399, 422, 424] +Triangle: [423, 361, 425] +Triangle: [424, 425, 426] +Triangle: [398, 424, 426] +Triangle: [344, 427, 345] +Triangle: [359, 428, 427] +Triangle: [361, 427, 425] +Triangle: [426, 427, 428] +Triangle: [428, 395, 397] +Triangle: [397, 426, 428] +Triangle: [429, 431, 432] +Triangle: [429, 432, 433] +Triangle: [434, 430, 429] +Triangle: [429, 436, 434] +Triangle: [438, 434, 437] +Triangle: [437, 436, 439] +Triangle: [440, 438, 437] +Triangle: [440, 439, 442] +Triangle: [444, 440, 443] +Triangle: [443, 442, 445] +Triangle: [447, 443, 446] +Triangle: [446, 445, 448] +Triangle: [450, 446, 449] +Triangle: [449, 448, 451] +Triangle: [452, 450, 449] +Triangle: [449, 454, 452] +Triangle: [455, 453, 452] +Triangle: [455, 454, 457] +Triangle: [459, 455, 458] +Triangle: [458, 457, 460] +Triangle: [461, 458, 462] +Triangle: [458, 463, 462] +Triangle: [464, 461, 462] +Triangle: [462, 466, 464] +Triangle: [461, 467, 459] +Triangle: [466, 460, 468] +Triangle: [469, 465, 464] +Triangle: [469, 466, 468] +Triangle: [456, 467, 470] +Triangle: [468, 457, 471] +Triangle: [472, 467, 469] +Triangle: [472, 468, 471] +Triangle: [453, 470, 473] +Triangle: [471, 454, 474] +Triangle: [475, 470, 472] +Triangle: [475, 471, 474] +Triangle: [450, 473, 476] +Triangle: [474, 451, 477] +Triangle: [476, 475, 478] +Triangle: [478, 474, 477] +Triangle: [447, 476, 479] +Triangle: [477, 448, 480] +Triangle: [481, 476, 478] +Triangle: [481, 477, 480] +Triangle: [444, 479, 482] +Triangle: [480, 445, 483] +Triangle: [484, 479, 481] +Triangle: [484, 480, 483] +Triangle: [441, 482, 485] +Triangle: [483, 442, 486] +Triangle: [485, 484, 487] +Triangle: [487, 483, 486] +Triangle: [438, 485, 488] +Triangle: [486, 439, 489] +Triangle: [490, 485, 487] +Triangle: [487, 489, 490] +Triangle: [435, 488, 491] +Triangle: [489, 436, 492] +Triangle: [491, 490, 493] +Triangle: [490, 492, 493] +Triangle: [433, 494, 495] +Triangle: [435, 496, 430] +Triangle: [495, 436, 433] +Triangle: [494, 431, 497] +Triangle: [498, 492, 495] +Triangle: [497, 496, 498] +Triangle: [430, 497, 431] +Triangle: [495, 497, 498] +Triangle: [496, 493, 498] +Triangle: [499, 500, 501] +Triangle: [500, 503, 501] +Triangle: [499, 501, 504] +Triangle: [499, 504, 505] +Triangle: [499, 505, 506] +Triangle: [506, 507, 499] +Triangle: [507, 510, 508] +Triangle: [508, 511, 512] +Triangle: [510, 514, 513] +Triangle: [509, 516, 514] +Triangle: [509, 506, 515] +Triangle: [507, 508, 499] +Triangle: [499, 508, 512] +Triangle: [515, 505, 517] +Triangle: [504, 517, 505] +Triangle: [501, 518, 504] +Triangle: [519, 502, 500] +Triangle: [521, 520, 519] +Triangle: [523, 522, 521] +Triangle: [525, 524, 523] +Triangle: [527, 525, 528] +Triangle: [529, 528, 530] +Triangle: [530, 528, 499] +Triangle: [530, 532, 529] +Triangle: [531, 530, 499] +Triangle: [534, 532, 533] +Triangle: [533, 536, 535] +Triangle: [536, 531, 537] +Triangle: [529, 538, 527] +Triangle: [527, 539, 526] +Triangle: [540, 538, 541] +Triangle: [534, 541, 538] +Triangle: [528, 525, 499] +Triangle: [499, 525, 523] +Triangle: [524, 544, 522] +Triangle: [545, 520, 546] +Triangle: [522, 546, 520] +Triangle: [547, 543, 548] +Triangle: [549, 544, 547] +Triangle: [548, 539, 540] +Triangle: [543, 526, 539] +Triangle: [499, 523, 521] +Triangle: [499, 521, 519] +Triangle: [500, 499, 519] +Triangle: [531, 499, 537] +Triangle: [550, 537, 499] +Triangle: [551, 550, 499] +Triangle: [552, 551, 499] +Triangle: [552, 554, 555] +Triangle: [556, 554, 553] +Triangle: [558, 557, 556] +Triangle: [560, 557, 559] +Triangle: [559, 563, 560] +Triangle: [559, 564, 562] +Triangle: [563, 511, 565] +Triangle: [566, 560, 563] +Triangle: [566, 565, 568] +Triangle: [567, 561, 560] +Triangle: [569, 571, 561] +Triangle: [570, 573, 572] +Triangle: [574, 569, 567] +Triangle: [576, 577, 575] +Triangle: [554, 577, 555] +Triangle: [555, 551, 552] +Triangle: [554, 561, 571] +Triangle: [558, 556, 499] +Triangle: [564, 558, 499] +Triangle: [499, 512, 564] +Triangle: [499, 556, 553] +Triangle: [499, 553, 552] +Triangle: [550, 576, 578] +Triangle: [537, 578, 536] +Triangle: [535, 578, 579] +Triangle: [575, 578, 576] +Triangle: [579, 581, 535] +Triangle: [582, 579, 575] +Triangle: [584, 585, 583] +Triangle: [585, 575, 577] +Triangle: [580, 584, 586] +Triangle: [587, 580, 586] +Triangle: [588, 581, 587] +Triangle: [588, 591, 590] +Triangle: [587, 592, 591] +Triangle: [593, 594, 595] +Triangle: [596, 598, 593] +Triangle: [599, 596, 601] +Triangle: [602, 601, 603] +Triangle: [599, 604, 605] +Triangle: [605, 606, 607] +Triangle: [600, 605, 608] +Triangle: [609, 610, 611] +Triangle: [607, 608, 605] +Triangle: [612, 611, 610] +Triangle: [613, 615, 611] +Triangle: [611, 616, 609] +Triangle: [617, 604, 618] +Triangle: [619, 609, 616] +Triangle: [621, 616, 622] +Triangle: [616, 623, 622] +Triangle: [597, 600, 620] +Triangle: [624, 620, 619] +Triangle: [624, 598, 597] +Triangle: [626, 628, 618] +Triangle: [629, 628, 627] +Triangle: [630, 632, 628] +Triangle: [618, 632, 617] +Triangle: [631, 633, 634] +Triangle: [634, 635, 636] +Triangle: [627, 638, 637] +Triangle: [603, 626, 602] +Triangle: [640, 642, 639] +Triangle: [639, 644, 640] +Triangle: [603, 646, 645] +Triangle: [595, 646, 593] +Triangle: [649, 651, 648] +Triangle: [648, 653, 654] +Triangle: [655, 654, 653] +Triangle: [658, 660, 657] +Triangle: [661, 650, 662] +Triangle: [662, 664, 661] +Triangle: [663, 666, 664] +Triangle: [668, 670, 667] +Triangle: [671, 668, 672] +Triangle: [645, 647, 673] +Triangle: [646, 596, 593] +Triangle: [675, 593, 674] +Triangle: [572, 625, 583] +Triangle: [674, 598, 625] +Triangle: [675, 572, 573] +Triangle: [663, 675, 665] +Triangle: [663, 595, 594] +Triangle: [665, 573, 574] +Triangle: [676, 677, 678] +Triangle: [676, 679, 677] +Triangle: [680, 679, 676] +Triangle: [681, 683, 682] +Triangle: [685, 682, 684] +Triangle: [687, 689, 686] +Triangle: [677, 679, 690] +Triangle: [677, 690, 691] +Triangle: [693, 680, 692] +Triangle: [692, 695, 693] +Triangle: [694, 698, 696] +Triangle: [696, 695, 694] +Triangle: [696, 701, 699] +Triangle: [698, 700, 696] +Triangle: [698, 697, 677] +Triangle: [677, 697, 678] +Triangle: [692, 697, 694] +Triangle: [692, 676, 678] +Triangle: [695, 704, 693] +Triangle: [706, 707, 705] +Triangle: [699, 703, 695] +Triangle: [708, 699, 701] +Triangle: [698, 677, 702] +Triangle: [702, 677, 709] +Triangle: [677, 710, 709] +Triangle: [677, 711, 710] +Triangle: [677, 712, 711] +Triangle: [677, 713, 712] +Triangle: [677, 714, 713] +Triangle: [710, 716, 709] +Triangle: [715, 718, 716] +Triangle: [716, 701, 700] +Triangle: [720, 717, 719] +Triangle: [719, 722, 721] +Triangle: [723, 717, 715] +Triangle: [715, 711, 723] +Triangle: [724, 722, 723] +Triangle: [712, 723, 711] +Triangle: [702, 716, 700] +Triangle: [677, 726, 714] +Triangle: [677, 691, 726] +Triangle: [727, 728, 729] +Triangle: [727, 730, 728] +Triangle: [731, 732, 733] +Triangle: [731, 728, 730] +Triangle: [735, 728, 734] +Triangle: [736, 737, 738] +Triangle: [734, 737, 735] +Triangle: [740, 735, 736] +Triangle: [734, 741, 739] +Triangle: [741, 733, 742] +Triangle: [732, 744, 733] +Triangle: [745, 743, 746] +Triangle: [745, 748, 744] +Triangle: [749, 747, 745] +Triangle: [751, 745, 746] +Triangle: [743, 727, 746] +Triangle: [732, 727, 743] +Triangle: [727, 732, 730] +Triangle: [740, 727, 729] +Triangle: [727, 752, 753] +Triangle: [727, 740, 752] +Triangle: [754, 756, 757] +Triangle: [755, 738, 756] +Triangle: [736, 752, 740] +Triangle: [746, 727, 751] +Triangle: [502, 758, 503] +Triangle: [545, 657, 758] +Triangle: [518, 758, 759] +Triangle: [759, 517, 518] +Triangle: [515, 760, 516] +Triangle: [516, 761, 762] +Triangle: [760, 763, 761] +Triangle: [657, 759, 758] +Triangle: [764, 761, 763] +Triangle: [660, 763, 657] +Triangle: [766, 768, 769] +Triangle: [769, 771, 766] +Triangle: [770, 773, 771] +Triangle: [775, 777, 774] +Triangle: [777, 779, 774] +Triangle: [776, 780, 781] +Triangle: [781, 783, 782] +Triangle: [762, 765, 784] +Triangle: [514, 762, 785] +Triangle: [513, 785, 786] +Triangle: [565, 786, 568] +Triangle: [568, 788, 787] +Triangle: [787, 566, 568] +Triangle: [567, 789, 574] +Triangle: [791, 793, 790] +Triangle: [792, 795, 794] +Triangle: [794, 796, 797] +Triangle: [797, 773, 772] +Triangle: [784, 785, 762] +Triangle: [786, 798, 788] +Triangle: [562, 512, 511] +Triangle: [565, 510, 513] +Triangle: [799, 801, 802] +Triangle: [803, 805, 806] +Triangle: [806, 808, 803] +Triangle: [807, 809, 810] +Triangle: [807, 812, 808] +Triangle: [813, 815, 816] +Triangle: [817, 811, 818] +Triangle: [802, 816, 799] +Triangle: [819, 821, 809] +Triangle: [820, 822, 823] +Triangle: [819, 824, 822] +Triangle: [805, 809, 806] +Triangle: [826, 820, 825] +Triangle: [827, 826, 829] +Triangle: [829, 825, 830] +Triangle: [824, 804, 831] +Triangle: [832, 800, 833] +Triangle: [778, 833, 779] +Triangle: [831, 835, 824] +Triangle: [817, 836, 837] +Triangle: [838, 840, 841] +Triangle: [842, 838, 843] +Triangle: [842, 845, 839] +Triangle: [846, 838, 847] +Triangle: [849, 846, 848] +Triangle: [848, 847, 851] +Triangle: [839, 852, 840] +Triangle: [570, 583, 585] +Triangle: [585, 571, 570] +Triangle: [583, 853, 584] +Triangle: [586, 853, 592] +Triangle: [854, 592, 853] +Triangle: [621, 855, 854] +Triangle: [856, 859, 857] +Triangle: [857, 861, 860] +Triangle: [859, 863, 861] +Triangle: [636, 861, 863] +Triangle: [865, 863, 864] +Triangle: [866, 868, 869] +Triangle: [864, 862, 870] +Triangle: [870, 872, 871] +Triangle: [862, 858, 872] +Triangle: [873, 874, 875] +Triangle: [873, 591, 876] +Triangle: [876, 860, 873] +Triangle: [857, 855, 856] +Triangle: [855, 591, 592] +Triangle: [590, 875, 877] +Triangle: [877, 641, 640] +Triangle: [877, 588, 590] +Triangle: [878, 640, 644] +Triangle: [875, 879, 641] +Triangle: [872, 622, 623] +Triangle: [619, 854, 624] +Triangle: [624, 853, 625] +Triangle: [658, 546, 549] +Triangle: [782, 667, 670] +Triangle: [540, 644, 643] +Triangle: [540, 880, 548] +Triangle: [641, 629, 642] +Triangle: [881, 750, 749] +Triangle: [615, 883, 623] +Triangle: [885, 887, 884] +Triangle: [884, 889, 888] +Triangle: [869, 888, 889] +Triangle: [891, 889, 890] +Triangle: [893, 890, 892] +Triangle: [890, 887, 892] +Triangle: [895, 894, 897] +Triangle: [898, 894, 893] +Triangle: [896, 890, 894] +Triangle: [899, 901, 902] +Triangle: [904, 902, 903] +Triangle: [905, 900, 899] +Triangle: [907, 899, 904] +Triangle: [909, 900, 908] +Triangle: [903, 911, 910] +Triangle: [535, 589, 533] +Triangle: [533, 542, 534] +Triangle: [878, 589, 588] +Triangle: [644, 542, 878] +Triangle: [713, 724, 712] +Triangle: [721, 725, 912] +Triangle: [913, 830, 914] +Triangle: [916, 918, 915] +Triangle: [915, 920, 916] +Triangle: [921, 917, 916] +Triangle: [923, 916, 920] +Triangle: [825, 823, 919] +Triangle: [919, 830, 825] +Triangle: [924, 919, 823] +Triangle: [830, 918, 914] +Triangle: [707, 925, 705] +Triangle: [926, 925, 927] +Triangle: [922, 927, 925] +Triangle: [720, 925, 708] +Triangle: [719, 922, 720] +Triangle: [721, 917, 719] +Triangle: [912, 918, 721] +Triangle: [928, 829, 913] +Triangle: [928, 930, 827] +Triangle: [827, 931, 828] +Triangle: [851, 930, 848] +Triangle: [848, 929, 849] +Triangle: [689, 725, 724] +Triangle: [748, 733, 744] +Triangle: [933, 935, 932] +Triangle: [936, 934, 933] +Triangle: [933, 750, 936] +Triangle: [747, 932, 748] +Triangle: [936, 882, 937] +Triangle: [937, 939, 938] +Triangle: [937, 906, 905] +Triangle: [936, 905, 907] +Triangle: [941, 943, 940] +Triangle: [938, 943, 906] +Triangle: [938, 944, 940] +Triangle: [882, 945, 939] +Triangle: [939, 946, 944] +Triangle: [944, 948, 947] +Triangle: [949, 932, 935] +Triangle: [950, 952, 951] +Triangle: [953, 952, 954] +Triangle: [955, 954, 956] +Triangle: [958, 935, 957] +Triangle: [957, 934, 959] +Triangle: [958, 962, 960] +Triangle: [961, 957, 963] +Triangle: [949, 960, 952] +Triangle: [934, 904, 959] +Triangle: [964, 756, 738] +Triangle: [757, 948, 754] +Triangle: [966, 967, 968] +Triangle: [964, 967, 965] +Triangle: [967, 897, 968] +Triangle: [897, 942, 968] +Triangle: [941, 968, 942] +Triangle: [895, 969, 970] +Triangle: [956, 970, 969] +Triangle: [971, 973, 970] +Triangle: [971, 975, 972] +Triangle: [974, 956, 954] +Triangle: [955, 969, 964] +Triangle: [823, 976, 924] +Triangle: [924, 977, 978] +Triangle: [978, 980, 979] +Triangle: [979, 923, 978] +Triangle: [978, 920, 924] +Triangle: [981, 921, 923] +Triangle: [982, 927, 981] +Triangle: [983, 979, 980] +Triangle: [984, 981, 979] +Triangle: [985, 982, 986] +Triangle: [986, 844, 985] +Triangle: [705, 985, 706] +Triangle: [987, 985, 844] +Triangle: [988, 973, 972] +Triangle: [891, 973, 989] +Triangle: [869, 989, 866] +Triangle: [989, 990, 866] +Triangle: [972, 991, 988] +Triangle: [903, 959, 904] +Triangle: [718, 708, 701] +Triangle: [960, 954, 952] +Triangle: [962, 974, 960] +Triangle: [959, 963, 957] +Triangle: [908, 906, 943] +Triangle: [908, 942, 898] +Triangle: [898, 909, 908] +Triangle: [970, 896, 895] +Triangle: [642, 627, 637] +Triangle: [880, 639, 993] +Triangle: [638, 645, 994] +Triangle: [645, 995, 994] +Triangle: [642, 993, 639] +Triangle: [547, 880, 996] +Triangle: [996, 993, 997] +Triangle: [998, 547, 996] +Triangle: [994, 998, 996] +Triangle: [997, 994, 996] +Triangle: [637, 994, 997] +Triangle: [993, 637, 997] +Triangle: [999, 1000, 1001] +Triangle: [1002, 1004, 999] +Triangle: [1000, 1004, 1005] +Triangle: [1006, 814, 1007] +Triangle: [1009, 1007, 1008] +Triangle: [672, 1008, 671] +Triangle: [837, 1011, 1010] +Triangle: [1010, 671, 1008] +Triangle: [988, 1012, 990] +Triangle: [1013, 866, 990] +Triangle: [1012, 1016, 1014] +Triangle: [990, 1014, 1013] +Triangle: [1018, 1020, 1017] +Triangle: [992, 910, 1021] +Triangle: [1018, 1021, 910] +Triangle: [1022, 992, 1021] +Triangle: [1022, 1021, 1023] +Triangle: [1021, 1017, 1023] +Triangle: [910, 1024, 1018] +Triangle: [1018, 1025, 1019] +Triangle: [1026, 902, 901] +Triangle: [1027, 885, 1028] +Triangle: [1027, 911, 1026] +Triangle: [1025, 1024, 1027] +Triangle: [1027, 1028, 1025] +Triangle: [892, 886, 1029] +Triangle: [886, 1026, 1029] +Triangle: [893, 1029, 909] +Triangle: [901, 1029, 1026] +Triangle: [821, 828, 1030] +Triangle: [811, 810, 1031] +Triangle: [1032, 828, 931] +Triangle: [818, 1031, 1033] +Triangle: [1033, 1032, 1034] +Triangle: [931, 1034, 1032] +Triangle: [847, 841, 1035] +Triangle: [1036, 818, 1033] +Triangle: [1011, 1036, 1037] +Triangle: [851, 1035, 1034] +Triangle: [1037, 1036, 1038] +Triangle: [841, 1039, 1037] +Triangle: [1038, 841, 1037] +Triangle: [1034, 1035, 1038] +Triangle: [1033, 1038, 1036] +Triangle: [1040, 845, 986] +Triangle: [1040, 982, 984] +Triangle: [976, 824, 835] +Triangle: [976, 1041, 977] +Triangle: [835, 1042, 1043] +Triangle: [1041, 835, 1043] +Triangle: [1042, 1045, 1043] +Triangle: [1046, 977, 1041] +Triangle: [1047, 980, 1046] +Triangle: [1044, 1049, 1045] +Triangle: [1046, 1043, 1045] +Triangle: [1000, 1047, 1049] +Triangle: [1001, 1049, 1048] +Triangle: [1047, 1045, 1049] +Triangle: [914, 1050, 913] +Triangle: [912, 688, 1050] +Triangle: [1051, 1050, 688] +Triangle: [929, 1051, 1052] +Triangle: [913, 1051, 928] +Triangle: [849, 1052, 1053] +Triangle: [1054, 1053, 1052] +Triangle: [1051, 1054, 1052] +Triangle: [687, 1055, 1054] +Triangle: [1054, 1056, 1053] +Triangle: [1053, 1057, 1058] +Triangle: [683, 704, 1059] +Triangle: [704, 706, 987] +Triangle: [1061, 987, 1060] +Triangle: [844, 1060, 987] +Triangle: [846, 1062, 843] +Triangle: [1060, 843, 1062] +Triangle: [1062, 1058, 1063] +Triangle: [849, 1058, 850] +Triangle: [753, 755, 754] +Triangle: [1064, 727, 753] +Triangle: [1065, 1064, 753] +Triangle: [1065, 754, 948] +Triangle: [1066, 727, 1064] +Triangle: [1067, 1064, 1065] +Triangle: [1065, 946, 1067] +Triangle: [1068, 727, 1066] +Triangle: [1069, 881, 1070] +Triangle: [751, 727, 1070] +Triangle: [1066, 1069, 1068] +Triangle: [727, 1068, 1070] +Triangle: [1070, 1068, 1069] +Triangle: [1070, 749, 751] +Triangle: [1067, 945, 1069] +Triangle: [689, 714, 686] +Triangle: [1072, 714, 1071] +Triangle: [1071, 714, 726] +Triangle: [1073, 691, 690] +Triangle: [681, 690, 679] +Triangle: [685, 1073, 690] +Triangle: [726, 1073, 1071] +Triangle: [1056, 1072, 1074] +Triangle: [1055, 686, 1072] +Triangle: [1071, 1074, 1072] +Triangle: [1057, 1056, 684] +Triangle: [1074, 684, 1056] +Triangle: [684, 1075, 1057] +Triangle: [1058, 1075, 1063] +Triangle: [704, 1061, 1059] +Triangle: [682, 1059, 1075] +Triangle: [1076, 1016, 1077] +Triangle: [865, 634, 636] +Triangle: [1011, 1039, 1003] +Triangle: [1010, 1011, 1003] +Triangle: [1079, 1005, 1004] +Triangle: [1003, 1002, 1010] +Triangle: [1079, 840, 852] +Triangle: [852, 1080, 1079] +Triangle: [1015, 991, 1081] +Triangle: [975, 1081, 991] +Triangle: [1082, 963, 1022] +Triangle: [1081, 961, 1082] +Triangle: [1081, 1083, 1015] +Triangle: [1017, 1084, 1023] +Triangle: [1083, 1022, 1023] +Triangle: [1085, 1023, 1084] +Triangle: [1086, 648, 654] +Triangle: [768, 1087, 656] +Triangle: [659, 549, 998] +Triangle: [1086, 998, 995] +Triangle: [1088, 659, 1086] +Triangle: [656, 1087, 1088] +Triangle: [1089, 1016, 1085] +Triangle: [1040, 983, 1080] +Triangle: [983, 1005, 1080] +Triangle: [950, 748, 932] +Triangle: [951, 742, 950] +Triangle: [741, 953, 739] +Triangle: [739, 955, 737] +Triangle: [738, 955, 964] +Triangle: [757, 965, 966] +Triangle: [947, 966, 941] +Triangle: [940, 947, 941] +Triangle: [608, 620, 600] +Triangle: [618, 602, 626] +Triangle: [630, 879, 633] +Triangle: [633, 874, 635] +Triangle: [860, 635, 874] +Triangle: [621, 858, 856] +Triangle: [1090, 656, 655] +Triangle: [1091, 1006, 1009] +Triangle: [1093, 1009, 672] +Triangle: [672, 1094, 1093] +Triangle: [652, 668, 667] +Triangle: [652, 783, 653] +Triangle: [653, 780, 655] +Triangle: [655, 775, 1090] +Triangle: [1095, 775, 774] +Triangle: [1096, 774, 779] +Triangle: [1097, 779, 833] +Triangle: [1098, 833, 800] +Triangle: [1098, 799, 1099] +Triangle: [1100, 799, 816] +Triangle: [816, 1101, 1100] +Triangle: [1092, 815, 1006] +Triangle: [664, 1092, 1091] +Triangle: [661, 1091, 1093] +Triangle: [651, 1093, 1094] +Triangle: [648, 1094, 652] +Triangle: [769, 1090, 1095] +Triangle: [770, 1095, 1096] +Triangle: [772, 1096, 1097] +Triangle: [797, 1097, 1098] +Triangle: [1099, 797, 1098] +Triangle: [1100, 794, 1099] +Triangle: [792, 1101, 793] +Triangle: [1092, 793, 1101] +Triangle: [871, 623, 883] +Triangle: [631, 1078, 1102] +Triangle: [632, 1102, 1103] +Triangle: [617, 1103, 1104] +Triangle: [606, 1104, 1105] +Triangle: [607, 1105, 1106] +Triangle: [1106, 610, 607] +Triangle: [789, 790, 574] +Triangle: [791, 787, 795] +Triangle: [795, 788, 796] +Triangle: [796, 798, 773] +Triangle: [771, 798, 784] +Triangle: [784, 766, 771] +Triangle: [767, 765, 764] +Triangle: [767, 660, 1087] +Triangle: [1087, 659, 1088] +Triangle: [1086, 656, 1088] +Triangle: [995, 649, 1086] +Triangle: [650, 673, 647] +Triangle: [662, 647, 595] +Triangle: [663, 662, 595] +Triangle: [593, 598, 674] +Triangle: [666, 790, 793] +Triangle: [574, 790, 665] +Triangle: [810, 821, 1030] +Triangle: [1031, 1030, 1032] +Triangle: [1107, 1076, 1108] +Triangle: [1109, 1076, 1077] +Triangle: [1089, 1109, 1077] +Triangle: [1085, 1015, 1083] +Triangle: [1110, 1013, 1107] +Triangle: [867, 1111, 868] +Triangle: [868, 1112, 888] +Triangle: [1113, 888, 1112] +Triangle: [1114, 884, 1113] +Triangle: [1028, 1114, 1115] +Triangle: [1025, 1115, 1116] +Triangle: [1020, 1117, 1118] +Triangle: [1025, 1116, 1117] +Triangle: [1019, 1025, 1117] +Triangle: [1084, 1118, 1119] +Triangle: [1085, 1119, 1089] +Triangle: [1107, 1014, 1076] +Triangle: [1079, 1004, 1003] +Triangle: [1003, 1039, 1079] +Triangle: [1063, 1060, 1062] +Triangle: [1059, 1063, 1075] +Triangle: [687, 1051, 688] +Triangle: [1116, 613, 612] +Triangle: [1114, 613, 1115] +Triangle: [614, 1113, 883] +Triangle: [1112, 883, 1113] +Triangle: [1111, 871, 1112] +Triangle: [1110, 870, 1111] +Triangle: [1107, 864, 1110] +Triangle: [1108, 865, 1107] +Triangle: [1102, 1108, 1109] +Triangle: [1103, 1109, 1089] +Triangle: [1104, 1089, 1119] +Triangle: [1105, 1119, 1118] +Triangle: [1106, 1118, 1117] +Triangle: [612, 1117, 1116] +Triangle: [1010, 1008, 837] +Triangle: [1007, 837, 1008] +Triangle: [1007, 812, 817] +Triangle: [808, 814, 813] +Triangle: [803, 813, 802] +Triangle: [802, 804, 803] +Triangle: [831, 801, 832] +Triangle: [834, 832, 778] +Triangle: [1042, 778, 777] +Triangle: [1042, 776, 1044] +Triangle: [781, 1044, 776] +Triangle: [782, 1048, 781] +Triangle: [1001, 670, 999] +Triangle: [999, 669, 1002] +Triangle: [1002, 671, 1010] +Triangle: [1121, 1123, 1120] +Triangle: [1120, 1126, 1124] +Triangle: [1127, 1128, 1129] +Triangle: [1121, 1130, 1131] +Triangle: [1132, 1122, 1133] +Triangle: [1126, 1135, 1134] +Triangle: [1129, 1137, 1136] +Triangle: [1131, 1139, 1138] +Triangle: [1140, 1121, 1120] +Triangle: [1142, 1120, 1124] +Triangle: [1143, 1124, 1127] +Triangle: [1143, 1121, 1141] +Triangle: [1138, 1143, 1141] +Triangle: [1122, 1138, 1133] +Triangle: [1122, 1121, 1131] +Triangle: [1141, 1133, 1138] +Triangle: [1140, 1133, 1141] +Triangle: [1142, 1135, 1140] +Triangle: [1143, 1137, 1142] +Triangle: [1123, 1135, 1125] +Triangle: [1128, 1134, 1137] +Triangle: [1130, 1136, 1139] +Triangle: [1123, 1125, 1120] +Triangle: [1132, 1140, 1135] +Triangle: [1128, 1124, 1126] +Triangle: [1142, 1137, 1134] +Triangle: [1130, 1127, 1129] +Triangle: [1143, 1139, 1136] +Triangle: [1144, 1146, 1147] +Triangle: [1148, 1150, 1151] +Triangle: [1152, 1154, 1155] +Triangle: [1157, 1158, 1156] +Triangle: [1158, 1152, 1159] +Triangle: [1158, 1160, 1156] +Triangle: [1159, 1160, 1158] +Triangle: [1161, 1151, 1155] +Triangle: [1161, 1154, 1162] +Triangle: [1155, 1154, 1161] +Triangle: [1153, 1162, 1154] +Triangle: [1163, 1161, 1162] +Triangle: [1164, 1159, 1152] +Triangle: [1152, 1151, 1164] +Triangle: [1150, 1165, 1166] +Triangle: [1166, 1167, 1168] +Triangle: [1167, 1170, 1168] +Triangle: [1169, 1172, 1170] +Triangle: [1171, 1174, 1172] +Triangle: [1174, 1175, 1176] +Triangle: [1176, 1177, 1178] +Triangle: [1178, 1179, 1180] +Triangle: [1179, 1182, 1180] +Triangle: [1181, 1184, 1182] +Triangle: [1183, 1185, 1184] +Triangle: [1187, 1188, 1186] +Triangle: [1185, 1147, 1187] +Triangle: [1186, 1185, 1187] +Triangle: [1182, 1186, 1189] +Triangle: [1190, 1182, 1189] +Triangle: [1191, 1180, 1190] +Triangle: [1192, 1178, 1191] +Triangle: [1193, 1176, 1192] +Triangle: [1194, 1174, 1193] +Triangle: [1195, 1172, 1194] +Triangle: [1196, 1170, 1195] +Triangle: [1166, 1196, 1197] +Triangle: [1151, 1198, 1164] +Triangle: [1150, 1197, 1198] +Triangle: [1160, 1164, 1199] +Triangle: [1200, 1160, 1199] +Triangle: [1157, 1156, 1200] +Triangle: [1163, 1157, 1200] +Triangle: [1164, 1201, 1199] +Triangle: [1198, 1202, 1201] +Triangle: [1197, 1203, 1202] +Triangle: [1203, 1195, 1204] +Triangle: [1204, 1194, 1205] +Triangle: [1194, 1206, 1205] +Triangle: [1193, 1207, 1206] +Triangle: [1207, 1191, 1208] +Triangle: [1208, 1190, 1209] +Triangle: [1209, 1189, 1210] +Triangle: [1186, 1210, 1189] +Triangle: [1147, 1211, 1188] +Triangle: [1144, 1212, 1145] +Triangle: [1211, 1145, 1212] +Triangle: [1183, 1213, 1212] +Triangle: [1211, 1213, 1214] +Triangle: [1210, 1211, 1214] +Triangle: [1181, 1215, 1213] +Triangle: [1216, 1213, 1215] +Triangle: [1209, 1214, 1216] +Triangle: [1215, 1177, 1217] +Triangle: [1218, 1215, 1217] +Triangle: [1208, 1216, 1218] +Triangle: [1217, 1175, 1219] +Triangle: [1220, 1217, 1219] +Triangle: [1207, 1218, 1220] +Triangle: [1219, 1173, 1221] +Triangle: [1222, 1219, 1221] +Triangle: [1206, 1220, 1222] +Triangle: [1221, 1171, 1223] +Triangle: [1224, 1221, 1223] +Triangle: [1224, 1206, 1222] +Triangle: [1223, 1169, 1225] +Triangle: [1224, 1225, 1226] +Triangle: [1204, 1224, 1226] +Triangle: [1169, 1227, 1225] +Triangle: [1228, 1225, 1227] +Triangle: [1203, 1226, 1228] +Triangle: [1227, 1165, 1229] +Triangle: [1228, 1229, 1230] +Triangle: [1202, 1228, 1230] +Triangle: [1148, 1231, 1149] +Triangle: [1163, 1232, 1231] +Triangle: [1165, 1231, 1229] +Triangle: [1230, 1231, 1232] +Triangle: [1232, 1199, 1201] +Triangle: [1201, 1230, 1232] +Triangle: [1234, 1236, 1233] +Triangle: [1237, 1239, 1240] +Triangle: [1242, 1244, 1241] +Triangle: [1245, 1247, 1248] +Triangle: [1250, 1252, 1249] +Triangle: [1254, 1256, 1253] +Triangle: [1257, 1259, 1260] +Triangle: [1262, 1264, 1261] +Triangle: [1265, 1267, 1268] +Triangle: [1269, 1271, 1272] +Triangle: [1236, 1243, 1233] +Triangle: [1240, 1235, 1237] +Triangle: [1240, 1241, 1244] +Triangle: [1237, 1251, 1238] +Triangle: [1235, 1245, 1248] +Triangle: [1248, 1249, 1252] +Triangle: [1241, 1255, 1242] +Triangle: [1239, 1253, 1256] +Triangle: [1260, 1250, 1257] +Triangle: [1253, 1259, 1254] +Triangle: [1264, 1243, 1242] +Triangle: [1255, 1261, 1264] +Triangle: [1268, 1262, 1261] +Triangle: [1268, 1258, 1265] +Triangle: [1233, 1262, 1234] +Triangle: [1267, 1246, 1245] +Triangle: [1272, 1246, 1269] +Triangle: [1272, 1250, 1249] +Triangle: [1271, 1258, 1257] +Triangle: [1270, 1266, 1265] +Triangle: [1244, 1236, 1240] +Triangle: [1237, 1248, 1252] +Triangle: [1256, 1241, 1239] +Triangle: [1238, 1260, 1253] +Triangle: [1264, 1242, 1255] +Triangle: [1268, 1254, 1259] +Triangle: [1233, 1243, 1263] +Triangle: [1234, 1267, 1245] +Triangle: [1249, 1247, 1272] +Triangle: [1257, 1250, 1271] +Triangle: [1265, 1258, 1270] +Triangle: [1246, 1266, 1269] +Triangle: [1274, 1276, 1273] +Triangle: [1277, 1279, 1280] +Triangle: [1282, 1284, 1281] +Triangle: [1285, 1287, 1288] +Triangle: [1289, 1291, 1292] +Triangle: [1294, 1296, 1293] +Triangle: [1297, 1299, 1300] +Triangle: [1302, 1304, 1301] +Triangle: [1306, 1308, 1305] +Triangle: [1310, 1312, 1309] +Triangle: [1276, 1283, 1273] +Triangle: [1280, 1275, 1277] +Triangle: [1284, 1279, 1281] +Triangle: [1292, 1278, 1277] +Triangle: [1275, 1285, 1288] +Triangle: [1288, 1289, 1292] +Triangle: [1296, 1282, 1281] +Triangle: [1279, 1293, 1296] +Triangle: [1300, 1290, 1297] +Triangle: [1293, 1299, 1294] +Triangle: [1282, 1303, 1283] +Triangle: [1295, 1301, 1304] +Triangle: [1301, 1307, 1302] +Triangle: [1308, 1298, 1305] +Triangle: [1273, 1302, 1274] +Triangle: [1307, 1286, 1285] +Triangle: [1312, 1286, 1309] +Triangle: [1312, 1290, 1289] +Triangle: [1311, 1298, 1297] +Triangle: [1305, 1309, 1306] +Triangle: [1284, 1276, 1280] +Triangle: [1277, 1288, 1292] +Triangle: [1296, 1281, 1279] +Triangle: [1278, 1300, 1293] +Triangle: [1304, 1282, 1295] +Triangle: [1308, 1294, 1299] +Triangle: [1273, 1283, 1303] +Triangle: [1274, 1307, 1285] +Triangle: [1289, 1287, 1312] +Triangle: [1297, 1290, 1311] +Triangle: [1305, 1298, 1310] +Triangle: [1286, 1306, 1309] +Triangle: [1313, 1315, 1316] +Triangle: [1317, 1319, 1320] +Triangle: [1313, 1322, 1314] +Triangle: [1324, 1318, 1323] +Triangle: [1314, 1325, 1315] +Triangle: [1326, 1318, 1317] +Triangle: [1327, 1326, 1328] +Triangle: [1325, 1327, 1328] +Triangle: [1319, 1329, 1320] +Triangle: [1313, 1330, 1321] +Triangle: [1316, 1325, 1330] +Triangle: [1317, 1329, 1326] +Triangle: [1329, 1332, 1331] +Triangle: [1328, 1329, 1331] +Triangle: [1322, 1332, 1327] +Triangle: [1332, 1330, 1331] +Triangle: [1324, 1327, 1332] +Triangle: [1331, 1325, 1328] +Triangle: [1333, 1335, 1336] +Triangle: [1338, 1340, 1337] +Triangle: [1341, 1333, 1342] +Triangle: [1337, 1344, 1343] +Triangle: [1342, 1336, 1345] +Triangle: [1338, 1343, 1346] +Triangle: [1347, 1343, 1348] +Triangle: [1347, 1342, 1345] +Triangle: [1335, 1341, 1349] +Triangle: [1349, 1336, 1335] +Triangle: [1344, 1339, 1350] +Triangle: [1350, 1338, 1346] +Triangle: [1347, 1349, 1351] +Triangle: [1351, 1341, 1352] +Triangle: [1341, 1348, 1352] +Triangle: [1344, 1351, 1352] +Triangle: [1343, 1352, 1348] +Triangle: [1346, 1351, 1350] +Triangle: [1353, 1355, 1356] +Triangle: [1353, 1358, 1357] +Triangle: [1354, 1357, 1359] +Triangle: [1360, 1354, 1359] +Triangle: [1361, 1359, 1362] +Triangle: [1363, 1362, 1364] +Triangle: [1365, 1363, 1364] +Triangle: [1366, 1365, 1364] +Triangle: [1367, 1369, 1368] +Triangle: [1367, 1370, 1365] +Triangle: [1370, 1369, 1371] +Triangle: [1366, 1371, 1369] +Triangle: [1365, 1372, 1363] +Triangle: [1372, 1370, 1371] +Triangle: [1361, 1372, 1373] +Triangle: [1372, 1374, 1373] +Triangle: [1364, 1374, 1371] +Triangle: [1360, 1373, 1375] +Triangle: [1373, 1376, 1375] +Triangle: [1374, 1359, 1376] +Triangle: [1354, 1375, 1355] +Triangle: [1355, 1375, 1376] +Triangle: [1358, 1355, 1376] +Triangle: [1357, 1376, 1359] +Triangle: [1378, 1380, 1377] +Triangle: [1381, 1379, 1382] +Triangle: [1383, 1381, 1382] +Triangle: [1384, 1382, 1385] +Triangle: [1386, 1385, 1387] +Triangle: [1388, 1386, 1387] +Triangle: [1388, 1389, 1390] +Triangle: [1390, 1392, 1391] +Triangle: [1393, 1389, 1387] +Triangle: [1394, 1392, 1393] +Triangle: [1394, 1390, 1391] +Triangle: [1395, 1394, 1393] +Triangle: [1386, 1394, 1395] +Triangle: [1396, 1387, 1385] +Triangle: [1395, 1396, 1397] +Triangle: [1384, 1395, 1397] +Triangle: [1396, 1382, 1398] +Triangle: [1397, 1398, 1399] +Triangle: [1383, 1397, 1399] +Triangle: [1400, 1399, 1398] +Triangle: [1398, 1379, 1378] +Triangle: [1378, 1400, 1398] +Triangle: [1400, 1380, 1381] +Triangle: [1381, 1399, 1400] +Triangle: [1401, 1403, 1404] +Triangle: [1406, 1401, 1405] +Triangle: [1403, 1406, 1407] +Triangle: [1407, 1408, 1403] +Triangle: [1410, 1407, 1409] +Triangle: [1412, 1409, 1411] +Triangle: [1411, 1413, 1412] +Triangle: [1411, 1415, 1413] +Triangle: [1417, 1414, 1416] +Triangle: [1413, 1417, 1418] +Triangle: [1417, 1419, 1418] +Triangle: [1414, 1419, 1416] +Triangle: [1412, 1418, 1420] +Triangle: [1420, 1418, 1419] +Triangle: [1421, 1412, 1420] +Triangle: [1420, 1422, 1421] +Triangle: [1411, 1422, 1419] +Triangle: [1423, 1410, 1421] +Triangle: [1421, 1424, 1423] +Triangle: [1409, 1424, 1422] +Triangle: [1404, 1408, 1423] +Triangle: [1424, 1401, 1404] +Triangle: [1404, 1423, 1424] +Triangle: [1407, 1405, 1424] +Triangle: [1426, 1428, 1425] +Triangle: [1427, 1429, 1430] +Triangle: [1430, 1429, 1431] +Triangle: [1430, 1432, 1433] +Triangle: [1432, 1435, 1433] +Triangle: [1435, 1434, 1436] +Triangle: [1436, 1438, 1435] +Triangle: [1438, 1440, 1439] +Triangle: [1437, 1441, 1440] +Triangle: [1439, 1441, 1442] +Triangle: [1442, 1438, 1439] +Triangle: [1436, 1443, 1441] +Triangle: [1442, 1441, 1443] +Triangle: [1443, 1432, 1444] +Triangle: [1442, 1444, 1445] +Triangle: [1433, 1442, 1445] +Triangle: [1444, 1431, 1446] +Triangle: [1447, 1444, 1446] +Triangle: [1430, 1445, 1447] +Triangle: [1426, 1448, 1429] +Triangle: [1448, 1428, 1447] +Triangle: [1446, 1429, 1448] +Triangle: [1447, 1446, 1448] +Triangle: [1447, 1427, 1430] +Triangle: [1450, 1452, 1449] +Triangle: [1453, 1451, 1450] +Triangle: [1453, 1456, 1454] +Triangle: [1455, 1458, 1456] +Triangle: [1457, 1460, 1458] +Triangle: [1459, 1462, 1460] +Triangle: [1461, 1464, 1462] +Triangle: [1463, 1466, 1464] +Triangle: [1465, 1468, 1466] +Triangle: [1467, 1470, 1468] +Triangle: [1471, 1470, 1469] +Triangle: [1473, 1472, 1471] +Triangle: [1475, 1474, 1473] +Triangle: [1477, 1476, 1475] +Triangle: [1477, 1480, 1478] +Triangle: [1479, 1482, 1480] +Triangle: [1481, 1484, 1482] +Triangle: [1483, 1486, 1484] +Triangle: [1485, 1488, 1486] +Triangle: [1449, 1488, 1487] +Triangle: [1489, 1450, 1449] +Triangle: [1489, 1453, 1450] +Triangle: [1489, 1455, 1453] +Triangle: [1489, 1457, 1455] +Triangle: [1489, 1459, 1457] +Triangle: [1489, 1461, 1459] +Triangle: [1489, 1463, 1461] +Triangle: [1489, 1465, 1463] +Triangle: [1489, 1467, 1465] +Triangle: [1489, 1469, 1467] +Triangle: [1489, 1471, 1469] +Triangle: [1489, 1473, 1471] +Triangle: [1489, 1475, 1473] +Triangle: [1489, 1477, 1475] +Triangle: [1489, 1479, 1477] +Triangle: [1489, 1481, 1479] +Triangle: [1489, 1483, 1481] +Triangle: [1489, 1485, 1483] +Triangle: [1489, 1487, 1485] +Triangle: [1489, 1449, 1487] +Triangle: [1490, 1452, 1451] +Triangle: [1490, 1451, 1454] +Triangle: [1490, 1454, 1456] +Triangle: [1490, 1456, 1458] +Triangle: [1490, 1458, 1460] +Triangle: [1490, 1460, 1462] +Triangle: [1490, 1462, 1464] +Triangle: [1490, 1464, 1466] +Triangle: [1490, 1466, 1468] +Triangle: [1490, 1468, 1470] +Triangle: [1490, 1470, 1472] +Triangle: [1490, 1472, 1474] +Triangle: [1490, 1474, 1476] +Triangle: [1490, 1476, 1478] +Triangle: [1490, 1478, 1480] +Triangle: [1490, 1480, 1482] +Triangle: [1490, 1482, 1484] +Triangle: [1490, 1484, 1486] +Triangle: [1490, 1486, 1488] +Triangle: [1490, 1488, 1452] +Triangle: [1492, 1494, 1491] +Triangle: [1495, 1496, 1497] +Triangle: [1493, 1495, 1494] +Triangle: [1498, 1492, 1491] +Triangle: [1491, 1499, 1498] +Triangle: [1491, 1500, 1499] +Triangle: [1496, 1502, 1497] +Triangle: [1493, 1501, 1496] +Triangle: [1495, 1500, 1494] +Triangle: [1500, 1498, 1499] +Triangle: [1501, 1498, 1502] +Triangle: [1495, 1504, 1503] +Triangle: [1505, 1495, 1503] +Triangle: [1504, 1502, 1506] +Triangle: [1502, 1505, 1506] +Triangle: [1507, 1503, 1504] +Triangle: [1503, 1507, 1505] +Triangle: [1506, 1507, 1504] +Triangle: [1505, 1507, 1506] +Triangle: [1509, 1511, 1508] +Triangle: [1512, 1513, 1514] +Triangle: [1510, 1512, 1511] +Triangle: [1515, 1509, 1508] +Triangle: [1508, 1516, 1515] +Triangle: [1508, 1517, 1516] +Triangle: [1513, 1519, 1514] +Triangle: [1510, 1518, 1513] +Triangle: [1512, 1517, 1511] +Triangle: [1516, 1512, 1515] +Triangle: [1518, 1515, 1519] +Triangle: [1512, 1521, 1520] +Triangle: [1520, 1515, 1512] +Triangle: [1523, 1514, 1519] +Triangle: [1515, 1523, 1519] +Triangle: [1524, 1520, 1521] +Triangle: [1520, 1524, 1522] +Triangle: [1523, 1524, 1521] +Triangle: [1522, 1524, 1523] +Triangle: [0, 1, 2] +Triangle: [4, 5, 6] +Triangle: [8, 9, 10] +Triangle: [13, 9, 14] +Triangle: [14, 9, 8] +Triangle: [4, 7, 11] +Triangle: [10, 9, 13] +Triangle: [19, 4, 17] +Triangle: [11, 7, 20] +Triangle: [5, 21, 22] +Triangle: [21, 23, 24] +Triangle: [24, 23, 25] +Triangle: [26, 25, 27] +Triangle: [27, 29, 30] +Triangle: [30, 29, 31] +Triangle: [32, 31, 33] +Triangle: [34, 33, 35] +Triangle: [35, 37, 38] +Triangle: [37, 39, 40] +Triangle: [39, 0, 41] +Triangle: [43, 3, 44] +Triangle: [41, 0, 3] +Triangle: [42, 40, 41] +Triangle: [38, 40, 42] +Triangle: [36, 38, 45] +Triangle: [34, 36, 46] +Triangle: [32, 34, 47] +Triangle: [49, 30, 32] +Triangle: [50, 28, 30] +Triangle: [51, 26, 28] +Triangle: [52, 24, 26] +Triangle: [53, 22, 24] +Triangle: [7, 6, 54] +Triangle: [6, 22, 53] +Triangle: [16, 15, 20] +Triangle: [56, 12, 16] +Triangle: [18, 13, 56] +Triangle: [20, 54, 57] +Triangle: [54, 53, 58] +Triangle: [53, 52, 59] +Triangle: [59, 52, 51] +Triangle: [51, 50, 61] +Triangle: [50, 49, 62] +Triangle: [49, 48, 63] +Triangle: [48, 47, 64] +Triangle: [47, 46, 65] +Triangle: [65, 46, 45] +Triangle: [42, 44, 66] +Triangle: [3, 2, 67] +Triangle: [0, 39, 68] +Triangle: [67, 2, 1] +Triangle: [39, 37, 69] +Triangle: [67, 68, 69] +Triangle: [70, 66, 44] +Triangle: [37, 35, 71] +Triangle: [70, 69, 71] +Triangle: [72, 65, 66] +Triangle: [71, 35, 33] +Triangle: [74, 72, 71] +Triangle: [64, 65, 72] +Triangle: [73, 33, 31] +Triangle: [76, 74, 73] +Triangle: [63, 64, 74] +Triangle: [75, 31, 29] +Triangle: [78, 76, 75] +Triangle: [62, 63, 76] +Triangle: [77, 29, 27] +Triangle: [78, 77, 79] +Triangle: [80, 61, 62] +Triangle: [79, 27, 25] +Triangle: [82, 80, 79] +Triangle: [60, 61, 80] +Triangle: [81, 25, 23] +Triangle: [84, 82, 81] +Triangle: [59, 60, 82] +Triangle: [85, 83, 23] +Triangle: [86, 84, 83] +Triangle: [58, 59, 84] +Triangle: [4, 19, 87] +Triangle: [19, 56, 88] +Triangle: [21, 5, 87] +Triangle: [88, 86, 85] +Triangle: [88, 56, 55] +Triangle: [88, 57, 58] +Triangle: [90, 91, 92] +Triangle: [92, 93, 95] +Triangle: [100, 97, 89] +Triangle: [92, 96, 99] +Triangle: [96, 95, 100] +Triangle: [93, 94, 98] +Triangle: [98, 94, 91] +Triangle: [97, 100, 102] +Triangle: [102, 100, 95] +Triangle: [103, 95, 93] +Triangle: [93, 97, 101] +Triangle: [107, 108, 109] +Triangle: [111, 108, 107] +Triangle: [106, 109, 113] +Triangle: [113, 109, 108] +Triangle: [107, 106, 112] +Triangle: [114, 113, 111] +Triangle: [116, 114, 115] +Triangle: [118, 116, 117] +Triangle: [118, 119, 121] +Triangle: [120, 121, 123] +Triangle: [125, 126, 127] +Triangle: [115, 111, 110] +Triangle: [110, 112, 129] +Triangle: [112, 113, 114] +Triangle: [117, 115, 128] +Triangle: [119, 117, 130] +Triangle: [121, 119, 131] +Triangle: [125, 123, 133] +Triangle: [123, 121, 132] +Triangle: [122, 123, 125] +Triangle: [134, 125, 124] +Triangle: [135, 124, 137] +Triangle: [136, 137, 139] +Triangle: [138, 139, 141] +Triangle: [140, 141, 143] +Triangle: [142, 143, 145] +Triangle: [144, 145, 147] +Triangle: [146, 147, 149] +Triangle: [148, 149, 151] +Triangle: [150, 151, 153] +Triangle: [152, 153, 155] +Triangle: [154, 155, 157] +Triangle: [156, 157, 159] +Triangle: [158, 159, 161] +Triangle: [162, 160, 161] +Triangle: [164, 162, 163] +Triangle: [166, 164, 165] +Triangle: [168, 166, 167] +Triangle: [170, 168, 169] +Triangle: [172, 170, 171] +Triangle: [172, 173, 175] +Triangle: [174, 175, 177] +Triangle: [176, 177, 179] +Triangle: [178, 179, 181] +Triangle: [182, 180, 181] +Triangle: [182, 183, 185] +Triangle: [184, 185, 187] +Triangle: [188, 186, 187] +Triangle: [190, 188, 189] +Triangle: [192, 190, 191] +Triangle: [129, 192, 193] +Triangle: [122, 134, 194] +Triangle: [194, 196, 127] +Triangle: [196, 194, 134] +Triangle: [141, 139, 198] +Triangle: [199, 200, 197] +Triangle: [199, 138, 140] +Triangle: [139, 137, 201] +Triangle: [202, 199, 198] +Triangle: [202, 136, 138] +Triangle: [137, 124, 127] +Triangle: [196, 202, 201] +Triangle: [135, 136, 202] +Triangle: [143, 141, 197] +Triangle: [197, 200, 204] +Triangle: [200, 140, 142] +Triangle: [145, 143, 203] +Triangle: [205, 203, 204] +Triangle: [206, 204, 142] +Triangle: [147, 145, 205] +Triangle: [207, 205, 206] +Triangle: [208, 206, 144] +Triangle: [149, 147, 207] +Triangle: [208, 146, 148] +Triangle: [209, 207, 208] +Triangle: [211, 209, 210] +Triangle: [210, 148, 150] +Triangle: [151, 149, 209] +Triangle: [153, 151, 211] +Triangle: [213, 211, 212] +Triangle: [214, 212, 150] +Triangle: [155, 153, 213] +Triangle: [215, 213, 214] +Triangle: [214, 152, 154] +Triangle: [155, 215, 217] +Triangle: [217, 215, 216] +Triangle: [216, 154, 156] +Triangle: [159, 157, 217] +Triangle: [219, 217, 218] +Triangle: [218, 156, 158] +Triangle: [161, 159, 219] +Triangle: [221, 219, 220] +Triangle: [220, 158, 160] +Triangle: [163, 161, 221] +Triangle: [221, 222, 224] +Triangle: [222, 160, 162] +Triangle: [165, 163, 223] +Triangle: [223, 224, 226] +Triangle: [226, 224, 162] +Triangle: [167, 165, 225] +Triangle: [225, 226, 228] +Triangle: [228, 226, 164] +Triangle: [169, 167, 227] +Triangle: [227, 228, 230] +Triangle: [230, 228, 166] +Triangle: [171, 169, 229] +Triangle: [229, 230, 232] +Triangle: [232, 230, 168] +Triangle: [173, 171, 231] +Triangle: [233, 231, 232] +Triangle: [232, 170, 172] +Triangle: [175, 173, 233] +Triangle: [235, 233, 234] +Triangle: [234, 172, 174] +Triangle: [177, 175, 235] +Triangle: [237, 235, 236] +Triangle: [236, 174, 176] +Triangle: [179, 177, 237] +Triangle: [239, 237, 238] +Triangle: [238, 176, 178] +Triangle: [181, 179, 239] +Triangle: [241, 239, 240] +Triangle: [240, 178, 180] +Triangle: [181, 241, 243] +Triangle: [241, 242, 244] +Triangle: [244, 242, 180] +Triangle: [183, 243, 245] +Triangle: [245, 243, 244] +Triangle: [246, 244, 182] +Triangle: [185, 245, 247] +Triangle: [247, 245, 246] +Triangle: [248, 246, 184] +Triangle: [187, 247, 249] +Triangle: [247, 248, 250] +Triangle: [250, 248, 186] +Triangle: [189, 249, 251] +Triangle: [249, 250, 252] +Triangle: [250, 188, 190] +Triangle: [193, 191, 251] +Triangle: [251, 252, 254] +Triangle: [252, 190, 192] +Triangle: [193, 253, 255] +Triangle: [253, 254, 256] +Triangle: [256, 254, 192] +Triangle: [255, 256, 257] +Triangle: [257, 129, 114] +Triangle: [130, 257, 258] +Triangle: [258, 257, 116] +Triangle: [132, 131, 258] +Triangle: [259, 258, 118] +Triangle: [133, 132, 259] +Triangle: [195, 259, 120] +Triangle: [126, 133, 195] +Triangle: [261, 262, 263] +Triangle: [260, 263, 265] +Triangle: [266, 264, 265] +Triangle: [268, 266, 267] +Triangle: [269, 270, 271] +Triangle: [268, 271, 273] +Triangle: [266, 268, 272] +Triangle: [264, 266, 274] +Triangle: [276, 260, 264] +Triangle: [277, 261, 260] +Triangle: [278, 262, 261] +Triangle: [263, 262, 278] +Triangle: [265, 263, 279] +Triangle: [281, 267, 265] +Triangle: [282, 269, 267] +Triangle: [271, 270, 283] +Triangle: [283, 270, 269] +Triangle: [284, 285, 286] +Triangle: [287, 286, 288] +Triangle: [284, 287, 289] +Triangle: [291, 283, 282] +Triangle: [292, 282, 281] +Triangle: [293, 281, 280] +Triangle: [280, 279, 295] +Triangle: [279, 278, 296] +Triangle: [278, 277, 297] +Triangle: [277, 276, 298] +Triangle: [276, 275, 299] +Triangle: [275, 274, 300] +Triangle: [274, 272, 301] +Triangle: [272, 273, 302] +Triangle: [291, 289, 288] +Triangle: [273, 283, 291] +Triangle: [285, 284, 290] +Triangle: [288, 286, 285] +Triangle: [305, 297, 298] +Triangle: [306, 304, 298] +Triangle: [307, 304, 306] +Triangle: [310, 307, 308] +Triangle: [311, 306, 299] +Triangle: [308, 306, 311] +Triangle: [313, 309, 308] +Triangle: [314, 311, 300] +Triangle: [311, 314, 315] +Triangle: [316, 313, 312] +Triangle: [317, 314, 301] +Triangle: [317, 302, 288] +Triangle: [314, 317, 318] +Triangle: [319, 316, 315] +Triangle: [289, 291, 320] +Triangle: [303, 290, 320] +Triangle: [318, 317, 320] +Triangle: [322, 319, 318] +Triangle: [320, 291, 292] +Triangle: [316, 319, 322] +Triangle: [321, 320, 323] +Triangle: [324, 322, 321] +Triangle: [316, 324, 326] +Triangle: [323, 292, 293] +Triangle: [325, 323, 327] +Triangle: [326, 324, 325] +Triangle: [313, 326, 329] +Triangle: [330, 327, 293] +Triangle: [328, 327, 330] +Triangle: [329, 326, 328] +Triangle: [310, 309, 329] +Triangle: [333, 330, 294] +Triangle: [330, 333, 334] +Triangle: [332, 329, 331] +Triangle: [335, 296, 297] +Triangle: [335, 333, 295] +Triangle: [337, 310, 332] +Triangle: [333, 335, 338] +Triangle: [338, 335, 305] +Triangle: [305, 304, 307] +Triangle: [307, 310, 337] +Triangle: [339, 337, 336] +Triangle: [332, 334, 338] +Triangle: [340, 341, 342] +Triangle: [344, 345, 346] +Triangle: [348, 349, 350] +Triangle: [353, 349, 354] +Triangle: [354, 349, 348] +Triangle: [344, 347, 351] +Triangle: [349, 353, 358] +Triangle: [359, 344, 357] +Triangle: [348, 351, 347] +Triangle: [346, 345, 361] +Triangle: [362, 361, 363] +Triangle: [363, 365, 366] +Triangle: [365, 367, 368] +Triangle: [367, 369, 370] +Triangle: [370, 369, 371] +Triangle: [372, 371, 373] +Triangle: [374, 373, 375] +Triangle: [376, 375, 377] +Triangle: [378, 377, 379] +Triangle: [340, 381, 380] +Triangle: [383, 343, 384] +Triangle: [381, 340, 343] +Triangle: [382, 380, 381] +Triangle: [385, 378, 380] +Triangle: [386, 376, 378] +Triangle: [387, 374, 376] +Triangle: [388, 372, 374] +Triangle: [389, 370, 372] +Triangle: [390, 368, 370] +Triangle: [391, 366, 368] +Triangle: [392, 364, 366] +Triangle: [362, 364, 392] +Triangle: [347, 346, 394] +Triangle: [346, 362, 393] +Triangle: [356, 355, 360] +Triangle: [396, 352, 356] +Triangle: [359, 358, 353] +Triangle: [360, 394, 397] +Triangle: [394, 393, 398] +Triangle: [393, 392, 399] +Triangle: [392, 391, 400] +Triangle: [400, 391, 390] +Triangle: [401, 390, 389] +Triangle: [402, 389, 388] +Triangle: [403, 388, 387] +Triangle: [404, 387, 386] +Triangle: [405, 386, 385] +Triangle: [385, 382, 384] +Triangle: [343, 342, 407] +Triangle: [340, 379, 408] +Triangle: [407, 342, 341] +Triangle: [379, 377, 409] +Triangle: [410, 407, 408] +Triangle: [406, 384, 407] +Triangle: [377, 375, 411] +Triangle: [412, 410, 409] +Triangle: [405, 406, 410] +Triangle: [411, 375, 373] +Triangle: [414, 412, 411] +Triangle: [404, 405, 412] +Triangle: [373, 371, 415] +Triangle: [416, 414, 413] +Triangle: [403, 404, 414] +Triangle: [415, 371, 369] +Triangle: [418, 416, 415] +Triangle: [402, 403, 416] +Triangle: [417, 369, 367] +Triangle: [420, 418, 417] +Triangle: [420, 401, 402] +Triangle: [419, 367, 365] +Triangle: [422, 420, 419] +Triangle: [400, 401, 420] +Triangle: [365, 363, 423] +Triangle: [422, 421, 423] +Triangle: [399, 400, 422] +Triangle: [423, 363, 361] +Triangle: [424, 423, 425] +Triangle: [398, 399, 424] +Triangle: [344, 359, 427] +Triangle: [359, 396, 428] +Triangle: [361, 345, 427] +Triangle: [426, 425, 427] +Triangle: [428, 396, 395] +Triangle: [397, 398, 426] +Triangle: [429, 430, 431] +Triangle: [434, 435, 430] +Triangle: [429, 433, 436] +Triangle: [438, 435, 434] +Triangle: [437, 434, 436] +Triangle: [440, 441, 438] +Triangle: [440, 437, 439] +Triangle: [444, 441, 440] +Triangle: [443, 440, 442] +Triangle: [447, 444, 443] +Triangle: [446, 443, 445] +Triangle: [450, 447, 446] +Triangle: [449, 446, 448] +Triangle: [452, 453, 450] +Triangle: [449, 451, 454] +Triangle: [455, 456, 453] +Triangle: [455, 452, 454] +Triangle: [459, 456, 455] +Triangle: [458, 455, 457] +Triangle: [461, 459, 458] +Triangle: [458, 460, 463] +Triangle: [464, 465, 461] +Triangle: [462, 463, 466] +Triangle: [461, 465, 467] +Triangle: [466, 463, 460] +Triangle: [469, 467, 465] +Triangle: [469, 464, 466] +Triangle: [456, 459, 467] +Triangle: [468, 460, 457] +Triangle: [472, 470, 467] +Triangle: [472, 469, 468] +Triangle: [453, 456, 470] +Triangle: [471, 457, 454] +Triangle: [475, 473, 470] +Triangle: [475, 472, 471] +Triangle: [450, 453, 473] +Triangle: [474, 454, 451] +Triangle: [476, 473, 475] +Triangle: [478, 475, 474] +Triangle: [447, 450, 476] +Triangle: [477, 451, 448] +Triangle: [481, 479, 476] +Triangle: [481, 478, 477] +Triangle: [444, 447, 479] +Triangle: [480, 448, 445] +Triangle: [484, 482, 479] +Triangle: [484, 481, 480] +Triangle: [441, 444, 482] +Triangle: [483, 445, 442] +Triangle: [485, 482, 484] +Triangle: [487, 484, 483] +Triangle: [438, 441, 485] +Triangle: [486, 442, 439] +Triangle: [490, 488, 485] +Triangle: [487, 486, 489] +Triangle: [435, 438, 488] +Triangle: [489, 439, 436] +Triangle: [491, 488, 490] +Triangle: [490, 489, 492] +Triangle: [433, 432, 494] +Triangle: [435, 491, 496] +Triangle: [495, 492, 436] +Triangle: [494, 432, 431] +Triangle: [498, 493, 492] +Triangle: [430, 496, 497] +Triangle: [495, 494, 497] +Triangle: [496, 491, 493] +Triangle: [500, 502, 503] +Triangle: [507, 509, 510] +Triangle: [508, 510, 511] +Triangle: [510, 509, 514] +Triangle: [509, 515, 516] +Triangle: [509, 507, 506] +Triangle: [515, 506, 505] +Triangle: [504, 518, 517] +Triangle: [501, 503, 518] +Triangle: [519, 520, 502] +Triangle: [521, 522, 520] +Triangle: [523, 524, 522] +Triangle: [525, 526, 524] +Triangle: [527, 526, 525] +Triangle: [529, 527, 528] +Triangle: [530, 531, 532] +Triangle: [534, 529, 532] +Triangle: [533, 532, 536] +Triangle: [536, 532, 531] +Triangle: [529, 534, 538] +Triangle: [527, 538, 539] +Triangle: [540, 539, 538] +Triangle: [534, 542, 541] +Triangle: [524, 543, 544] +Triangle: [545, 502, 520] +Triangle: [522, 544, 546] +Triangle: [547, 544, 543] +Triangle: [549, 546, 544] +Triangle: [548, 543, 539] +Triangle: [543, 524, 526] +Triangle: [552, 553, 554] +Triangle: [556, 557, 554] +Triangle: [558, 559, 557] +Triangle: [560, 561, 557] +Triangle: [559, 562, 563] +Triangle: [559, 558, 564] +Triangle: [563, 562, 511] +Triangle: [566, 567, 560] +Triangle: [566, 563, 565] +Triangle: [567, 569, 561] +Triangle: [569, 570, 571] +Triangle: [570, 569, 573] +Triangle: [574, 573, 569] +Triangle: [576, 555, 577] +Triangle: [554, 571, 577] +Triangle: [555, 576, 551] +Triangle: [554, 557, 561] +Triangle: [550, 551, 576] +Triangle: [537, 550, 578] +Triangle: [535, 536, 578] +Triangle: [575, 579, 578] +Triangle: [579, 580, 581] +Triangle: [582, 580, 579] +Triangle: [584, 582, 585] +Triangle: [585, 582, 575] +Triangle: [580, 582, 584] +Triangle: [587, 581, 580] +Triangle: [588, 589, 581] +Triangle: [588, 587, 591] +Triangle: [587, 586, 592] +Triangle: [596, 597, 598] +Triangle: [599, 600, 596] +Triangle: [602, 599, 601] +Triangle: [599, 602, 604] +Triangle: [605, 604, 606] +Triangle: [600, 599, 605] +Triangle: [609, 608, 610] +Triangle: [607, 610, 608] +Triangle: [612, 613, 611] +Triangle: [613, 614, 615] +Triangle: [611, 615, 616] +Triangle: [617, 606, 604] +Triangle: [619, 620, 609] +Triangle: [621, 619, 616] +Triangle: [616, 615, 623] +Triangle: [597, 596, 600] +Triangle: [624, 597, 620] +Triangle: [624, 625, 598] +Triangle: [626, 627, 628] +Triangle: [629, 630, 628] +Triangle: [630, 631, 632] +Triangle: [618, 628, 632] +Triangle: [631, 630, 633] +Triangle: [634, 633, 635] +Triangle: [627, 626, 638] +Triangle: [603, 638, 626] +Triangle: [640, 641, 642] +Triangle: [639, 643, 644] +Triangle: [603, 601, 646] +Triangle: [595, 647, 646] +Triangle: [649, 650, 651] +Triangle: [648, 652, 653] +Triangle: [655, 656, 654] +Triangle: [658, 659, 660] +Triangle: [661, 651, 650] +Triangle: [662, 663, 664] +Triangle: [663, 665, 666] +Triangle: [668, 669, 670] +Triangle: [671, 669, 668] +Triangle: [645, 646, 647] +Triangle: [646, 601, 596] +Triangle: [675, 594, 593] +Triangle: [572, 674, 625] +Triangle: [675, 674, 572] +Triangle: [663, 594, 675] +Triangle: [665, 675, 573] +Triangle: [680, 681, 679] +Triangle: [681, 680, 683] +Triangle: [685, 681, 682] +Triangle: [687, 688, 689] +Triangle: [693, 683, 680] +Triangle: [692, 694, 695] +Triangle: [694, 697, 698] +Triangle: [696, 699, 695] +Triangle: [696, 700, 701] +Triangle: [698, 702, 700] +Triangle: [692, 678, 697] +Triangle: [692, 680, 676] +Triangle: [695, 703, 704] +Triangle: [706, 703, 707] +Triangle: [699, 707, 703] +Triangle: [708, 707, 699] +Triangle: [710, 715, 716] +Triangle: [715, 717, 718] +Triangle: [716, 718, 701] +Triangle: [720, 718, 717] +Triangle: [719, 717, 722] +Triangle: [723, 722, 717] +Triangle: [715, 710, 711] +Triangle: [724, 725, 722] +Triangle: [712, 724, 723] +Triangle: [702, 709, 716] +Triangle: [731, 730, 732] +Triangle: [731, 734, 728] +Triangle: [735, 729, 728] +Triangle: [736, 735, 737] +Triangle: [734, 739, 737] +Triangle: [740, 729, 735] +Triangle: [734, 731, 741] +Triangle: [741, 731, 733] +Triangle: [732, 743, 744] +Triangle: [745, 744, 743] +Triangle: [745, 747, 748] +Triangle: [749, 750, 747] +Triangle: [751, 749, 745] +Triangle: [754, 755, 756] +Triangle: [755, 736, 738] +Triangle: [736, 755, 752] +Triangle: [502, 545, 758] +Triangle: [545, 658, 657] +Triangle: [518, 503, 758] +Triangle: [759, 760, 517] +Triangle: [515, 517, 760] +Triangle: [516, 760, 761] +Triangle: [760, 759, 763] +Triangle: [657, 763, 759] +Triangle: [764, 765, 761] +Triangle: [660, 764, 763] +Triangle: [766, 767, 768] +Triangle: [769, 770, 771] +Triangle: [770, 772, 773] +Triangle: [775, 776, 777] +Triangle: [777, 778, 779] +Triangle: [776, 775, 780] +Triangle: [781, 780, 783] +Triangle: [762, 761, 765] +Triangle: [514, 516, 762] +Triangle: [513, 514, 785] +Triangle: [565, 513, 786] +Triangle: [568, 786, 788] +Triangle: [787, 789, 566] +Triangle: [567, 566, 789] +Triangle: [791, 792, 793] +Triangle: [792, 791, 795] +Triangle: [794, 795, 796] +Triangle: [797, 796, 773] +Triangle: [784, 798, 785] +Triangle: [786, 785, 798] +Triangle: [562, 564, 512] +Triangle: [565, 511, 510] +Triangle: [799, 800, 801] +Triangle: [803, 804, 805] +Triangle: [806, 807, 808] +Triangle: [807, 806, 809] +Triangle: [807, 811, 812] +Triangle: [813, 814, 815] +Triangle: [817, 812, 811] +Triangle: [802, 813, 816] +Triangle: [819, 820, 821] +Triangle: [820, 819, 822] +Triangle: [819, 805, 824] +Triangle: [805, 819, 809] +Triangle: [826, 821, 820] +Triangle: [827, 828, 826] +Triangle: [829, 826, 825] +Triangle: [824, 805, 804] +Triangle: [832, 801, 800] +Triangle: [778, 832, 833] +Triangle: [831, 834, 835] +Triangle: [817, 818, 836] +Triangle: [838, 839, 840] +Triangle: [842, 839, 838] +Triangle: [842, 844, 845] +Triangle: [846, 843, 838] +Triangle: [849, 850, 846] +Triangle: [848, 846, 847] +Triangle: [839, 845, 852] +Triangle: [570, 572, 583] +Triangle: [585, 577, 571] +Triangle: [583, 625, 853] +Triangle: [586, 584, 853] +Triangle: [854, 855, 592] +Triangle: [621, 856, 855] +Triangle: [856, 858, 859] +Triangle: [857, 859, 861] +Triangle: [859, 862, 863] +Triangle: [636, 635, 861] +Triangle: [865, 636, 863] +Triangle: [866, 867, 868] +Triangle: [864, 863, 862] +Triangle: [870, 862, 872] +Triangle: [862, 859, 858] +Triangle: [873, 860, 874] +Triangle: [873, 590, 591] +Triangle: [876, 857, 860] +Triangle: [857, 876, 855] +Triangle: [855, 876, 591] +Triangle: [590, 873, 875] +Triangle: [877, 875, 641] +Triangle: [877, 878, 588] +Triangle: [878, 877, 640] +Triangle: [875, 874, 879] +Triangle: [872, 858, 622] +Triangle: [619, 621, 854] +Triangle: [624, 854, 853] +Triangle: [658, 545, 546] +Triangle: [782, 783, 667] +Triangle: [540, 541, 644] +Triangle: [540, 643, 880] +Triangle: [641, 879, 629] +Triangle: [881, 882, 750] +Triangle: [615, 614, 883] +Triangle: [885, 886, 887] +Triangle: [884, 887, 889] +Triangle: [869, 868, 888] +Triangle: [891, 869, 889] +Triangle: [893, 894, 890] +Triangle: [890, 889, 887] +Triangle: [895, 896, 894] +Triangle: [898, 897, 894] +Triangle: [896, 891, 890] +Triangle: [899, 900, 901] +Triangle: [904, 899, 902] +Triangle: [905, 906, 900] +Triangle: [907, 905, 899] +Triangle: [909, 901, 900] +Triangle: [903, 902, 911] +Triangle: [535, 581, 589] +Triangle: [533, 589, 542] +Triangle: [878, 542, 589] +Triangle: [644, 541, 542] +Triangle: [713, 689, 724] +Triangle: [721, 722, 725] +Triangle: [913, 829, 830] +Triangle: [916, 917, 918] +Triangle: [915, 919, 920] +Triangle: [921, 922, 917] +Triangle: [923, 921, 916] +Triangle: [825, 820, 823] +Triangle: [919, 915, 830] +Triangle: [924, 920, 919] +Triangle: [830, 915, 918] +Triangle: [707, 708, 925] +Triangle: [926, 705, 925] +Triangle: [922, 921, 927] +Triangle: [720, 922, 925] +Triangle: [719, 917, 922] +Triangle: [721, 918, 917] +Triangle: [912, 914, 918] +Triangle: [928, 827, 829] +Triangle: [928, 929, 930] +Triangle: [827, 930, 931] +Triangle: [851, 931, 930] +Triangle: [848, 930, 929] +Triangle: [689, 688, 725] +Triangle: [748, 742, 733] +Triangle: [933, 934, 935] +Triangle: [936, 907, 934] +Triangle: [933, 747, 750] +Triangle: [747, 933, 932] +Triangle: [936, 750, 882] +Triangle: [937, 882, 939] +Triangle: [937, 938, 906] +Triangle: [936, 937, 905] +Triangle: [941, 942, 943] +Triangle: [938, 940, 943] +Triangle: [938, 939, 944] +Triangle: [882, 881, 945] +Triangle: [939, 945, 946] +Triangle: [944, 946, 948] +Triangle: [949, 950, 932] +Triangle: [950, 949, 952] +Triangle: [953, 951, 952] +Triangle: [955, 953, 954] +Triangle: [958, 949, 935] +Triangle: [957, 935, 934] +Triangle: [958, 961, 962] +Triangle: [961, 958, 957] +Triangle: [949, 958, 960] +Triangle: [934, 907, 904] +Triangle: [964, 965, 756] +Triangle: [757, 947, 948] +Triangle: [966, 965, 967] +Triangle: [964, 969, 967] +Triangle: [967, 895, 897] +Triangle: [897, 898, 942] +Triangle: [941, 966, 968] +Triangle: [895, 967, 969] +Triangle: [956, 971, 970] +Triangle: [971, 972, 973] +Triangle: [971, 974, 975] +Triangle: [974, 971, 956] +Triangle: [955, 956, 969] +Triangle: [823, 822, 976] +Triangle: [924, 976, 977] +Triangle: [978, 977, 980] +Triangle: [979, 981, 923] +Triangle: [978, 923, 920] +Triangle: [981, 927, 921] +Triangle: [982, 926, 927] +Triangle: [983, 984, 979] +Triangle: [984, 982, 981] +Triangle: [985, 926, 982] +Triangle: [986, 845, 844] +Triangle: [705, 926, 985] +Triangle: [987, 706, 985] +Triangle: [988, 989, 973] +Triangle: [891, 896, 973] +Triangle: [869, 891, 989] +Triangle: [989, 988, 990] +Triangle: [972, 975, 991] +Triangle: [903, 992, 959] +Triangle: [718, 720, 708] +Triangle: [960, 974, 954] +Triangle: [962, 975, 974] +Triangle: [959, 992, 963] +Triangle: [908, 900, 906] +Triangle: [908, 943, 942] +Triangle: [898, 893, 909] +Triangle: [970, 973, 896] +Triangle: [642, 629, 627] +Triangle: [880, 643, 639] +Triangle: [638, 603, 645] +Triangle: [645, 673, 995] +Triangle: [642, 637, 993] +Triangle: [547, 548, 880] +Triangle: [996, 880, 993] +Triangle: [998, 549, 547] +Triangle: [994, 995, 998] +Triangle: [637, 638, 994] +Triangle: [1002, 1003, 1004] +Triangle: [1000, 999, 1004] +Triangle: [1006, 815, 814] +Triangle: [1009, 1006, 1007] +Triangle: [672, 1009, 1008] +Triangle: [837, 836, 1011] +Triangle: [988, 991, 1012] +Triangle: [1013, 867, 866] +Triangle: [1012, 1015, 1016] +Triangle: [990, 1012, 1014] +Triangle: [1018, 1019, 1020] +Triangle: [992, 903, 910] +Triangle: [1018, 1017, 1021] +Triangle: [1022, 963, 992] +Triangle: [910, 911, 1024] +Triangle: [1018, 1024, 1025] +Triangle: [1026, 911, 902] +Triangle: [1027, 886, 885] +Triangle: [1027, 1024, 911] +Triangle: [892, 887, 886] +Triangle: [886, 1027, 1026] +Triangle: [893, 892, 1029] +Triangle: [901, 909, 1029] +Triangle: [821, 826, 828] +Triangle: [811, 807, 810] +Triangle: [1032, 1030, 828] +Triangle: [818, 811, 1031] +Triangle: [1033, 1031, 1032] +Triangle: [931, 851, 1034] +Triangle: [847, 838, 841] +Triangle: [1036, 836, 818] +Triangle: [1011, 836, 1036] +Triangle: [851, 847, 1035] +Triangle: [841, 840, 1039] +Triangle: [1038, 1035, 841] +Triangle: [1033, 1034, 1038] +Triangle: [1040, 852, 845] +Triangle: [1040, 986, 982] +Triangle: [976, 822, 824] +Triangle: [976, 835, 1041] +Triangle: [835, 834, 1042] +Triangle: [1042, 1044, 1045] +Triangle: [1046, 980, 977] +Triangle: [1047, 983, 980] +Triangle: [1044, 1048, 1049] +Triangle: [1046, 1041, 1043] +Triangle: [1000, 1005, 1047] +Triangle: [1001, 1000, 1049] +Triangle: [1047, 1046, 1045] +Triangle: [914, 912, 1050] +Triangle: [912, 725, 688] +Triangle: [929, 928, 1051] +Triangle: [913, 1050, 1051] +Triangle: [849, 929, 1052] +Triangle: [1051, 687, 1054] +Triangle: [1054, 1055, 1056] +Triangle: [683, 693, 704] +Triangle: [704, 703, 706] +Triangle: [1061, 704, 987] +Triangle: [844, 842, 1060] +Triangle: [846, 850, 1062] +Triangle: [1060, 842, 843] +Triangle: [1062, 850, 1058] +Triangle: [849, 1053, 1058] +Triangle: [753, 752, 755] +Triangle: [1065, 753, 754] +Triangle: [1067, 1066, 1064] +Triangle: [1065, 948, 946] +Triangle: [1069, 945, 881] +Triangle: [1066, 1067, 1069] +Triangle: [1070, 881, 749] +Triangle: [1067, 946, 945] +Triangle: [689, 713, 714] +Triangle: [1072, 686, 714] +Triangle: [681, 685, 690] +Triangle: [685, 1074, 1073] +Triangle: [726, 691, 1073] +Triangle: [1056, 1055, 1072] +Triangle: [1055, 687, 686] +Triangle: [1071, 1073, 1074] +Triangle: [1057, 1053, 1056] +Triangle: [1074, 685, 684] +Triangle: [684, 682, 1075] +Triangle: [1058, 1057, 1075] +Triangle: [682, 683, 1059] +Triangle: [1076, 1014, 1016] +Triangle: [865, 1078, 634] +Triangle: [1011, 1037, 1039] +Triangle: [1079, 1080, 1005] +Triangle: [1079, 1039, 840] +Triangle: [852, 1040, 1080] +Triangle: [1015, 1012, 991] +Triangle: [975, 962, 1081] +Triangle: [1082, 961, 963] +Triangle: [1081, 962, 961] +Triangle: [1081, 1082, 1083] +Triangle: [1017, 1020, 1084] +Triangle: [1083, 1082, 1022] +Triangle: [1085, 1083, 1023] +Triangle: [1086, 649, 648] +Triangle: [768, 767, 1087] +Triangle: [659, 658, 549] +Triangle: [1086, 659, 998] +Triangle: [1089, 1077, 1016] +Triangle: [1040, 984, 983] +Triangle: [983, 1047, 1005] +Triangle: [950, 742, 748] +Triangle: [951, 741, 742] +Triangle: [741, 951, 953] +Triangle: [739, 953, 955] +Triangle: [738, 737, 955] +Triangle: [757, 756, 965] +Triangle: [947, 757, 966] +Triangle: [940, 944, 947] +Triangle: [608, 609, 620] +Triangle: [618, 604, 602] +Triangle: [630, 629, 879] +Triangle: [633, 879, 874] +Triangle: [860, 861, 635] +Triangle: [621, 622, 858] +Triangle: [1090, 768, 656] +Triangle: [1091, 1092, 1006] +Triangle: [1093, 1091, 1009] +Triangle: [672, 668, 1094] +Triangle: [652, 1094, 668] +Triangle: [652, 667, 783] +Triangle: [653, 783, 780] +Triangle: [655, 780, 775] +Triangle: [1095, 1090, 775] +Triangle: [1096, 1095, 774] +Triangle: [1097, 1096, 779] +Triangle: [1098, 1097, 833] +Triangle: [1098, 800, 799] +Triangle: [1100, 1099, 799] +Triangle: [816, 815, 1101] +Triangle: [1092, 1101, 815] +Triangle: [664, 666, 1092] +Triangle: [661, 664, 1091] +Triangle: [651, 661, 1093] +Triangle: [648, 651, 1094] +Triangle: [769, 768, 1090] +Triangle: [770, 769, 1095] +Triangle: [772, 770, 1096] +Triangle: [797, 772, 1097] +Triangle: [1099, 794, 797] +Triangle: [1100, 792, 794] +Triangle: [792, 1100, 1101] +Triangle: [1092, 666, 793] +Triangle: [871, 872, 623] +Triangle: [631, 634, 1078] +Triangle: [632, 631, 1102] +Triangle: [617, 632, 1103] +Triangle: [606, 617, 1104] +Triangle: [607, 606, 1105] +Triangle: [1106, 612, 610] +Triangle: [789, 791, 790] +Triangle: [791, 789, 787] +Triangle: [795, 787, 788] +Triangle: [796, 788, 798] +Triangle: [771, 773, 798] +Triangle: [784, 765, 766] +Triangle: [767, 766, 765] +Triangle: [767, 764, 660] +Triangle: [1087, 660, 659] +Triangle: [1086, 654, 656] +Triangle: [995, 673, 649] +Triangle: [650, 649, 673] +Triangle: [662, 650, 647] +Triangle: [666, 665, 790] +Triangle: [810, 809, 821] +Triangle: [1031, 810, 1030] +Triangle: [1109, 1108, 1076] +Triangle: [1085, 1016, 1015] +Triangle: [1110, 867, 1013] +Triangle: [867, 1110, 1111] +Triangle: [868, 1111, 1112] +Triangle: [1113, 884, 888] +Triangle: [1114, 885, 884] +Triangle: [1028, 885, 1114] +Triangle: [1025, 1028, 1115] +Triangle: [1020, 1019, 1117] +Triangle: [1084, 1020, 1118] +Triangle: [1085, 1084, 1119] +Triangle: [1107, 1013, 1014] +Triangle: [1063, 1061, 1060] +Triangle: [1059, 1061, 1063] +Triangle: [1116, 1115, 613] +Triangle: [1114, 614, 613] +Triangle: [614, 1114, 1113] +Triangle: [1112, 871, 883] +Triangle: [1111, 870, 871] +Triangle: [1110, 864, 870] +Triangle: [1107, 865, 864] +Triangle: [1108, 1078, 865] +Triangle: [1102, 1078, 1108] +Triangle: [1103, 1102, 1109] +Triangle: [1104, 1103, 1089] +Triangle: [1105, 1104, 1119] +Triangle: [1106, 1105, 1118] +Triangle: [612, 1106, 1117] +Triangle: [1007, 817, 837] +Triangle: [1007, 814, 812] +Triangle: [808, 812, 814] +Triangle: [803, 808, 813] +Triangle: [802, 801, 804] +Triangle: [831, 804, 801] +Triangle: [834, 831, 832] +Triangle: [1042, 834, 778] +Triangle: [1042, 777, 776] +Triangle: [781, 1048, 1044] +Triangle: [782, 1001, 1048] +Triangle: [1001, 782, 670] +Triangle: [999, 670, 669] +Triangle: [1002, 669, 671] +Triangle: [1121, 1122, 1123] +Triangle: [1120, 1125, 1126] +Triangle: [1127, 1124, 1128] +Triangle: [1121, 1127, 1130] +Triangle: [1132, 1123, 1122] +Triangle: [1126, 1125, 1135] +Triangle: [1129, 1128, 1137] +Triangle: [1131, 1130, 1139] +Triangle: [1140, 1141, 1121] +Triangle: [1142, 1140, 1120] +Triangle: [1143, 1142, 1124] +Triangle: [1143, 1127, 1121] +Triangle: [1138, 1139, 1143] +Triangle: [1122, 1131, 1138] +Triangle: [1140, 1132, 1133] +Triangle: [1142, 1134, 1135] +Triangle: [1143, 1136, 1137] +Triangle: [1123, 1132, 1135] +Triangle: [1128, 1126, 1134] +Triangle: [1130, 1129, 1136] +Triangle: [1144, 1145, 1146] +Triangle: [1148, 1149, 1150] +Triangle: [1152, 1153, 1154] +Triangle: [1157, 1153, 1158] +Triangle: [1158, 1153, 1152] +Triangle: [1161, 1148, 1151] +Triangle: [1153, 1157, 1162] +Triangle: [1163, 1148, 1161] +Triangle: [1152, 1155, 1151] +Triangle: [1150, 1149, 1165] +Triangle: [1166, 1165, 1167] +Triangle: [1167, 1169, 1170] +Triangle: [1169, 1171, 1172] +Triangle: [1171, 1173, 1174] +Triangle: [1174, 1173, 1175] +Triangle: [1176, 1175, 1177] +Triangle: [1178, 1177, 1179] +Triangle: [1179, 1181, 1182] +Triangle: [1181, 1183, 1184] +Triangle: [1183, 1144, 1185] +Triangle: [1187, 1147, 1188] +Triangle: [1185, 1144, 1147] +Triangle: [1186, 1184, 1185] +Triangle: [1182, 1184, 1186] +Triangle: [1190, 1180, 1182] +Triangle: [1191, 1178, 1180] +Triangle: [1192, 1176, 1178] +Triangle: [1193, 1174, 1176] +Triangle: [1194, 1172, 1174] +Triangle: [1195, 1170, 1172] +Triangle: [1196, 1168, 1170] +Triangle: [1166, 1168, 1196] +Triangle: [1151, 1150, 1198] +Triangle: [1150, 1166, 1197] +Triangle: [1160, 1159, 1164] +Triangle: [1200, 1156, 1160] +Triangle: [1163, 1162, 1157] +Triangle: [1164, 1198, 1201] +Triangle: [1198, 1197, 1202] +Triangle: [1197, 1196, 1203] +Triangle: [1203, 1196, 1195] +Triangle: [1204, 1195, 1194] +Triangle: [1194, 1193, 1206] +Triangle: [1193, 1192, 1207] +Triangle: [1207, 1192, 1191] +Triangle: [1208, 1191, 1190] +Triangle: [1209, 1190, 1189] +Triangle: [1186, 1188, 1210] +Triangle: [1147, 1146, 1211] +Triangle: [1144, 1183, 1212] +Triangle: [1211, 1146, 1145] +Triangle: [1183, 1181, 1213] +Triangle: [1211, 1212, 1213] +Triangle: [1210, 1188, 1211] +Triangle: [1181, 1179, 1215] +Triangle: [1216, 1214, 1213] +Triangle: [1209, 1210, 1214] +Triangle: [1215, 1179, 1177] +Triangle: [1218, 1216, 1215] +Triangle: [1208, 1209, 1216] +Triangle: [1217, 1177, 1175] +Triangle: [1220, 1218, 1217] +Triangle: [1207, 1208, 1218] +Triangle: [1219, 1175, 1173] +Triangle: [1222, 1220, 1219] +Triangle: [1206, 1207, 1220] +Triangle: [1221, 1173, 1171] +Triangle: [1224, 1222, 1221] +Triangle: [1224, 1205, 1206] +Triangle: [1223, 1171, 1169] +Triangle: [1224, 1223, 1225] +Triangle: [1204, 1205, 1224] +Triangle: [1169, 1167, 1227] +Triangle: [1228, 1226, 1225] +Triangle: [1203, 1204, 1226] +Triangle: [1227, 1167, 1165] +Triangle: [1228, 1227, 1229] +Triangle: [1202, 1203, 1228] +Triangle: [1148, 1163, 1231] +Triangle: [1163, 1200, 1232] +Triangle: [1165, 1149, 1231] +Triangle: [1230, 1229, 1231] +Triangle: [1232, 1200, 1199] +Triangle: [1201, 1202, 1230] +Triangle: [1234, 1235, 1236] +Triangle: [1237, 1238, 1239] +Triangle: [1242, 1243, 1244] +Triangle: [1245, 1246, 1247] +Triangle: [1250, 1251, 1252] +Triangle: [1254, 1255, 1256] +Triangle: [1257, 1258, 1259] +Triangle: [1262, 1263, 1264] +Triangle: [1265, 1266, 1267] +Triangle: [1269, 1270, 1271] +Triangle: [1236, 1244, 1243] +Triangle: [1240, 1236, 1235] +Triangle: [1240, 1239, 1241] +Triangle: [1237, 1252, 1251] +Triangle: [1235, 1234, 1245] +Triangle: [1248, 1247, 1249] +Triangle: [1241, 1256, 1255] +Triangle: [1239, 1238, 1253] +Triangle: [1260, 1251, 1250] +Triangle: [1253, 1260, 1259] +Triangle: [1264, 1263, 1243] +Triangle: [1255, 1254, 1261] +Triangle: [1268, 1267, 1262] +Triangle: [1268, 1259, 1258] +Triangle: [1233, 1263, 1262] +Triangle: [1267, 1266, 1246] +Triangle: [1272, 1247, 1246] +Triangle: [1272, 1271, 1250] +Triangle: [1271, 1270, 1258] +Triangle: [1270, 1269, 1266] +Triangle: [1237, 1235, 1248] +Triangle: [1238, 1251, 1260] +Triangle: [1268, 1261, 1254] +Triangle: [1234, 1262, 1267] +Triangle: [1274, 1275, 1276] +Triangle: [1277, 1278, 1279] +Triangle: [1282, 1283, 1284] +Triangle: [1285, 1286, 1287] +Triangle: [1289, 1290, 1291] +Triangle: [1294, 1295, 1296] +Triangle: [1297, 1298, 1299] +Triangle: [1302, 1303, 1304] +Triangle: [1306, 1307, 1308] +Triangle: [1310, 1311, 1312] +Triangle: [1276, 1284, 1283] +Triangle: [1280, 1276, 1275] +Triangle: [1284, 1280, 1279] +Triangle: [1292, 1291, 1278] +Triangle: [1275, 1274, 1285] +Triangle: [1288, 1287, 1289] +Triangle: [1296, 1295, 1282] +Triangle: [1279, 1278, 1293] +Triangle: [1300, 1291, 1290] +Triangle: [1293, 1300, 1299] +Triangle: [1282, 1304, 1303] +Triangle: [1295, 1294, 1301] +Triangle: [1301, 1308, 1307] +Triangle: [1308, 1299, 1298] +Triangle: [1273, 1303, 1302] +Triangle: [1307, 1306, 1286] +Triangle: [1312, 1287, 1286] +Triangle: [1312, 1311, 1290] +Triangle: [1311, 1310, 1298] +Triangle: [1305, 1310, 1309] +Triangle: [1277, 1275, 1288] +Triangle: [1278, 1291, 1300] +Triangle: [1308, 1301, 1294] +Triangle: [1274, 1302, 1307] +Triangle: [1313, 1314, 1315] +Triangle: [1317, 1318, 1319] +Triangle: [1313, 1321, 1322] +Triangle: [1324, 1319, 1318] +Triangle: [1314, 1322, 1325] +Triangle: [1326, 1323, 1318] +Triangle: [1327, 1323, 1326] +Triangle: [1325, 1322, 1327] +Triangle: [1319, 1324, 1329] +Triangle: [1313, 1316, 1330] +Triangle: [1316, 1315, 1325] +Triangle: [1317, 1320, 1329] +Triangle: [1329, 1324, 1332] +Triangle: [1328, 1326, 1329] +Triangle: [1322, 1321, 1332] +Triangle: [1332, 1321, 1330] +Triangle: [1324, 1323, 1327] +Triangle: [1331, 1330, 1325] +Triangle: [1333, 1334, 1335] +Triangle: [1338, 1339, 1340] +Triangle: [1341, 1334, 1333] +Triangle: [1337, 1340, 1344] +Triangle: [1342, 1333, 1336] +Triangle: [1338, 1337, 1343] +Triangle: [1347, 1346, 1343] +Triangle: [1347, 1348, 1342] +Triangle: [1335, 1334, 1341] +Triangle: [1349, 1345, 1336] +Triangle: [1344, 1340, 1339] +Triangle: [1350, 1339, 1338] +Triangle: [1347, 1345, 1349] +Triangle: [1351, 1349, 1341] +Triangle: [1341, 1342, 1348] +Triangle: [1344, 1350, 1351] +Triangle: [1343, 1344, 1352] +Triangle: [1346, 1347, 1351] +Triangle: [1353, 1354, 1355] +Triangle: [1353, 1356, 1358] +Triangle: [1354, 1353, 1357] +Triangle: [1361, 1360, 1359] +Triangle: [1363, 1361, 1362] +Triangle: [1366, 1367, 1365] +Triangle: [1367, 1366, 1369] +Triangle: [1367, 1368, 1370] +Triangle: [1370, 1368, 1369] +Triangle: [1366, 1364, 1371] +Triangle: [1365, 1370, 1372] +Triangle: [1361, 1363, 1372] +Triangle: [1372, 1371, 1374] +Triangle: [1364, 1362, 1374] +Triangle: [1360, 1361, 1373] +Triangle: [1373, 1374, 1376] +Triangle: [1374, 1362, 1359] +Triangle: [1354, 1360, 1375] +Triangle: [1358, 1356, 1355] +Triangle: [1357, 1358, 1376] +Triangle: [1378, 1379, 1380] +Triangle: [1381, 1380, 1379] +Triangle: [1384, 1383, 1382] +Triangle: [1386, 1384, 1385] +Triangle: [1388, 1387, 1389] +Triangle: [1390, 1389, 1392] +Triangle: [1393, 1392, 1389] +Triangle: [1394, 1391, 1392] +Triangle: [1394, 1388, 1390] +Triangle: [1386, 1388, 1394] +Triangle: [1396, 1393, 1387] +Triangle: [1395, 1393, 1396] +Triangle: [1384, 1386, 1395] +Triangle: [1396, 1385, 1382] +Triangle: [1397, 1396, 1398] +Triangle: [1383, 1384, 1397] +Triangle: [1398, 1382, 1379] +Triangle: [1378, 1377, 1400] +Triangle: [1400, 1377, 1380] +Triangle: [1381, 1383, 1399] +Triangle: [1401, 1402, 1403] +Triangle: [1406, 1402, 1401] +Triangle: [1403, 1402, 1406] +Triangle: [1410, 1408, 1407] +Triangle: [1412, 1410, 1409] +Triangle: [1411, 1414, 1415] +Triangle: [1417, 1415, 1414] +Triangle: [1413, 1415, 1417] +Triangle: [1417, 1416, 1419] +Triangle: [1414, 1411, 1419] +Triangle: [1412, 1413, 1418] +Triangle: [1421, 1410, 1412] +Triangle: [1420, 1419, 1422] +Triangle: [1411, 1409, 1422] +Triangle: [1423, 1408, 1410] +Triangle: [1421, 1422, 1424] +Triangle: [1409, 1407, 1424] +Triangle: [1404, 1403, 1408] +Triangle: [1424, 1405, 1401] +Triangle: [1407, 1406, 1405] +Triangle: [1426, 1427, 1428] +Triangle: [1427, 1426, 1429] +Triangle: [1430, 1431, 1432] +Triangle: [1432, 1434, 1435] +Triangle: [1436, 1437, 1438] +Triangle: [1438, 1437, 1440] +Triangle: [1437, 1436, 1441] +Triangle: [1439, 1440, 1441] +Triangle: [1442, 1435, 1438] +Triangle: [1436, 1434, 1443] +Triangle: [1443, 1434, 1432] +Triangle: [1442, 1443, 1444] +Triangle: [1433, 1435, 1442] +Triangle: [1444, 1432, 1431] +Triangle: [1447, 1445, 1444] +Triangle: [1430, 1433, 1445] +Triangle: [1426, 1425, 1448] +Triangle: [1448, 1425, 1428] +Triangle: [1446, 1431, 1429] +Triangle: [1447, 1428, 1427] +Triangle: [1450, 1451, 1452] +Triangle: [1453, 1454, 1451] +Triangle: [1453, 1455, 1456] +Triangle: [1455, 1457, 1458] +Triangle: [1457, 1459, 1460] +Triangle: [1459, 1461, 1462] +Triangle: [1461, 1463, 1464] +Triangle: [1463, 1465, 1466] +Triangle: [1465, 1467, 1468] +Triangle: [1467, 1469, 1470] +Triangle: [1471, 1472, 1470] +Triangle: [1473, 1474, 1472] +Triangle: [1475, 1476, 1474] +Triangle: [1477, 1478, 1476] +Triangle: [1477, 1479, 1480] +Triangle: [1479, 1481, 1482] +Triangle: [1481, 1483, 1484] +Triangle: [1483, 1485, 1486] +Triangle: [1485, 1487, 1488] +Triangle: [1449, 1452, 1488] +Triangle: [1492, 1493, 1494] +Triangle: [1495, 1493, 1496] +Triangle: [1491, 1494, 1500] +Triangle: [1496, 1501, 1502] +Triangle: [1493, 1492, 1501] +Triangle: [1500, 1495, 1498] +Triangle: [1501, 1492, 1498] +Triangle: [1495, 1497, 1504] +Triangle: [1505, 1498, 1495] +Triangle: [1504, 1497, 1502] +Triangle: [1502, 1498, 1505] +Triangle: [1509, 1510, 1511] +Triangle: [1512, 1510, 1513] +Triangle: [1508, 1511, 1517] +Triangle: [1513, 1518, 1519] +Triangle: [1510, 1509, 1518] +Triangle: [1516, 1517, 1512] +Triangle: [1518, 1509, 1515] +Triangle: [1512, 1514, 1521] +Triangle: [1520, 1522, 1515] +Triangle: [1523, 1521, 1514] +Triangle: [1515, 1522, 1523] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.709050 + Group: 'mixamorig:LeftUpLeg', Weight: 0.290950 +Vertex 1: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.708844 + Group: 'mixamorig:LeftUpLeg', Weight: 0.291156 +Vertex 2: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.708947 + Group: 'mixamorig:LeftUpLeg', Weight: 0.291053 +Vertex 3: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.711585 + Group: 'mixamorig:LeftUpLeg', Weight: 0.288415 +Vertex 4: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 5: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 6: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 7: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 8: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.358648 + Group: 'mixamorig:LeftUpLeg', Weight: 0.641352 +Vertex 9: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.361109 + Group: 'mixamorig:LeftUpLeg', Weight: 0.638891 +Vertex 10: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.386534 + Group: 'mixamorig:LeftUpLeg', Weight: 0.613466 +Vertex 11: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.388484 + Group: 'mixamorig:LeftUpLeg', Weight: 0.611516 +Vertex 12: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.414831 + Group: 'mixamorig:LeftUpLeg', Weight: 0.585169 +Vertex 13: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.375575 + Group: 'mixamorig:LeftUpLeg', Weight: 0.624425 +Vertex 14: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.399662 + Group: 'mixamorig:LeftUpLeg', Weight: 0.600050 + Group: 'mixamorig:RightUpLeg', Weight: 0.000288 +Vertex 15: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.408651 + Group: 'mixamorig:LeftUpLeg', Weight: 0.591349 +Vertex 16: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.419814 + Group: 'mixamorig:LeftUpLeg', Weight: 0.580186 +Vertex 17: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.391141 + Group: 'mixamorig:LeftUpLeg', Weight: 0.608859 +Vertex 18: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.393839 + Group: 'mixamorig:LeftUpLeg', Weight: 0.606161 +Vertex 19: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 20: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 21: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 22: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 23: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 24: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 25: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 26: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 27: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 28: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 29: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 30: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 31: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.974289 + Group: 'mixamorig:LeftUpLeg', Weight: 0.025711 +Vertex 32: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.965690 + Group: 'mixamorig:LeftUpLeg', Weight: 0.034310 +Vertex 33: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 34: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.906444 + Group: 'mixamorig:LeftUpLeg', Weight: 0.093555 +Vertex 35: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.838014 + Group: 'mixamorig:LeftUpLeg', Weight: 0.161986 +Vertex 36: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.839717 + Group: 'mixamorig:LeftUpLeg', Weight: 0.160283 +Vertex 37: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.783054 + Group: 'mixamorig:LeftUpLeg', Weight: 0.216946 +Vertex 38: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.786874 + Group: 'mixamorig:LeftUpLeg', Weight: 0.213126 +Vertex 39: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.734181 + Group: 'mixamorig:LeftUpLeg', Weight: 0.265819 +Vertex 40: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.750354 + Group: 'mixamorig:LeftUpLeg', Weight: 0.249646 +Vertex 41: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.728383 + Group: 'mixamorig:LeftUpLeg', Weight: 0.271617 +Vertex 42: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.751863 + Group: 'mixamorig:LeftUpLeg', Weight: 0.248137 +Vertex 43: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.727552 + Group: 'mixamorig:LeftUpLeg', Weight: 0.272448 +Vertex 44: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.740957 + Group: 'mixamorig:LeftUpLeg', Weight: 0.259043 +Vertex 45: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.800534 + Group: 'mixamorig:LeftUpLeg', Weight: 0.199466 +Vertex 46: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.848667 + Group: 'mixamorig:LeftUpLeg', Weight: 0.151333 +Vertex 47: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.913699 + Group: 'mixamorig:LeftUpLeg', Weight: 0.086301 +Vertex 48: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.968492 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031508 +Vertex 49: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 50: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 51: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 52: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 53: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 54: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 55: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 56: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 57: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 58: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 59: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 60: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 61: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 62: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 63: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.970067 + Group: 'mixamorig:LeftUpLeg', Weight: 0.029933 +Vertex 64: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.915432 + Group: 'mixamorig:LeftUpLeg', Weight: 0.084568 +Vertex 65: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.848934 + Group: 'mixamorig:LeftUpLeg', Weight: 0.151066 +Vertex 66: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.797606 + Group: 'mixamorig:LeftUpLeg', Weight: 0.202394 +Vertex 67: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.744445 + Group: 'mixamorig:LeftUpLeg', Weight: 0.255555 +Vertex 68: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.732813 + Group: 'mixamorig:LeftUpLeg', Weight: 0.267187 +Vertex 69: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.781112 + Group: 'mixamorig:LeftUpLeg', Weight: 0.218888 +Vertex 70: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.795179 + Group: 'mixamorig:LeftUpLeg', Weight: 0.204821 +Vertex 71: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.838267 + Group: 'mixamorig:LeftUpLeg', Weight: 0.161733 +Vertex 72: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.848902 + Group: 'mixamorig:LeftUpLeg', Weight: 0.151098 +Vertex 73: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 74: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.915578 + Group: 'mixamorig:LeftUpLeg', Weight: 0.084422 +Vertex 75: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.982847 + Group: 'mixamorig:LeftUpLeg', Weight: 0.017153 +Vertex 76: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.974984 + Group: 'mixamorig:LeftUpLeg', Weight: 0.025016 +Vertex 77: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 78: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 79: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 80: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 81: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 82: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 83: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 84: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 85: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 86: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 87: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 88: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 89: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.391741 + Group: 'mixamorig:LeftUpLeg', Weight: 0.608259 +Vertex 90: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.402347 + Group: 'mixamorig:LeftUpLeg', Weight: 0.597653 +Vertex 91: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.466354 + Group: 'mixamorig:LeftUpLeg', Weight: 0.533646 +Vertex 92: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.448885 + Group: 'mixamorig:LeftUpLeg', Weight: 0.551115 +Vertex 93: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.892200 + Group: 'mixamorig:LeftUpLeg', Weight: 0.107800 +Vertex 94: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.488387 + Group: 'mixamorig:LeftUpLeg', Weight: 0.511613 +Vertex 95: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 96: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.461900 + Group: 'mixamorig:LeftUpLeg', Weight: 0.538100 +Vertex 97: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 98: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.432981 + Group: 'mixamorig:LeftUpLeg', Weight: 0.567019 +Vertex 99: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.409300 + Group: 'mixamorig:LeftUpLeg', Weight: 0.590700 +Vertex 100: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 101: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 102: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 103: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 104: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.884302 + Group: 'mixamorig:LeftUpLeg', Weight: 0.115698 +Vertex 105: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.685706 + Group: 'mixamorig:LeftUpLeg', Weight: 0.314294 +Vertex 106: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.707206 + Group: 'mixamorig:LeftUpLeg', Weight: 0.292794 +Vertex 107: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.952139 + Group: 'mixamorig:LeftUpLeg', Weight: 0.047861 +Vertex 108: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.948605 + Group: 'mixamorig:LeftUpLeg', Weight: 0.051395 +Vertex 109: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.711844 + Group: 'mixamorig:LeftUpLeg', Weight: 0.288156 +Vertex 110: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.960819 + Group: 'mixamorig:LeftUpLeg', Weight: 0.039181 +Vertex 111: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.954408 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045592 +Vertex 112: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.685877 + Group: 'mixamorig:LeftUpLeg', Weight: 0.314123 +Vertex 113: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.696041 + Group: 'mixamorig:LeftUpLeg', Weight: 0.303959 +Vertex 114: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.673032 + Group: 'mixamorig:LeftUpLeg', Weight: 0.326968 +Vertex 115: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.963864 + Group: 'mixamorig:LeftUpLeg', Weight: 0.036136 +Vertex 116: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.687008 + Group: 'mixamorig:LeftUpLeg', Weight: 0.312992 +Vertex 117: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.972471 + Group: 'mixamorig:LeftUpLeg', Weight: 0.027529 +Vertex 118: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.707765 + Group: 'mixamorig:LeftUpLeg', Weight: 0.283950 + Group: 'mixamorig:RightUpLeg', Weight: 0.008284 +Vertex 119: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.985796 + Group: 'mixamorig:LeftUpLeg', Weight: 0.014204 +Vertex 120: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.743576 + Group: 'mixamorig:LeftUpLeg', Weight: 0.227948 + Group: 'mixamorig:RightUpLeg', Weight: 0.028476 +Vertex 121: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 122: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.784630 + Group: 'mixamorig:LeftUpLeg', Weight: 0.169665 + Group: 'mixamorig:RightUpLeg', Weight: 0.045705 +Vertex 123: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 124: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 125: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 126: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 127: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 128: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980811 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019189 +Vertex 129: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.652804 + Group: 'mixamorig:LeftUpLeg', Weight: 0.347196 +Vertex 130: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.969327 + Group: 'mixamorig:LeftUpLeg', Weight: 0.030673 +Vertex 131: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.956981 + Group: 'mixamorig:LeftUpLeg', Weight: 0.043019 +Vertex 132: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 133: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 134: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.820068 + Group: 'mixamorig:LeftUpLeg', Weight: 0.087348 + Group: 'mixamorig:RightUpLeg', Weight: 0.092584 +Vertex 135: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.823780 + Group: 'mixamorig:LeftUpLeg', Weight: 0.067466 + Group: 'mixamorig:RightUpLeg', Weight: 0.108754 +Vertex 136: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.826857 + Group: 'mixamorig:LeftUpLeg', Weight: 0.040117 + Group: 'mixamorig:RightUpLeg', Weight: 0.133026 +Vertex 137: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 138: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.821353 + Group: 'mixamorig:LeftUpLeg', Weight: 0.025139 + Group: 'mixamorig:RightUpLeg', Weight: 0.153507 +Vertex 139: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 140: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.811709 + Group: 'mixamorig:LeftUpLeg', Weight: 0.011436 + Group: 'mixamorig:RightUpLeg', Weight: 0.176855 +Vertex 141: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 142: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.726717 + Group: 'mixamorig:RightUpLeg', Weight: 0.273283 +Vertex 143: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.976528 + Group: 'mixamorig:RightUpLeg', Weight: 0.023472 +Vertex 144: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.636352 + Group: 'mixamorig:RightUpLeg', Weight: 0.363648 +Vertex 145: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.927939 + Group: 'mixamorig:RightUpLeg', Weight: 0.072061 +Vertex 146: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.565190 + Group: 'mixamorig:RightUpLeg', Weight: 0.434810 +Vertex 147: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.909158 + Group: 'mixamorig:RightUpLeg', Weight: 0.090842 +Vertex 148: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.551112 + Group: 'mixamorig:RightUpLeg', Weight: 0.448887 +Vertex 149: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.896351 + Group: 'mixamorig:RightUpLeg', Weight: 0.103649 +Vertex 150: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.543603 + Group: 'mixamorig:RightUpLeg', Weight: 0.456397 +Vertex 151: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.913085 + Group: 'mixamorig:RightUpLeg', Weight: 0.086915 +Vertex 152: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.579152 + Group: 'mixamorig:RightUpLeg', Weight: 0.420848 +Vertex 153: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.978462 + Group: 'mixamorig:RightUpLeg', Weight: 0.021538 +Vertex 154: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.619422 + Group: 'mixamorig:RightUpLeg', Weight: 0.380578 +Vertex 155: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 156: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.715248 + Group: 'mixamorig:RightUpLeg', Weight: 0.284752 +Vertex 157: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 158: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.564205 + Group: 'mixamorig:RightUpLeg', Weight: 0.435795 +Vertex 159: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 160: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.614967 + Group: 'mixamorig:RightUpLeg', Weight: 0.385033 +Vertex 161: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 162: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.669520 + Group: 'mixamorig:RightUpLeg', Weight: 0.330480 +Vertex 163: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996269 + Group: 'mixamorig:RightUpLeg', Weight: 0.003731 +Vertex 164: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.703155 + Group: 'mixamorig:RightUpLeg', Weight: 0.296845 +Vertex 165: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 166: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.730067 + Group: 'mixamorig:RightUpLeg', Weight: 0.269933 +Vertex 167: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 168: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.760001 + Group: 'mixamorig:RightUpLeg', Weight: 0.239999 +Vertex 169: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 170: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.829795 + Group: 'mixamorig:RightUpLeg', Weight: 0.170205 +Vertex 171: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 172: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.868390 + Group: 'mixamorig:LeftUpLeg', Weight: 0.082015 + Group: 'mixamorig:RightUpLeg', Weight: 0.049595 +Vertex 173: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 174: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.818216 + Group: 'mixamorig:LeftUpLeg', Weight: 0.181784 +Vertex 175: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 176: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.788060 + Group: 'mixamorig:LeftUpLeg', Weight: 0.211940 +Vertex 177: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 178: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.788944 + Group: 'mixamorig:LeftUpLeg', Weight: 0.211056 +Vertex 179: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 180: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666775 + Group: 'mixamorig:LeftUpLeg', Weight: 0.333225 +Vertex 181: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 182: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.963253 + Group: 'mixamorig:LeftUpLeg', Weight: 0.036747 +Vertex 183: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 184: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 185: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 186: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.968045 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031955 +Vertex 187: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 188: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.738502 + Group: 'mixamorig:LeftUpLeg', Weight: 0.261498 +Vertex 189: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 190: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.706479 + Group: 'mixamorig:LeftUpLeg', Weight: 0.293521 +Vertex 191: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 192: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.658366 + Group: 'mixamorig:LeftUpLeg', Weight: 0.341634 +Vertex 193: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.975727 + Group: 'mixamorig:LeftUpLeg', Weight: 0.024273 +Vertex 194: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.816951 + Group: 'mixamorig:LeftUpLeg', Weight: 0.087357 + Group: 'mixamorig:RightUpLeg', Weight: 0.095691 +Vertex 195: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.780636 + Group: 'mixamorig:LeftUpLeg', Weight: 0.173770 + Group: 'mixamorig:RightUpLeg', Weight: 0.045594 +Vertex 196: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.813047 + Group: 'mixamorig:LeftUpLeg', Weight: 0.071455 + Group: 'mixamorig:RightUpLeg', Weight: 0.115499 +Vertex 197: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 198: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 199: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.808597 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031461 + Group: 'mixamorig:RightUpLeg', Weight: 0.159943 +Vertex 200: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.801866 + Group: 'mixamorig:LeftUpLeg', Weight: 0.014215 + Group: 'mixamorig:RightUpLeg', Weight: 0.183918 +Vertex 201: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 202: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.814676 + Group: 'mixamorig:LeftUpLeg', Weight: 0.046502 + Group: 'mixamorig:RightUpLeg', Weight: 0.138822 +Vertex 203: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.958288 + Group: 'mixamorig:RightUpLeg', Weight: 0.041712 +Vertex 204: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.712965 + Group: 'mixamorig:RightUpLeg', Weight: 0.287035 +Vertex 205: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.927593 + Group: 'mixamorig:RightUpLeg', Weight: 0.072407 +Vertex 206: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.628985 + Group: 'mixamorig:RightUpLeg', Weight: 0.371015 +Vertex 207: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908858 + Group: 'mixamorig:RightUpLeg', Weight: 0.091142 +Vertex 208: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.388889 + Group: 'mixamorig:RightUpLeg', Weight: 0.611111 +Vertex 209: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.899998 + Group: 'mixamorig:RightUpLeg', Weight: 0.100002 +Vertex 210: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.332369 + Group: 'mixamorig:RightUpLeg', Weight: 0.667631 +Vertex 211: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.917980 + Group: 'mixamorig:RightUpLeg', Weight: 0.082020 +Vertex 212: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.362229 + Group: 'mixamorig:RightUpLeg', Weight: 0.637771 +Vertex 213: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.975202 + Group: 'mixamorig:RightUpLeg', Weight: 0.024798 +Vertex 214: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.564495 + Group: 'mixamorig:RightUpLeg', Weight: 0.435505 +Vertex 215: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 216: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.611845 + Group: 'mixamorig:RightUpLeg', Weight: 0.388155 +Vertex 217: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 218: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.704542 + Group: 'mixamorig:RightUpLeg', Weight: 0.295458 +Vertex 219: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 220: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.558866 + Group: 'mixamorig:RightUpLeg', Weight: 0.441134 +Vertex 221: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 222: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.609344 + Group: 'mixamorig:RightUpLeg', Weight: 0.390656 +Vertex 223: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 224: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.662449 + Group: 'mixamorig:RightUpLeg', Weight: 0.337551 +Vertex 225: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 226: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.685825 + Group: 'mixamorig:RightUpLeg', Weight: 0.314175 +Vertex 227: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 228: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.711964 + Group: 'mixamorig:RightUpLeg', Weight: 0.288036 +Vertex 229: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 230: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.749124 + Group: 'mixamorig:RightUpLeg', Weight: 0.250876 +Vertex 231: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 232: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.835468 + Group: 'mixamorig:RightUpLeg', Weight: 0.164532 +Vertex 233: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 234: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.860701 + Group: 'mixamorig:LeftUpLeg', Weight: 0.087995 + Group: 'mixamorig:RightUpLeg', Weight: 0.051304 +Vertex 235: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 236: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.810180 + Group: 'mixamorig:LeftUpLeg', Weight: 0.189820 +Vertex 237: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 238: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.776313 + Group: 'mixamorig:LeftUpLeg', Weight: 0.223687 +Vertex 239: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 240: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.774835 + Group: 'mixamorig:LeftUpLeg', Weight: 0.225165 +Vertex 241: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 242: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666775 + Group: 'mixamorig:LeftUpLeg', Weight: 0.333225 +Vertex 243: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 244: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.965064 + Group: 'mixamorig:LeftUpLeg', Weight: 0.034936 +Vertex 245: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 246: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 247: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 248: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967640 + Group: 'mixamorig:LeftUpLeg', Weight: 0.032360 +Vertex 249: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 250: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.734910 + Group: 'mixamorig:LeftUpLeg', Weight: 0.265090 +Vertex 251: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 252: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.703268 + Group: 'mixamorig:LeftUpLeg', Weight: 0.296732 +Vertex 253: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980508 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019492 +Vertex 254: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.653722 + Group: 'mixamorig:LeftUpLeg', Weight: 0.346279 +Vertex 255: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992874 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007126 +Vertex 256: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.637987 + Group: 'mixamorig:LeftUpLeg', Weight: 0.362013 +Vertex 257: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.640201 + Group: 'mixamorig:LeftUpLeg', Weight: 0.359799 +Vertex 258: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.666644 + Group: 'mixamorig:LeftUpLeg', Weight: 0.319774 + Group: 'mixamorig:RightUpLeg', Weight: 0.013581 +Vertex 259: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.718491 + Group: 'mixamorig:LeftUpLeg', Weight: 0.248045 + Group: 'mixamorig:RightUpLeg', Weight: 0.033464 +Vertex 260: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.867849 + Group: 'mixamorig:RightUpLeg', Weight: 0.132151 +Vertex 261: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.990835 + Group: 'mixamorig:RightUpLeg', Weight: 0.009165 +Vertex 262: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.946069 + Group: 'mixamorig:RightUpLeg', Weight: 0.053931 +Vertex 263: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.837603 + Group: 'mixamorig:RightUpLeg', Weight: 0.162397 +Vertex 264: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.399943 + Group: 'mixamorig:RightUpLeg', Weight: 0.600057 +Vertex 265: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.443117 + Group: 'mixamorig:RightUpLeg', Weight: 0.556883 +Vertex 266: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.225750 + Group: 'mixamorig:RightUpLeg', Weight: 0.774250 +Vertex 267: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.189592 + Group: 'mixamorig:RightUpLeg', Weight: 0.810408 +Vertex 268: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.126945 + Group: 'mixamorig:RightUpLeg', Weight: 0.873055 +Vertex 269: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.113060 + Group: 'mixamorig:RightUpLeg', Weight: 0.886940 +Vertex 270: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.100509 + Group: 'mixamorig:RightUpLeg', Weight: 0.899491 +Vertex 271: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.100687 + Group: 'mixamorig:RightUpLeg', Weight: 0.899313 +Vertex 272: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.130185 + Group: 'mixamorig:RightUpLeg', Weight: 0.869815 +Vertex 273: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.123307 + Group: 'mixamorig:RightUpLeg', Weight: 0.876693 +Vertex 274: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.229952 + Group: 'mixamorig:RightUpLeg', Weight: 0.770048 +Vertex 275: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.405534 + Group: 'mixamorig:RightUpLeg', Weight: 0.594466 +Vertex 276: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.868154 + Group: 'mixamorig:RightUpLeg', Weight: 0.131846 +Vertex 277: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.956794 + Group: 'mixamorig:RightUpLeg', Weight: 0.043206 +Vertex 278: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.948339 + Group: 'mixamorig:RightUpLeg', Weight: 0.051661 +Vertex 279: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.839963 + Group: 'mixamorig:RightUpLeg', Weight: 0.160037 +Vertex 280: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.454013 + Group: 'mixamorig:RightUpLeg', Weight: 0.545987 +Vertex 281: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.199647 + Group: 'mixamorig:RightUpLeg', Weight: 0.800353 +Vertex 282: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.120923 + Group: 'mixamorig:RightUpLeg', Weight: 0.879077 +Vertex 283: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.108734 + Group: 'mixamorig:RightUpLeg', Weight: 0.891266 +Vertex 284: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.163881 + Group: 'mixamorig:RightUpLeg', Weight: 0.836119 +Vertex 285: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.169171 + Group: 'mixamorig:RightUpLeg', Weight: 0.830829 +Vertex 286: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.142170 + Group: 'mixamorig:RightUpLeg', Weight: 0.857830 +Vertex 287: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.132340 + Group: 'mixamorig:RightUpLeg', Weight: 0.867660 +Vertex 288: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.143565 + Group: 'mixamorig:RightUpLeg', Weight: 0.856435 +Vertex 289: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.130178 + Group: 'mixamorig:RightUpLeg', Weight: 0.869822 +Vertex 290: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.173242 + Group: 'mixamorig:RightUpLeg', Weight: 0.826758 +Vertex 291: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.128552 + Group: 'mixamorig:RightUpLeg', Weight: 0.871448 +Vertex 292: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.143753 + Group: 'mixamorig:RightUpLeg', Weight: 0.856247 +Vertex 293: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.199682 + Group: 'mixamorig:RightUpLeg', Weight: 0.800318 +Vertex 294: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.472251 + Group: 'mixamorig:RightUpLeg', Weight: 0.527749 +Vertex 295: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.814028 + Group: 'mixamorig:RightUpLeg', Weight: 0.185972 +Vertex 296: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.945299 + Group: 'mixamorig:RightUpLeg', Weight: 0.054701 +Vertex 297: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.955116 + Group: 'mixamorig:RightUpLeg', Weight: 0.044884 +Vertex 298: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.931245 + Group: 'mixamorig:RightUpLeg', Weight: 0.068755 +Vertex 299: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.410189 + Group: 'mixamorig:RightUpLeg', Weight: 0.589811 +Vertex 300: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.238978 + Group: 'mixamorig:RightUpLeg', Weight: 0.761022 +Vertex 301: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.155804 + Group: 'mixamorig:RightUpLeg', Weight: 0.844196 +Vertex 302: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.142993 + Group: 'mixamorig:RightUpLeg', Weight: 0.857007 +Vertex 303: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.178138 + Group: 'mixamorig:RightUpLeg', Weight: 0.821862 +Vertex 304: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.847403 + Group: 'mixamorig:RightUpLeg', Weight: 0.152596 +Vertex 305: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.904880 + Group: 'mixamorig:RightUpLeg', Weight: 0.095120 +Vertex 306: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.438890 + Group: 'mixamorig:RightUpLeg', Weight: 0.561110 +Vertex 307: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.875474 + Group: 'mixamorig:RightUpLeg', Weight: 0.124526 +Vertex 308: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.436360 + Group: 'mixamorig:RightUpLeg', Weight: 0.563640 +Vertex 309: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.439726 + Group: 'mixamorig:RightUpLeg', Weight: 0.560274 +Vertex 310: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.836409 + Group: 'mixamorig:RightUpLeg', Weight: 0.163591 +Vertex 311: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.267696 + Group: 'mixamorig:RightUpLeg', Weight: 0.732304 +Vertex 312: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.272283 + Group: 'mixamorig:RightUpLeg', Weight: 0.727717 +Vertex 313: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.273492 + Group: 'mixamorig:RightUpLeg', Weight: 0.726508 +Vertex 314: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.193245 + Group: 'mixamorig:RightUpLeg', Weight: 0.806755 +Vertex 315: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.199516 + Group: 'mixamorig:RightUpLeg', Weight: 0.800484 +Vertex 316: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.207524 + Group: 'mixamorig:RightUpLeg', Weight: 0.792476 +Vertex 317: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.181287 + Group: 'mixamorig:RightUpLeg', Weight: 0.818713 +Vertex 318: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.190769 + Group: 'mixamorig:RightUpLeg', Weight: 0.809231 +Vertex 319: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.199442 + Group: 'mixamorig:RightUpLeg', Weight: 0.800558 +Vertex 320: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.176748 + Group: 'mixamorig:RightUpLeg', Weight: 0.823252 +Vertex 321: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.187797 + Group: 'mixamorig:RightUpLeg', Weight: 0.812203 +Vertex 322: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.195727 + Group: 'mixamorig:RightUpLeg', Weight: 0.804273 +Vertex 323: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.188293 + Group: 'mixamorig:RightUpLeg', Weight: 0.811707 +Vertex 324: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.201708 + Group: 'mixamorig:RightUpLeg', Weight: 0.798292 +Vertex 325: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.198149 + Group: 'mixamorig:RightUpLeg', Weight: 0.801851 +Vertex 326: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.280179 + Group: 'mixamorig:RightUpLeg', Weight: 0.719821 +Vertex 327: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.265322 + Group: 'mixamorig:RightUpLeg', Weight: 0.734678 +Vertex 328: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.278007 + Group: 'mixamorig:RightUpLeg', Weight: 0.721993 +Vertex 329: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.495272 + Group: 'mixamorig:RightUpLeg', Weight: 0.504728 +Vertex 330: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.491282 + Group: 'mixamorig:RightUpLeg', Weight: 0.508718 +Vertex 331: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.497596 + Group: 'mixamorig:RightUpLeg', Weight: 0.502403 +Vertex 332: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.852176 + Group: 'mixamorig:RightUpLeg', Weight: 0.147824 +Vertex 333: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.851709 + Group: 'mixamorig:RightUpLeg', Weight: 0.148291 +Vertex 334: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.860745 + Group: 'mixamorig:RightUpLeg', Weight: 0.139255 +Vertex 335: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.893542 + Group: 'mixamorig:RightUpLeg', Weight: 0.106458 +Vertex 336: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.876204 + Group: 'mixamorig:RightUpLeg', Weight: 0.123796 +Vertex 337: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.903738 + Group: 'mixamorig:RightUpLeg', Weight: 0.096261 +Vertex 338: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.882075 + Group: 'mixamorig:RightUpLeg', Weight: 0.117925 +Vertex 339: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.903300 + Group: 'mixamorig:RightUpLeg', Weight: 0.096700 +Vertex 340: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.513339 + Group: 'mixamorig:LeftUpLeg', Weight: 0.486661 +Vertex 341: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.516297 + Group: 'mixamorig:LeftUpLeg', Weight: 0.483703 +Vertex 342: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.519046 + Group: 'mixamorig:LeftUpLeg', Weight: 0.480954 +Vertex 343: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.516983 + Group: 'mixamorig:LeftUpLeg', Weight: 0.483016 +Vertex 344: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.962121 + Group: 'mixamorig:LeftUpLeg', Weight: 0.037879 +Vertex 345: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 346: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 347: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.961453 + Group: 'mixamorig:LeftUpLeg', Weight: 0.038547 +Vertex 348: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.167243 + Group: 'mixamorig:LeftUpLeg', Weight: 0.832757 +Vertex 349: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.165081 + Group: 'mixamorig:LeftUpLeg', Weight: 0.834919 +Vertex 350: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.178282 + Group: 'mixamorig:LeftUpLeg', Weight: 0.821718 +Vertex 351: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.184112 + Group: 'mixamorig:LeftUpLeg', Weight: 0.815888 +Vertex 352: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.165618 + Group: 'mixamorig:LeftUpLeg', Weight: 0.834382 +Vertex 353: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.170383 + Group: 'mixamorig:LeftUpLeg', Weight: 0.829617 +Vertex 354: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.155765 + Group: 'mixamorig:LeftUpLeg', Weight: 0.844235 +Vertex 355: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.156562 + Group: 'mixamorig:LeftUpLeg', Weight: 0.843438 +Vertex 356: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.161198 + Group: 'mixamorig:LeftUpLeg', Weight: 0.838802 +Vertex 357: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.188199 + Group: 'mixamorig:LeftUpLeg', Weight: 0.811801 +Vertex 358: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.191984 + Group: 'mixamorig:LeftUpLeg', Weight: 0.808016 +Vertex 359: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967419 + Group: 'mixamorig:LeftUpLeg', Weight: 0.032581 +Vertex 360: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 361: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 362: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 363: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 364: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 365: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996186 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003814 +Vertex 366: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996568 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003432 +Vertex 367: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980901 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019099 +Vertex 368: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980619 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019381 +Vertex 369: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.954108 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045892 +Vertex 370: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.953513 + Group: 'mixamorig:LeftUpLeg', Weight: 0.046487 +Vertex 371: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.888532 + Group: 'mixamorig:LeftUpLeg', Weight: 0.111468 +Vertex 372: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.883329 + Group: 'mixamorig:LeftUpLeg', Weight: 0.116671 +Vertex 373: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.787750 + Group: 'mixamorig:LeftUpLeg', Weight: 0.212250 +Vertex 374: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.789079 + Group: 'mixamorig:LeftUpLeg', Weight: 0.210921 +Vertex 375: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.674934 + Group: 'mixamorig:LeftUpLeg', Weight: 0.325066 +Vertex 376: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.679224 + Group: 'mixamorig:LeftUpLeg', Weight: 0.320776 +Vertex 377: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.599518 + Group: 'mixamorig:LeftUpLeg', Weight: 0.400482 +Vertex 378: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.605753 + Group: 'mixamorig:LeftUpLeg', Weight: 0.394247 +Vertex 379: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.543427 + Group: 'mixamorig:LeftUpLeg', Weight: 0.456573 +Vertex 380: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.559972 + Group: 'mixamorig:LeftUpLeg', Weight: 0.440028 +Vertex 381: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.534683 + Group: 'mixamorig:LeftUpLeg', Weight: 0.465317 +Vertex 382: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.558649 + Group: 'mixamorig:LeftUpLeg', Weight: 0.441351 +Vertex 383: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.531760 + Group: 'mixamorig:LeftUpLeg', Weight: 0.468240 +Vertex 384: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.545748 + Group: 'mixamorig:LeftUpLeg', Weight: 0.454252 +Vertex 385: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.624093 + Group: 'mixamorig:LeftUpLeg', Weight: 0.375907 +Vertex 386: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.696018 + Group: 'mixamorig:LeftUpLeg', Weight: 0.303982 +Vertex 387: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.811580 + Group: 'mixamorig:LeftUpLeg', Weight: 0.188420 +Vertex 388: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.903043 + Group: 'mixamorig:LeftUpLeg', Weight: 0.096957 +Vertex 389: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.965607 + Group: 'mixamorig:LeftUpLeg', Weight: 0.034393 +Vertex 390: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995965 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004035 +Vertex 391: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 392: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 393: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 394: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000000 +Vertex 395: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 396: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 397: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 398: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 399: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 400: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 401: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993175 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006825 +Vertex 402: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.968680 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031320 +Vertex 403: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.916960 + Group: 'mixamorig:LeftUpLeg', Weight: 0.083040 +Vertex 404: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.811669 + Group: 'mixamorig:LeftUpLeg', Weight: 0.188331 +Vertex 405: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.694724 + Group: 'mixamorig:LeftUpLeg', Weight: 0.305276 +Vertex 406: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.612960 + Group: 'mixamorig:LeftUpLeg', Weight: 0.387040 +Vertex 407: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.546396 + Group: 'mixamorig:LeftUpLeg', Weight: 0.453604 +Vertex 408: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.540648 + Group: 'mixamorig:LeftUpLeg', Weight: 0.459352 +Vertex 409: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.597185 + Group: 'mixamorig:LeftUpLeg', Weight: 0.402815 +Vertex 410: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.610072 + Group: 'mixamorig:LeftUpLeg', Weight: 0.389928 +Vertex 411: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.672339 + Group: 'mixamorig:LeftUpLeg', Weight: 0.327661 +Vertex 412: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.696546 + Group: 'mixamorig:LeftUpLeg', Weight: 0.303454 +Vertex 413: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.789925 + Group: 'mixamorig:LeftUpLeg', Weight: 0.210075 +Vertex 414: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.811624 + Group: 'mixamorig:LeftUpLeg', Weight: 0.188376 +Vertex 415: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.893216 + Group: 'mixamorig:LeftUpLeg', Weight: 0.106784 +Vertex 416: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.921485 + Group: 'mixamorig:LeftUpLeg', Weight: 0.078515 +Vertex 417: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.956001 + Group: 'mixamorig:LeftUpLeg', Weight: 0.043999 +Vertex 418: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.968969 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031031 +Vertex 419: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.983943 + Group: 'mixamorig:LeftUpLeg', Weight: 0.016057 +Vertex 420: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992235 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007765 +Vertex 421: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997691 + Group: 'mixamorig:LeftUpLeg', Weight: 0.002309 +Vertex 422: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 423: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 424: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 425: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.999782 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000218 +Vertex 426: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 427: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.994149 + Group: 'mixamorig:LeftUpLeg', Weight: 0.005851 +Vertex 428: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 429: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993562 + Group: 'mixamorig:RightUpLeg', Weight: 0.006438 +Vertex 430: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 431: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.947743 + Group: 'mixamorig:RightUpLeg', Weight: 0.052257 +Vertex 432: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.943493 + Group: 'mixamorig:RightUpLeg', Weight: 0.056507 +Vertex 433: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.985663 + Group: 'mixamorig:RightUpLeg', Weight: 0.014337 +Vertex 434: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 435: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 436: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 437: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 438: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 439: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 440: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 441: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 442: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 443: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995828 + Group: 'mixamorig:RightUpLeg', Weight: 0.004172 +Vertex 444: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998079 + Group: 'mixamorig:RightUpLeg', Weight: 0.001921 +Vertex 445: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.994806 + Group: 'mixamorig:RightUpLeg', Weight: 0.005194 +Vertex 446: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.948443 + Group: 'mixamorig:RightUpLeg', Weight: 0.051557 +Vertex 447: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.946442 + Group: 'mixamorig:RightUpLeg', Weight: 0.053558 +Vertex 448: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.947697 + Group: 'mixamorig:RightUpLeg', Weight: 0.052303 +Vertex 449: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.769448 + Group: 'mixamorig:RightUpLeg', Weight: 0.230552 +Vertex 450: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.769448 + Group: 'mixamorig:RightUpLeg', Weight: 0.230552 +Vertex 451: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.769448 + Group: 'mixamorig:RightUpLeg', Weight: 0.230552 +Vertex 452: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.656874 + Group: 'mixamorig:RightUpLeg', Weight: 0.343126 +Vertex 453: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.653862 + Group: 'mixamorig:RightUpLeg', Weight: 0.346138 +Vertex 454: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.653296 + Group: 'mixamorig:RightUpLeg', Weight: 0.346704 +Vertex 455: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.485461 + Group: 'mixamorig:RightUpLeg', Weight: 0.514538 +Vertex 456: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.482391 + Group: 'mixamorig:RightUpLeg', Weight: 0.517609 +Vertex 457: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.488368 + Group: 'mixamorig:RightUpLeg', Weight: 0.511632 +Vertex 458: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.382728 + Group: 'mixamorig:RightUpLeg', Weight: 0.617272 +Vertex 459: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.386374 + Group: 'mixamorig:RightUpLeg', Weight: 0.613626 +Vertex 460: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.379978 + Group: 'mixamorig:RightUpLeg', Weight: 0.620022 +Vertex 461: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.345345 + Group: 'mixamorig:RightUpLeg', Weight: 0.654655 +Vertex 462: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.340669 + Group: 'mixamorig:RightUpLeg', Weight: 0.659331 +Vertex 463: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.334942 + Group: 'mixamorig:RightUpLeg', Weight: 0.665058 +Vertex 464: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.331543 + Group: 'mixamorig:RightUpLeg', Weight: 0.668457 +Vertex 465: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.333456 + Group: 'mixamorig:RightUpLeg', Weight: 0.666544 +Vertex 466: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.332017 + Group: 'mixamorig:RightUpLeg', Weight: 0.667983 +Vertex 467: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.360707 + Group: 'mixamorig:RightUpLeg', Weight: 0.639293 +Vertex 468: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.413748 + Group: 'mixamorig:RightUpLeg', Weight: 0.586252 +Vertex 469: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.412694 + Group: 'mixamorig:RightUpLeg', Weight: 0.587306 +Vertex 470: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.548233 + Group: 'mixamorig:RightUpLeg', Weight: 0.451767 +Vertex 471: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.558772 + Group: 'mixamorig:RightUpLeg', Weight: 0.441228 +Vertex 472: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.547000 + Group: 'mixamorig:RightUpLeg', Weight: 0.453000 +Vertex 473: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.721222 + Group: 'mixamorig:RightUpLeg', Weight: 0.278778 +Vertex 474: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.717850 + Group: 'mixamorig:RightUpLeg', Weight: 0.282150 +Vertex 475: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.717193 + Group: 'mixamorig:RightUpLeg', Weight: 0.282807 +Vertex 476: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.837869 + Group: 'mixamorig:RightUpLeg', Weight: 0.162131 +Vertex 477: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.838174 + Group: 'mixamorig:RightUpLeg', Weight: 0.161826 +Vertex 478: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.838481 + Group: 'mixamorig:RightUpLeg', Weight: 0.161519 +Vertex 479: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 480: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 481: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 482: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 483: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 484: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 485: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 486: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 487: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 488: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 489: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 490: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 491: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 492: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 493: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 494: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.933739 + Group: 'mixamorig:RightUpLeg', Weight: 0.066261 +Vertex 495: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967556 + Group: 'mixamorig:RightUpLeg', Weight: 0.032444 +Vertex 496: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.976558 + Group: 'mixamorig:RightUpLeg', Weight: 0.023442 +Vertex 497: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.934086 + Group: 'mixamorig:RightUpLeg', Weight: 0.065914 +Vertex 498: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.973766 + Group: 'mixamorig:RightUpLeg', Weight: 0.026234 +Vertex 499: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.649459 + Group: 'mixamorig:LeftUpLeg', Weight: 0.172268 + Group: 'mixamorig:RightUpLeg', Weight: 0.178273 +Vertex 500: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 501: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 502: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.883987 + Group: 'mixamorig:RightUpLeg', Weight: 0.116013 +Vertex 503: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.804474 + Group: 'mixamorig:RightUpLeg', Weight: 0.195526 +Vertex 504: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.983450 + Group: 'mixamorig:RightUpLeg', Weight: 0.016550 +Vertex 505: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 506: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993172 + Group: 'mixamorig:RightUpLeg', Weight: 0.006828 +Vertex 507: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.945592 + Group: 'mixamorig:RightUpLeg', Weight: 0.054408 +Vertex 508: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.820436 + Group: 'mixamorig:RightUpLeg', Weight: 0.179564 +Vertex 509: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.547009 + Group: 'mixamorig:RightUpLeg', Weight: 0.452991 +Vertex 510: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.430383 + Group: 'mixamorig:RightUpLeg', Weight: 0.569617 +Vertex 511: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.358202 + Group: 'mixamorig:RightUpLeg', Weight: 0.641798 +Vertex 512: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.838460 + Group: 'mixamorig:RightUpLeg', Weight: 0.161540 +Vertex 513: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.242314 + Group: 'mixamorig:RightUpLeg', Weight: 0.757686 +Vertex 514: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.251066 + Group: 'mixamorig:RightUpLeg', Weight: 0.748934 +Vertex 515: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.724016 + Group: 'mixamorig:RightUpLeg', Weight: 0.275984 +Vertex 516: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.304940 + Group: 'mixamorig:RightUpLeg', Weight: 0.695060 +Vertex 517: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.658527 + Group: 'mixamorig:RightUpLeg', Weight: 0.341473 +Vertex 518: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.746674 + Group: 'mixamorig:RightUpLeg', Weight: 0.253326 +Vertex 519: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 520: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.870048 + Group: 'mixamorig:LeftUpLeg', Weight: 0.084814 + Group: 'mixamorig:RightUpLeg', Weight: 0.045138 +Vertex 521: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 522: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.834333 + Group: 'mixamorig:LeftUpLeg', Weight: 0.165667 +Vertex 523: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 524: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.776909 + Group: 'mixamorig:LeftUpLeg', Weight: 0.223091 +Vertex 525: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 526: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.764072 + Group: 'mixamorig:LeftUpLeg', Weight: 0.235928 +Vertex 527: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666775 + Group: 'mixamorig:LeftUpLeg', Weight: 0.333225 +Vertex 528: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 529: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 530: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998873 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001127 +Vertex 531: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.949519 + Group: 'mixamorig:LeftUpLeg', Weight: 0.050481 +Vertex 532: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.639452 + Group: 'mixamorig:LeftUpLeg', Weight: 0.360548 +Vertex 533: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.337891 + Group: 'mixamorig:LeftUpLeg', Weight: 0.662109 +Vertex 534: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.448084 + Group: 'mixamorig:LeftUpLeg', Weight: 0.551916 +Vertex 535: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.296141 + Group: 'mixamorig:LeftUpLeg', Weight: 0.703859 +Vertex 536: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.533026 + Group: 'mixamorig:LeftUpLeg', Weight: 0.466974 +Vertex 537: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.902374 + Group: 'mixamorig:LeftUpLeg', Weight: 0.097626 +Vertex 538: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.439126 + Group: 'mixamorig:LeftUpLeg', Weight: 0.560874 +Vertex 539: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.439651 + Group: 'mixamorig:LeftUpLeg', Weight: 0.560349 +Vertex 540: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.249183 + Group: 'mixamorig:LeftUpLeg', Weight: 0.743503 + Group: 'mixamorig:RightUpLeg', Weight: 0.007314 +Vertex 541: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.212820 + Group: 'mixamorig:LeftUpLeg', Weight: 0.787180 +Vertex 542: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.157030 + Group: 'mixamorig:LeftUpLeg', Weight: 0.842970 +Vertex 543: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.520388 + Group: 'mixamorig:LeftUpLeg', Weight: 0.468665 + Group: 'mixamorig:RightUpLeg', Weight: 0.010946 +Vertex 544: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.593162 + Group: 'mixamorig:LeftUpLeg', Weight: 0.353295 + Group: 'mixamorig:RightUpLeg', Weight: 0.053543 +Vertex 545: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.682209 + Group: 'mixamorig:LeftUpLeg', Weight: 0.072475 + Group: 'mixamorig:RightUpLeg', Weight: 0.245316 +Vertex 546: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.658352 + Group: 'mixamorig:LeftUpLeg', Weight: 0.201547 + Group: 'mixamorig:RightUpLeg', Weight: 0.140101 +Vertex 547: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.307989 + Group: 'mixamorig:LeftUpLeg', Weight: 0.564366 + Group: 'mixamorig:RightUpLeg', Weight: 0.127645 +Vertex 548: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.286073 + Group: 'mixamorig:LeftUpLeg', Weight: 0.668690 + Group: 'mixamorig:RightUpLeg', Weight: 0.045237 +Vertex 549: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.324591 + Group: 'mixamorig:LeftUpLeg', Weight: 0.386687 + Group: 'mixamorig:RightUpLeg', Weight: 0.288722 +Vertex 550: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.903234 + Group: 'mixamorig:LeftUpLeg', Weight: 0.096765 +Vertex 551: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.907376 + Group: 'mixamorig:LeftUpLeg', Weight: 0.092624 +Vertex 552: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.958052 + Group: 'mixamorig:LeftUpLeg', Weight: 0.041948 +Vertex 553: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 554: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.678864 + Group: 'mixamorig:LeftUpLeg', Weight: 0.161086 + Group: 'mixamorig:RightUpLeg', Weight: 0.160051 +Vertex 555: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.592176 + Group: 'mixamorig:LeftUpLeg', Weight: 0.321033 + Group: 'mixamorig:RightUpLeg', Weight: 0.086791 +Vertex 556: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 557: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.686444 + Group: 'mixamorig:LeftUpLeg', Weight: 0.046791 + Group: 'mixamorig:RightUpLeg', Weight: 0.266765 +Vertex 558: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.915323 + Group: 'mixamorig:RightUpLeg', Weight: 0.084677 +Vertex 559: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.548393 + Group: 'mixamorig:RightUpLeg', Weight: 0.451607 +Vertex 560: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.370983 + Group: 'mixamorig:LeftUpLeg', Weight: 0.034371 + Group: 'mixamorig:RightUpLeg', Weight: 0.594646 +Vertex 561: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.437535 + Group: 'mixamorig:LeftUpLeg', Weight: 0.126550 + Group: 'mixamorig:RightUpLeg', Weight: 0.435915 +Vertex 562: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.390693 + Group: 'mixamorig:RightUpLeg', Weight: 0.609307 +Vertex 563: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.287612 + Group: 'mixamorig:RightUpLeg', Weight: 0.712388 +Vertex 564: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.861379 + Group: 'mixamorig:RightUpLeg', Weight: 0.138621 +Vertex 565: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.232108 + Group: 'mixamorig:RightUpLeg', Weight: 0.767892 +Vertex 566: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.179531 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013850 + Group: 'mixamorig:RightUpLeg', Weight: 0.806618 +Vertex 567: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.225608 + Group: 'mixamorig:LeftUpLeg', Weight: 0.060300 + Group: 'mixamorig:RightUpLeg', Weight: 0.714091 +Vertex 568: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.139005 + Group: 'mixamorig:RightUpLeg', Weight: 0.860995 +Vertex 569: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.257315 + Group: 'mixamorig:LeftUpLeg', Weight: 0.194237 + Group: 'mixamorig:RightUpLeg', Weight: 0.548447 +Vertex 570: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.258868 + Group: 'mixamorig:LeftUpLeg', Weight: 0.396294 + Group: 'mixamorig:RightUpLeg', Weight: 0.344838 +Vertex 571: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.440480 + Group: 'mixamorig:LeftUpLeg', Weight: 0.295786 + Group: 'mixamorig:RightUpLeg', Weight: 0.263734 +Vertex 572: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.153228 + Group: 'mixamorig:LeftUpLeg', Weight: 0.444714 + Group: 'mixamorig:RightUpLeg', Weight: 0.402058 +Vertex 573: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.111160 + Group: 'mixamorig:LeftUpLeg', Weight: 0.128563 + Group: 'mixamorig:RightUpLeg', Weight: 0.760277 +Vertex 574: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.126326 + Group: 'mixamorig:LeftUpLeg', Weight: 0.093821 + Group: 'mixamorig:RightUpLeg', Weight: 0.779853 +Vertex 575: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.335547 + Group: 'mixamorig:LeftUpLeg', Weight: 0.597307 + Group: 'mixamorig:RightUpLeg', Weight: 0.067146 +Vertex 576: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.534615 + Group: 'mixamorig:LeftUpLeg', Weight: 0.434306 + Group: 'mixamorig:RightUpLeg', Weight: 0.031080 +Vertex 577: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.400087 + Group: 'mixamorig:LeftUpLeg', Weight: 0.458725 + Group: 'mixamorig:RightUpLeg', Weight: 0.141188 +Vertex 578: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.494793 + Group: 'mixamorig:LeftUpLeg', Weight: 0.499959 + Group: 'mixamorig:RightUpLeg', Weight: 0.005248 +Vertex 579: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.288027 + Group: 'mixamorig:LeftUpLeg', Weight: 0.686527 + Group: 'mixamorig:RightUpLeg', Weight: 0.025446 +Vertex 580: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.176948 + Group: 'mixamorig:LeftUpLeg', Weight: 0.790070 + Group: 'mixamorig:RightUpLeg', Weight: 0.032982 +Vertex 581: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.171288 + Group: 'mixamorig:LeftUpLeg', Weight: 0.823346 + Group: 'mixamorig:RightUpLeg', Weight: 0.005366 +Vertex 582: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.211408 + Group: 'mixamorig:LeftUpLeg', Weight: 0.702786 + Group: 'mixamorig:RightUpLeg', Weight: 0.085805 +Vertex 583: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.145209 + Group: 'mixamorig:LeftUpLeg', Weight: 0.614925 + Group: 'mixamorig:RightUpLeg', Weight: 0.239866 +Vertex 584: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.142456 + Group: 'mixamorig:LeftUpLeg', Weight: 0.763620 + Group: 'mixamorig:RightUpLeg', Weight: 0.093924 +Vertex 585: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.260673 + Group: 'mixamorig:LeftUpLeg', Weight: 0.552328 + Group: 'mixamorig:RightUpLeg', Weight: 0.186999 +Vertex 586: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.119256 + Group: 'mixamorig:LeftUpLeg', Weight: 0.846519 + Group: 'mixamorig:RightUpLeg', Weight: 0.034225 +Vertex 587: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.111494 + Group: 'mixamorig:LeftUpLeg', Weight: 0.880291 + Group: 'mixamorig:RightUpLeg', Weight: 0.008216 +Vertex 588: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.102966 + Group: 'mixamorig:LeftUpLeg', Weight: 0.897034 +Vertex 589: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.175631 + Group: 'mixamorig:LeftUpLeg', Weight: 0.824369 +Vertex 590: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.063166 + Group: 'mixamorig:LeftUpLeg', Weight: 0.936834 +Vertex 591: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.065094 + Group: 'mixamorig:LeftUpLeg', Weight: 0.926891 + Group: 'mixamorig:RightUpLeg', Weight: 0.008015 +Vertex 592: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.066174 + Group: 'mixamorig:LeftUpLeg', Weight: 0.904370 + Group: 'mixamorig:RightUpLeg', Weight: 0.029456 +Vertex 593: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.030346 + Group: 'mixamorig:LeftUpLeg', Weight: 0.178959 + Group: 'mixamorig:RightUpLeg', Weight: 0.790695 +Vertex 594: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.030559 + Group: 'mixamorig:LeftUpLeg', Weight: 0.181158 + Group: 'mixamorig:RightUpLeg', Weight: 0.788283 +Vertex 595: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.026888 + Group: 'mixamorig:LeftUpLeg', Weight: 0.143221 + Group: 'mixamorig:RightUpLeg', Weight: 0.829891 +Vertex 596: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.002501 + Group: 'mixamorig:LeftUpLeg', Weight: 0.433554 + Group: 'mixamorig:RightUpLeg', Weight: 0.563946 +Vertex 597: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.018200 + Group: 'mixamorig:LeftUpLeg', Weight: 0.630581 + Group: 'mixamorig:RightUpLeg', Weight: 0.351218 +Vertex 598: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.036934 + Group: 'mixamorig:LeftUpLeg', Weight: 0.568015 + Group: 'mixamorig:RightUpLeg', Weight: 0.395051 +Vertex 599: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.665895 + Group: 'mixamorig:RightUpLeg', Weight: 0.334105 +Vertex 600: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.683670 + Group: 'mixamorig:RightUpLeg', Weight: 0.316330 +Vertex 601: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.508039 + Group: 'mixamorig:RightUpLeg', Weight: 0.491961 +Vertex 602: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.002012 + Group: 'mixamorig:LeftUpLeg', Weight: 0.711697 + Group: 'mixamorig:RightUpLeg', Weight: 0.286290 +Vertex 603: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.006749 + Group: 'mixamorig:LeftUpLeg', Weight: 0.628334 + Group: 'mixamorig:RightUpLeg', Weight: 0.364917 +Vertex 604: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.857341 + Group: 'mixamorig:RightUpLeg', Weight: 0.142659 +Vertex 605: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.863200 + Group: 'mixamorig:RightUpLeg', Weight: 0.136800 +Vertex 606: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.967890 + Group: 'mixamorig:LeftLeg', Weight: 0.005871 + Group: 'mixamorig:RightUpLeg', Weight: 0.026238 +Vertex 607: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.949646 + Group: 'mixamorig:LeftLeg', Weight: 0.014111 + Group: 'mixamorig:RightUpLeg', Weight: 0.036243 +Vertex 608: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.881485 + Group: 'mixamorig:LeftLeg', Weight: 0.001484 + Group: 'mixamorig:RightUpLeg', Weight: 0.117032 +Vertex 609: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.910323 + Group: 'mixamorig:LeftLeg', Weight: 0.001882 + Group: 'mixamorig:RightUpLeg', Weight: 0.087795 +Vertex 610: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.945444 + Group: 'mixamorig:LeftLeg', Weight: 0.023933 + Group: 'mixamorig:RightUpLeg', Weight: 0.030623 +Vertex 611: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.942493 + Group: 'mixamorig:LeftLeg', Weight: 0.035666 + Group: 'mixamorig:RightUpLeg', Weight: 0.021840 +Vertex 612: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.899167 + Group: 'mixamorig:LeftLeg', Weight: 0.094952 + Group: 'mixamorig:RightUpLeg', Weight: 0.005881 +Vertex 613: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.855159 + Group: 'mixamorig:LeftLeg', Weight: 0.144762 + Group: 'mixamorig:RightUpLeg', Weight: 0.000079 +Vertex 614: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.841211 + Group: 'mixamorig:LeftLeg', Weight: 0.158789 +Vertex 615: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.948301 + Group: 'mixamorig:LeftLeg', Weight: 0.038736 + Group: 'mixamorig:RightUpLeg', Weight: 0.012963 +Vertex 616: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.950484 + Group: 'mixamorig:LeftLeg', Weight: 0.002097 + Group: 'mixamorig:RightUpLeg', Weight: 0.047419 +Vertex 617: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.979705 + Group: 'mixamorig:LeftLeg', Weight: 0.004781 + Group: 'mixamorig:RightUpLeg', Weight: 0.015514 +Vertex 618: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.968514 + Group: 'mixamorig:RightUpLeg', Weight: 0.031486 +Vertex 619: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.013026 + Group: 'mixamorig:LeftUpLeg', Weight: 0.887329 + Group: 'mixamorig:RightUpLeg', Weight: 0.099645 +Vertex 620: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.005541 + Group: 'mixamorig:LeftUpLeg', Weight: 0.777994 + Group: 'mixamorig:RightUpLeg', Weight: 0.216465 +Vertex 621: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.014933 + Group: 'mixamorig:LeftUpLeg', Weight: 0.936296 + Group: 'mixamorig:RightUpLeg', Weight: 0.048771 +Vertex 622: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.002293 + Group: 'mixamorig:LeftUpLeg', Weight: 0.968253 + Group: 'mixamorig:LeftLeg', Weight: 0.002425 + Group: 'mixamorig:RightUpLeg', Weight: 0.027029 +Vertex 623: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.968348 + Group: 'mixamorig:LeftLeg', Weight: 0.029001 + Group: 'mixamorig:RightUpLeg', Weight: 0.002651 +Vertex 624: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.037336 + Group: 'mixamorig:LeftUpLeg', Weight: 0.790462 + Group: 'mixamorig:RightUpLeg', Weight: 0.172202 +Vertex 625: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.089343 + Group: 'mixamorig:LeftUpLeg', Weight: 0.649590 + Group: 'mixamorig:RightUpLeg', Weight: 0.261067 +Vertex 626: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.014998 + Group: 'mixamorig:LeftUpLeg', Weight: 0.803906 + Group: 'mixamorig:RightUpLeg', Weight: 0.181096 +Vertex 627: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.025848 + Group: 'mixamorig:LeftUpLeg', Weight: 0.919766 + Group: 'mixamorig:RightUpLeg', Weight: 0.054385 +Vertex 628: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.005759 + Group: 'mixamorig:LeftUpLeg', Weight: 0.970689 + Group: 'mixamorig:RightUpLeg', Weight: 0.023552 +Vertex 629: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.027562 + Group: 'mixamorig:LeftUpLeg', Weight: 0.951946 + Group: 'mixamorig:RightUpLeg', Weight: 0.020493 +Vertex 630: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.009655 + Group: 'mixamorig:LeftUpLeg', Weight: 0.979207 + Group: 'mixamorig:LeftLeg', Weight: 0.000126 + Group: 'mixamorig:RightUpLeg', Weight: 0.011012 +Vertex 631: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.993527 + Group: 'mixamorig:LeftLeg', Weight: 0.006473 +Vertex 632: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.992591 + Group: 'mixamorig:LeftLeg', Weight: 0.005208 + Group: 'mixamorig:RightUpLeg', Weight: 0.002201 +Vertex 633: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.011079 + Group: 'mixamorig:LeftUpLeg', Weight: 0.986445 + Group: 'mixamorig:LeftLeg', Weight: 0.000408 + Group: 'mixamorig:RightUpLeg', Weight: 0.002068 +Vertex 634: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.991881 + Group: 'mixamorig:LeftLeg', Weight: 0.008119 +Vertex 635: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.011052 + Group: 'mixamorig:LeftUpLeg', Weight: 0.988479 + Group: 'mixamorig:LeftLeg', Weight: 0.000469 +Vertex 636: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.992641 + Group: 'mixamorig:LeftLeg', Weight: 0.007359 +Vertex 637: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.047133 + Group: 'mixamorig:LeftUpLeg', Weight: 0.871280 + Group: 'mixamorig:RightUpLeg', Weight: 0.081587 +Vertex 638: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.028288 + Group: 'mixamorig:LeftUpLeg', Weight: 0.754676 + Group: 'mixamorig:RightUpLeg', Weight: 0.217036 +Vertex 639: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.088533 + Group: 'mixamorig:LeftUpLeg', Weight: 0.889103 + Group: 'mixamorig:RightUpLeg', Weight: 0.022364 +Vertex 640: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.080549 + Group: 'mixamorig:LeftUpLeg', Weight: 0.913780 + Group: 'mixamorig:RightUpLeg', Weight: 0.005671 +Vertex 641: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.048270 + Group: 'mixamorig:LeftUpLeg', Weight: 0.944234 + Group: 'mixamorig:RightUpLeg', Weight: 0.007496 +Vertex 642: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.050771 + Group: 'mixamorig:LeftUpLeg', Weight: 0.924273 + Group: 'mixamorig:RightUpLeg', Weight: 0.024955 +Vertex 643: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.136946 + Group: 'mixamorig:LeftUpLeg', Weight: 0.845324 + Group: 'mixamorig:RightUpLeg', Weight: 0.017730 +Vertex 644: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.130666 + Group: 'mixamorig:LeftUpLeg', Weight: 0.868738 + Group: 'mixamorig:RightUpLeg', Weight: 0.000596 +Vertex 645: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.010776 + Group: 'mixamorig:LeftUpLeg', Weight: 0.554148 + Group: 'mixamorig:RightUpLeg', Weight: 0.435076 +Vertex 646: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.488934 + Group: 'mixamorig:RightUpLeg', Weight: 0.511066 +Vertex 647: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.491430 + Group: 'mixamorig:RightUpLeg', Weight: 0.508570 +Vertex 648: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.015288 + Group: 'mixamorig:LeftUpLeg', Weight: 0.207326 + Group: 'mixamorig:RightUpLeg', Weight: 0.777386 +Vertex 649: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.013515 + Group: 'mixamorig:LeftUpLeg', Weight: 0.410653 + Group: 'mixamorig:RightUpLeg', Weight: 0.575832 +Vertex 650: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.465147 + Group: 'mixamorig:RightUpLeg', Weight: 0.534853 +Vertex 651: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.000796 + Group: 'mixamorig:LeftUpLeg', Weight: 0.355896 + Group: 'mixamorig:RightUpLeg', Weight: 0.643308 +Vertex 652: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.001333 + Group: 'mixamorig:LeftUpLeg', Weight: 0.151377 + Group: 'mixamorig:RightUpLeg', Weight: 0.847290 +Vertex 653: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.011589 + Group: 'mixamorig:LeftUpLeg', Weight: 0.104683 + Group: 'mixamorig:RightUpLeg', Weight: 0.883728 +Vertex 654: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.040150 + Group: 'mixamorig:LeftUpLeg', Weight: 0.142045 + Group: 'mixamorig:RightUpLeg', Weight: 0.817805 +Vertex 655: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.026662 + Group: 'mixamorig:LeftUpLeg', Weight: 0.057826 + Group: 'mixamorig:RightUpLeg', Weight: 0.915512 +Vertex 656: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.062416 + Group: 'mixamorig:LeftUpLeg', Weight: 0.084002 + Group: 'mixamorig:RightUpLeg', Weight: 0.853582 +Vertex 657: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.349498 + Group: 'mixamorig:LeftUpLeg', Weight: 0.064697 + Group: 'mixamorig:RightUpLeg', Weight: 0.585805 +Vertex 658: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.367511 + Group: 'mixamorig:LeftUpLeg', Weight: 0.175201 + Group: 'mixamorig:RightUpLeg', Weight: 0.457289 +Vertex 659: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.162207 + Group: 'mixamorig:LeftUpLeg', Weight: 0.205288 + Group: 'mixamorig:RightUpLeg', Weight: 0.632505 +Vertex 660: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.173893 + Group: 'mixamorig:LeftUpLeg', Weight: 0.082868 + Group: 'mixamorig:RightUpLeg', Weight: 0.743239 +Vertex 661: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.414596 + Group: 'mixamorig:RightUpLeg', Weight: 0.585404 +Vertex 662: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.026493 + Group: 'mixamorig:LeftUpLeg', Weight: 0.139239 + Group: 'mixamorig:RightUpLeg', Weight: 0.834268 +Vertex 663: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.030661 + Group: 'mixamorig:LeftUpLeg', Weight: 0.182223 + Group: 'mixamorig:RightUpLeg', Weight: 0.787117 +Vertex 664: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.003118 + Group: 'mixamorig:LeftUpLeg', Weight: 0.391371 + Group: 'mixamorig:RightUpLeg', Weight: 0.605510 +Vertex 665: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.065880 + Group: 'mixamorig:LeftUpLeg', Weight: 0.112349 + Group: 'mixamorig:RightUpLeg', Weight: 0.821772 +Vertex 666: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.030620 + Group: 'mixamorig:LeftUpLeg', Weight: 0.081153 + Group: 'mixamorig:RightUpLeg', Weight: 0.888227 +Vertex 667: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.067343 + Group: 'mixamorig:RightUpLeg', Weight: 0.932657 +Vertex 668: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.087586 + Group: 'mixamorig:RightUpLeg', Weight: 0.911810 + Group: 'mixamorig:RightLeg', Weight: 0.000604 +Vertex 669: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003962 + Group: 'mixamorig:RightUpLeg', Weight: 0.966742 + Group: 'mixamorig:RightLeg', Weight: 0.029296 +Vertex 670: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.974125 + Group: 'mixamorig:RightLeg', Weight: 0.025875 +Vertex 671: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004411 + Group: 'mixamorig:RightUpLeg', Weight: 0.963414 + Group: 'mixamorig:RightLeg', Weight: 0.032174 +Vertex 672: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.085180 + Group: 'mixamorig:RightUpLeg', Weight: 0.913998 + Group: 'mixamorig:RightLeg', Weight: 0.000823 +Vertex 673: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.013597 + Group: 'mixamorig:LeftUpLeg', Weight: 0.521068 + Group: 'mixamorig:RightUpLeg', Weight: 0.465335 +Vertex 674: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.043114 + Group: 'mixamorig:LeftUpLeg', Weight: 0.564798 + Group: 'mixamorig:RightUpLeg', Weight: 0.392088 +Vertex 675: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.035865 + Group: 'mixamorig:LeftUpLeg', Weight: 0.234910 + Group: 'mixamorig:RightUpLeg', Weight: 0.729225 +Vertex 676: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.304686 + Group: 'mixamorig:RightFoot', Weight: 0.675947 + Group: 'mixamorig:RightToeBase', Weight: 0.019368 +Vertex 677: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000152 + Group: 'mixamorig:RightLeg', Weight: 0.670577 + Group: 'mixamorig:RightFoot', Weight: 0.303989 + Group: 'mixamorig:RightToeBase', Weight: 0.025281 +Vertex 678: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.326033 + Group: 'mixamorig:RightFoot', Weight: 0.662670 + Group: 'mixamorig:RightToeBase', Weight: 0.011297 +Vertex 679: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.284305 + Group: 'mixamorig:RightFoot', Weight: 0.683709 + Group: 'mixamorig:RightToeBase', Weight: 0.031986 +Vertex 680: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000043 + Group: 'mixamorig:RightLeg', Weight: 0.582271 + Group: 'mixamorig:RightFoot', Weight: 0.399455 + Group: 'mixamorig:RightToeBase', Weight: 0.018231 +Vertex 681: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000054 + Group: 'mixamorig:RightLeg', Weight: 0.544628 + Group: 'mixamorig:RightFoot', Weight: 0.428663 + Group: 'mixamorig:RightToeBase', Weight: 0.026655 +Vertex 682: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000182 + Group: 'mixamorig:RightLeg', Weight: 0.757172 + Group: 'mixamorig:RightFoot', Weight: 0.225429 + Group: 'mixamorig:RightToeBase', Weight: 0.017218 +Vertex 683: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000162 + Group: 'mixamorig:RightLeg', Weight: 0.804117 + Group: 'mixamorig:RightFoot', Weight: 0.182699 + Group: 'mixamorig:RightToeBase', Weight: 0.013021 +Vertex 684: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000231 + Group: 'mixamorig:RightLeg', Weight: 0.726694 + Group: 'mixamorig:RightFoot', Weight: 0.251454 + Group: 'mixamorig:RightToeBase', Weight: 0.021622 +Vertex 685: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000053 + Group: 'mixamorig:RightLeg', Weight: 0.475512 + Group: 'mixamorig:RightFoot', Weight: 0.481842 + Group: 'mixamorig:RightToeBase', Weight: 0.042592 +Vertex 686: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.385387 + Group: 'mixamorig:RightFoot', Weight: 0.531882 + Group: 'mixamorig:RightToeBase', Weight: 0.082730 +Vertex 687: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000351 + Group: 'mixamorig:RightLeg', Weight: 0.686841 + Group: 'mixamorig:RightFoot', Weight: 0.278083 + Group: 'mixamorig:RightToeBase', Weight: 0.034725 +Vertex 688: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000399 + Group: 'mixamorig:RightLeg', Weight: 0.716386 + Group: 'mixamorig:RightFoot', Weight: 0.249246 + Group: 'mixamorig:RightToeBase', Weight: 0.033969 +Vertex 689: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000014 + Group: 'mixamorig:RightLeg', Weight: 0.333976 + Group: 'mixamorig:RightFoot', Weight: 0.569111 + Group: 'mixamorig:RightToeBase', Weight: 0.096900 +Vertex 690: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.239500 + Group: 'mixamorig:RightFoot', Weight: 0.705968 + Group: 'mixamorig:RightToeBase', Weight: 0.054532 +Vertex 691: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.205748 + Group: 'mixamorig:RightFoot', Weight: 0.697993 + Group: 'mixamorig:RightToeBase', Weight: 0.096259 +Vertex 692: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000040 + Group: 'mixamorig:RightLeg', Weight: 0.633320 + Group: 'mixamorig:RightFoot', Weight: 0.354366 + Group: 'mixamorig:RightToeBase', Weight: 0.012274 +Vertex 693: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000148 + Group: 'mixamorig:RightLeg', Weight: 0.845404 + Group: 'mixamorig:RightFoot', Weight: 0.144675 + Group: 'mixamorig:RightToeBase', Weight: 0.009774 +Vertex 694: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000041 + Group: 'mixamorig:RightLeg', Weight: 0.659138 + Group: 'mixamorig:RightFoot', Weight: 0.331391 + Group: 'mixamorig:RightToeBase', Weight: 0.009430 +Vertex 695: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000146 + Group: 'mixamorig:RightLeg', Weight: 0.877612 + Group: 'mixamorig:RightFoot', Weight: 0.114692 + Group: 'mixamorig:RightToeBase', Weight: 0.007550 +Vertex 696: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000044 + Group: 'mixamorig:RightLeg', Weight: 0.677067 + Group: 'mixamorig:RightFoot', Weight: 0.314672 + Group: 'mixamorig:RightToeBase', Weight: 0.008217 +Vertex 697: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.368808 + Group: 'mixamorig:RightFoot', Weight: 0.622987 + Group: 'mixamorig:RightToeBase', Weight: 0.008204 +Vertex 698: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.403885 + Group: 'mixamorig:RightFoot', Weight: 0.589135 + Group: 'mixamorig:RightToeBase', Weight: 0.006981 +Vertex 699: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000158 + Group: 'mixamorig:RightLeg', Weight: 0.890396 + Group: 'mixamorig:RightFoot', Weight: 0.102786 + Group: 'mixamorig:RightToeBase', Weight: 0.006660 +Vertex 700: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000047 + Group: 'mixamorig:RightLeg', Weight: 0.677621 + Group: 'mixamorig:RightFoot', Weight: 0.314373 + Group: 'mixamorig:RightToeBase', Weight: 0.007958 +Vertex 701: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000178 + Group: 'mixamorig:RightLeg', Weight: 0.891022 + Group: 'mixamorig:RightFoot', Weight: 0.102118 + Group: 'mixamorig:RightToeBase', Weight: 0.006682 +Vertex 702: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.376888 + Group: 'mixamorig:RightFoot', Weight: 0.616467 + Group: 'mixamorig:RightToeBase', Weight: 0.006645 +Vertex 703: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000543 + Group: 'mixamorig:RightLeg', Weight: 0.972056 + Group: 'mixamorig:RightFoot', Weight: 0.023957 + Group: 'mixamorig:RightToeBase', Weight: 0.003443 +Vertex 704: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000570 + Group: 'mixamorig:RightLeg', Weight: 0.959992 + Group: 'mixamorig:RightFoot', Weight: 0.035318 + Group: 'mixamorig:RightToeBase', Weight: 0.004119 +Vertex 705: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001945 + Group: 'mixamorig:RightLeg', Weight: 0.992033 + Group: 'mixamorig:RightFoot', Weight: 0.004697 + Group: 'mixamorig:RightToeBase', Weight: 0.001324 +Vertex 706: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001861 + Group: 'mixamorig:RightLeg', Weight: 0.989396 + Group: 'mixamorig:RightFoot', Weight: 0.007256 + Group: 'mixamorig:RightToeBase', Weight: 0.001487 +Vertex 707: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000568 + Group: 'mixamorig:RightLeg', Weight: 0.978938 + Group: 'mixamorig:RightFoot', Weight: 0.017447 + Group: 'mixamorig:RightToeBase', Weight: 0.003047 +Vertex 708: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000627 + Group: 'mixamorig:RightLeg', Weight: 0.980498 + Group: 'mixamorig:RightFoot', Weight: 0.015700 + Group: 'mixamorig:RightToeBase', Weight: 0.003174 +Vertex 709: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.331048 + Group: 'mixamorig:RightFoot', Weight: 0.660772 + Group: 'mixamorig:RightToeBase', Weight: 0.008180 +Vertex 710: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.249518 + Group: 'mixamorig:RightFoot', Weight: 0.731848 + Group: 'mixamorig:RightToeBase', Weight: 0.018635 +Vertex 711: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.185555 + Group: 'mixamorig:RightFoot', Weight: 0.762242 + Group: 'mixamorig:RightToeBase', Weight: 0.052202 +Vertex 712: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.120662 + Group: 'mixamorig:RightFoot', Weight: 0.767428 + Group: 'mixamorig:RightToeBase', Weight: 0.111910 +Vertex 713: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.109200 + Group: 'mixamorig:RightFoot', Weight: 0.728595 + Group: 'mixamorig:RightToeBase', Weight: 0.162205 +Vertex 714: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.153169 + Group: 'mixamorig:RightFoot', Weight: 0.698518 + Group: 'mixamorig:RightToeBase', Weight: 0.148313 +Vertex 715: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000071 + Group: 'mixamorig:RightLeg', Weight: 0.560412 + Group: 'mixamorig:RightFoot', Weight: 0.418443 + Group: 'mixamorig:RightToeBase', Weight: 0.021074 +Vertex 716: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000050 + Group: 'mixamorig:RightLeg', Weight: 0.617308 + Group: 'mixamorig:RightFoot', Weight: 0.372346 + Group: 'mixamorig:RightToeBase', Weight: 0.010296 +Vertex 717: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000290 + Group: 'mixamorig:RightLeg', Weight: 0.855251 + Group: 'mixamorig:RightFoot', Weight: 0.129951 + Group: 'mixamorig:RightToeBase', Weight: 0.014508 +Vertex 718: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000207 + Group: 'mixamorig:RightLeg', Weight: 0.888127 + Group: 'mixamorig:RightFoot', Weight: 0.102906 + Group: 'mixamorig:RightToeBase', Weight: 0.008760 +Vertex 719: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001060 + Group: 'mixamorig:RightLeg', Weight: 0.973098 + Group: 'mixamorig:RightFoot', Weight: 0.021121 + Group: 'mixamorig:RightToeBase', Weight: 0.004721 +Vertex 720: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000779 + Group: 'mixamorig:RightLeg', Weight: 0.980430 + Group: 'mixamorig:RightFoot', Weight: 0.015134 + Group: 'mixamorig:RightToeBase', Weight: 0.003657 +Vertex 721: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001405 + Group: 'mixamorig:RightLeg', Weight: 0.957820 + Group: 'mixamorig:RightFoot', Weight: 0.034660 + Group: 'mixamorig:RightToeBase', Weight: 0.006116 +Vertex 722: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000396 + Group: 'mixamorig:RightLeg', Weight: 0.780096 + Group: 'mixamorig:RightFoot', Weight: 0.194604 + Group: 'mixamorig:RightToeBase', Weight: 0.024905 +Vertex 723: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000040 + Group: 'mixamorig:RightLeg', Weight: 0.427669 + Group: 'mixamorig:RightFoot', Weight: 0.522810 + Group: 'mixamorig:RightToeBase', Weight: 0.049481 +Vertex 724: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000007 + Group: 'mixamorig:RightLeg', Weight: 0.317940 + Group: 'mixamorig:RightFoot', Weight: 0.597170 + Group: 'mixamorig:RightToeBase', Weight: 0.084884 +Vertex 725: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000415 + Group: 'mixamorig:RightLeg', Weight: 0.731920 + Group: 'mixamorig:RightFoot', Weight: 0.234637 + Group: 'mixamorig:RightToeBase', Weight: 0.033029 +Vertex 726: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.178863 + Group: 'mixamorig:RightFoot', Weight: 0.694981 + Group: 'mixamorig:RightToeBase', Weight: 0.126156 +Vertex 727: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.182470 + Group: 'mixamorig:LeftFoot', Weight: 0.796089 + Group: 'mixamorig:LeftToeBase', Weight: 0.021441 +Vertex 728: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.358905 + Group: 'mixamorig:LeftFoot', Weight: 0.633012 + Group: 'mixamorig:LeftToeBase', Weight: 0.008083 +Vertex 729: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.334572 + Group: 'mixamorig:LeftFoot', Weight: 0.648415 + Group: 'mixamorig:LeftToeBase', Weight: 0.017013 +Vertex 730: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.373651 + Group: 'mixamorig:LeftFoot', Weight: 0.621012 + Group: 'mixamorig:LeftToeBase', Weight: 0.005337 +Vertex 731: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000020 + Group: 'mixamorig:LeftLeg', Weight: 0.648359 + Group: 'mixamorig:LeftFoot', Weight: 0.345515 + Group: 'mixamorig:LeftToeBase', Weight: 0.006106 +Vertex 732: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.382814 + Group: 'mixamorig:LeftFoot', Weight: 0.612778 + Group: 'mixamorig:LeftToeBase', Weight: 0.004408 +Vertex 733: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000022 + Group: 'mixamorig:LeftLeg', Weight: 0.647336 + Group: 'mixamorig:LeftFoot', Weight: 0.347051 + Group: 'mixamorig:LeftToeBase', Weight: 0.005591 +Vertex 734: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000022 + Group: 'mixamorig:LeftLeg', Weight: 0.670290 + Group: 'mixamorig:LeftFoot', Weight: 0.321366 + Group: 'mixamorig:LeftToeBase', Weight: 0.008322 +Vertex 735: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000020 + Group: 'mixamorig:LeftLeg', Weight: 0.621424 + Group: 'mixamorig:LeftFoot', Weight: 0.362204 + Group: 'mixamorig:LeftToeBase', Weight: 0.016351 +Vertex 736: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000015 + Group: 'mixamorig:LeftLeg', Weight: 0.494541 + Group: 'mixamorig:LeftFoot', Weight: 0.472936 + Group: 'mixamorig:LeftToeBase', Weight: 0.032507 +Vertex 737: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000075 + Group: 'mixamorig:LeftLeg', Weight: 0.851633 + Group: 'mixamorig:LeftFoot', Weight: 0.136986 + Group: 'mixamorig:LeftToeBase', Weight: 0.011306 +Vertex 738: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000082 + Group: 'mixamorig:LeftLeg', Weight: 0.777501 + Group: 'mixamorig:LeftFoot', Weight: 0.202240 + Group: 'mixamorig:LeftToeBase', Weight: 0.020177 +Vertex 739: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000071 + Group: 'mixamorig:LeftLeg', Weight: 0.875341 + Group: 'mixamorig:LeftFoot', Weight: 0.118151 + Group: 'mixamorig:LeftToeBase', Weight: 0.006437 +Vertex 740: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.258763 + Group: 'mixamorig:LeftFoot', Weight: 0.706341 + Group: 'mixamorig:LeftToeBase', Weight: 0.034897 +Vertex 741: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000073 + Group: 'mixamorig:LeftLeg', Weight: 0.882898 + Group: 'mixamorig:LeftFoot', Weight: 0.111773 + Group: 'mixamorig:LeftToeBase', Weight: 0.005256 +Vertex 742: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000082 + Group: 'mixamorig:LeftLeg', Weight: 0.867723 + Group: 'mixamorig:LeftFoot', Weight: 0.127309 + Group: 'mixamorig:LeftToeBase', Weight: 0.004887 +Vertex 743: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.293880 + Group: 'mixamorig:LeftFoot', Weight: 0.700238 + Group: 'mixamorig:LeftToeBase', Weight: 0.005881 +Vertex 744: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000023 + Group: 'mixamorig:LeftLeg', Weight: 0.546779 + Group: 'mixamorig:LeftFoot', Weight: 0.445836 + Group: 'mixamorig:LeftToeBase', Weight: 0.007362 +Vertex 745: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000022 + Group: 'mixamorig:LeftLeg', Weight: 0.492986 + Group: 'mixamorig:LeftFoot', Weight: 0.495493 + Group: 'mixamorig:LeftToeBase', Weight: 0.011499 +Vertex 746: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.286485 + Group: 'mixamorig:LeftFoot', Weight: 0.702473 + Group: 'mixamorig:LeftToeBase', Weight: 0.011042 +Vertex 747: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000088 + Group: 'mixamorig:LeftLeg', Weight: 0.740464 + Group: 'mixamorig:LeftFoot', Weight: 0.250169 + Group: 'mixamorig:LeftToeBase', Weight: 0.009279 +Vertex 748: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000082 + Group: 'mixamorig:LeftLeg', Weight: 0.791643 + Group: 'mixamorig:LeftFoot', Weight: 0.201484 + Group: 'mixamorig:LeftToeBase', Weight: 0.006791 +Vertex 749: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000020 + Group: 'mixamorig:LeftLeg', Weight: 0.421198 + Group: 'mixamorig:LeftFoot', Weight: 0.559219 + Group: 'mixamorig:LeftToeBase', Weight: 0.019563 +Vertex 750: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000099 + Group: 'mixamorig:LeftLeg', Weight: 0.676620 + Group: 'mixamorig:LeftFoot', Weight: 0.309687 + Group: 'mixamorig:LeftToeBase', Weight: 0.013594 +Vertex 751: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.252186 + Group: 'mixamorig:LeftFoot', Weight: 0.727693 + Group: 'mixamorig:LeftToeBase', Weight: 0.020121 +Vertex 752: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.183091 + Group: 'mixamorig:LeftFoot', Weight: 0.740467 + Group: 'mixamorig:LeftToeBase', Weight: 0.076442 +Vertex 753: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.161696 + Group: 'mixamorig:LeftFoot', Weight: 0.708413 + Group: 'mixamorig:LeftToeBase', Weight: 0.129891 +Vertex 754: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.268996 + Group: 'mixamorig:LeftFoot', Weight: 0.633404 + Group: 'mixamorig:LeftToeBase', Weight: 0.097600 +Vertex 755: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000002 + Group: 'mixamorig:LeftLeg', Weight: 0.376596 + Group: 'mixamorig:LeftFoot', Weight: 0.560834 + Group: 'mixamorig:LeftToeBase', Weight: 0.062569 +Vertex 756: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000077 + Group: 'mixamorig:LeftLeg', Weight: 0.685518 + Group: 'mixamorig:LeftFoot', Weight: 0.281806 + Group: 'mixamorig:LeftToeBase', Weight: 0.032599 +Vertex 757: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000071 + Group: 'mixamorig:LeftLeg', Weight: 0.591957 + Group: 'mixamorig:LeftFoot', Weight: 0.363962 + Group: 'mixamorig:LeftToeBase', Weight: 0.044011 +Vertex 758: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.631648 + Group: 'mixamorig:RightUpLeg', Weight: 0.368352 +Vertex 759: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.539294 + Group: 'mixamorig:RightUpLeg', Weight: 0.460706 +Vertex 760: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.441106 + Group: 'mixamorig:RightUpLeg', Weight: 0.558894 +Vertex 761: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.241531 + Group: 'mixamorig:RightUpLeg', Weight: 0.758469 +Vertex 762: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.114685 + Group: 'mixamorig:RightUpLeg', Weight: 0.885315 +Vertex 763: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.305619 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000921 + Group: 'mixamorig:RightUpLeg', Weight: 0.693460 +Vertex 764: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.156445 + Group: 'mixamorig:LeftUpLeg', Weight: 0.015397 + Group: 'mixamorig:RightUpLeg', Weight: 0.828158 +Vertex 765: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.122640 + Group: 'mixamorig:RightUpLeg', Weight: 0.877360 +Vertex 766: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.087682 + Group: 'mixamorig:RightUpLeg', Weight: 0.912318 +Vertex 767: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.111964 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019465 + Group: 'mixamorig:RightUpLeg', Weight: 0.868571 +Vertex 768: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.059962 + Group: 'mixamorig:LeftUpLeg', Weight: 0.018576 + Group: 'mixamorig:RightUpLeg', Weight: 0.921462 +Vertex 769: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.048114 + Group: 'mixamorig:RightUpLeg', Weight: 0.951886 +Vertex 770: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.036461 + Group: 'mixamorig:RightUpLeg', Weight: 0.963539 +Vertex 771: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.066362 + Group: 'mixamorig:RightUpLeg', Weight: 0.933638 +Vertex 772: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.027013 + Group: 'mixamorig:RightUpLeg', Weight: 0.972987 +Vertex 773: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.050402 + Group: 'mixamorig:RightUpLeg', Weight: 0.949598 +Vertex 774: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.999700 + Group: 'mixamorig:RightLeg', Weight: 0.000299 +Vertex 775: +Vertex groups: 1 + Group: 'mixamorig:RightUpLeg', Weight: 1.000000 +Vertex 776: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.982154 + Group: 'mixamorig:RightLeg', Weight: 0.017846 +Vertex 777: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.982008 + Group: 'mixamorig:RightLeg', Weight: 0.017992 +Vertex 778: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.980851 + Group: 'mixamorig:RightLeg', Weight: 0.019149 +Vertex 779: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.999690 + Group: 'mixamorig:RightLeg', Weight: 0.000310 +Vertex 780: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.015802 + Group: 'mixamorig:RightUpLeg', Weight: 0.984198 +Vertex 781: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.981305 + Group: 'mixamorig:RightLeg', Weight: 0.018695 +Vertex 782: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.978945 + Group: 'mixamorig:RightLeg', Weight: 0.021055 +Vertex 783: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.049640 + Group: 'mixamorig:RightUpLeg', Weight: 0.950360 +Vertex 784: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.087970 + Group: 'mixamorig:RightUpLeg', Weight: 0.912030 +Vertex 785: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.115809 + Group: 'mixamorig:RightUpLeg', Weight: 0.884191 +Vertex 786: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.110626 + Group: 'mixamorig:RightUpLeg', Weight: 0.889374 +Vertex 787: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.086272 + Group: 'mixamorig:RightUpLeg', Weight: 0.913728 +Vertex 788: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.070249 + Group: 'mixamorig:RightUpLeg', Weight: 0.929751 +Vertex 789: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.109149 + Group: 'mixamorig:LeftUpLeg', Weight: 0.021296 + Group: 'mixamorig:RightUpLeg', Weight: 0.869555 +Vertex 790: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.081425 + Group: 'mixamorig:LeftUpLeg', Weight: 0.076307 + Group: 'mixamorig:RightUpLeg', Weight: 0.842268 +Vertex 791: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.074723 + Group: 'mixamorig:LeftUpLeg', Weight: 0.017635 + Group: 'mixamorig:RightUpLeg', Weight: 0.907642 +Vertex 792: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.035831 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007207 + Group: 'mixamorig:RightUpLeg', Weight: 0.956962 +Vertex 793: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.034873 + Group: 'mixamorig:LeftUpLeg', Weight: 0.041465 + Group: 'mixamorig:RightUpLeg', Weight: 0.923663 +Vertex 794: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.030801 + Group: 'mixamorig:RightUpLeg', Weight: 0.969199 +Vertex 795: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.061341 + Group: 'mixamorig:RightUpLeg', Weight: 0.938659 +Vertex 796: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.049567 + Group: 'mixamorig:RightUpLeg', Weight: 0.950433 +Vertex 797: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.025288 + Group: 'mixamorig:RightUpLeg', Weight: 0.974712 +Vertex 798: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.069276 + Group: 'mixamorig:RightUpLeg', Weight: 0.930724 +Vertex 799: +Vertex groups: 1 + Group: 'mixamorig:RightUpLeg', Weight: 1.000000 +Vertex 800: +Vertex groups: 1 + Group: 'mixamorig:RightUpLeg', Weight: 1.000000 +Vertex 801: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.977000 + Group: 'mixamorig:RightLeg', Weight: 0.023000 +Vertex 802: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.976211 + Group: 'mixamorig:RightLeg', Weight: 0.023789 +Vertex 803: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.917670 + Group: 'mixamorig:RightLeg', Weight: 0.082330 +Vertex 804: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.922464 + Group: 'mixamorig:RightLeg', Weight: 0.077536 +Vertex 805: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.701789 + Group: 'mixamorig:RightLeg', Weight: 0.298211 +Vertex 806: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.688091 + Group: 'mixamorig:RightLeg', Weight: 0.311909 +Vertex 807: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.639269 + Group: 'mixamorig:RightLeg', Weight: 0.360731 +Vertex 808: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.904828 + Group: 'mixamorig:RightLeg', Weight: 0.095172 +Vertex 809: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.346510 + Group: 'mixamorig:RightLeg', Weight: 0.653490 +Vertex 810: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.326446 + Group: 'mixamorig:RightLeg', Weight: 0.673554 +Vertex 811: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.560731 + Group: 'mixamorig:RightLeg', Weight: 0.439269 +Vertex 812: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.872914 + Group: 'mixamorig:RightLeg', Weight: 0.127086 +Vertex 813: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.972275 + Group: 'mixamorig:RightLeg', Weight: 0.027725 +Vertex 814: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.962208 + Group: 'mixamorig:RightLeg', Weight: 0.037792 +Vertex 815: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001535 + Group: 'mixamorig:RightUpLeg', Weight: 0.998465 +Vertex 816: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.999619 + Group: 'mixamorig:RightLeg', Weight: 0.000381 +Vertex 817: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.890971 + Group: 'mixamorig:RightLeg', Weight: 0.109029 +Vertex 818: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.581916 + Group: 'mixamorig:RightLeg', Weight: 0.418084 +Vertex 819: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.353994 + Group: 'mixamorig:RightLeg', Weight: 0.646006 +Vertex 820: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.140375 + Group: 'mixamorig:RightLeg', Weight: 0.859240 + Group: 'mixamorig:RightFoot', Weight: 0.000385 +Vertex 821: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.137624 + Group: 'mixamorig:RightLeg', Weight: 0.861815 + Group: 'mixamorig:RightFoot', Weight: 0.000561 +Vertex 822: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.347071 + Group: 'mixamorig:RightLeg', Weight: 0.652929 +Vertex 823: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.136464 + Group: 'mixamorig:RightLeg', Weight: 0.863289 + Group: 'mixamorig:RightFoot', Weight: 0.000247 +Vertex 824: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.721942 + Group: 'mixamorig:RightLeg', Weight: 0.278058 +Vertex 825: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.051958 + Group: 'mixamorig:RightLeg', Weight: 0.946900 + Group: 'mixamorig:RightFoot', Weight: 0.001142 +Vertex 826: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.051113 + Group: 'mixamorig:RightLeg', Weight: 0.947096 + Group: 'mixamorig:RightFoot', Weight: 0.001791 +Vertex 827: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.017302 + Group: 'mixamorig:RightLeg', Weight: 0.977203 + Group: 'mixamorig:RightFoot', Weight: 0.005295 + Group: 'mixamorig:RightToeBase', Weight: 0.000200 +Vertex 828: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.052039 + Group: 'mixamorig:RightLeg', Weight: 0.945956 + Group: 'mixamorig:RightFoot', Weight: 0.002005 +Vertex 829: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.019121 + Group: 'mixamorig:RightLeg', Weight: 0.976155 + Group: 'mixamorig:RightFoot', Weight: 0.004466 + Group: 'mixamorig:RightToeBase', Weight: 0.000258 +Vertex 830: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.018915 + Group: 'mixamorig:RightLeg', Weight: 0.977814 + Group: 'mixamorig:RightFoot', Weight: 0.002982 + Group: 'mixamorig:RightToeBase', Weight: 0.000290 +Vertex 831: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.923107 + Group: 'mixamorig:RightLeg', Weight: 0.076893 +Vertex 832: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.977557 + Group: 'mixamorig:RightLeg', Weight: 0.022443 +Vertex 833: +Vertex groups: 1 + Group: 'mixamorig:RightUpLeg', Weight: 1.000000 +Vertex 834: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.945138 + Group: 'mixamorig:RightLeg', Weight: 0.054862 +Vertex 835: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.837345 + Group: 'mixamorig:RightLeg', Weight: 0.162655 +Vertex 836: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.596631 + Group: 'mixamorig:RightLeg', Weight: 0.403369 +Vertex 837: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.887697 + Group: 'mixamorig:RightLeg', Weight: 0.112303 +Vertex 838: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.025166 + Group: 'mixamorig:RightLeg', Weight: 0.971264 + Group: 'mixamorig:RightFoot', Weight: 0.003570 +Vertex 839: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.025457 + Group: 'mixamorig:RightLeg', Weight: 0.972167 + Group: 'mixamorig:RightFoot', Weight: 0.002377 +Vertex 840: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.079752 + Group: 'mixamorig:RightLeg', Weight: 0.919272 + Group: 'mixamorig:RightFoot', Weight: 0.000976 +Vertex 841: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.081782 + Group: 'mixamorig:RightLeg', Weight: 0.916753 + Group: 'mixamorig:RightFoot', Weight: 0.001465 +Vertex 842: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.008544 + Group: 'mixamorig:RightLeg', Weight: 0.985625 + Group: 'mixamorig:RightFoot', Weight: 0.005393 + Group: 'mixamorig:RightToeBase', Weight: 0.000438 +Vertex 843: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.008425 + Group: 'mixamorig:RightLeg', Weight: 0.983256 + Group: 'mixamorig:RightFoot', Weight: 0.007839 + Group: 'mixamorig:RightToeBase', Weight: 0.000481 +Vertex 844: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.008242 + Group: 'mixamorig:RightLeg', Weight: 0.988048 + Group: 'mixamorig:RightFoot', Weight: 0.003331 + Group: 'mixamorig:RightToeBase', Weight: 0.000379 +Vertex 845: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.024962 + Group: 'mixamorig:RightLeg', Weight: 0.973551 + Group: 'mixamorig:RightFoot', Weight: 0.001487 +Vertex 846: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.008876 + Group: 'mixamorig:RightLeg', Weight: 0.980742 + Group: 'mixamorig:RightFoot', Weight: 0.009887 + Group: 'mixamorig:RightToeBase', Weight: 0.000495 +Vertex 847: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.025789 + Group: 'mixamorig:RightLeg', Weight: 0.969527 + Group: 'mixamorig:RightFoot', Weight: 0.004684 +Vertex 848: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.009301 + Group: 'mixamorig:RightLeg', Weight: 0.979704 + Group: 'mixamorig:RightFoot', Weight: 0.010533 + Group: 'mixamorig:RightToeBase', Weight: 0.000463 +Vertex 849: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002983 + Group: 'mixamorig:RightLeg', Weight: 0.964870 + Group: 'mixamorig:RightFoot', Weight: 0.030063 + Group: 'mixamorig:RightToeBase', Weight: 0.002084 +Vertex 850: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002803 + Group: 'mixamorig:RightLeg', Weight: 0.970163 + Group: 'mixamorig:RightFoot', Weight: 0.025196 + Group: 'mixamorig:RightToeBase', Weight: 0.001837 +Vertex 851: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.019625 + Group: 'mixamorig:RightLeg', Weight: 0.975115 + Group: 'mixamorig:RightFoot', Weight: 0.005258 + Group: 'mixamorig:RightToeBase', Weight: 0.000001 +Vertex 852: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.084184 + Group: 'mixamorig:RightLeg', Weight: 0.915175 + Group: 'mixamorig:RightFoot', Weight: 0.000641 +Vertex 853: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.074128 + Group: 'mixamorig:LeftUpLeg', Weight: 0.837156 + Group: 'mixamorig:RightUpLeg', Weight: 0.088716 +Vertex 854: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.035511 + Group: 'mixamorig:LeftUpLeg', Weight: 0.895654 + Group: 'mixamorig:RightUpLeg', Weight: 0.068835 +Vertex 855: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.035784 + Group: 'mixamorig:LeftUpLeg', Weight: 0.939698 + Group: 'mixamorig:RightUpLeg', Weight: 0.024518 +Vertex 856: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.017109 + Group: 'mixamorig:LeftUpLeg', Weight: 0.964148 + Group: 'mixamorig:RightUpLeg', Weight: 0.018742 +Vertex 857: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.019816 + Group: 'mixamorig:LeftUpLeg', Weight: 0.975346 + Group: 'mixamorig:RightUpLeg', Weight: 0.004838 +Vertex 858: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.004836 + Group: 'mixamorig:LeftUpLeg', Weight: 0.982429 + Group: 'mixamorig:LeftLeg', Weight: 0.002278 + Group: 'mixamorig:RightUpLeg', Weight: 0.010458 +Vertex 859: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.007131 + Group: 'mixamorig:LeftUpLeg', Weight: 0.990399 + Group: 'mixamorig:LeftLeg', Weight: 0.001638 + Group: 'mixamorig:RightUpLeg', Weight: 0.000832 +Vertex 860: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.021782 + Group: 'mixamorig:LeftUpLeg', Weight: 0.978218 +Vertex 861: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.009271 + Group: 'mixamorig:LeftUpLeg', Weight: 0.989850 + Group: 'mixamorig:LeftLeg', Weight: 0.000878 +Vertex 862: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.983995 + Group: 'mixamorig:LeftLeg', Weight: 0.016005 +Vertex 863: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.989071 + Group: 'mixamorig:LeftLeg', Weight: 0.010929 +Vertex 864: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.958004 + Group: 'mixamorig:LeftLeg', Weight: 0.041996 +Vertex 865: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.973604 + Group: 'mixamorig:LeftLeg', Weight: 0.026396 +Vertex 866: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.204930 + Group: 'mixamorig:LeftLeg', Weight: 0.794615 + Group: 'mixamorig:LeftFoot', Weight: 0.000456 +Vertex 867: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.499188 + Group: 'mixamorig:LeftLeg', Weight: 0.500727 + Group: 'mixamorig:LeftFoot', Weight: 0.000085 +Vertex 868: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.407330 + Group: 'mixamorig:LeftLeg', Weight: 0.592521 + Group: 'mixamorig:LeftFoot', Weight: 0.000149 +Vertex 869: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.166782 + Group: 'mixamorig:LeftLeg', Weight: 0.832251 + Group: 'mixamorig:LeftFoot', Weight: 0.000967 +Vertex 870: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.939573 + Group: 'mixamorig:LeftLeg', Weight: 0.060427 +Vertex 871: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.913844 + Group: 'mixamorig:LeftLeg', Weight: 0.086157 +Vertex 872: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.977884 + Group: 'mixamorig:LeftLeg', Weight: 0.022116 +Vertex 873: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.038077 + Group: 'mixamorig:LeftUpLeg', Weight: 0.961923 +Vertex 874: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.024995 + Group: 'mixamorig:LeftUpLeg', Weight: 0.975005 +Vertex 875: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.042867 + Group: 'mixamorig:LeftUpLeg', Weight: 0.957133 +Vertex 876: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.037609 + Group: 'mixamorig:LeftUpLeg', Weight: 0.955469 + Group: 'mixamorig:RightUpLeg', Weight: 0.006922 +Vertex 877: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.071469 + Group: 'mixamorig:LeftUpLeg', Weight: 0.928531 +Vertex 878: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.112520 + Group: 'mixamorig:LeftUpLeg', Weight: 0.887479 +Vertex 879: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.027332 + Group: 'mixamorig:LeftUpLeg', Weight: 0.966232 + Group: 'mixamorig:RightUpLeg', Weight: 0.006435 +Vertex 880: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.142764 + Group: 'mixamorig:LeftUpLeg', Weight: 0.797478 + Group: 'mixamorig:RightUpLeg', Weight: 0.059758 +Vertex 881: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000007 + Group: 'mixamorig:LeftLeg', Weight: 0.329064 + Group: 'mixamorig:LeftFoot', Weight: 0.639241 + Group: 'mixamorig:LeftToeBase', Weight: 0.031689 +Vertex 882: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000099 + Group: 'mixamorig:LeftLeg', Weight: 0.624685 + Group: 'mixamorig:LeftFoot', Weight: 0.355858 + Group: 'mixamorig:LeftToeBase', Weight: 0.019358 +Vertex 883: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.880836 + Group: 'mixamorig:LeftLeg', Weight: 0.119164 +Vertex 884: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.275954 + Group: 'mixamorig:LeftLeg', Weight: 0.723234 + Group: 'mixamorig:LeftFoot', Weight: 0.000812 +Vertex 885: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.252993 + Group: 'mixamorig:LeftLeg', Weight: 0.746131 + Group: 'mixamorig:LeftFoot', Weight: 0.000876 +Vertex 886: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.110220 + Group: 'mixamorig:LeftLeg', Weight: 0.886715 + Group: 'mixamorig:LeftFoot', Weight: 0.003065 +Vertex 887: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.118731 + Group: 'mixamorig:LeftLeg', Weight: 0.878691 + Group: 'mixamorig:LeftFoot', Weight: 0.002578 +Vertex 888: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.352115 + Group: 'mixamorig:LeftLeg', Weight: 0.647445 + Group: 'mixamorig:LeftFoot', Weight: 0.000439 +Vertex 889: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.152356 + Group: 'mixamorig:LeftLeg', Weight: 0.845842 + Group: 'mixamorig:LeftFoot', Weight: 0.001802 +Vertex 890: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.044112 + Group: 'mixamorig:LeftLeg', Weight: 0.951707 + Group: 'mixamorig:LeftFoot', Weight: 0.004173 + Group: 'mixamorig:LeftToeBase', Weight: 0.000008 +Vertex 891: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045240 + Group: 'mixamorig:LeftLeg', Weight: 0.952256 + Group: 'mixamorig:LeftFoot', Weight: 0.002492 + Group: 'mixamorig:LeftToeBase', Weight: 0.000012 +Vertex 892: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.035676 + Group: 'mixamorig:LeftLeg', Weight: 0.958839 + Group: 'mixamorig:LeftFoot', Weight: 0.005485 +Vertex 893: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013354 + Group: 'mixamorig:LeftLeg', Weight: 0.975287 + Group: 'mixamorig:LeftFoot', Weight: 0.011051 + Group: 'mixamorig:LeftToeBase', Weight: 0.000308 +Vertex 894: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013743 + Group: 'mixamorig:LeftLeg', Weight: 0.976914 + Group: 'mixamorig:LeftFoot', Weight: 0.008980 + Group: 'mixamorig:LeftToeBase', Weight: 0.000363 +Vertex 895: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004498 + Group: 'mixamorig:LeftLeg', Weight: 0.982603 + Group: 'mixamorig:LeftFoot', Weight: 0.011967 + Group: 'mixamorig:LeftToeBase', Weight: 0.000933 +Vertex 896: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013771 + Group: 'mixamorig:LeftLeg', Weight: 0.980191 + Group: 'mixamorig:LeftFoot', Weight: 0.005679 + Group: 'mixamorig:LeftToeBase', Weight: 0.000359 +Vertex 897: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004665 + Group: 'mixamorig:LeftLeg', Weight: 0.975891 + Group: 'mixamorig:LeftFoot', Weight: 0.018475 + Group: 'mixamorig:LeftToeBase', Weight: 0.000969 +Vertex 898: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004652 + Group: 'mixamorig:LeftLeg', Weight: 0.972662 + Group: 'mixamorig:LeftFoot', Weight: 0.021851 + Group: 'mixamorig:LeftToeBase', Weight: 0.000835 +Vertex 899: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.005493 + Group: 'mixamorig:LeftLeg', Weight: 0.970261 + Group: 'mixamorig:LeftFoot', Weight: 0.023297 + Group: 'mixamorig:LeftToeBase', Weight: 0.000948 +Vertex 900: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004816 + Group: 'mixamorig:LeftLeg', Weight: 0.965883 + Group: 'mixamorig:LeftFoot', Weight: 0.028263 + Group: 'mixamorig:LeftToeBase', Weight: 0.001038 +Vertex 901: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.011346 + Group: 'mixamorig:LeftLeg', Weight: 0.972418 + Group: 'mixamorig:LeftFoot', Weight: 0.015777 + Group: 'mixamorig:LeftToeBase', Weight: 0.000459 +Vertex 902: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.015159 + Group: 'mixamorig:LeftLeg', Weight: 0.972440 + Group: 'mixamorig:LeftFoot', Weight: 0.012034 + Group: 'mixamorig:LeftToeBase', Weight: 0.000367 +Vertex 903: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.018478 + Group: 'mixamorig:LeftLeg', Weight: 0.972617 + Group: 'mixamorig:LeftFoot', Weight: 0.008636 + Group: 'mixamorig:LeftToeBase', Weight: 0.000269 +Vertex 904: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006252 + Group: 'mixamorig:LeftLeg', Weight: 0.975406 + Group: 'mixamorig:LeftFoot', Weight: 0.017533 + Group: 'mixamorig:LeftToeBase', Weight: 0.000809 +Vertex 905: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001566 + Group: 'mixamorig:LeftLeg', Weight: 0.940842 + Group: 'mixamorig:LeftFoot', Weight: 0.055068 + Group: 'mixamorig:LeftToeBase', Weight: 0.002524 +Vertex 906: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001562 + Group: 'mixamorig:LeftLeg', Weight: 0.932525 + Group: 'mixamorig:LeftFoot', Weight: 0.063106 + Group: 'mixamorig:LeftToeBase', Weight: 0.002808 +Vertex 907: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001600 + Group: 'mixamorig:LeftLeg', Weight: 0.952890 + Group: 'mixamorig:LeftFoot', Weight: 0.043336 + Group: 'mixamorig:LeftToeBase', Weight: 0.002173 +Vertex 908: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004584 + Group: 'mixamorig:LeftLeg', Weight: 0.966858 + Group: 'mixamorig:LeftFoot', Weight: 0.027570 + Group: 'mixamorig:LeftToeBase', Weight: 0.000989 +Vertex 909: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.009772 + Group: 'mixamorig:LeftLeg', Weight: 0.973955 + Group: 'mixamorig:LeftFoot', Weight: 0.015838 + Group: 'mixamorig:LeftToeBase', Weight: 0.000435 +Vertex 910: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.063249 + Group: 'mixamorig:LeftLeg', Weight: 0.932711 + Group: 'mixamorig:LeftFoot', Weight: 0.004039 +Vertex 911: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.049731 + Group: 'mixamorig:LeftLeg', Weight: 0.944470 + Group: 'mixamorig:LeftFoot', Weight: 0.005800 +Vertex 912: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001625 + Group: 'mixamorig:RightLeg', Weight: 0.943233 + Group: 'mixamorig:RightFoot', Weight: 0.048289 + Group: 'mixamorig:RightToeBase', Weight: 0.006853 +Vertex 913: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.005564 + Group: 'mixamorig:RightLeg', Weight: 0.976191 + Group: 'mixamorig:RightFoot', Weight: 0.016519 + Group: 'mixamorig:RightToeBase', Weight: 0.001726 +Vertex 914: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.005275 + Group: 'mixamorig:RightLeg', Weight: 0.981159 + Group: 'mixamorig:RightFoot', Weight: 0.011841 + Group: 'mixamorig:RightToeBase', Weight: 0.001725 +Vertex 915: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.017945 + Group: 'mixamorig:RightLeg', Weight: 0.980012 + Group: 'mixamorig:RightFoot', Weight: 0.001749 + Group: 'mixamorig:RightToeBase', Weight: 0.000294 +Vertex 916: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.013837 + Group: 'mixamorig:RightLeg', Weight: 0.984920 + Group: 'mixamorig:RightFoot', Weight: 0.000982 + Group: 'mixamorig:RightToeBase', Weight: 0.000261 +Vertex 917: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.003641 + Group: 'mixamorig:RightLeg', Weight: 0.990686 + Group: 'mixamorig:RightFoot', Weight: 0.004215 + Group: 'mixamorig:RightToeBase', Weight: 0.001458 +Vertex 918: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.004740 + Group: 'mixamorig:RightLeg', Weight: 0.986601 + Group: 'mixamorig:RightFoot', Weight: 0.007054 + Group: 'mixamorig:RightToeBase', Weight: 0.001606 +Vertex 919: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.049558 + Group: 'mixamorig:RightLeg', Weight: 0.949765 + Group: 'mixamorig:RightFoot', Weight: 0.000677 +Vertex 920: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.040288 + Group: 'mixamorig:RightLeg', Weight: 0.959286 + Group: 'mixamorig:RightFoot', Weight: 0.000426 +Vertex 921: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.010730 + Group: 'mixamorig:RightLeg', Weight: 0.988378 + Group: 'mixamorig:RightFoot', Weight: 0.000627 + Group: 'mixamorig:RightToeBase', Weight: 0.000265 +Vertex 922: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002711 + Group: 'mixamorig:RightLeg', Weight: 0.993068 + Group: 'mixamorig:RightFoot', Weight: 0.002894 + Group: 'mixamorig:RightToeBase', Weight: 0.001326 +Vertex 923: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.030444 + Group: 'mixamorig:RightLeg', Weight: 0.969306 + Group: 'mixamorig:RightFoot', Weight: 0.000250 +Vertex 924: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.124567 + Group: 'mixamorig:RightLeg', Weight: 0.875280 + Group: 'mixamorig:RightFoot', Weight: 0.000153 +Vertex 925: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002092 + Group: 'mixamorig:RightLeg', Weight: 0.993325 + Group: 'mixamorig:RightFoot', Weight: 0.003269 + Group: 'mixamorig:RightToeBase', Weight: 0.001315 +Vertex 926: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.007948 + Group: 'mixamorig:RightLeg', Weight: 0.990409 + Group: 'mixamorig:RightFoot', Weight: 0.001326 + Group: 'mixamorig:RightToeBase', Weight: 0.000316 +Vertex 927: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.008499 + Group: 'mixamorig:RightLeg', Weight: 0.990432 + Group: 'mixamorig:RightFoot', Weight: 0.000772 + Group: 'mixamorig:RightToeBase', Weight: 0.000297 +Vertex 928: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.005307 + Group: 'mixamorig:RightLeg', Weight: 0.973745 + Group: 'mixamorig:RightFoot', Weight: 0.019301 + Group: 'mixamorig:RightToeBase', Weight: 0.001647 +Vertex 929: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.003955 + Group: 'mixamorig:RightLeg', Weight: 0.967568 + Group: 'mixamorig:RightFoot', Weight: 0.026584 + Group: 'mixamorig:RightToeBase', Weight: 0.001892 +Vertex 930: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.009840 + Group: 'mixamorig:RightLeg', Weight: 0.980523 + Group: 'mixamorig:RightFoot', Weight: 0.009243 + Group: 'mixamorig:RightToeBase', Weight: 0.000394 +Vertex 931: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.036895 + Group: 'mixamorig:RightLeg', Weight: 0.960364 + Group: 'mixamorig:RightFoot', Weight: 0.002741 +Vertex 932: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000258 + Group: 'mixamorig:LeftLeg', Weight: 0.923888 + Group: 'mixamorig:LeftFoot', Weight: 0.071769 + Group: 'mixamorig:LeftToeBase', Weight: 0.004085 +Vertex 933: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000291 + Group: 'mixamorig:LeftLeg', Weight: 0.896815 + Group: 'mixamorig:LeftFoot', Weight: 0.097829 + Group: 'mixamorig:LeftToeBase', Weight: 0.005065 +Vertex 934: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001523 + Group: 'mixamorig:LeftLeg', Weight: 0.966366 + Group: 'mixamorig:LeftFoot', Weight: 0.030276 + Group: 'mixamorig:LeftToeBase', Weight: 0.001835 +Vertex 935: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001269 + Group: 'mixamorig:LeftLeg', Weight: 0.976995 + Group: 'mixamorig:LeftFoot', Weight: 0.020098 + Group: 'mixamorig:LeftToeBase', Weight: 0.001638 +Vertex 936: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000341 + Group: 'mixamorig:LeftLeg', Weight: 0.866258 + Group: 'mixamorig:LeftFoot', Weight: 0.127064 + Group: 'mixamorig:LeftToeBase', Weight: 0.006337 +Vertex 937: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000342 + Group: 'mixamorig:LeftLeg', Weight: 0.833568 + Group: 'mixamorig:LeftFoot', Weight: 0.158000 + Group: 'mixamorig:LeftToeBase', Weight: 0.008090 +Vertex 938: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000362 + Group: 'mixamorig:LeftLeg', Weight: 0.814149 + Group: 'mixamorig:LeftFoot', Weight: 0.175339 + Group: 'mixamorig:LeftToeBase', Weight: 0.010151 +Vertex 939: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000106 + Group: 'mixamorig:LeftLeg', Weight: 0.601736 + Group: 'mixamorig:LeftFoot', Weight: 0.372349 + Group: 'mixamorig:LeftToeBase', Weight: 0.025809 +Vertex 940: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000344 + Group: 'mixamorig:LeftLeg', Weight: 0.804796 + Group: 'mixamorig:LeftFoot', Weight: 0.182623 + Group: 'mixamorig:LeftToeBase', Weight: 0.012238 +Vertex 941: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000328 + Group: 'mixamorig:LeftLeg', Weight: 0.826804 + Group: 'mixamorig:LeftFoot', Weight: 0.160811 + Group: 'mixamorig:LeftToeBase', Weight: 0.012057 +Vertex 942: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001332 + Group: 'mixamorig:LeftLeg', Weight: 0.939356 + Group: 'mixamorig:LeftFoot', Weight: 0.056408 + Group: 'mixamorig:LeftToeBase', Weight: 0.002903 +Vertex 943: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001423 + Group: 'mixamorig:LeftLeg', Weight: 0.932489 + Group: 'mixamorig:LeftFoot', Weight: 0.063164 + Group: 'mixamorig:LeftToeBase', Weight: 0.002924 +Vertex 944: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000106 + Group: 'mixamorig:LeftLeg', Weight: 0.599593 + Group: 'mixamorig:LeftFoot', Weight: 0.368187 + Group: 'mixamorig:LeftToeBase', Weight: 0.032114 +Vertex 945: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000001 + Group: 'mixamorig:LeftLeg', Weight: 0.288033 + Group: 'mixamorig:LeftFoot', Weight: 0.660362 + Group: 'mixamorig:LeftToeBase', Weight: 0.051604 +Vertex 946: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.317651 + Group: 'mixamorig:LeftFoot', Weight: 0.614210 + Group: 'mixamorig:LeftToeBase', Weight: 0.068139 +Vertex 947: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000087 + Group: 'mixamorig:LeftLeg', Weight: 0.595997 + Group: 'mixamorig:LeftFoot', Weight: 0.365441 + Group: 'mixamorig:LeftToeBase', Weight: 0.038476 +Vertex 948: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.430356 + Group: 'mixamorig:LeftFoot', Weight: 0.508495 + Group: 'mixamorig:LeftToeBase', Weight: 0.061149 +Vertex 949: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000881 + Group: 'mixamorig:LeftLeg', Weight: 0.987575 + Group: 'mixamorig:LeftFoot', Weight: 0.010085 + Group: 'mixamorig:LeftToeBase', Weight: 0.001458 +Vertex 950: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000214 + Group: 'mixamorig:LeftLeg', Weight: 0.954864 + Group: 'mixamorig:LeftFoot', Weight: 0.041638 + Group: 'mixamorig:LeftToeBase', Weight: 0.003284 +Vertex 951: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000242 + Group: 'mixamorig:LeftLeg', Weight: 0.957918 + Group: 'mixamorig:LeftFoot', Weight: 0.038344 + Group: 'mixamorig:LeftToeBase', Weight: 0.003496 +Vertex 952: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000842 + Group: 'mixamorig:LeftLeg', Weight: 0.989082 + Group: 'mixamorig:LeftFoot', Weight: 0.008530 + Group: 'mixamorig:LeftToeBase', Weight: 0.001547 +Vertex 953: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000248 + Group: 'mixamorig:LeftLeg', Weight: 0.958613 + Group: 'mixamorig:LeftFoot', Weight: 0.037186 + Group: 'mixamorig:LeftToeBase', Weight: 0.003953 +Vertex 954: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000953 + Group: 'mixamorig:LeftLeg', Weight: 0.988821 + Group: 'mixamorig:LeftFoot', Weight: 0.008573 + Group: 'mixamorig:LeftToeBase', Weight: 0.001652 +Vertex 955: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000272 + Group: 'mixamorig:LeftLeg', Weight: 0.946326 + Group: 'mixamorig:LeftFoot', Weight: 0.047598 + Group: 'mixamorig:LeftToeBase', Weight: 0.005805 +Vertex 956: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001139 + Group: 'mixamorig:LeftLeg', Weight: 0.985701 + Group: 'mixamorig:LeftFoot', Weight: 0.011285 + Group: 'mixamorig:LeftToeBase', Weight: 0.001876 +Vertex 957: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.005214 + Group: 'mixamorig:LeftLeg', Weight: 0.987337 + Group: 'mixamorig:LeftFoot', Weight: 0.006827 + Group: 'mixamorig:LeftToeBase', Weight: 0.000622 +Vertex 958: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.002962 + Group: 'mixamorig:LeftLeg', Weight: 0.993546 + Group: 'mixamorig:LeftFoot', Weight: 0.002900 + Group: 'mixamorig:LeftToeBase', Weight: 0.000592 +Vertex 959: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006527 + Group: 'mixamorig:LeftLeg', Weight: 0.980843 + Group: 'mixamorig:LeftFoot', Weight: 0.011940 + Group: 'mixamorig:LeftToeBase', Weight: 0.000689 +Vertex 960: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.002864 + Group: 'mixamorig:LeftLeg', Weight: 0.994020 + Group: 'mixamorig:LeftFoot', Weight: 0.002460 + Group: 'mixamorig:LeftToeBase', Weight: 0.000656 +Vertex 961: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.010328 + Group: 'mixamorig:LeftLeg', Weight: 0.988420 + Group: 'mixamorig:LeftFoot', Weight: 0.001065 + Group: 'mixamorig:LeftToeBase', Weight: 0.000187 +Vertex 962: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.009441 + Group: 'mixamorig:LeftLeg', Weight: 0.989390 + Group: 'mixamorig:LeftFoot', Weight: 0.000932 + Group: 'mixamorig:LeftToeBase', Weight: 0.000237 +Vertex 963: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.017670 + Group: 'mixamorig:LeftLeg', Weight: 0.979219 + Group: 'mixamorig:LeftFoot', Weight: 0.002944 + Group: 'mixamorig:LeftToeBase', Weight: 0.000167 +Vertex 964: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000285 + Group: 'mixamorig:LeftLeg', Weight: 0.918424 + Group: 'mixamorig:LeftFoot', Weight: 0.072804 + Group: 'mixamorig:LeftToeBase', Weight: 0.008487 +Vertex 965: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000286 + Group: 'mixamorig:LeftLeg', Weight: 0.876826 + Group: 'mixamorig:LeftFoot', Weight: 0.111308 + Group: 'mixamorig:LeftToeBase', Weight: 0.011580 +Vertex 966: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000312 + Group: 'mixamorig:LeftLeg', Weight: 0.832977 + Group: 'mixamorig:LeftFoot', Weight: 0.152939 + Group: 'mixamorig:LeftToeBase', Weight: 0.013771 +Vertex 967: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001287 + Group: 'mixamorig:LeftLeg', Weight: 0.959832 + Group: 'mixamorig:LeftFoot', Weight: 0.035780 + Group: 'mixamorig:LeftToeBase', Weight: 0.003101 +Vertex 968: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001319 + Group: 'mixamorig:LeftLeg', Weight: 0.945575 + Group: 'mixamorig:LeftFoot', Weight: 0.049825 + Group: 'mixamorig:LeftToeBase', Weight: 0.003281 +Vertex 969: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001213 + Group: 'mixamorig:LeftLeg', Weight: 0.977986 + Group: 'mixamorig:LeftFoot', Weight: 0.018516 + Group: 'mixamorig:LeftToeBase', Weight: 0.002285 +Vertex 970: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004628 + Group: 'mixamorig:LeftLeg', Weight: 0.988575 + Group: 'mixamorig:LeftFoot', Weight: 0.006040 + Group: 'mixamorig:LeftToeBase', Weight: 0.000758 +Vertex 971: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004542 + Group: 'mixamorig:LeftLeg', Weight: 0.991451 + Group: 'mixamorig:LeftFoot', Weight: 0.003339 + Group: 'mixamorig:LeftToeBase', Weight: 0.000669 +Vertex 972: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013740 + Group: 'mixamorig:LeftLeg', Weight: 0.984503 + Group: 'mixamorig:LeftFoot', Weight: 0.001503 + Group: 'mixamorig:LeftToeBase', Weight: 0.000254 +Vertex 973: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013951 + Group: 'mixamorig:LeftLeg', Weight: 0.982967 + Group: 'mixamorig:LeftFoot', Weight: 0.002787 + Group: 'mixamorig:LeftToeBase', Weight: 0.000294 +Vertex 974: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003592 + Group: 'mixamorig:LeftLeg', Weight: 0.993234 + Group: 'mixamorig:LeftFoot', Weight: 0.002506 + Group: 'mixamorig:LeftToeBase', Weight: 0.000669 +Vertex 975: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.011061 + Group: 'mixamorig:LeftLeg', Weight: 0.987636 + Group: 'mixamorig:LeftFoot', Weight: 0.001036 + Group: 'mixamorig:LeftToeBase', Weight: 0.000267 +Vertex 976: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.332505 + Group: 'mixamorig:RightLeg', Weight: 0.667495 +Vertex 977: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.302226 + Group: 'mixamorig:RightLeg', Weight: 0.697773 + Group: 'mixamorig:RightFoot', Weight: 0.000002 +Vertex 978: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.094355 + Group: 'mixamorig:RightLeg', Weight: 0.905553 + Group: 'mixamorig:RightFoot', Weight: 0.000093 +Vertex 979: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.084745 + Group: 'mixamorig:RightLeg', Weight: 0.915158 + Group: 'mixamorig:RightFoot', Weight: 0.000097 +Vertex 980: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.285091 + Group: 'mixamorig:RightLeg', Weight: 0.714909 +Vertex 981: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.025133 + Group: 'mixamorig:RightLeg', Weight: 0.974562 + Group: 'mixamorig:RightFoot', Weight: 0.000305 +Vertex 982: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.024758 + Group: 'mixamorig:RightLeg', Weight: 0.974688 + Group: 'mixamorig:RightFoot', Weight: 0.000554 +Vertex 983: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.320353 + Group: 'mixamorig:RightLeg', Weight: 0.679646 +Vertex 984: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.090206 + Group: 'mixamorig:RightLeg', Weight: 0.909588 + Group: 'mixamorig:RightFoot', Weight: 0.000206 +Vertex 985: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.007871 + Group: 'mixamorig:RightLeg', Weight: 0.989680 + Group: 'mixamorig:RightFoot', Weight: 0.002106 + Group: 'mixamorig:RightToeBase', Weight: 0.000343 +Vertex 986: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.025623 + Group: 'mixamorig:RightLeg', Weight: 0.973439 + Group: 'mixamorig:RightFoot', Weight: 0.000938 +Vertex 987: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001912 + Group: 'mixamorig:RightLeg', Weight: 0.985162 + Group: 'mixamorig:RightFoot', Weight: 0.011257 + Group: 'mixamorig:RightToeBase', Weight: 0.001669 +Vertex 988: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.055865 + Group: 'mixamorig:LeftLeg', Weight: 0.943488 + Group: 'mixamorig:LeftFoot', Weight: 0.000648 +Vertex 989: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.050047 + Group: 'mixamorig:LeftLeg', Weight: 0.948750 + Group: 'mixamorig:LeftFoot', Weight: 0.001203 +Vertex 990: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.246453 + Group: 'mixamorig:LeftLeg', Weight: 0.753318 + Group: 'mixamorig:LeftFoot', Weight: 0.000229 +Vertex 991: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.044359 + Group: 'mixamorig:LeftLeg', Weight: 0.955251 + Group: 'mixamorig:LeftFoot', Weight: 0.000390 +Vertex 992: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.020155 + Group: 'mixamorig:LeftLeg', Weight: 0.974079 + Group: 'mixamorig:LeftFoot', Weight: 0.005579 + Group: 'mixamorig:LeftToeBase', Weight: 0.000188 +Vertex 993: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.082256 + Group: 'mixamorig:LeftUpLeg', Weight: 0.853072 + Group: 'mixamorig:RightUpLeg', Weight: 0.064673 +Vertex 994: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.047461 + Group: 'mixamorig:LeftUpLeg', Weight: 0.702740 + Group: 'mixamorig:RightUpLeg', Weight: 0.249799 +Vertex 995: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.038849 + Group: 'mixamorig:LeftUpLeg', Weight: 0.525292 + Group: 'mixamorig:RightUpLeg', Weight: 0.435859 +Vertex 996: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.125731 + Group: 'mixamorig:LeftUpLeg', Weight: 0.712036 + Group: 'mixamorig:RightUpLeg', Weight: 0.162233 +Vertex 997: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.070554 + Group: 'mixamorig:LeftUpLeg', Weight: 0.821263 + Group: 'mixamorig:RightUpLeg', Weight: 0.108183 +Vertex 998: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.130287 + Group: 'mixamorig:LeftUpLeg', Weight: 0.463788 + Group: 'mixamorig:RightUpLeg', Weight: 0.405926 +Vertex 999: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.904232 + Group: 'mixamorig:RightLeg', Weight: 0.095768 +Vertex 1000: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.911441 + Group: 'mixamorig:RightLeg', Weight: 0.088559 +Vertex 1001: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.956562 + Group: 'mixamorig:RightLeg', Weight: 0.043438 +Vertex 1002: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.896692 + Group: 'mixamorig:RightLeg', Weight: 0.103308 +Vertex 1003: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.722764 + Group: 'mixamorig:RightLeg', Weight: 0.277236 +Vertex 1004: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.645519 + Group: 'mixamorig:RightLeg', Weight: 0.354481 +Vertex 1005: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.722918 + Group: 'mixamorig:RightLeg', Weight: 0.277082 +Vertex 1006: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.028172 + Group: 'mixamorig:RightUpLeg', Weight: 0.971383 + Group: 'mixamorig:RightLeg', Weight: 0.000445 +Vertex 1007: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.966435 + Group: 'mixamorig:RightLeg', Weight: 0.033565 +Vertex 1008: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.965558 + Group: 'mixamorig:RightLeg', Weight: 0.034442 +Vertex 1009: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.058876 + Group: 'mixamorig:RightUpLeg', Weight: 0.940577 + Group: 'mixamorig:RightLeg', Weight: 0.000547 +Vertex 1010: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.897003 + Group: 'mixamorig:RightLeg', Weight: 0.102997 +Vertex 1011: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.605843 + Group: 'mixamorig:RightLeg', Weight: 0.394157 +Vertex 1012: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.176944 + Group: 'mixamorig:LeftLeg', Weight: 0.822903 + Group: 'mixamorig:LeftFoot', Weight: 0.000153 +Vertex 1013: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.589227 + Group: 'mixamorig:LeftLeg', Weight: 0.410761 + Group: 'mixamorig:LeftFoot', Weight: 0.000012 +Vertex 1014: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.511803 + Group: 'mixamorig:LeftLeg', Weight: 0.488188 + Group: 'mixamorig:LeftFoot', Weight: 0.000009 +Vertex 1015: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.178155 + Group: 'mixamorig:LeftLeg', Weight: 0.821726 + Group: 'mixamorig:LeftFoot', Weight: 0.000120 +Vertex 1016: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.418164 + Group: 'mixamorig:LeftLeg', Weight: 0.581830 + Group: 'mixamorig:LeftFoot', Weight: 0.000005 +Vertex 1017: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.254539 + Group: 'mixamorig:LeftLeg', Weight: 0.744618 + Group: 'mixamorig:LeftFoot', Weight: 0.000843 +Vertex 1018: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.211284 + Group: 'mixamorig:LeftLeg', Weight: 0.787311 + Group: 'mixamorig:LeftFoot', Weight: 0.001405 +Vertex 1019: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.477689 + Group: 'mixamorig:LeftLeg', Weight: 0.522311 +Vertex 1020: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.542236 + Group: 'mixamorig:LeftLeg', Weight: 0.457764 +Vertex 1021: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.072548 + Group: 'mixamorig:LeftLeg', Weight: 0.924783 + Group: 'mixamorig:LeftFoot', Weight: 0.002668 +Vertex 1022: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.063751 + Group: 'mixamorig:LeftLeg', Weight: 0.935085 + Group: 'mixamorig:LeftFoot', Weight: 0.001165 +Vertex 1023: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.211331 + Group: 'mixamorig:LeftLeg', Weight: 0.788258 + Group: 'mixamorig:LeftFoot', Weight: 0.000411 +Vertex 1024: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.166995 + Group: 'mixamorig:LeftLeg', Weight: 0.830680 + Group: 'mixamorig:LeftFoot', Weight: 0.002325 +Vertex 1025: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.371391 + Group: 'mixamorig:LeftLeg', Weight: 0.628426 + Group: 'mixamorig:LeftFoot', Weight: 0.000183 +Vertex 1026: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.027626 + Group: 'mixamorig:LeftLeg', Weight: 0.965073 + Group: 'mixamorig:LeftFoot', Weight: 0.007301 +Vertex 1027: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.128817 + Group: 'mixamorig:LeftLeg', Weight: 0.868176 + Group: 'mixamorig:LeftFoot', Weight: 0.003007 +Vertex 1028: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.263285 + Group: 'mixamorig:LeftLeg', Weight: 0.735839 + Group: 'mixamorig:LeftFoot', Weight: 0.000875 +Vertex 1029: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.017748 + Group: 'mixamorig:LeftLeg', Weight: 0.975037 + Group: 'mixamorig:LeftFoot', Weight: 0.007212 + Group: 'mixamorig:LeftToeBase', Weight: 0.000003 +Vertex 1030: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.126302 + Group: 'mixamorig:RightLeg', Weight: 0.872976 + Group: 'mixamorig:RightFoot', Weight: 0.000722 +Vertex 1031: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.266176 + Group: 'mixamorig:RightLeg', Weight: 0.733824 +Vertex 1032: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.102838 + Group: 'mixamorig:RightLeg', Weight: 0.895870 + Group: 'mixamorig:RightFoot', Weight: 0.001293 +Vertex 1033: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.254054 + Group: 'mixamorig:RightLeg', Weight: 0.745897 + Group: 'mixamorig:RightFoot', Weight: 0.000049 +Vertex 1034: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.091409 + Group: 'mixamorig:RightLeg', Weight: 0.906829 + Group: 'mixamorig:RightFoot', Weight: 0.001762 +Vertex 1035: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.086502 + Group: 'mixamorig:RightLeg', Weight: 0.911668 + Group: 'mixamorig:RightFoot', Weight: 0.001830 +Vertex 1036: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.312597 + Group: 'mixamorig:RightLeg', Weight: 0.687403 +Vertex 1037: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.299646 + Group: 'mixamorig:RightLeg', Weight: 0.700354 +Vertex 1038: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.156870 + Group: 'mixamorig:RightLeg', Weight: 0.842359 + Group: 'mixamorig:RightFoot', Weight: 0.000771 +Vertex 1039: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.376678 + Group: 'mixamorig:RightLeg', Weight: 0.623322 +Vertex 1040: +Vertex groups: 3 + Group: 'mixamorig:RightUpLeg', Weight: 0.074523 + Group: 'mixamorig:RightLeg', Weight: 0.925074 + Group: 'mixamorig:RightFoot', Weight: 0.000404 +Vertex 1041: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.457387 + Group: 'mixamorig:RightLeg', Weight: 0.542613 +Vertex 1042: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.944600 + Group: 'mixamorig:RightLeg', Weight: 0.055400 +Vertex 1043: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.807712 + Group: 'mixamorig:RightLeg', Weight: 0.192288 +Vertex 1044: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.952165 + Group: 'mixamorig:RightLeg', Weight: 0.047835 +Vertex 1045: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.838973 + Group: 'mixamorig:RightLeg', Weight: 0.161027 +Vertex 1046: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.512540 + Group: 'mixamorig:RightLeg', Weight: 0.487460 +Vertex 1047: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.615413 + Group: 'mixamorig:RightLeg', Weight: 0.384587 +Vertex 1048: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.963309 + Group: 'mixamorig:RightLeg', Weight: 0.036691 +Vertex 1049: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.916255 + Group: 'mixamorig:RightLeg', Weight: 0.083745 +Vertex 1050: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001743 + Group: 'mixamorig:RightLeg', Weight: 0.932706 + Group: 'mixamorig:RightFoot', Weight: 0.058751 + Group: 'mixamorig:RightToeBase', Weight: 0.006799 +Vertex 1051: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001706 + Group: 'mixamorig:RightLeg', Weight: 0.930693 + Group: 'mixamorig:RightFoot', Weight: 0.061318 + Group: 'mixamorig:RightToeBase', Weight: 0.006283 +Vertex 1052: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001364 + Group: 'mixamorig:RightLeg', Weight: 0.911347 + Group: 'mixamorig:RightFoot', Weight: 0.080345 + Group: 'mixamorig:RightToeBase', Weight: 0.006944 +Vertex 1053: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000981 + Group: 'mixamorig:RightLeg', Weight: 0.901118 + Group: 'mixamorig:RightFoot', Weight: 0.090513 + Group: 'mixamorig:RightToeBase', Weight: 0.007388 +Vertex 1054: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000731 + Group: 'mixamorig:RightLeg', Weight: 0.836874 + Group: 'mixamorig:RightFoot', Weight: 0.148208 + Group: 'mixamorig:RightToeBase', Weight: 0.014187 +Vertex 1055: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000313 + Group: 'mixamorig:RightLeg', Weight: 0.681365 + Group: 'mixamorig:RightFoot', Weight: 0.287302 + Group: 'mixamorig:RightToeBase', Weight: 0.031021 +Vertex 1056: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000280 + Group: 'mixamorig:RightLeg', Weight: 0.703845 + Group: 'mixamorig:RightFoot', Weight: 0.270242 + Group: 'mixamorig:RightToeBase', Weight: 0.025633 +Vertex 1057: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000812 + Group: 'mixamorig:RightLeg', Weight: 0.909615 + Group: 'mixamorig:RightFoot', Weight: 0.082742 + Group: 'mixamorig:RightToeBase', Weight: 0.006832 +Vertex 1058: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.001075 + Group: 'mixamorig:RightLeg', Weight: 0.939128 + Group: 'mixamorig:RightFoot', Weight: 0.055208 + Group: 'mixamorig:RightToeBase', Weight: 0.004588 +Vertex 1059: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000644 + Group: 'mixamorig:RightLeg', Weight: 0.940276 + Group: 'mixamorig:RightFoot', Weight: 0.053937 + Group: 'mixamorig:RightToeBase', Weight: 0.005143 +Vertex 1060: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002578 + Group: 'mixamorig:RightLeg', Weight: 0.981486 + Group: 'mixamorig:RightFoot', Weight: 0.014384 + Group: 'mixamorig:RightToeBase', Weight: 0.001553 +Vertex 1061: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000908 + Group: 'mixamorig:RightLeg', Weight: 0.957952 + Group: 'mixamorig:RightFoot', Weight: 0.037343 + Group: 'mixamorig:RightToeBase', Weight: 0.003797 +Vertex 1062: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.002780 + Group: 'mixamorig:RightLeg', Weight: 0.976544 + Group: 'mixamorig:RightFoot', Weight: 0.019062 + Group: 'mixamorig:RightToeBase', Weight: 0.001614 +Vertex 1063: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000974 + Group: 'mixamorig:RightLeg', Weight: 0.950865 + Group: 'mixamorig:RightFoot', Weight: 0.044094 + Group: 'mixamorig:RightToeBase', Weight: 0.004067 +Vertex 1064: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.181607 + Group: 'mixamorig:LeftFoot', Weight: 0.701473 + Group: 'mixamorig:LeftToeBase', Weight: 0.116921 +Vertex 1065: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.262033 + Group: 'mixamorig:LeftFoot', Weight: 0.643872 + Group: 'mixamorig:LeftToeBase', Weight: 0.094095 +Vertex 1066: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.172796 + Group: 'mixamorig:LeftFoot', Weight: 0.734191 + Group: 'mixamorig:LeftToeBase', Weight: 0.093013 +Vertex 1067: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.252080 + Group: 'mixamorig:LeftFoot', Weight: 0.671412 + Group: 'mixamorig:LeftToeBase', Weight: 0.076508 +Vertex 1068: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.185929 + Group: 'mixamorig:LeftFoot', Weight: 0.761495 + Group: 'mixamorig:LeftToeBase', Weight: 0.052576 +Vertex 1069: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.217233 + Group: 'mixamorig:LeftFoot', Weight: 0.728497 + Group: 'mixamorig:LeftToeBase', Weight: 0.054270 +Vertex 1070: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.215083 + Group: 'mixamorig:LeftFoot', Weight: 0.753457 + Group: 'mixamorig:LeftToeBase', Weight: 0.031460 +Vertex 1071: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.334738 + Group: 'mixamorig:RightFoot', Weight: 0.582673 + Group: 'mixamorig:RightToeBase', Weight: 0.082588 +Vertex 1072: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000095 + Group: 'mixamorig:RightLeg', Weight: 0.542535 + Group: 'mixamorig:RightFoot', Weight: 0.408981 + Group: 'mixamorig:RightToeBase', Weight: 0.048389 +Vertex 1073: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000046 + Group: 'mixamorig:RightLeg', Weight: 0.413218 + Group: 'mixamorig:RightFoot', Weight: 0.524364 + Group: 'mixamorig:RightToeBase', Weight: 0.062373 +Vertex 1074: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000089 + Group: 'mixamorig:RightLeg', Weight: 0.502849 + Group: 'mixamorig:RightFoot', Weight: 0.447356 + Group: 'mixamorig:RightToeBase', Weight: 0.049705 +Vertex 1075: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000652 + Group: 'mixamorig:RightLeg', Weight: 0.922654 + Group: 'mixamorig:RightFoot', Weight: 0.070500 + Group: 'mixamorig:RightToeBase', Weight: 0.006194 +Vertex 1076: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.800529 + Group: 'mixamorig:LeftLeg', Weight: 0.199471 +Vertex 1077: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.737730 + Group: 'mixamorig:LeftLeg', Weight: 0.262270 +Vertex 1078: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.979091 + Group: 'mixamorig:LeftLeg', Weight: 0.020909 +Vertex 1079: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.368496 + Group: 'mixamorig:RightLeg', Weight: 0.631504 +Vertex 1080: +Vertex groups: 2 + Group: 'mixamorig:RightUpLeg', Weight: 0.316245 + Group: 'mixamorig:RightLeg', Weight: 0.683755 +Vertex 1081: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.040548 + Group: 'mixamorig:LeftLeg', Weight: 0.959119 + Group: 'mixamorig:LeftFoot', Weight: 0.000332 +Vertex 1082: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.044640 + Group: 'mixamorig:LeftLeg', Weight: 0.954896 + Group: 'mixamorig:LeftFoot', Weight: 0.000464 +Vertex 1083: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.167816 + Group: 'mixamorig:LeftLeg', Weight: 0.831977 + Group: 'mixamorig:LeftFoot', Weight: 0.000208 +Vertex 1084: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.495457 + Group: 'mixamorig:LeftLeg', Weight: 0.504532 + Group: 'mixamorig:LeftFoot', Weight: 0.000010 +Vertex 1085: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.384231 + Group: 'mixamorig:LeftLeg', Weight: 0.615736 + Group: 'mixamorig:LeftFoot', Weight: 0.000034 +Vertex 1086: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.059820 + Group: 'mixamorig:LeftUpLeg', Weight: 0.172989 + Group: 'mixamorig:RightUpLeg', Weight: 0.767191 +Vertex 1087: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.106331 + Group: 'mixamorig:LeftUpLeg', Weight: 0.082627 + Group: 'mixamorig:RightUpLeg', Weight: 0.811042 +Vertex 1088: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.092026 + Group: 'mixamorig:LeftUpLeg', Weight: 0.130139 + Group: 'mixamorig:RightUpLeg', Weight: 0.777835 +Vertex 1089: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.738451 + Group: 'mixamorig:LeftLeg', Weight: 0.261549 +Vertex 1090: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.027269 + Group: 'mixamorig:LeftUpLeg', Weight: 0.008686 + Group: 'mixamorig:RightUpLeg', Weight: 0.964045 +Vertex 1091: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.200500 + Group: 'mixamorig:RightUpLeg', Weight: 0.799500 +Vertex 1092: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.005822 + Group: 'mixamorig:LeftUpLeg', Weight: 0.054820 + Group: 'mixamorig:RightUpLeg', Weight: 0.939358 +Vertex 1093: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.231150 + Group: 'mixamorig:RightUpLeg', Weight: 0.768851 +Vertex 1094: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.213899 + Group: 'mixamorig:RightUpLeg', Weight: 0.786101 +Vertex 1095: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.023095 + Group: 'mixamorig:RightUpLeg', Weight: 0.976905 +Vertex 1096: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.016930 + Group: 'mixamorig:RightUpLeg', Weight: 0.983070 +Vertex 1097: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.012132 + Group: 'mixamorig:RightUpLeg', Weight: 0.987868 +Vertex 1098: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.010767 + Group: 'mixamorig:RightUpLeg', Weight: 0.989233 +Vertex 1099: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.011804 + Group: 'mixamorig:RightUpLeg', Weight: 0.988196 +Vertex 1100: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.012513 + Group: 'mixamorig:RightUpLeg', Weight: 0.987487 +Vertex 1101: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.009608 + Group: 'mixamorig:LeftUpLeg', Weight: 0.025307 + Group: 'mixamorig:RightUpLeg', Weight: 0.965085 +Vertex 1102: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.974466 + Group: 'mixamorig:LeftLeg', Weight: 0.025534 +Vertex 1103: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.965384 + Group: 'mixamorig:LeftLeg', Weight: 0.034616 +Vertex 1104: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.963983 + Group: 'mixamorig:LeftLeg', Weight: 0.034294 + Group: 'mixamorig:RightUpLeg', Weight: 0.001723 +Vertex 1105: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.952505 + Group: 'mixamorig:LeftLeg', Weight: 0.038242 + Group: 'mixamorig:RightUpLeg', Weight: 0.009253 +Vertex 1106: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.930298 + Group: 'mixamorig:LeftLeg', Weight: 0.057855 + Group: 'mixamorig:RightUpLeg', Weight: 0.011847 +Vertex 1107: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.880849 + Group: 'mixamorig:LeftLeg', Weight: 0.119151 +Vertex 1108: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.932422 + Group: 'mixamorig:LeftLeg', Weight: 0.067578 +Vertex 1109: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.877673 + Group: 'mixamorig:LeftLeg', Weight: 0.122327 +Vertex 1110: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.801870 + Group: 'mixamorig:LeftLeg', Weight: 0.198130 +Vertex 1111: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.736466 + Group: 'mixamorig:LeftLeg', Weight: 0.263534 +Vertex 1112: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.635038 + Group: 'mixamorig:LeftLeg', Weight: 0.364962 +Vertex 1113: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.532125 + Group: 'mixamorig:LeftLeg', Weight: 0.467875 +Vertex 1114: +Vertex groups: 3 + Group: 'mixamorig:LeftUpLeg', Weight: 0.467615 + Group: 'mixamorig:LeftLeg', Weight: 0.532349 + Group: 'mixamorig:LeftFoot', Weight: 0.000036 +Vertex 1115: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.474299 + Group: 'mixamorig:LeftLeg', Weight: 0.525701 +Vertex 1116: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.606232 + Group: 'mixamorig:LeftLeg', Weight: 0.393768 +Vertex 1117: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.771244 + Group: 'mixamorig:LeftLeg', Weight: 0.228756 +Vertex 1118: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.820720 + Group: 'mixamorig:LeftLeg', Weight: 0.179280 +Vertex 1119: +Vertex groups: 2 + Group: 'mixamorig:LeftUpLeg', Weight: 0.810325 + Group: 'mixamorig:LeftLeg', Weight: 0.189675 +Vertex 1120: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.812325 + Group: 'mixamorig:LeftUpLeg', Weight: 0.015067 + Group: 'mixamorig:RightUpLeg', Weight: 0.172608 +Vertex 1121: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1122: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1123: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.787105 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013813 + Group: 'mixamorig:RightUpLeg', Weight: 0.199082 +Vertex 1124: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.817536 + Group: 'mixamorig:LeftUpLeg', Weight: 0.091015 + Group: 'mixamorig:RightUpLeg', Weight: 0.091449 +Vertex 1125: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.777416 + Group: 'mixamorig:LeftUpLeg', Weight: 0.024883 + Group: 'mixamorig:RightUpLeg', Weight: 0.197701 +Vertex 1126: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.778233 + Group: 'mixamorig:LeftUpLeg', Weight: 0.113196 + Group: 'mixamorig:RightUpLeg', Weight: 0.108572 +Vertex 1127: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1128: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.790187 + Group: 'mixamorig:LeftUpLeg', Weight: 0.119459 + Group: 'mixamorig:RightUpLeg', Weight: 0.090354 +Vertex 1129: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1130: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1131: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1132: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.743206 + Group: 'mixamorig:LeftUpLeg', Weight: 0.026342 + Group: 'mixamorig:RightUpLeg', Weight: 0.230452 +Vertex 1133: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1134: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.741682 + Group: 'mixamorig:LeftUpLeg', Weight: 0.136337 + Group: 'mixamorig:RightUpLeg', Weight: 0.121981 +Vertex 1135: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.751607 + Group: 'mixamorig:LeftUpLeg', Weight: 0.032852 + Group: 'mixamorig:RightUpLeg', Weight: 0.215541 +Vertex 1136: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1137: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.767067 + Group: 'mixamorig:LeftUpLeg', Weight: 0.137111 + Group: 'mixamorig:RightUpLeg', Weight: 0.095821 +Vertex 1138: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1139: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1140: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.728638 + Group: 'mixamorig:LeftUpLeg', Weight: 0.041555 + Group: 'mixamorig:RightUpLeg', Weight: 0.229807 +Vertex 1141: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 1142: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.817461 + Group: 'mixamorig:LeftUpLeg', Weight: 0.091035 + Group: 'mixamorig:RightUpLeg', Weight: 0.091504 +Vertex 1143: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1144: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.519862 + Group: 'mixamorig:LeftUpLeg', Weight: 0.480138 +Vertex 1145: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.525261 + Group: 'mixamorig:LeftUpLeg', Weight: 0.474739 +Vertex 1146: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.506887 + Group: 'mixamorig:LeftUpLeg', Weight: 0.493113 +Vertex 1147: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.510894 + Group: 'mixamorig:LeftUpLeg', Weight: 0.489106 +Vertex 1148: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1149: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1150: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1151: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1152: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.171615 + Group: 'mixamorig:LeftUpLeg', Weight: 0.828385 +Vertex 1153: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.174862 + Group: 'mixamorig:LeftUpLeg', Weight: 0.825138 +Vertex 1154: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.173148 + Group: 'mixamorig:LeftUpLeg', Weight: 0.826852 +Vertex 1155: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.165468 + Group: 'mixamorig:LeftUpLeg', Weight: 0.834532 +Vertex 1156: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.197740 + Group: 'mixamorig:LeftUpLeg', Weight: 0.802260 +Vertex 1157: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.180482 + Group: 'mixamorig:LeftUpLeg', Weight: 0.819518 +Vertex 1158: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.190981 + Group: 'mixamorig:LeftUpLeg', Weight: 0.809019 +Vertex 1159: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.191856 + Group: 'mixamorig:LeftUpLeg', Weight: 0.808144 +Vertex 1160: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.197226 + Group: 'mixamorig:LeftUpLeg', Weight: 0.802774 +Vertex 1161: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.174346 + Group: 'mixamorig:LeftUpLeg', Weight: 0.825654 +Vertex 1162: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.180143 + Group: 'mixamorig:LeftUpLeg', Weight: 0.819857 +Vertex 1163: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1164: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1165: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1166: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1167: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1168: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1169: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1170: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1171: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993683 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006317 +Vertex 1172: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995497 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004503 +Vertex 1173: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.972019 + Group: 'mixamorig:LeftUpLeg', Weight: 0.027981 +Vertex 1174: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.971960 + Group: 'mixamorig:LeftUpLeg', Weight: 0.028040 +Vertex 1175: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.919868 + Group: 'mixamorig:LeftUpLeg', Weight: 0.080132 +Vertex 1176: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.912901 + Group: 'mixamorig:LeftUpLeg', Weight: 0.087099 +Vertex 1177: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.815145 + Group: 'mixamorig:LeftUpLeg', Weight: 0.184855 +Vertex 1178: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.815768 + Group: 'mixamorig:LeftUpLeg', Weight: 0.184232 +Vertex 1179: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.697135 + Group: 'mixamorig:LeftUpLeg', Weight: 0.302865 +Vertex 1180: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.701666 + Group: 'mixamorig:LeftUpLeg', Weight: 0.298335 +Vertex 1181: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.614159 + Group: 'mixamorig:LeftUpLeg', Weight: 0.385841 +Vertex 1182: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.619631 + Group: 'mixamorig:LeftUpLeg', Weight: 0.380369 +Vertex 1183: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.555450 + Group: 'mixamorig:LeftUpLeg', Weight: 0.444550 +Vertex 1184: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.571827 + Group: 'mixamorig:LeftUpLeg', Weight: 0.428173 +Vertex 1185: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.539652 + Group: 'mixamorig:LeftUpLeg', Weight: 0.460347 +Vertex 1186: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.553826 + Group: 'mixamorig:LeftUpLeg', Weight: 0.446174 +Vertex 1187: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.527780 + Group: 'mixamorig:LeftUpLeg', Weight: 0.472220 +Vertex 1188: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.539816 + Group: 'mixamorig:LeftUpLeg', Weight: 0.460184 +Vertex 1189: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.620050 + Group: 'mixamorig:LeftUpLeg', Weight: 0.379950 +Vertex 1190: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.699808 + Group: 'mixamorig:LeftUpLeg', Weight: 0.300192 +Vertex 1191: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.826463 + Group: 'mixamorig:LeftUpLeg', Weight: 0.173537 +Vertex 1192: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.920486 + Group: 'mixamorig:LeftUpLeg', Weight: 0.079514 +Vertex 1193: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.987370 + Group: 'mixamorig:LeftUpLeg', Weight: 0.012630 +Vertex 1194: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1195: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1196: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1197: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1198: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1199: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1200: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1201: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1202: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1203: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1204: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1205: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1206: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.994297 + Group: 'mixamorig:LeftUpLeg', Weight: 0.005703 +Vertex 1207: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.925859 + Group: 'mixamorig:LeftUpLeg', Weight: 0.074141 +Vertex 1208: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.829101 + Group: 'mixamorig:LeftUpLeg', Weight: 0.170899 +Vertex 1209: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.699384 + Group: 'mixamorig:LeftUpLeg', Weight: 0.300616 +Vertex 1210: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.613515 + Group: 'mixamorig:LeftUpLeg', Weight: 0.386485 +Vertex 1211: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.543506 + Group: 'mixamorig:LeftUpLeg', Weight: 0.456494 +Vertex 1212: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.556083 + Group: 'mixamorig:LeftUpLeg', Weight: 0.443917 +Vertex 1213: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.609922 + Group: 'mixamorig:LeftUpLeg', Weight: 0.390078 +Vertex 1214: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.610511 + Group: 'mixamorig:LeftUpLeg', Weight: 0.389489 +Vertex 1215: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.697041 + Group: 'mixamorig:LeftUpLeg', Weight: 0.302959 +Vertex 1216: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.701636 + Group: 'mixamorig:LeftUpLeg', Weight: 0.298364 +Vertex 1217: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.819118 + Group: 'mixamorig:LeftUpLeg', Weight: 0.180882 +Vertex 1218: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.828939 + Group: 'mixamorig:LeftUpLeg', Weight: 0.171061 +Vertex 1219: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.946412 + Group: 'mixamorig:LeftUpLeg', Weight: 0.053588 +Vertex 1220: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.938428 + Group: 'mixamorig:LeftUpLeg', Weight: 0.061572 +Vertex 1221: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.973476 + Group: 'mixamorig:LeftUpLeg', Weight: 0.026524 +Vertex 1222: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992523 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007477 +Vertex 1223: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993598 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006402 +Vertex 1224: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1225: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1226: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1227: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1228: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1229: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1230: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1231: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1232: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1233: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993900 + Group: 'mixamorig:RightUpLeg', Weight: 0.006100 +Vertex 1234: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1235: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1236: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992970 + Group: 'mixamorig:RightUpLeg', Weight: 0.007030 +Vertex 1237: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1238: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1239: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997994 + Group: 'mixamorig:RightUpLeg', Weight: 0.002006 +Vertex 1240: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993676 + Group: 'mixamorig:RightUpLeg', Weight: 0.006324 +Vertex 1241: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.989127 + Group: 'mixamorig:RightUpLeg', Weight: 0.010873 +Vertex 1242: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.985302 + Group: 'mixamorig:RightUpLeg', Weight: 0.014698 +Vertex 1243: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.982110 + Group: 'mixamorig:RightUpLeg', Weight: 0.017890 +Vertex 1244: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.980965 + Group: 'mixamorig:RightUpLeg', Weight: 0.019035 +Vertex 1245: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1246: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1247: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1248: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1249: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1250: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1251: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1252: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1253: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1254: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1255: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998513 + Group: 'mixamorig:RightUpLeg', Weight: 0.001487 +Vertex 1256: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 1257: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1258: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1259: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1260: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1261: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1262: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1263: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995384 + Group: 'mixamorig:RightUpLeg', Weight: 0.004616 +Vertex 1264: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997840 + Group: 'mixamorig:RightUpLeg', Weight: 0.002160 +Vertex 1265: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1266: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1267: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1268: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1269: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1270: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1271: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1272: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1273: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.895307 + Group: 'mixamorig:RightUpLeg', Weight: 0.104693 +Vertex 1274: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.939606 + Group: 'mixamorig:LeftUpLeg', Weight: 0.008706 + Group: 'mixamorig:RightUpLeg', Weight: 0.051688 +Vertex 1275: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.939953 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007936 + Group: 'mixamorig:RightUpLeg', Weight: 0.052110 +Vertex 1276: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.896480 + Group: 'mixamorig:RightUpLeg', Weight: 0.103520 +Vertex 1277: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.944978 + Group: 'mixamorig:LeftUpLeg', Weight: 0.006190 + Group: 'mixamorig:RightUpLeg', Weight: 0.048833 +Vertex 1278: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.955687 + Group: 'mixamorig:LeftUpLeg', Weight: 0.002922 + Group: 'mixamorig:RightUpLeg', Weight: 0.041392 +Vertex 1279: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.921207 + Group: 'mixamorig:RightUpLeg', Weight: 0.078793 +Vertex 1280: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.912681 + Group: 'mixamorig:RightUpLeg', Weight: 0.087319 +Vertex 1281: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.909708 + Group: 'mixamorig:RightUpLeg', Weight: 0.090292 +Vertex 1282: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.911646 + Group: 'mixamorig:RightUpLeg', Weight: 0.088354 +Vertex 1283: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.903035 + Group: 'mixamorig:RightUpLeg', Weight: 0.096965 +Vertex 1284: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.901105 + Group: 'mixamorig:RightUpLeg', Weight: 0.098895 +Vertex 1285: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.948751 + Group: 'mixamorig:LeftUpLeg', Weight: 0.019716 + Group: 'mixamorig:RightUpLeg', Weight: 0.031533 +Vertex 1286: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.954265 + Group: 'mixamorig:LeftUpLeg', Weight: 0.035599 + Group: 'mixamorig:RightUpLeg', Weight: 0.010137 +Vertex 1287: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.949803 + Group: 'mixamorig:LeftUpLeg', Weight: 0.037355 + Group: 'mixamorig:RightUpLeg', Weight: 0.012842 +Vertex 1288: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.946297 + Group: 'mixamorig:LeftUpLeg', Weight: 0.020136 + Group: 'mixamorig:RightUpLeg', Weight: 0.033568 +Vertex 1289: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.955613 + Group: 'mixamorig:LeftUpLeg', Weight: 0.035238 + Group: 'mixamorig:RightUpLeg', Weight: 0.009149 +Vertex 1290: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.971397 + Group: 'mixamorig:LeftUpLeg', Weight: 0.028603 +Vertex 1291: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.966664 + Group: 'mixamorig:LeftUpLeg', Weight: 0.011017 + Group: 'mixamorig:RightUpLeg', Weight: 0.022319 +Vertex 1292: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.952542 + Group: 'mixamorig:LeftUpLeg', Weight: 0.017123 + Group: 'mixamorig:RightUpLeg', Weight: 0.030334 +Vertex 1293: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.960386 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001711 + Group: 'mixamorig:RightUpLeg', Weight: 0.037903 +Vertex 1294: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.963373 + Group: 'mixamorig:LeftUpLeg', Weight: 0.002086 + Group: 'mixamorig:RightUpLeg', Weight: 0.034541 +Vertex 1295: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923762 + Group: 'mixamorig:RightUpLeg', Weight: 0.076238 +Vertex 1296: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.922897 + Group: 'mixamorig:RightUpLeg', Weight: 0.077103 +Vertex 1297: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.974820 + Group: 'mixamorig:LeftUpLeg', Weight: 0.025180 +Vertex 1298: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.975525 + Group: 'mixamorig:LeftUpLeg', Weight: 0.024475 +Vertex 1299: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.976249 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007781 + Group: 'mixamorig:RightUpLeg', Weight: 0.015970 +Vertex 1300: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.974660 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007827 + Group: 'mixamorig:RightUpLeg', Weight: 0.017513 +Vertex 1301: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.954635 + Group: 'mixamorig:LeftUpLeg', Weight: 0.004416 + Group: 'mixamorig:RightUpLeg', Weight: 0.040949 +Vertex 1302: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.943977 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007686 + Group: 'mixamorig:RightUpLeg', Weight: 0.048337 +Vertex 1303: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.897584 + Group: 'mixamorig:RightUpLeg', Weight: 0.102416 +Vertex 1304: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.922123 + Group: 'mixamorig:RightUpLeg', Weight: 0.077877 +Vertex 1305: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.972971 + Group: 'mixamorig:LeftUpLeg', Weight: 0.027029 +Vertex 1306: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.963743 + Group: 'mixamorig:LeftUpLeg', Weight: 0.032044 + Group: 'mixamorig:RightUpLeg', Weight: 0.004213 +Vertex 1307: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.955794 + Group: 'mixamorig:LeftUpLeg', Weight: 0.016936 + Group: 'mixamorig:RightUpLeg', Weight: 0.027270 +Vertex 1308: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.970274 + Group: 'mixamorig:LeftUpLeg', Weight: 0.010622 + Group: 'mixamorig:RightUpLeg', Weight: 0.019103 +Vertex 1309: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.956517 + Group: 'mixamorig:LeftUpLeg', Weight: 0.038155 + Group: 'mixamorig:RightUpLeg', Weight: 0.005328 +Vertex 1310: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.967718 + Group: 'mixamorig:LeftUpLeg', Weight: 0.031456 + Group: 'mixamorig:RightUpLeg', Weight: 0.000826 +Vertex 1311: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.964904 + Group: 'mixamorig:LeftUpLeg', Weight: 0.033140 + Group: 'mixamorig:RightUpLeg', Weight: 0.001956 +Vertex 1312: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.953633 + Group: 'mixamorig:LeftUpLeg', Weight: 0.039879 + Group: 'mixamorig:RightUpLeg', Weight: 0.006488 +Vertex 1313: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1314: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1315: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1316: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1317: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.731739 + Group: 'mixamorig:LeftUpLeg', Weight: 0.268261 +Vertex 1318: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.690012 + Group: 'mixamorig:LeftUpLeg', Weight: 0.309988 +Vertex 1319: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.672284 + Group: 'mixamorig:LeftUpLeg', Weight: 0.327716 +Vertex 1320: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.709873 + Group: 'mixamorig:LeftUpLeg', Weight: 0.290127 +Vertex 1321: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1322: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1323: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.693264 + Group: 'mixamorig:LeftUpLeg', Weight: 0.306736 +Vertex 1324: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.670773 + Group: 'mixamorig:LeftUpLeg', Weight: 0.329227 +Vertex 1325: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1326: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.734926 + Group: 'mixamorig:LeftUpLeg', Weight: 0.265074 +Vertex 1327: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.885713 + Group: 'mixamorig:LeftUpLeg', Weight: 0.114287 +Vertex 1328: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.899282 + Group: 'mixamorig:LeftUpLeg', Weight: 0.100718 +Vertex 1329: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.712285 + Group: 'mixamorig:LeftUpLeg', Weight: 0.287716 +Vertex 1330: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1331: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.855367 + Group: 'mixamorig:LeftUpLeg', Weight: 0.144633 +Vertex 1332: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.852886 + Group: 'mixamorig:LeftUpLeg', Weight: 0.147114 +Vertex 1333: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.933840 + Group: 'mixamorig:RightUpLeg', Weight: 0.066160 +Vertex 1334: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1335: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1336: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.938296 + Group: 'mixamorig:RightUpLeg', Weight: 0.061704 +Vertex 1337: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.481360 + Group: 'mixamorig:RightUpLeg', Weight: 0.518640 +Vertex 1338: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.483453 + Group: 'mixamorig:RightUpLeg', Weight: 0.516547 +Vertex 1339: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.558419 + Group: 'mixamorig:RightUpLeg', Weight: 0.441581 +Vertex 1340: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.601914 + Group: 'mixamorig:RightUpLeg', Weight: 0.398085 +Vertex 1341: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1342: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.938379 + Group: 'mixamorig:RightUpLeg', Weight: 0.061621 +Vertex 1343: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.484784 + Group: 'mixamorig:RightUpLeg', Weight: 0.515216 +Vertex 1344: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.606829 + Group: 'mixamorig:RightUpLeg', Weight: 0.393171 +Vertex 1345: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.967543 + Group: 'mixamorig:RightUpLeg', Weight: 0.032457 +Vertex 1346: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.489769 + Group: 'mixamorig:RightUpLeg', Weight: 0.510231 +Vertex 1347: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.780502 + Group: 'mixamorig:RightUpLeg', Weight: 0.219498 +Vertex 1348: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.782918 + Group: 'mixamorig:RightUpLeg', Weight: 0.217082 +Vertex 1349: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1350: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.564831 + Group: 'mixamorig:RightUpLeg', Weight: 0.435169 +Vertex 1351: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.791485 + Group: 'mixamorig:RightUpLeg', Weight: 0.208515 +Vertex 1352: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.790063 + Group: 'mixamorig:RightUpLeg', Weight: 0.209937 +Vertex 1353: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1354: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 1355: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1356: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1357: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997758 + Group: 'mixamorig:RightUpLeg', Weight: 0.002242 +Vertex 1358: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1359: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.987020 + Group: 'mixamorig:RightUpLeg', Weight: 0.012980 +Vertex 1360: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.984998 + Group: 'mixamorig:RightUpLeg', Weight: 0.015002 +Vertex 1361: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.875500 + Group: 'mixamorig:RightUpLeg', Weight: 0.124500 +Vertex 1362: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.873714 + Group: 'mixamorig:RightUpLeg', Weight: 0.126286 +Vertex 1363: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.736996 + Group: 'mixamorig:RightUpLeg', Weight: 0.263004 +Vertex 1364: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.740817 + Group: 'mixamorig:RightUpLeg', Weight: 0.259182 +Vertex 1365: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.702217 + Group: 'mixamorig:RightUpLeg', Weight: 0.297783 +Vertex 1366: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.692223 + Group: 'mixamorig:RightUpLeg', Weight: 0.307777 +Vertex 1367: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.672117 + Group: 'mixamorig:RightUpLeg', Weight: 0.327883 +Vertex 1368: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.646730 + Group: 'mixamorig:RightUpLeg', Weight: 0.353270 +Vertex 1369: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.697553 + Group: 'mixamorig:RightUpLeg', Weight: 0.302447 +Vertex 1370: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.674406 + Group: 'mixamorig:RightUpLeg', Weight: 0.325594 +Vertex 1371: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.723045 + Group: 'mixamorig:RightUpLeg', Weight: 0.276954 +Vertex 1372: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.724478 + Group: 'mixamorig:RightUpLeg', Weight: 0.275522 +Vertex 1373: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.884962 + Group: 'mixamorig:RightUpLeg', Weight: 0.115038 +Vertex 1374: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.866281 + Group: 'mixamorig:RightUpLeg', Weight: 0.133719 +Vertex 1375: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998260 + Group: 'mixamorig:RightUpLeg', Weight: 0.001740 +Vertex 1376: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996122 + Group: 'mixamorig:RightUpLeg', Weight: 0.003878 +Vertex 1377: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908029 + Group: 'mixamorig:RightUpLeg', Weight: 0.091971 +Vertex 1378: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908029 + Group: 'mixamorig:RightUpLeg', Weight: 0.091971 +Vertex 1379: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.888197 + Group: 'mixamorig:RightUpLeg', Weight: 0.111803 +Vertex 1380: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.902284 + Group: 'mixamorig:RightUpLeg', Weight: 0.097716 +Vertex 1381: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.906964 + Group: 'mixamorig:RightUpLeg', Weight: 0.093036 +Vertex 1382: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.882605 + Group: 'mixamorig:RightUpLeg', Weight: 0.117395 +Vertex 1383: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.893576 + Group: 'mixamorig:RightUpLeg', Weight: 0.106424 +Vertex 1384: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.750897 + Group: 'mixamorig:RightUpLeg', Weight: 0.249103 +Vertex 1385: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.750277 + Group: 'mixamorig:RightUpLeg', Weight: 0.249723 +Vertex 1386: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.567567 + Group: 'mixamorig:RightUpLeg', Weight: 0.432433 +Vertex 1387: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.570247 + Group: 'mixamorig:RightUpLeg', Weight: 0.429753 +Vertex 1388: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.332486 + Group: 'mixamorig:RightUpLeg', Weight: 0.667514 +Vertex 1389: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.331598 + Group: 'mixamorig:RightUpLeg', Weight: 0.668402 +Vertex 1390: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.332105 + Group: 'mixamorig:RightUpLeg', Weight: 0.667895 +Vertex 1391: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.389875 + Group: 'mixamorig:RightUpLeg', Weight: 0.610125 +Vertex 1392: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.387556 + Group: 'mixamorig:RightUpLeg', Weight: 0.612444 +Vertex 1393: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.388810 + Group: 'mixamorig:RightUpLeg', Weight: 0.611190 +Vertex 1394: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.388889 + Group: 'mixamorig:RightUpLeg', Weight: 0.611111 +Vertex 1395: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.594432 + Group: 'mixamorig:RightUpLeg', Weight: 0.405568 +Vertex 1396: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.747105 + Group: 'mixamorig:RightUpLeg', Weight: 0.252895 +Vertex 1397: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.753893 + Group: 'mixamorig:RightUpLeg', Weight: 0.246107 +Vertex 1398: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.901009 + Group: 'mixamorig:RightUpLeg', Weight: 0.098991 +Vertex 1399: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908099 + Group: 'mixamorig:RightUpLeg', Weight: 0.091901 +Vertex 1400: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908029 + Group: 'mixamorig:RightUpLeg', Weight: 0.091971 +Vertex 1401: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998094 + Group: 'mixamorig:LeftUpLeg', Weight: 0.001906 +Vertex 1402: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.972083 + Group: 'mixamorig:LeftUpLeg', Weight: 0.027917 +Vertex 1403: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.976620 + Group: 'mixamorig:LeftUpLeg', Weight: 0.023380 +Vertex 1404: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992817 + Group: 'mixamorig:LeftUpLeg', Weight: 0.007183 +Vertex 1405: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.991969 + Group: 'mixamorig:LeftUpLeg', Weight: 0.008031 +Vertex 1406: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.964772 + Group: 'mixamorig:LeftUpLeg', Weight: 0.035228 +Vertex 1407: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.965605 + Group: 'mixamorig:LeftUpLeg', Weight: 0.034395 +Vertex 1408: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.978770 + Group: 'mixamorig:LeftUpLeg', Weight: 0.021230 +Vertex 1409: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.858717 + Group: 'mixamorig:LeftUpLeg', Weight: 0.141283 +Vertex 1410: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.858109 + Group: 'mixamorig:LeftUpLeg', Weight: 0.141891 +Vertex 1411: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.699391 + Group: 'mixamorig:LeftUpLeg', Weight: 0.300608 +Vertex 1412: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.690918 + Group: 'mixamorig:LeftUpLeg', Weight: 0.309082 +Vertex 1413: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.651312 + Group: 'mixamorig:LeftUpLeg', Weight: 0.348688 +Vertex 1414: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.633821 + Group: 'mixamorig:LeftUpLeg', Weight: 0.366179 +Vertex 1415: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.614955 + Group: 'mixamorig:LeftUpLeg', Weight: 0.385045 +Vertex 1416: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.624959 + Group: 'mixamorig:LeftUpLeg', Weight: 0.375041 +Vertex 1417: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.600018 + Group: 'mixamorig:LeftUpLeg', Weight: 0.399982 +Vertex 1418: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.628332 + Group: 'mixamorig:LeftUpLeg', Weight: 0.371668 +Vertex 1419: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666866 + Group: 'mixamorig:LeftUpLeg', Weight: 0.333134 +Vertex 1420: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.678043 + Group: 'mixamorig:LeftUpLeg', Weight: 0.321957 +Vertex 1421: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.839901 + Group: 'mixamorig:LeftUpLeg', Weight: 0.160099 +Vertex 1422: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.845448 + Group: 'mixamorig:LeftUpLeg', Weight: 0.154552 +Vertex 1423: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.954193 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045807 +Vertex 1424: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.970665 + Group: 'mixamorig:LeftUpLeg', Weight: 0.029335 +Vertex 1425: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1426: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1427: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1428: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1429: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1430: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1431: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1432: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.943925 + Group: 'mixamorig:LeftUpLeg', Weight: 0.056075 +Vertex 1433: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.933447 + Group: 'mixamorig:LeftUpLeg', Weight: 0.066553 +Vertex 1434: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.770818 + Group: 'mixamorig:LeftUpLeg', Weight: 0.229182 +Vertex 1435: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.790084 + Group: 'mixamorig:LeftUpLeg', Weight: 0.209916 +Vertex 1436: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.734822 + Group: 'mixamorig:LeftUpLeg', Weight: 0.265178 +Vertex 1437: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.729913 + Group: 'mixamorig:LeftUpLeg', Weight: 0.270087 +Vertex 1438: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.771420 + Group: 'mixamorig:LeftUpLeg', Weight: 0.228581 +Vertex 1439: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.793550 + Group: 'mixamorig:LeftUpLeg', Weight: 0.206450 +Vertex 1440: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.735323 + Group: 'mixamorig:LeftUpLeg', Weight: 0.264677 +Vertex 1441: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.737547 + Group: 'mixamorig:LeftUpLeg', Weight: 0.262453 +Vertex 1442: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.806173 + Group: 'mixamorig:LeftUpLeg', Weight: 0.193827 +Vertex 1443: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.787299 + Group: 'mixamorig:LeftUpLeg', Weight: 0.212701 +Vertex 1444: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1445: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1446: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1447: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1448: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1449: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.809748 + Group: 'mixamorig:RightUpLeg', Weight: 0.190252 +Vertex 1450: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.855920 + Group: 'mixamorig:RightUpLeg', Weight: 0.144080 +Vertex 1451: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.854758 + Group: 'mixamorig:RightUpLeg', Weight: 0.145242 +Vertex 1452: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.804281 + Group: 'mixamorig:RightUpLeg', Weight: 0.195719 +Vertex 1453: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.887338 + Group: 'mixamorig:RightUpLeg', Weight: 0.112662 +Vertex 1454: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.884591 + Group: 'mixamorig:RightUpLeg', Weight: 0.115409 +Vertex 1455: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.896988 + Group: 'mixamorig:RightUpLeg', Weight: 0.103012 +Vertex 1456: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.900853 + Group: 'mixamorig:RightUpLeg', Weight: 0.099147 +Vertex 1457: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.897821 + Group: 'mixamorig:RightUpLeg', Weight: 0.102179 +Vertex 1458: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.900378 + Group: 'mixamorig:RightUpLeg', Weight: 0.099622 +Vertex 1459: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.891317 + Group: 'mixamorig:RightUpLeg', Weight: 0.108683 +Vertex 1460: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.890751 + Group: 'mixamorig:RightUpLeg', Weight: 0.109249 +Vertex 1461: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.864144 + Group: 'mixamorig:RightUpLeg', Weight: 0.135856 +Vertex 1462: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.862592 + Group: 'mixamorig:RightUpLeg', Weight: 0.137409 +Vertex 1463: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.817289 + Group: 'mixamorig:RightUpLeg', Weight: 0.182711 +Vertex 1464: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.814631 + Group: 'mixamorig:RightUpLeg', Weight: 0.185369 +Vertex 1465: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.750410 + Group: 'mixamorig:RightUpLeg', Weight: 0.249590 +Vertex 1466: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.749357 + Group: 'mixamorig:RightUpLeg', Weight: 0.250643 +Vertex 1467: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666273 + Group: 'mixamorig:RightUpLeg', Weight: 0.333727 +Vertex 1468: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.666249 + Group: 'mixamorig:RightUpLeg', Weight: 0.333751 +Vertex 1469: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.576329 + Group: 'mixamorig:RightUpLeg', Weight: 0.423671 +Vertex 1470: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.573455 + Group: 'mixamorig:RightUpLeg', Weight: 0.426545 +Vertex 1471: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.363764 + Group: 'mixamorig:RightUpLeg', Weight: 0.636236 +Vertex 1472: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.472607 + Group: 'mixamorig:RightUpLeg', Weight: 0.527393 +Vertex 1473: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.374898 + Group: 'mixamorig:RightUpLeg', Weight: 0.625102 +Vertex 1474: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.400765 + Group: 'mixamorig:RightUpLeg', Weight: 0.599235 +Vertex 1475: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.361083 + Group: 'mixamorig:RightUpLeg', Weight: 0.638917 +Vertex 1476: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.379339 + Group: 'mixamorig:RightUpLeg', Weight: 0.620661 +Vertex 1477: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.353877 + Group: 'mixamorig:RightUpLeg', Weight: 0.646123 +Vertex 1478: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.380499 + Group: 'mixamorig:RightUpLeg', Weight: 0.619501 +Vertex 1479: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.394176 + Group: 'mixamorig:RightUpLeg', Weight: 0.605824 +Vertex 1480: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.415648 + Group: 'mixamorig:RightUpLeg', Weight: 0.584352 +Vertex 1481: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.460587 + Group: 'mixamorig:RightUpLeg', Weight: 0.539413 +Vertex 1482: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.467778 + Group: 'mixamorig:RightUpLeg', Weight: 0.532222 +Vertex 1483: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.561850 + Group: 'mixamorig:RightUpLeg', Weight: 0.438150 +Vertex 1484: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.563773 + Group: 'mixamorig:RightUpLeg', Weight: 0.436227 +Vertex 1485: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.661189 + Group: 'mixamorig:RightUpLeg', Weight: 0.338811 +Vertex 1486: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.659290 + Group: 'mixamorig:RightUpLeg', Weight: 0.340710 +Vertex 1487: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.745992 + Group: 'mixamorig:RightUpLeg', Weight: 0.254008 +Vertex 1488: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.741030 + Group: 'mixamorig:RightUpLeg', Weight: 0.258970 +Vertex 1489: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.692098 + Group: 'mixamorig:RightUpLeg', Weight: 0.307902 +Vertex 1490: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.688235 + Group: 'mixamorig:RightUpLeg', Weight: 0.311765 +Vertex 1491: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.161381 + Group: 'mixamorig:LeftUpLeg', Weight: 0.838619 +Vertex 1492: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.167746 + Group: 'mixamorig:LeftUpLeg', Weight: 0.832254 +Vertex 1493: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.234515 + Group: 'mixamorig:LeftUpLeg', Weight: 0.765485 +Vertex 1494: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.234305 + Group: 'mixamorig:LeftUpLeg', Weight: 0.765695 +Vertex 1495: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.932795 + Group: 'mixamorig:LeftUpLeg', Weight: 0.067205 +Vertex 1496: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.248311 + Group: 'mixamorig:LeftUpLeg', Weight: 0.751689 +Vertex 1497: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923120 + Group: 'mixamorig:LeftUpLeg', Weight: 0.076880 +Vertex 1498: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.166011 + Group: 'mixamorig:LeftUpLeg', Weight: 0.833989 +Vertex 1500: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.245625 + Group: 'mixamorig:LeftUpLeg', Weight: 0.754375 +Vertex 1501: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.205871 + Group: 'mixamorig:LeftUpLeg', Weight: 0.794129 +Vertex 1502: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.945558 + Group: 'mixamorig:LeftUpLeg', Weight: 0.054442 +Vertex 1503: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.954650 + Group: 'mixamorig:LeftUpLeg', Weight: 0.045350 +Vertex 1504: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.934071 + Group: 'mixamorig:LeftUpLeg', Weight: 0.065929 +Vertex 1505: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.955730 + Group: 'mixamorig:LeftUpLeg', Weight: 0.044270 +Vertex 1507: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.566292 + Group: 'mixamorig:LeftUpLeg', Weight: 0.433708 +Vertex 1508: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.187796 + Group: 'mixamorig:LeftUpLeg', Weight: 0.812204 +Vertex 1509: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.178117 + Group: 'mixamorig:LeftUpLeg', Weight: 0.821883 +Vertex 1510: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.230285 + Group: 'mixamorig:LeftUpLeg', Weight: 0.769715 +Vertex 1511: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.236699 + Group: 'mixamorig:LeftUpLeg', Weight: 0.763301 +Vertex 1512: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.855979 + Group: 'mixamorig:LeftUpLeg', Weight: 0.144021 +Vertex 1513: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.233297 + Group: 'mixamorig:LeftUpLeg', Weight: 0.766703 +Vertex 1514: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.881783 + Group: 'mixamorig:LeftUpLeg', Weight: 0.118217 +Vertex 1515: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.910629 + Group: 'mixamorig:LeftUpLeg', Weight: 0.089371 +Vertex 1516: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.207674 + Group: 'mixamorig:LeftUpLeg', Weight: 0.792327 +Vertex 1517: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.244618 + Group: 'mixamorig:LeftUpLeg', Weight: 0.755382 +Vertex 1518: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.171239 + Group: 'mixamorig:LeftUpLeg', Weight: 0.828761 +Vertex 1519: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.919864 + Group: 'mixamorig:LeftUpLeg', Weight: 0.080136 +Vertex 1521: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.919463 + Group: 'mixamorig:LeftUpLeg', Weight: 0.080537 +Vertex 1523: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.535687 + Group: 'mixamorig:LeftUpLeg', Weight: 0.464313 +=== Mesh Object: Eyelashes === +===Vertices: 98 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +===UV Coordinates: +Face count: 106 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +===Triangles: 106 +Triangle: [30, 0, 31] +Triangle: [92, 16, 91] +Triangle: [11, 34, 33] +Triangle: [34, 19, 17] +Triangle: [38, 20, 39] +Triangle: [32, 18, 16] +Triangle: [1, 29, 6] +Triangle: [22, 12, 7] +Triangle: [8, 25, 24] +Triangle: [43, 94, 95] +Triangle: [7, 24, 22] +Triangle: [41, 28, 13] +Triangle: [13, 26, 9] +Triangle: [30, 21, 29] +Triangle: [15, 31, 14] +Triangle: [2, 92, 93] +Triangle: [11, 32, 2] +Triangle: [17, 33, 34] +Triangle: [3, 35, 34] +Triangle: [37, 36, 38] +Triangle: [4, 38, 35] +Triangle: [35, 39, 19] +Triangle: [23, 41, 12] +Triangle: [9, 42, 43] +Triangle: [74, 44, 45] +Triangle: [90, 76, 89] +Triangle: [77, 47, 55] +Triangle: [61, 79, 78] +Triangle: [83, 80, 82] +Triangle: [60, 77, 76] +Triangle: [73, 45, 50] +Triangle: [56, 66, 51] +Triangle: [52, 68, 69] +Triangle: [54, 96, 97] +Triangle: [51, 68, 52] +Triangle: [57, 84, 85] +Triangle: [53, 72, 57] +Triangle: [65, 74, 73] +Triangle: [59, 75, 74] +Triangle: [89, 46, 88] +Triangle: [76, 55, 46] +Triangle: [78, 62, 61] +Triangle: [78, 48, 47] +Triangle: [81, 80, 49] +Triangle: [48, 82, 81] +Triangle: [63, 82, 79] +Triangle: [85, 67, 56] +Triangle: [53, 86, 70] +Triangle: [75, 88, 44] +Triangle: [58, 89, 75] +Triangle: [92, 14, 31] +Triangle: [93, 31, 0] +Triangle: [95, 27, 10] +Triangle: [87, 96, 86] +Triangle: [30, 1, 0] +Triangle: [92, 32, 16] +Triangle: [11, 3, 34] +Triangle: [34, 35, 19] +Triangle: [38, 36, 20] +Triangle: [32, 33, 18] +Triangle: [1, 30, 29] +Triangle: [22, 23, 12] +Triangle: [43, 42, 94] +Triangle: [7, 8, 24] +Triangle: [41, 40, 28] +Triangle: [13, 28, 26] +Triangle: [30, 15, 21] +Triangle: [15, 30, 31] +Triangle: [2, 32, 92] +Triangle: [11, 33, 32] +Triangle: [17, 18, 33] +Triangle: [3, 4, 35] +Triangle: [37, 5, 36] +Triangle: [4, 37, 38] +Triangle: [35, 38, 39] +Triangle: [23, 40, 41] +Triangle: [9, 26, 42] +Triangle: [74, 75, 44] +Triangle: [90, 60, 76] +Triangle: [77, 78, 47] +Triangle: [61, 63, 79] +Triangle: [83, 64, 80] +Triangle: [60, 62, 77] +Triangle: [73, 74, 45] +Triangle: [56, 67, 66] +Triangle: [54, 71, 96] +Triangle: [51, 66, 68] +Triangle: [57, 72, 84] +Triangle: [53, 70, 72] +Triangle: [65, 59, 74] +Triangle: [59, 58, 75] +Triangle: [89, 76, 46] +Triangle: [76, 77, 55] +Triangle: [78, 77, 62] +Triangle: [78, 79, 48] +Triangle: [81, 82, 80] +Triangle: [48, 79, 82] +Triangle: [63, 83, 82] +Triangle: [85, 84, 67] +Triangle: [53, 87, 86] +Triangle: [75, 89, 88] +Triangle: [58, 90, 89] +Triangle: [92, 91, 14] +Triangle: [93, 92, 31] +Triangle: [95, 94, 27] +Triangle: [87, 97, 96] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 4: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 5: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 6: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 7: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 8: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 9: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 10: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 11: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 12: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 13: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 14: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 15: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 16: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 17: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 18: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 19: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 20: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 21: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 22: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 23: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 24: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 25: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 26: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 27: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 28: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 29: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 30: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 31: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 32: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 33: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 34: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 35: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 36: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 37: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 38: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 39: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 40: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 41: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 42: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 43: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 44: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 45: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 46: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 47: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 48: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 49: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 50: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 51: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 52: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 53: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 54: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 55: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 56: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 57: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 58: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 59: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 60: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 61: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 62: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 63: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 64: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 65: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 66: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 67: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 68: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 69: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 70: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 71: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 72: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 73: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 74: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 75: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 76: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 77: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 78: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 79: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 80: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 81: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 82: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 83: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 84: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 85: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 86: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 87: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 88: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 89: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 90: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 91: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 92: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 93: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 94: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 95: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 96: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 97: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +=== Mesh Object: Eyes === +===Vertices: 764 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +===UV Coordinates: +Face count: 1520 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +===Triangles: 1520 +Triangle: [128, 149, 148] +Triangle: [129, 150, 149] +Triangle: [130, 151, 150] +Triangle: [131, 152, 151] +Triangle: [133, 152, 132] +Triangle: [134, 153, 133] +Triangle: [135, 154, 134] +Triangle: [136, 155, 135] +Triangle: [137, 156, 136] +Triangle: [137, 158, 157] +Triangle: [138, 159, 158] +Triangle: [139, 160, 159] +Triangle: [140, 161, 160] +Triangle: [141, 162, 161] +Triangle: [143, 162, 142] +Triangle: [144, 163, 143] +Triangle: [145, 164, 144] +Triangle: [146, 165, 145] +Triangle: [147, 166, 146] +Triangle: [147, 148, 167] +Triangle: [148, 169, 168] +Triangle: [149, 170, 169] +Triangle: [150, 171, 170] +Triangle: [151, 172, 171] +Triangle: [153, 172, 152] +Triangle: [154, 173, 153] +Triangle: [155, 174, 154] +Triangle: [156, 175, 155] +Triangle: [157, 176, 156] +Triangle: [157, 178, 177] +Triangle: [158, 179, 178] +Triangle: [159, 180, 179] +Triangle: [160, 181, 180] +Triangle: [161, 182, 181] +Triangle: [163, 182, 162] +Triangle: [164, 183, 163] +Triangle: [165, 184, 164] +Triangle: [166, 185, 165] +Triangle: [167, 186, 166] +Triangle: [167, 168, 187] +Triangle: [168, 189, 188] +Triangle: [169, 190, 189] +Triangle: [170, 191, 190] +Triangle: [171, 192, 191] +Triangle: [173, 192, 172] +Triangle: [174, 193, 173] +Triangle: [175, 194, 174] +Triangle: [176, 195, 175] +Triangle: [177, 196, 176] +Triangle: [177, 198, 197] +Triangle: [178, 199, 198] +Triangle: [179, 200, 199] +Triangle: [180, 201, 200] +Triangle: [181, 202, 201] +Triangle: [183, 202, 182] +Triangle: [184, 203, 183] +Triangle: [185, 204, 184] +Triangle: [186, 205, 185] +Triangle: [187, 206, 186] +Triangle: [187, 188, 207] +Triangle: [188, 209, 208] +Triangle: [189, 210, 209] +Triangle: [190, 211, 210] +Triangle: [191, 212, 211] +Triangle: [193, 212, 192] +Triangle: [194, 213, 193] +Triangle: [195, 214, 194] +Triangle: [196, 215, 195] +Triangle: [197, 216, 196] +Triangle: [197, 218, 217] +Triangle: [198, 219, 218] +Triangle: [199, 220, 219] +Triangle: [200, 221, 220] +Triangle: [201, 222, 221] +Triangle: [203, 222, 202] +Triangle: [204, 223, 203] +Triangle: [205, 224, 204] +Triangle: [206, 225, 205] +Triangle: [207, 226, 206] +Triangle: [207, 208, 227] +Triangle: [208, 229, 228] +Triangle: [209, 230, 229] +Triangle: [210, 231, 230] +Triangle: [211, 232, 231] +Triangle: [213, 232, 212] +Triangle: [214, 233, 213] +Triangle: [215, 234, 214] +Triangle: [216, 235, 215] +Triangle: [216, 237, 236] +Triangle: [217, 238, 237] +Triangle: [218, 239, 238] +Triangle: [219, 240, 239] +Triangle: [220, 241, 240] +Triangle: [221, 242, 241] +Triangle: [223, 242, 222] +Triangle: [224, 243, 223] +Triangle: [225, 244, 224] +Triangle: [226, 245, 225] +Triangle: [227, 246, 226] +Triangle: [208, 247, 227] +Triangle: [228, 249, 248] +Triangle: [229, 250, 249] +Triangle: [230, 251, 250] +Triangle: [231, 252, 251] +Triangle: [233, 252, 232] +Triangle: [234, 253, 233] +Triangle: [235, 254, 234] +Triangle: [236, 255, 235] +Triangle: [236, 257, 256] +Triangle: [237, 258, 257] +Triangle: [238, 259, 258] +Triangle: [239, 260, 259] +Triangle: [240, 261, 260] +Triangle: [241, 262, 261] +Triangle: [243, 262, 242] +Triangle: [244, 263, 243] +Triangle: [245, 264, 244] +Triangle: [246, 265, 245] +Triangle: [247, 266, 246] +Triangle: [247, 248, 267] +Triangle: [248, 269, 268] +Triangle: [249, 270, 269] +Triangle: [250, 271, 270] +Triangle: [251, 272, 271] +Triangle: [253, 272, 252] +Triangle: [254, 273, 253] +Triangle: [255, 274, 254] +Triangle: [256, 275, 255] +Triangle: [256, 277, 276] +Triangle: [257, 278, 277] +Triangle: [258, 279, 278] +Triangle: [259, 280, 279] +Triangle: [260, 281, 280] +Triangle: [261, 282, 281] +Triangle: [263, 282, 262] +Triangle: [264, 283, 263] +Triangle: [265, 284, 264] +Triangle: [266, 285, 265] +Triangle: [267, 286, 266] +Triangle: [248, 287, 267] +Triangle: [269, 288, 268] +Triangle: [269, 290, 289] +Triangle: [270, 291, 290] +Triangle: [271, 292, 291] +Triangle: [273, 292, 272] +Triangle: [274, 293, 273] +Triangle: [275, 294, 274] +Triangle: [275, 296, 295] +Triangle: [276, 297, 296] +Triangle: [277, 298, 297] +Triangle: [278, 299, 298] +Triangle: [279, 300, 299] +Triangle: [280, 301, 300] +Triangle: [281, 302, 301] +Triangle: [283, 302, 282] +Triangle: [284, 303, 283] +Triangle: [285, 304, 284] +Triangle: [286, 305, 285] +Triangle: [287, 306, 286] +Triangle: [268, 307, 287] +Triangle: [289, 308, 288] +Triangle: [290, 309, 289] +Triangle: [291, 310, 290] +Triangle: [292, 311, 291] +Triangle: [292, 313, 312] +Triangle: [293, 314, 313] +Triangle: [294, 315, 314] +Triangle: [295, 316, 315] +Triangle: [296, 317, 316] +Triangle: [297, 318, 317] +Triangle: [298, 319, 318] +Triangle: [299, 320, 319] +Triangle: [300, 321, 320] +Triangle: [301, 322, 321] +Triangle: [303, 322, 302] +Triangle: [304, 323, 303] +Triangle: [305, 324, 304] +Triangle: [306, 325, 305] +Triangle: [307, 326, 306] +Triangle: [288, 327, 307] +Triangle: [309, 328, 308] +Triangle: [310, 329, 309] +Triangle: [311, 330, 310] +Triangle: [312, 331, 311] +Triangle: [312, 333, 332] +Triangle: [313, 334, 333] +Triangle: [314, 335, 334] +Triangle: [315, 336, 335] +Triangle: [316, 337, 336] +Triangle: [317, 338, 337] +Triangle: [318, 339, 338] +Triangle: [319, 340, 339] +Triangle: [320, 341, 340] +Triangle: [321, 342, 341] +Triangle: [323, 342, 322] +Triangle: [324, 343, 323] +Triangle: [325, 344, 324] +Triangle: [326, 345, 325] +Triangle: [327, 346, 326] +Triangle: [308, 347, 327] +Triangle: [329, 348, 328] +Triangle: [330, 349, 329] +Triangle: [331, 350, 330] +Triangle: [332, 351, 331] +Triangle: [332, 353, 352] +Triangle: [333, 354, 353] +Triangle: [334, 355, 354] +Triangle: [335, 356, 355] +Triangle: [336, 357, 356] +Triangle: [337, 358, 357] +Triangle: [338, 359, 358] +Triangle: [340, 359, 339] +Triangle: [341, 360, 340] +Triangle: [342, 361, 341] +Triangle: [342, 363, 362] +Triangle: [343, 364, 363] +Triangle: [344, 365, 364] +Triangle: [345, 366, 365] +Triangle: [347, 366, 346] +Triangle: [328, 367, 347] +Triangle: [349, 368, 348] +Triangle: [350, 369, 349] +Triangle: [351, 370, 350] +Triangle: [352, 371, 351] +Triangle: [352, 373, 372] +Triangle: [353, 374, 373] +Triangle: [354, 375, 374] +Triangle: [355, 376, 375] +Triangle: [356, 377, 376] +Triangle: [357, 378, 377] +Triangle: [359, 378, 358] +Triangle: [360, 379, 359] +Triangle: [361, 380, 360] +Triangle: [362, 381, 361] +Triangle: [362, 383, 382] +Triangle: [363, 384, 383] +Triangle: [364, 385, 384] +Triangle: [365, 386, 385] +Triangle: [367, 386, 366] +Triangle: [348, 387, 367] +Triangle: [369, 388, 368] +Triangle: [370, 389, 369] +Triangle: [371, 390, 370] +Triangle: [372, 391, 371] +Triangle: [372, 393, 392] +Triangle: [373, 394, 393] +Triangle: [374, 395, 394] +Triangle: [375, 396, 395] +Triangle: [376, 397, 396] +Triangle: [377, 398, 397] +Triangle: [379, 398, 378] +Triangle: [380, 399, 379] +Triangle: [381, 400, 380] +Triangle: [382, 401, 381] +Triangle: [382, 403, 402] +Triangle: [383, 404, 403] +Triangle: [384, 405, 404] +Triangle: [385, 406, 405] +Triangle: [387, 406, 386] +Triangle: [368, 407, 387] +Triangle: [389, 408, 388] +Triangle: [390, 409, 389] +Triangle: [391, 410, 390] +Triangle: [392, 411, 391] +Triangle: [392, 413, 412] +Triangle: [393, 414, 413] +Triangle: [394, 415, 414] +Triangle: [395, 416, 415] +Triangle: [396, 417, 416] +Triangle: [398, 417, 397] +Triangle: [399, 418, 398] +Triangle: [400, 419, 399] +Triangle: [401, 420, 400] +Triangle: [402, 421, 401] +Triangle: [402, 423, 422] +Triangle: [403, 424, 423] +Triangle: [404, 425, 424] +Triangle: [405, 426, 425] +Triangle: [406, 427, 426] +Triangle: [388, 427, 407] +Triangle: [409, 428, 408] +Triangle: [410, 429, 409] +Triangle: [411, 430, 410] +Triangle: [412, 431, 411] +Triangle: [412, 433, 432] +Triangle: [413, 434, 433] +Triangle: [414, 435, 434] +Triangle: [415, 436, 435] +Triangle: [416, 437, 436] +Triangle: [418, 437, 417] +Triangle: [419, 438, 418] +Triangle: [420, 439, 419] +Triangle: [421, 440, 420] +Triangle: [422, 441, 421] +Triangle: [422, 443, 442] +Triangle: [423, 444, 443] +Triangle: [424, 445, 444] +Triangle: [425, 446, 445] +Triangle: [426, 447, 446] +Triangle: [408, 447, 427] +Triangle: [429, 448, 428] +Triangle: [430, 449, 429] +Triangle: [431, 450, 430] +Triangle: [432, 451, 431] +Triangle: [432, 453, 452] +Triangle: [433, 454, 453] +Triangle: [434, 455, 454] +Triangle: [435, 456, 455] +Triangle: [436, 457, 456] +Triangle: [438, 457, 437] +Triangle: [439, 458, 438] +Triangle: [440, 459, 439] +Triangle: [441, 460, 440] +Triangle: [442, 461, 441] +Triangle: [442, 463, 462] +Triangle: [443, 464, 463] +Triangle: [444, 465, 464] +Triangle: [445, 466, 465] +Triangle: [446, 467, 466] +Triangle: [428, 467, 447] +Triangle: [449, 468, 448] +Triangle: [450, 469, 449] +Triangle: [451, 470, 450] +Triangle: [452, 471, 451] +Triangle: [452, 473, 472] +Triangle: [453, 474, 473] +Triangle: [454, 475, 474] +Triangle: [455, 476, 475] +Triangle: [456, 477, 476] +Triangle: [458, 477, 457] +Triangle: [459, 478, 458] +Triangle: [460, 479, 459] +Triangle: [461, 480, 460] +Triangle: [462, 481, 461] +Triangle: [462, 483, 482] +Triangle: [463, 484, 483] +Triangle: [464, 485, 484] +Triangle: [465, 486, 485] +Triangle: [466, 487, 486] +Triangle: [448, 487, 467] +Triangle: [469, 488, 468] +Triangle: [470, 489, 469] +Triangle: [471, 490, 470] +Triangle: [472, 491, 471] +Triangle: [472, 493, 492] +Triangle: [473, 494, 493] +Triangle: [474, 495, 494] +Triangle: [475, 496, 495] +Triangle: [476, 497, 496] +Triangle: [478, 497, 477] +Triangle: [479, 498, 478] +Triangle: [480, 499, 479] +Triangle: [481, 500, 480] +Triangle: [482, 501, 481] +Triangle: [482, 503, 502] +Triangle: [483, 504, 503] +Triangle: [484, 505, 504] +Triangle: [485, 506, 505] +Triangle: [486, 507, 506] +Triangle: [468, 507, 487] +Triangle: [129, 128, 508] +Triangle: [130, 129, 508] +Triangle: [131, 130, 508] +Triangle: [132, 131, 508] +Triangle: [133, 132, 508] +Triangle: [134, 133, 508] +Triangle: [135, 134, 508] +Triangle: [136, 135, 508] +Triangle: [137, 136, 508] +Triangle: [138, 137, 508] +Triangle: [139, 138, 508] +Triangle: [140, 139, 508] +Triangle: [141, 140, 508] +Triangle: [142, 141, 508] +Triangle: [143, 142, 508] +Triangle: [144, 143, 508] +Triangle: [145, 144, 508] +Triangle: [146, 145, 508] +Triangle: [147, 146, 508] +Triangle: [128, 147, 508] +Triangle: [488, 489, 509] +Triangle: [489, 490, 509] +Triangle: [490, 491, 509] +Triangle: [491, 492, 509] +Triangle: [492, 493, 509] +Triangle: [493, 494, 509] +Triangle: [494, 495, 509] +Triangle: [495, 496, 509] +Triangle: [496, 497, 509] +Triangle: [497, 498, 509] +Triangle: [498, 499, 509] +Triangle: [499, 500, 509] +Triangle: [500, 501, 509] +Triangle: [501, 502, 509] +Triangle: [502, 503, 509] +Triangle: [503, 504, 509] +Triangle: [504, 505, 509] +Triangle: [505, 506, 509] +Triangle: [506, 507, 509] +Triangle: [507, 488, 509] +Triangle: [510, 531, 511] +Triangle: [511, 532, 512] +Triangle: [512, 533, 513] +Triangle: [513, 534, 514] +Triangle: [534, 515, 514] +Triangle: [535, 516, 515] +Triangle: [536, 517, 516] +Triangle: [537, 518, 517] +Triangle: [538, 519, 518] +Triangle: [519, 540, 520] +Triangle: [520, 541, 521] +Triangle: [521, 542, 522] +Triangle: [522, 543, 523] +Triangle: [523, 544, 524] +Triangle: [544, 525, 524] +Triangle: [545, 526, 525] +Triangle: [546, 527, 526] +Triangle: [547, 528, 527] +Triangle: [548, 529, 528] +Triangle: [529, 530, 510] +Triangle: [530, 551, 531] +Triangle: [531, 552, 532] +Triangle: [532, 553, 533] +Triangle: [533, 554, 534] +Triangle: [554, 535, 534] +Triangle: [555, 536, 535] +Triangle: [556, 537, 536] +Triangle: [557, 538, 537] +Triangle: [558, 539, 538] +Triangle: [539, 560, 540] +Triangle: [540, 561, 541] +Triangle: [541, 562, 542] +Triangle: [542, 563, 543] +Triangle: [543, 564, 544] +Triangle: [564, 545, 544] +Triangle: [565, 546, 545] +Triangle: [566, 547, 546] +Triangle: [567, 548, 547] +Triangle: [568, 549, 548] +Triangle: [549, 550, 530] +Triangle: [550, 571, 551] +Triangle: [551, 572, 552] +Triangle: [552, 573, 553] +Triangle: [553, 574, 554] +Triangle: [574, 555, 554] +Triangle: [575, 556, 555] +Triangle: [576, 557, 556] +Triangle: [577, 558, 557] +Triangle: [578, 559, 558] +Triangle: [559, 580, 560] +Triangle: [560, 581, 561] +Triangle: [561, 582, 562] +Triangle: [562, 583, 563] +Triangle: [563, 584, 564] +Triangle: [584, 565, 564] +Triangle: [585, 566, 565] +Triangle: [586, 567, 566] +Triangle: [587, 568, 567] +Triangle: [588, 569, 568] +Triangle: [569, 570, 550] +Triangle: [570, 591, 571] +Triangle: [571, 592, 572] +Triangle: [572, 593, 573] +Triangle: [573, 594, 574] +Triangle: [594, 575, 574] +Triangle: [595, 576, 575] +Triangle: [596, 577, 576] +Triangle: [597, 578, 577] +Triangle: [598, 579, 578] +Triangle: [579, 600, 580] +Triangle: [580, 601, 581] +Triangle: [581, 602, 582] +Triangle: [582, 603, 583] +Triangle: [583, 604, 584] +Triangle: [604, 585, 584] +Triangle: [605, 586, 585] +Triangle: [606, 587, 586] +Triangle: [607, 588, 587] +Triangle: [608, 589, 588] +Triangle: [589, 590, 570] +Triangle: [590, 611, 591] +Triangle: [591, 612, 592] +Triangle: [592, 613, 593] +Triangle: [593, 614, 594] +Triangle: [614, 595, 594] +Triangle: [615, 596, 595] +Triangle: [616, 597, 596] +Triangle: [617, 598, 597] +Triangle: [598, 619, 599] +Triangle: [599, 620, 600] +Triangle: [600, 621, 601] +Triangle: [601, 622, 602] +Triangle: [602, 623, 603] +Triangle: [603, 624, 604] +Triangle: [624, 605, 604] +Triangle: [625, 606, 605] +Triangle: [626, 607, 606] +Triangle: [627, 608, 607] +Triangle: [628, 609, 608] +Triangle: [629, 590, 609] +Triangle: [610, 631, 611] +Triangle: [611, 632, 612] +Triangle: [612, 633, 613] +Triangle: [613, 634, 614] +Triangle: [634, 615, 614] +Triangle: [635, 616, 615] +Triangle: [636, 617, 616] +Triangle: [637, 618, 617] +Triangle: [618, 639, 619] +Triangle: [619, 640, 620] +Triangle: [620, 641, 621] +Triangle: [621, 642, 622] +Triangle: [622, 643, 623] +Triangle: [623, 644, 624] +Triangle: [644, 625, 624] +Triangle: [645, 626, 625] +Triangle: [646, 627, 626] +Triangle: [647, 628, 627] +Triangle: [648, 629, 628] +Triangle: [649, 610, 629] +Triangle: [630, 651, 631] +Triangle: [631, 652, 632] +Triangle: [632, 653, 633] +Triangle: [633, 654, 634] +Triangle: [654, 635, 634] +Triangle: [655, 636, 635] +Triangle: [656, 637, 636] +Triangle: [657, 638, 637] +Triangle: [638, 659, 639] +Triangle: [639, 660, 640] +Triangle: [640, 661, 641] +Triangle: [641, 662, 642] +Triangle: [642, 663, 643] +Triangle: [643, 664, 644] +Triangle: [664, 645, 644] +Triangle: [665, 646, 645] +Triangle: [666, 647, 646] +Triangle: [667, 648, 647] +Triangle: [668, 649, 648] +Triangle: [669, 630, 649] +Triangle: [670, 651, 650] +Triangle: [651, 672, 652] +Triangle: [652, 673, 653] +Triangle: [653, 674, 654] +Triangle: [674, 655, 654] +Triangle: [675, 656, 655] +Triangle: [676, 657, 656] +Triangle: [657, 678, 658] +Triangle: [658, 679, 659] +Triangle: [659, 680, 660] +Triangle: [660, 681, 661] +Triangle: [661, 682, 662] +Triangle: [662, 683, 663] +Triangle: [663, 684, 664] +Triangle: [684, 665, 664] +Triangle: [685, 666, 665] +Triangle: [686, 667, 666] +Triangle: [687, 668, 667] +Triangle: [688, 669, 668] +Triangle: [689, 650, 669] +Triangle: [690, 671, 670] +Triangle: [691, 672, 671] +Triangle: [692, 673, 672] +Triangle: [693, 674, 673] +Triangle: [674, 695, 675] +Triangle: [675, 696, 676] +Triangle: [676, 697, 677] +Triangle: [677, 698, 678] +Triangle: [678, 699, 679] +Triangle: [679, 700, 680] +Triangle: [680, 701, 681] +Triangle: [681, 702, 682] +Triangle: [682, 703, 683] +Triangle: [683, 704, 684] +Triangle: [704, 685, 684] +Triangle: [705, 686, 685] +Triangle: [706, 687, 686] +Triangle: [707, 688, 687] +Triangle: [708, 689, 688] +Triangle: [709, 670, 689] +Triangle: [710, 691, 690] +Triangle: [711, 692, 691] +Triangle: [712, 693, 692] +Triangle: [713, 694, 693] +Triangle: [694, 715, 695] +Triangle: [695, 716, 696] +Triangle: [696, 717, 697] +Triangle: [697, 718, 698] +Triangle: [698, 719, 699] +Triangle: [699, 720, 700] +Triangle: [700, 721, 701] +Triangle: [701, 722, 702] +Triangle: [702, 723, 703] +Triangle: [703, 724, 704] +Triangle: [724, 705, 704] +Triangle: [725, 706, 705] +Triangle: [726, 707, 706] +Triangle: [727, 708, 707] +Triangle: [728, 709, 708] +Triangle: [729, 690, 709] +Triangle: [730, 711, 710] +Triangle: [731, 712, 711] +Triangle: [732, 713, 712] +Triangle: [733, 714, 713] +Triangle: [714, 735, 715] +Triangle: [715, 736, 716] +Triangle: [716, 737, 717] +Triangle: [717, 738, 718] +Triangle: [718, 739, 719] +Triangle: [719, 740, 720] +Triangle: [740, 721, 720] +Triangle: [741, 722, 721] +Triangle: [742, 723, 722] +Triangle: [743, 724, 723] +Triangle: [724, 745, 725] +Triangle: [725, 746, 726] +Triangle: [726, 747, 727] +Triangle: [747, 728, 727] +Triangle: [748, 729, 728] +Triangle: [749, 710, 729] +Triangle: [750, 731, 730] +Triangle: [751, 732, 731] +Triangle: [752, 733, 732] +Triangle: [753, 734, 733] +Triangle: [734, 755, 735] +Triangle: [735, 756, 736] +Triangle: [736, 757, 737] +Triangle: [737, 758, 738] +Triangle: [738, 759, 739] +Triangle: [739, 760, 740] +Triangle: [760, 741, 740] +Triangle: [761, 742, 741] +Triangle: [762, 743, 742] +Triangle: [763, 744, 743] +Triangle: [744, 1, 745] +Triangle: [745, 2, 746] +Triangle: [746, 3, 747] +Triangle: [747, 4, 748] +Triangle: [4, 749, 748] +Triangle: [5, 730, 749] +Triangle: [6, 751, 750] +Triangle: [7, 752, 751] +Triangle: [8, 753, 752] +Triangle: [9, 754, 753] +Triangle: [754, 11, 755] +Triangle: [755, 12, 756] +Triangle: [756, 13, 757] +Triangle: [757, 14, 758] +Triangle: [758, 15, 759] +Triangle: [759, 16, 760] +Triangle: [16, 761, 760] +Triangle: [17, 762, 761] +Triangle: [18, 763, 762] +Triangle: [19, 0, 763] +Triangle: [0, 21, 1] +Triangle: [1, 22, 2] +Triangle: [2, 23, 3] +Triangle: [3, 24, 4] +Triangle: [24, 5, 4] +Triangle: [25, 750, 5] +Triangle: [26, 7, 6] +Triangle: [27, 8, 7] +Triangle: [28, 9, 8] +Triangle: [29, 10, 9] +Triangle: [10, 31, 11] +Triangle: [11, 32, 12] +Triangle: [12, 33, 13] +Triangle: [13, 34, 14] +Triangle: [14, 35, 15] +Triangle: [35, 16, 15] +Triangle: [36, 17, 16] +Triangle: [37, 18, 17] +Triangle: [38, 19, 18] +Triangle: [39, 20, 19] +Triangle: [20, 41, 21] +Triangle: [21, 42, 22] +Triangle: [22, 43, 23] +Triangle: [23, 44, 24] +Triangle: [24, 45, 25] +Triangle: [45, 6, 25] +Triangle: [46, 27, 26] +Triangle: [47, 28, 27] +Triangle: [48, 29, 28] +Triangle: [49, 30, 29] +Triangle: [30, 51, 31] +Triangle: [31, 52, 32] +Triangle: [32, 53, 33] +Triangle: [33, 54, 34] +Triangle: [34, 55, 35] +Triangle: [55, 36, 35] +Triangle: [56, 37, 36] +Triangle: [57, 38, 37] +Triangle: [58, 39, 38] +Triangle: [59, 40, 39] +Triangle: [40, 61, 41] +Triangle: [41, 62, 42] +Triangle: [42, 63, 43] +Triangle: [43, 64, 44] +Triangle: [44, 65, 45] +Triangle: [65, 26, 45] +Triangle: [66, 47, 46] +Triangle: [67, 48, 47] +Triangle: [68, 49, 48] +Triangle: [69, 50, 49] +Triangle: [50, 71, 51] +Triangle: [51, 72, 52] +Triangle: [52, 73, 53] +Triangle: [53, 74, 54] +Triangle: [54, 75, 55] +Triangle: [75, 56, 55] +Triangle: [76, 57, 56] +Triangle: [77, 58, 57] +Triangle: [78, 59, 58] +Triangle: [79, 60, 59] +Triangle: [60, 81, 61] +Triangle: [61, 82, 62] +Triangle: [62, 83, 63] +Triangle: [63, 84, 64] +Triangle: [64, 85, 65] +Triangle: [85, 46, 65] +Triangle: [86, 67, 66] +Triangle: [87, 68, 67] +Triangle: [88, 69, 68] +Triangle: [89, 70, 69] +Triangle: [70, 91, 71] +Triangle: [71, 92, 72] +Triangle: [72, 93, 73] +Triangle: [73, 94, 74] +Triangle: [74, 95, 75] +Triangle: [95, 76, 75] +Triangle: [96, 77, 76] +Triangle: [97, 78, 77] +Triangle: [98, 79, 78] +Triangle: [99, 80, 79] +Triangle: [80, 101, 81] +Triangle: [81, 102, 82] +Triangle: [82, 103, 83] +Triangle: [83, 104, 84] +Triangle: [84, 105, 85] +Triangle: [105, 66, 85] +Triangle: [106, 87, 86] +Triangle: [107, 88, 87] +Triangle: [108, 89, 88] +Triangle: [109, 90, 89] +Triangle: [90, 111, 91] +Triangle: [91, 112, 92] +Triangle: [92, 113, 93] +Triangle: [93, 114, 94] +Triangle: [94, 115, 95] +Triangle: [115, 96, 95] +Triangle: [116, 97, 96] +Triangle: [117, 98, 97] +Triangle: [118, 99, 98] +Triangle: [119, 100, 99] +Triangle: [100, 121, 101] +Triangle: [101, 122, 102] +Triangle: [102, 123, 103] +Triangle: [103, 124, 104] +Triangle: [104, 125, 105] +Triangle: [125, 86, 105] +Triangle: [511, 126, 510] +Triangle: [512, 126, 511] +Triangle: [513, 126, 512] +Triangle: [514, 126, 513] +Triangle: [515, 126, 514] +Triangle: [516, 126, 515] +Triangle: [517, 126, 516] +Triangle: [518, 126, 517] +Triangle: [519, 126, 518] +Triangle: [520, 126, 519] +Triangle: [521, 126, 520] +Triangle: [522, 126, 521] +Triangle: [523, 126, 522] +Triangle: [524, 126, 523] +Triangle: [525, 126, 524] +Triangle: [526, 126, 525] +Triangle: [527, 126, 526] +Triangle: [528, 126, 527] +Triangle: [529, 126, 528] +Triangle: [510, 126, 529] +Triangle: [106, 127, 107] +Triangle: [107, 127, 108] +Triangle: [108, 127, 109] +Triangle: [109, 127, 110] +Triangle: [110, 127, 111] +Triangle: [111, 127, 112] +Triangle: [112, 127, 113] +Triangle: [113, 127, 114] +Triangle: [114, 127, 115] +Triangle: [115, 127, 116] +Triangle: [116, 127, 117] +Triangle: [117, 127, 118] +Triangle: [118, 127, 119] +Triangle: [119, 127, 120] +Triangle: [120, 127, 121] +Triangle: [121, 127, 122] +Triangle: [122, 127, 123] +Triangle: [123, 127, 124] +Triangle: [124, 127, 125] +Triangle: [125, 127, 106] +Triangle: [128, 129, 149] +Triangle: [129, 130, 150] +Triangle: [130, 131, 151] +Triangle: [131, 132, 152] +Triangle: [133, 153, 152] +Triangle: [134, 154, 153] +Triangle: [135, 155, 154] +Triangle: [136, 156, 155] +Triangle: [137, 157, 156] +Triangle: [137, 138, 158] +Triangle: [138, 139, 159] +Triangle: [139, 140, 160] +Triangle: [140, 141, 161] +Triangle: [141, 142, 162] +Triangle: [143, 163, 162] +Triangle: [144, 164, 163] +Triangle: [145, 165, 164] +Triangle: [146, 166, 165] +Triangle: [147, 167, 166] +Triangle: [147, 128, 148] +Triangle: [148, 149, 169] +Triangle: [149, 150, 170] +Triangle: [150, 151, 171] +Triangle: [151, 152, 172] +Triangle: [153, 173, 172] +Triangle: [154, 174, 173] +Triangle: [155, 175, 174] +Triangle: [156, 176, 175] +Triangle: [157, 177, 176] +Triangle: [157, 158, 178] +Triangle: [158, 159, 179] +Triangle: [159, 160, 180] +Triangle: [160, 161, 181] +Triangle: [161, 162, 182] +Triangle: [163, 183, 182] +Triangle: [164, 184, 183] +Triangle: [165, 185, 184] +Triangle: [166, 186, 185] +Triangle: [167, 187, 186] +Triangle: [167, 148, 168] +Triangle: [168, 169, 189] +Triangle: [169, 170, 190] +Triangle: [170, 171, 191] +Triangle: [171, 172, 192] +Triangle: [173, 193, 192] +Triangle: [174, 194, 193] +Triangle: [175, 195, 194] +Triangle: [176, 196, 195] +Triangle: [177, 197, 196] +Triangle: [177, 178, 198] +Triangle: [178, 179, 199] +Triangle: [179, 180, 200] +Triangle: [180, 181, 201] +Triangle: [181, 182, 202] +Triangle: [183, 203, 202] +Triangle: [184, 204, 203] +Triangle: [185, 205, 204] +Triangle: [186, 206, 205] +Triangle: [187, 207, 206] +Triangle: [187, 168, 188] +Triangle: [188, 189, 209] +Triangle: [189, 190, 210] +Triangle: [190, 191, 211] +Triangle: [191, 192, 212] +Triangle: [193, 213, 212] +Triangle: [194, 214, 213] +Triangle: [195, 215, 214] +Triangle: [196, 216, 215] +Triangle: [197, 217, 216] +Triangle: [197, 198, 218] +Triangle: [198, 199, 219] +Triangle: [199, 200, 220] +Triangle: [200, 201, 221] +Triangle: [201, 202, 222] +Triangle: [203, 223, 222] +Triangle: [204, 224, 223] +Triangle: [205, 225, 224] +Triangle: [206, 226, 225] +Triangle: [207, 227, 226] +Triangle: [207, 188, 208] +Triangle: [208, 209, 229] +Triangle: [209, 210, 230] +Triangle: [210, 211, 231] +Triangle: [211, 212, 232] +Triangle: [213, 233, 232] +Triangle: [214, 234, 233] +Triangle: [215, 235, 234] +Triangle: [216, 236, 235] +Triangle: [216, 217, 237] +Triangle: [217, 218, 238] +Triangle: [218, 219, 239] +Triangle: [219, 220, 240] +Triangle: [220, 221, 241] +Triangle: [221, 222, 242] +Triangle: [223, 243, 242] +Triangle: [224, 244, 243] +Triangle: [225, 245, 244] +Triangle: [226, 246, 245] +Triangle: [227, 247, 246] +Triangle: [208, 228, 247] +Triangle: [228, 229, 249] +Triangle: [229, 230, 250] +Triangle: [230, 231, 251] +Triangle: [231, 232, 252] +Triangle: [233, 253, 252] +Triangle: [234, 254, 253] +Triangle: [235, 255, 254] +Triangle: [236, 256, 255] +Triangle: [236, 237, 257] +Triangle: [237, 238, 258] +Triangle: [238, 239, 259] +Triangle: [239, 240, 260] +Triangle: [240, 241, 261] +Triangle: [241, 242, 262] +Triangle: [243, 263, 262] +Triangle: [244, 264, 263] +Triangle: [245, 265, 264] +Triangle: [246, 266, 265] +Triangle: [247, 267, 266] +Triangle: [247, 228, 248] +Triangle: [248, 249, 269] +Triangle: [249, 250, 270] +Triangle: [250, 251, 271] +Triangle: [251, 252, 272] +Triangle: [253, 273, 272] +Triangle: [254, 274, 273] +Triangle: [255, 275, 274] +Triangle: [256, 276, 275] +Triangle: [256, 257, 277] +Triangle: [257, 258, 278] +Triangle: [258, 259, 279] +Triangle: [259, 260, 280] +Triangle: [260, 261, 281] +Triangle: [261, 262, 282] +Triangle: [263, 283, 282] +Triangle: [264, 284, 283] +Triangle: [265, 285, 284] +Triangle: [266, 286, 285] +Triangle: [267, 287, 286] +Triangle: [248, 268, 287] +Triangle: [269, 289, 288] +Triangle: [269, 270, 290] +Triangle: [270, 271, 291] +Triangle: [271, 272, 292] +Triangle: [273, 293, 292] +Triangle: [274, 294, 293] +Triangle: [275, 295, 294] +Triangle: [275, 276, 296] +Triangle: [276, 277, 297] +Triangle: [277, 278, 298] +Triangle: [278, 279, 299] +Triangle: [279, 280, 300] +Triangle: [280, 281, 301] +Triangle: [281, 282, 302] +Triangle: [283, 303, 302] +Triangle: [284, 304, 303] +Triangle: [285, 305, 304] +Triangle: [286, 306, 305] +Triangle: [287, 307, 306] +Triangle: [268, 288, 307] +Triangle: [289, 309, 308] +Triangle: [290, 310, 309] +Triangle: [291, 311, 310] +Triangle: [292, 312, 311] +Triangle: [292, 293, 313] +Triangle: [293, 294, 314] +Triangle: [294, 295, 315] +Triangle: [295, 296, 316] +Triangle: [296, 297, 317] +Triangle: [297, 298, 318] +Triangle: [298, 299, 319] +Triangle: [299, 300, 320] +Triangle: [300, 301, 321] +Triangle: [301, 302, 322] +Triangle: [303, 323, 322] +Triangle: [304, 324, 323] +Triangle: [305, 325, 324] +Triangle: [306, 326, 325] +Triangle: [307, 327, 326] +Triangle: [288, 308, 327] +Triangle: [309, 329, 328] +Triangle: [310, 330, 329] +Triangle: [311, 331, 330] +Triangle: [312, 332, 331] +Triangle: [312, 313, 333] +Triangle: [313, 314, 334] +Triangle: [314, 315, 335] +Triangle: [315, 316, 336] +Triangle: [316, 317, 337] +Triangle: [317, 318, 338] +Triangle: [318, 319, 339] +Triangle: [319, 320, 340] +Triangle: [320, 321, 341] +Triangle: [321, 322, 342] +Triangle: [323, 343, 342] +Triangle: [324, 344, 343] +Triangle: [325, 345, 344] +Triangle: [326, 346, 345] +Triangle: [327, 347, 346] +Triangle: [308, 328, 347] +Triangle: [329, 349, 348] +Triangle: [330, 350, 349] +Triangle: [331, 351, 350] +Triangle: [332, 352, 351] +Triangle: [332, 333, 353] +Triangle: [333, 334, 354] +Triangle: [334, 335, 355] +Triangle: [335, 336, 356] +Triangle: [336, 337, 357] +Triangle: [337, 338, 358] +Triangle: [338, 339, 359] +Triangle: [340, 360, 359] +Triangle: [341, 361, 360] +Triangle: [342, 362, 361] +Triangle: [342, 343, 363] +Triangle: [343, 344, 364] +Triangle: [344, 345, 365] +Triangle: [345, 346, 366] +Triangle: [347, 367, 366] +Triangle: [328, 348, 367] +Triangle: [349, 369, 368] +Triangle: [350, 370, 369] +Triangle: [351, 371, 370] +Triangle: [352, 372, 371] +Triangle: [352, 353, 373] +Triangle: [353, 354, 374] +Triangle: [354, 355, 375] +Triangle: [355, 356, 376] +Triangle: [356, 357, 377] +Triangle: [357, 358, 378] +Triangle: [359, 379, 378] +Triangle: [360, 380, 379] +Triangle: [361, 381, 380] +Triangle: [362, 382, 381] +Triangle: [362, 363, 383] +Triangle: [363, 364, 384] +Triangle: [364, 365, 385] +Triangle: [365, 366, 386] +Triangle: [367, 387, 386] +Triangle: [348, 368, 387] +Triangle: [369, 389, 388] +Triangle: [370, 390, 389] +Triangle: [371, 391, 390] +Triangle: [372, 392, 391] +Triangle: [372, 373, 393] +Triangle: [373, 374, 394] +Triangle: [374, 375, 395] +Triangle: [375, 376, 396] +Triangle: [376, 377, 397] +Triangle: [377, 378, 398] +Triangle: [379, 399, 398] +Triangle: [380, 400, 399] +Triangle: [381, 401, 400] +Triangle: [382, 402, 401] +Triangle: [382, 383, 403] +Triangle: [383, 384, 404] +Triangle: [384, 385, 405] +Triangle: [385, 386, 406] +Triangle: [387, 407, 406] +Triangle: [368, 388, 407] +Triangle: [389, 409, 408] +Triangle: [390, 410, 409] +Triangle: [391, 411, 410] +Triangle: [392, 412, 411] +Triangle: [392, 393, 413] +Triangle: [393, 394, 414] +Triangle: [394, 395, 415] +Triangle: [395, 396, 416] +Triangle: [396, 397, 417] +Triangle: [398, 418, 417] +Triangle: [399, 419, 418] +Triangle: [400, 420, 419] +Triangle: [401, 421, 420] +Triangle: [402, 422, 421] +Triangle: [402, 403, 423] +Triangle: [403, 404, 424] +Triangle: [404, 405, 425] +Triangle: [405, 406, 426] +Triangle: [406, 407, 427] +Triangle: [388, 408, 427] +Triangle: [409, 429, 428] +Triangle: [410, 430, 429] +Triangle: [411, 431, 430] +Triangle: [412, 432, 431] +Triangle: [412, 413, 433] +Triangle: [413, 414, 434] +Triangle: [414, 415, 435] +Triangle: [415, 416, 436] +Triangle: [416, 417, 437] +Triangle: [418, 438, 437] +Triangle: [419, 439, 438] +Triangle: [420, 440, 439] +Triangle: [421, 441, 440] +Triangle: [422, 442, 441] +Triangle: [422, 423, 443] +Triangle: [423, 424, 444] +Triangle: [424, 425, 445] +Triangle: [425, 426, 446] +Triangle: [426, 427, 447] +Triangle: [408, 428, 447] +Triangle: [429, 449, 448] +Triangle: [430, 450, 449] +Triangle: [431, 451, 450] +Triangle: [432, 452, 451] +Triangle: [432, 433, 453] +Triangle: [433, 434, 454] +Triangle: [434, 435, 455] +Triangle: [435, 436, 456] +Triangle: [436, 437, 457] +Triangle: [438, 458, 457] +Triangle: [439, 459, 458] +Triangle: [440, 460, 459] +Triangle: [441, 461, 460] +Triangle: [442, 462, 461] +Triangle: [442, 443, 463] +Triangle: [443, 444, 464] +Triangle: [444, 445, 465] +Triangle: [445, 446, 466] +Triangle: [446, 447, 467] +Triangle: [428, 448, 467] +Triangle: [449, 469, 468] +Triangle: [450, 470, 469] +Triangle: [451, 471, 470] +Triangle: [452, 472, 471] +Triangle: [452, 453, 473] +Triangle: [453, 454, 474] +Triangle: [454, 455, 475] +Triangle: [455, 456, 476] +Triangle: [456, 457, 477] +Triangle: [458, 478, 477] +Triangle: [459, 479, 478] +Triangle: [460, 480, 479] +Triangle: [461, 481, 480] +Triangle: [462, 482, 481] +Triangle: [462, 463, 483] +Triangle: [463, 464, 484] +Triangle: [464, 465, 485] +Triangle: [465, 466, 486] +Triangle: [466, 467, 487] +Triangle: [448, 468, 487] +Triangle: [469, 489, 488] +Triangle: [470, 490, 489] +Triangle: [471, 491, 490] +Triangle: [472, 492, 491] +Triangle: [472, 473, 493] +Triangle: [473, 474, 494] +Triangle: [474, 475, 495] +Triangle: [475, 476, 496] +Triangle: [476, 477, 497] +Triangle: [478, 498, 497] +Triangle: [479, 499, 498] +Triangle: [480, 500, 499] +Triangle: [481, 501, 500] +Triangle: [482, 502, 501] +Triangle: [482, 483, 503] +Triangle: [483, 484, 504] +Triangle: [484, 485, 505] +Triangle: [485, 486, 506] +Triangle: [486, 487, 507] +Triangle: [468, 488, 507] +Triangle: [510, 530, 531] +Triangle: [511, 531, 532] +Triangle: [512, 532, 533] +Triangle: [513, 533, 534] +Triangle: [534, 535, 515] +Triangle: [535, 536, 516] +Triangle: [536, 537, 517] +Triangle: [537, 538, 518] +Triangle: [538, 539, 519] +Triangle: [519, 539, 540] +Triangle: [520, 540, 541] +Triangle: [521, 541, 542] +Triangle: [522, 542, 543] +Triangle: [523, 543, 544] +Triangle: [544, 545, 525] +Triangle: [545, 546, 526] +Triangle: [546, 547, 527] +Triangle: [547, 548, 528] +Triangle: [548, 549, 529] +Triangle: [529, 549, 530] +Triangle: [530, 550, 551] +Triangle: [531, 551, 552] +Triangle: [532, 552, 553] +Triangle: [533, 553, 554] +Triangle: [554, 555, 535] +Triangle: [555, 556, 536] +Triangle: [556, 557, 537] +Triangle: [557, 558, 538] +Triangle: [558, 559, 539] +Triangle: [539, 559, 560] +Triangle: [540, 560, 561] +Triangle: [541, 561, 562] +Triangle: [542, 562, 563] +Triangle: [543, 563, 564] +Triangle: [564, 565, 545] +Triangle: [565, 566, 546] +Triangle: [566, 567, 547] +Triangle: [567, 568, 548] +Triangle: [568, 569, 549] +Triangle: [549, 569, 550] +Triangle: [550, 570, 571] +Triangle: [551, 571, 572] +Triangle: [552, 572, 573] +Triangle: [553, 573, 574] +Triangle: [574, 575, 555] +Triangle: [575, 576, 556] +Triangle: [576, 577, 557] +Triangle: [577, 578, 558] +Triangle: [578, 579, 559] +Triangle: [559, 579, 580] +Triangle: [560, 580, 581] +Triangle: [561, 581, 582] +Triangle: [562, 582, 583] +Triangle: [563, 583, 584] +Triangle: [584, 585, 565] +Triangle: [585, 586, 566] +Triangle: [586, 587, 567] +Triangle: [587, 588, 568] +Triangle: [588, 589, 569] +Triangle: [569, 589, 570] +Triangle: [570, 590, 591] +Triangle: [571, 591, 592] +Triangle: [572, 592, 593] +Triangle: [573, 593, 594] +Triangle: [594, 595, 575] +Triangle: [595, 596, 576] +Triangle: [596, 597, 577] +Triangle: [597, 598, 578] +Triangle: [598, 599, 579] +Triangle: [579, 599, 600] +Triangle: [580, 600, 601] +Triangle: [581, 601, 602] +Triangle: [582, 602, 603] +Triangle: [583, 603, 604] +Triangle: [604, 605, 585] +Triangle: [605, 606, 586] +Triangle: [606, 607, 587] +Triangle: [607, 608, 588] +Triangle: [608, 609, 589] +Triangle: [589, 609, 590] +Triangle: [590, 610, 611] +Triangle: [591, 611, 612] +Triangle: [592, 612, 613] +Triangle: [593, 613, 614] +Triangle: [614, 615, 595] +Triangle: [615, 616, 596] +Triangle: [616, 617, 597] +Triangle: [617, 618, 598] +Triangle: [598, 618, 619] +Triangle: [599, 619, 620] +Triangle: [600, 620, 621] +Triangle: [601, 621, 622] +Triangle: [602, 622, 623] +Triangle: [603, 623, 624] +Triangle: [624, 625, 605] +Triangle: [625, 626, 606] +Triangle: [626, 627, 607] +Triangle: [627, 628, 608] +Triangle: [628, 629, 609] +Triangle: [629, 610, 590] +Triangle: [610, 630, 631] +Triangle: [611, 631, 632] +Triangle: [612, 632, 633] +Triangle: [613, 633, 634] +Triangle: [634, 635, 615] +Triangle: [635, 636, 616] +Triangle: [636, 637, 617] +Triangle: [637, 638, 618] +Triangle: [618, 638, 639] +Triangle: [619, 639, 640] +Triangle: [620, 640, 641] +Triangle: [621, 641, 642] +Triangle: [622, 642, 643] +Triangle: [623, 643, 644] +Triangle: [644, 645, 625] +Triangle: [645, 646, 626] +Triangle: [646, 647, 627] +Triangle: [647, 648, 628] +Triangle: [648, 649, 629] +Triangle: [649, 630, 610] +Triangle: [630, 650, 651] +Triangle: [631, 651, 652] +Triangle: [632, 652, 653] +Triangle: [633, 653, 654] +Triangle: [654, 655, 635] +Triangle: [655, 656, 636] +Triangle: [656, 657, 637] +Triangle: [657, 658, 638] +Triangle: [638, 658, 659] +Triangle: [639, 659, 660] +Triangle: [640, 660, 661] +Triangle: [641, 661, 662] +Triangle: [642, 662, 663] +Triangle: [643, 663, 664] +Triangle: [664, 665, 645] +Triangle: [665, 666, 646] +Triangle: [666, 667, 647] +Triangle: [667, 668, 648] +Triangle: [668, 669, 649] +Triangle: [669, 650, 630] +Triangle: [670, 671, 651] +Triangle: [651, 671, 672] +Triangle: [652, 672, 673] +Triangle: [653, 673, 674] +Triangle: [674, 675, 655] +Triangle: [675, 676, 656] +Triangle: [676, 677, 657] +Triangle: [657, 677, 678] +Triangle: [658, 678, 679] +Triangle: [659, 679, 680] +Triangle: [660, 680, 681] +Triangle: [661, 681, 682] +Triangle: [662, 682, 683] +Triangle: [663, 683, 684] +Triangle: [684, 685, 665] +Triangle: [685, 686, 666] +Triangle: [686, 687, 667] +Triangle: [687, 688, 668] +Triangle: [688, 689, 669] +Triangle: [689, 670, 650] +Triangle: [690, 691, 671] +Triangle: [691, 692, 672] +Triangle: [692, 693, 673] +Triangle: [693, 694, 674] +Triangle: [674, 694, 695] +Triangle: [675, 695, 696] +Triangle: [676, 696, 697] +Triangle: [677, 697, 698] +Triangle: [678, 698, 699] +Triangle: [679, 699, 700] +Triangle: [680, 700, 701] +Triangle: [681, 701, 702] +Triangle: [682, 702, 703] +Triangle: [683, 703, 704] +Triangle: [704, 705, 685] +Triangle: [705, 706, 686] +Triangle: [706, 707, 687] +Triangle: [707, 708, 688] +Triangle: [708, 709, 689] +Triangle: [709, 690, 670] +Triangle: [710, 711, 691] +Triangle: [711, 712, 692] +Triangle: [712, 713, 693] +Triangle: [713, 714, 694] +Triangle: [694, 714, 715] +Triangle: [695, 715, 716] +Triangle: [696, 716, 717] +Triangle: [697, 717, 718] +Triangle: [698, 718, 719] +Triangle: [699, 719, 720] +Triangle: [700, 720, 721] +Triangle: [701, 721, 722] +Triangle: [702, 722, 723] +Triangle: [703, 723, 724] +Triangle: [724, 725, 705] +Triangle: [725, 726, 706] +Triangle: [726, 727, 707] +Triangle: [727, 728, 708] +Triangle: [728, 729, 709] +Triangle: [729, 710, 690] +Triangle: [730, 731, 711] +Triangle: [731, 732, 712] +Triangle: [732, 733, 713] +Triangle: [733, 734, 714] +Triangle: [714, 734, 735] +Triangle: [715, 735, 736] +Triangle: [716, 736, 737] +Triangle: [717, 737, 738] +Triangle: [718, 738, 739] +Triangle: [719, 739, 740] +Triangle: [740, 741, 721] +Triangle: [741, 742, 722] +Triangle: [742, 743, 723] +Triangle: [743, 744, 724] +Triangle: [724, 744, 745] +Triangle: [725, 745, 746] +Triangle: [726, 746, 747] +Triangle: [747, 748, 728] +Triangle: [748, 749, 729] +Triangle: [749, 730, 710] +Triangle: [750, 751, 731] +Triangle: [751, 752, 732] +Triangle: [752, 753, 733] +Triangle: [753, 754, 734] +Triangle: [734, 754, 755] +Triangle: [735, 755, 756] +Triangle: [736, 756, 757] +Triangle: [737, 757, 758] +Triangle: [738, 758, 759] +Triangle: [739, 759, 760] +Triangle: [760, 761, 741] +Triangle: [761, 762, 742] +Triangle: [762, 763, 743] +Triangle: [763, 0, 744] +Triangle: [744, 0, 1] +Triangle: [745, 1, 2] +Triangle: [746, 2, 3] +Triangle: [747, 3, 4] +Triangle: [4, 5, 749] +Triangle: [5, 750, 730] +Triangle: [6, 7, 751] +Triangle: [7, 8, 752] +Triangle: [8, 9, 753] +Triangle: [9, 10, 754] +Triangle: [754, 10, 11] +Triangle: [755, 11, 12] +Triangle: [756, 12, 13] +Triangle: [757, 13, 14] +Triangle: [758, 14, 15] +Triangle: [759, 15, 16] +Triangle: [16, 17, 761] +Triangle: [17, 18, 762] +Triangle: [18, 19, 763] +Triangle: [19, 20, 0] +Triangle: [0, 20, 21] +Triangle: [1, 21, 22] +Triangle: [2, 22, 23] +Triangle: [3, 23, 24] +Triangle: [24, 25, 5] +Triangle: [25, 6, 750] +Triangle: [26, 27, 7] +Triangle: [27, 28, 8] +Triangle: [28, 29, 9] +Triangle: [29, 30, 10] +Triangle: [10, 30, 31] +Triangle: [11, 31, 32] +Triangle: [12, 32, 33] +Triangle: [13, 33, 34] +Triangle: [14, 34, 35] +Triangle: [35, 36, 16] +Triangle: [36, 37, 17] +Triangle: [37, 38, 18] +Triangle: [38, 39, 19] +Triangle: [39, 40, 20] +Triangle: [20, 40, 41] +Triangle: [21, 41, 42] +Triangle: [22, 42, 43] +Triangle: [23, 43, 44] +Triangle: [24, 44, 45] +Triangle: [45, 26, 6] +Triangle: [46, 47, 27] +Triangle: [47, 48, 28] +Triangle: [48, 49, 29] +Triangle: [49, 50, 30] +Triangle: [30, 50, 51] +Triangle: [31, 51, 52] +Triangle: [32, 52, 53] +Triangle: [33, 53, 54] +Triangle: [34, 54, 55] +Triangle: [55, 56, 36] +Triangle: [56, 57, 37] +Triangle: [57, 58, 38] +Triangle: [58, 59, 39] +Triangle: [59, 60, 40] +Triangle: [40, 60, 61] +Triangle: [41, 61, 62] +Triangle: [42, 62, 63] +Triangle: [43, 63, 64] +Triangle: [44, 64, 65] +Triangle: [65, 46, 26] +Triangle: [66, 67, 47] +Triangle: [67, 68, 48] +Triangle: [68, 69, 49] +Triangle: [69, 70, 50] +Triangle: [50, 70, 71] +Triangle: [51, 71, 72] +Triangle: [52, 72, 73] +Triangle: [53, 73, 74] +Triangle: [54, 74, 75] +Triangle: [75, 76, 56] +Triangle: [76, 77, 57] +Triangle: [77, 78, 58] +Triangle: [78, 79, 59] +Triangle: [79, 80, 60] +Triangle: [60, 80, 81] +Triangle: [61, 81, 82] +Triangle: [62, 82, 83] +Triangle: [63, 83, 84] +Triangle: [64, 84, 85] +Triangle: [85, 66, 46] +Triangle: [86, 87, 67] +Triangle: [87, 88, 68] +Triangle: [88, 89, 69] +Triangle: [89, 90, 70] +Triangle: [70, 90, 91] +Triangle: [71, 91, 92] +Triangle: [72, 92, 93] +Triangle: [73, 93, 94] +Triangle: [74, 94, 95] +Triangle: [95, 96, 76] +Triangle: [96, 97, 77] +Triangle: [97, 98, 78] +Triangle: [98, 99, 79] +Triangle: [99, 100, 80] +Triangle: [80, 100, 101] +Triangle: [81, 101, 102] +Triangle: [82, 102, 103] +Triangle: [83, 103, 104] +Triangle: [84, 104, 105] +Triangle: [105, 86, 66] +Triangle: [106, 107, 87] +Triangle: [107, 108, 88] +Triangle: [108, 109, 89] +Triangle: [109, 110, 90] +Triangle: [90, 110, 111] +Triangle: [91, 111, 112] +Triangle: [92, 112, 113] +Triangle: [93, 113, 114] +Triangle: [94, 114, 115] +Triangle: [115, 116, 96] +Triangle: [116, 117, 97] +Triangle: [117, 118, 98] +Triangle: [118, 119, 99] +Triangle: [119, 120, 100] +Triangle: [100, 120, 121] +Triangle: [101, 121, 122] +Triangle: [102, 122, 123] +Triangle: [103, 123, 124] +Triangle: [104, 124, 125] +Triangle: [125, 106, 86] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 1: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 2: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 3: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 4: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 5: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 6: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 7: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 8: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 9: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 10: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 11: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 12: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 13: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 14: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 15: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 16: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 17: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 18: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 19: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 20: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 21: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 22: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 23: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 24: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 25: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 26: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 27: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 28: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 29: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 30: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 31: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 32: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 33: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 34: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 35: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 36: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 37: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 38: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 39: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 40: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 41: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 42: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 43: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 44: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 45: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 46: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 47: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 48: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 49: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 50: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 51: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 52: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 53: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 54: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 55: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 56: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 57: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 58: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 59: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 60: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 61: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 62: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 63: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 64: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 65: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 66: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 67: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 68: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 69: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 70: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 71: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 72: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 73: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 74: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 75: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 76: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 77: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 78: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 79: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 80: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 81: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 82: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 83: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 84: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 85: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 86: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 87: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 88: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 89: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 90: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 91: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 92: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 93: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 94: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 95: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 96: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 97: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 98: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 99: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 100: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 101: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 102: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 103: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 104: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 105: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 106: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 107: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 108: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 109: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 110: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 111: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 112: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 113: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 114: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 115: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 116: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 117: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 118: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 119: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 120: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 121: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 122: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 123: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 124: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 125: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 126: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 127: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 128: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 129: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 130: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 131: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 132: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 133: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 134: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 135: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 136: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 137: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 138: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 139: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 140: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 141: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 142: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 143: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 144: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 145: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 146: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 147: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 148: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 149: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 150: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 151: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 152: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 153: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 154: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 155: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 156: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 157: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 158: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 159: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 160: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 161: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 162: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 163: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 164: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 165: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 166: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 167: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 168: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 169: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 170: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 171: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 172: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 173: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 174: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 175: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 176: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 177: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 178: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 179: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 180: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 181: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 182: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 183: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 184: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 185: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 186: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 187: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 188: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 189: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 190: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 191: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 192: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 193: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 194: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 195: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 196: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 197: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 198: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 199: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 200: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 201: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 202: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 203: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 204: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 205: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 206: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 207: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 208: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 209: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 210: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 211: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 212: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 213: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 214: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 215: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 216: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 217: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 218: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 219: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 220: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 221: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 222: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 223: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 224: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 225: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 226: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 227: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 228: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 229: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 230: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 231: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 232: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 233: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 234: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 235: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 236: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 237: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 238: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 239: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 240: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 241: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 242: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 243: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 244: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 245: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 246: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 247: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 248: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 249: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 250: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 251: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 252: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 253: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 254: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 255: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 256: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 257: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 258: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 261: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 262: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 264: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 265: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 266: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 267: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 268: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 269: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 270: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 271: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 272: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 273: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 274: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 275: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 276: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 277: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 278: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 279: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 280: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 281: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 282: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 283: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 284: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 285: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 286: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 287: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 288: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 289: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 290: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 291: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 292: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 293: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 294: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 295: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 296: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 297: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 298: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 299: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 300: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 301: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 302: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 303: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 304: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 305: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 306: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 307: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 308: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 309: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 310: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 311: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 312: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 313: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 314: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 315: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 316: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 317: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 318: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 319: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 320: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 321: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 322: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 323: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 324: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 325: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 326: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 327: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 328: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 329: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 330: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 331: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 332: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 333: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 334: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 335: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 336: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 337: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 338: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 339: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 340: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 341: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 342: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 343: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 344: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 345: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 346: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 347: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 348: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 349: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 350: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 351: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 352: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 353: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 354: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 355: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 356: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 357: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 358: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 359: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 360: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 361: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 362: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 363: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 364: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 365: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 366: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 367: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 368: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 369: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 370: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 371: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 372: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 373: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 374: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 375: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 376: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 377: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 378: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 379: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 380: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 381: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 382: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 383: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 384: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 385: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 386: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 387: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 388: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 389: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 390: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 391: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 392: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 393: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 394: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 395: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 396: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 397: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 398: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 399: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 400: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 401: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 402: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 403: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 404: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 405: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 406: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 407: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 408: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 409: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 410: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 411: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 412: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 413: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 414: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 415: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 416: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 417: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 418: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 419: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 420: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 421: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 422: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 423: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 424: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 425: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 426: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 427: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 428: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 429: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 430: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 431: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 432: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 433: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 434: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 435: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 436: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 437: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 438: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 439: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 440: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 441: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 442: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 443: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 444: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 445: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 446: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 447: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 448: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 449: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 450: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 451: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 452: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 453: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 454: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 455: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 456: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 457: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 458: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 459: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 460: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 461: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 462: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 463: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 464: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 465: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 466: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 467: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 468: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 469: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 470: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 471: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 472: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 473: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 474: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 475: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 476: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 477: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 478: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 479: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 480: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 481: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 482: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 483: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 484: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 485: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 486: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 487: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 488: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 489: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 490: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 491: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 492: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 493: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 494: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 495: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 496: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 497: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 498: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 499: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 500: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 501: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 502: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 503: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 504: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 505: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 506: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 507: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 508: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 509: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 510: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 511: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 512: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 513: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 514: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 515: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 516: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 517: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 518: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 519: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 520: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 521: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 522: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 523: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 524: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 525: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 526: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 527: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 528: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 529: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 530: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 531: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 532: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 533: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 534: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 535: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 536: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 537: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 538: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 539: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 540: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 541: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 542: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 543: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 544: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 545: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 546: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 547: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 548: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 549: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 550: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 551: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 552: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 553: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 554: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 555: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 556: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 557: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 558: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 559: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 560: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 561: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 562: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 563: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 564: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 565: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 566: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 567: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 568: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 569: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 570: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 571: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 572: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 573: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 574: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 575: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 576: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 577: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 578: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 579: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 580: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 581: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 582: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 583: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 584: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 585: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 586: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 587: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 588: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 589: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 590: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 591: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 592: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 593: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 594: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 595: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 596: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 597: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 598: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 599: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 600: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 601: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 602: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 603: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 604: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 605: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 606: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 607: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 608: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 609: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 610: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 611: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 612: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 613: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 614: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 615: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 616: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 617: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 618: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 619: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 620: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 621: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 622: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 623: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 624: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 625: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 626: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 627: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 628: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 629: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 630: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 631: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 632: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 633: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 634: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 635: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 636: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 637: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 638: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 639: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 640: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 641: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 642: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 643: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 644: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 645: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 646: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 647: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 648: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 649: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 650: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 651: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 652: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 653: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 654: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 655: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 656: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 657: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 658: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 659: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 660: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 661: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 662: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 663: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 664: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 665: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 666: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 667: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 668: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 669: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 670: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 671: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 672: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 673: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 674: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 675: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 676: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 677: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 678: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 679: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 680: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 681: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 682: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 683: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 684: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 685: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 686: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 687: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 688: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 689: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 690: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 691: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 692: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 693: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 694: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 695: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 696: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 697: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 698: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 699: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 700: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 701: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 702: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 703: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 704: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 705: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 706: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 707: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 708: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 709: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 710: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 711: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 712: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 713: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 714: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 715: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 716: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 717: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 718: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 719: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 720: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 721: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 722: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 723: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 724: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 725: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 726: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 727: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 728: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 729: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 730: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 731: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 732: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 733: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 734: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 735: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 736: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 737: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 738: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 739: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 740: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 741: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 742: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 743: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 744: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 745: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 746: +Vertex groups: 2 + Group: 'mixamorig:Neck', Weight: 0.000000 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 747: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 748: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 749: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 750: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 751: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 752: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 753: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 754: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 755: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 756: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 757: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 758: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 759: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 760: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 761: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 762: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +Vertex 763: +Vertex groups: 1 + Group: 'mixamorig:Head', Weight: 1.000000 +=== Mesh Object: Shoes === +===Vertices: 950 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +===UV Coordinates: +Face count: 1764 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +===Triangles: 1764 +Triangle: [144, 138, 143] +Triangle: [159, 123, 158] +Triangle: [6, 103, 102] +Triangle: [11, 86, 85] +Triangle: [63, 87, 12] +Triangle: [150, 130, 131] +Triangle: [134, 144, 147] +Triangle: [31, 97, 96] +Triangle: [155, 127, 154] +Triangle: [44, 96, 95] +Triangle: [45, 87, 86] +Triangle: [121, 168, 120] +Triangle: [123, 125, 124] +Triangle: [128, 126, 129] +Triangle: [132, 130, 133] +Triangle: [178, 140, 141] +Triangle: [183, 142, 143] +Triangle: [145, 143, 142] +Triangle: [144, 146, 147] +Triangle: [148, 151, 150] +Triangle: [164, 116, 118] +Triangle: [163, 117, 116] +Triangle: [170, 120, 168] +Triangle: [170, 118, 119] +Triangle: [75, 19, 74] +Triangle: [147, 131, 134] +Triangle: [148, 147, 146] +Triangle: [79, 13, 69] +Triangle: [86, 31, 44] +Triangle: [87, 62, 31] +Triangle: [133, 127, 128] +Triangle: [151, 127, 130] +Triangle: [96, 61, 6] +Triangle: [129, 123, 124] +Triangle: [158, 126, 155] +Triangle: [125, 171, 172] +Triangle: [122, 162, 171] +Triangle: [169, 171, 173] +Triangle: [118, 58, 119] +Triangle: [59, 119, 58] +Triangle: [112, 120, 59] +Triangle: [125, 61, 124] +Triangle: [129, 62, 128] +Triangle: [88, 132, 133] +Triangle: [138, 183, 143] +Triangle: [171, 166, 173] +Triangle: [167, 173, 166] +Triangle: [146, 69, 148] +Triangle: [128, 88, 133] +Triangle: [124, 97, 129] +Triangle: [172, 103, 125] +Triangle: [121, 60, 172] +Triangle: [178, 139, 177] +Triangle: [182, 141, 140] +Triangle: [168, 163, 170] +Triangle: [165, 169, 167] +Triangle: [163, 164, 170] +Triangle: [141, 183, 178] +Triangle: [185, 198, 184] +Triangle: [186, 198, 187] +Triangle: [189, 198, 188] +Triangle: [190, 198, 191] +Triangle: [193, 198, 192] +Triangle: [195, 198, 194] +Triangle: [196, 198, 195] +Triangle: [202, 198, 186] +Triangle: [194, 198, 185] +Triangle: [201, 198, 197] +Triangle: [192, 198, 189] +Triangle: [187, 198, 190] +Triangle: [191, 198, 196] +Triangle: [184, 198, 193] +Triangle: [171, 121, 172] +Triangle: [188, 198, 201] +Triangle: [197, 198, 202] +Triangle: [227, 186, 187] +Triangle: [187, 226, 227] +Triangle: [191, 226, 190] +Triangle: [196, 225, 191] +Triangle: [195, 224, 196] +Triangle: [194, 223, 195] +Triangle: [194, 221, 222] +Triangle: [185, 220, 221] +Triangle: [184, 219, 220] +Triangle: [193, 234, 219] +Triangle: [189, 234, 192] +Triangle: [188, 233, 189] +Triangle: [201, 232, 188] +Triangle: [197, 231, 201] +Triangle: [197, 229, 230] +Triangle: [202, 228, 229] +Triangle: [230, 218, 217] +Triangle: [230, 216, 231] +Triangle: [6, 95, 96] +Triangle: [217, 200, 216] +Triangle: [231, 215, 232] +Triangle: [101, 6, 102] +Triangle: [216, 3, 215] +Triangle: [101, 3, 43] +Triangle: [102, 60, 16] +Triangle: [232, 214, 233] +Triangle: [3, 101, 100] +Triangle: [42, 102, 16] +Triangle: [215, 100, 214] +Triangle: [42, 100, 101] +Triangle: [112, 16, 60] +Triangle: [233, 213, 234] +Triangle: [100, 42, 15] +Triangle: [113, 42, 16] +Triangle: [214, 15, 213] +Triangle: [114, 15, 42] +Triangle: [221, 211, 210] +Triangle: [220, 212, 211] +Triangle: [113, 59, 5] +Triangle: [114, 5, 41] +Triangle: [219, 213, 212] +Triangle: [15, 114, 115] +Triangle: [15, 212, 213] +Triangle: [41, 115, 114] +Triangle: [58, 5, 59] +Triangle: [36, 41, 5] +Triangle: [115, 41, 0] +Triangle: [115, 211, 212] +Triangle: [40, 0, 41] +Triangle: [36, 57, 21] +Triangle: [40, 21, 39] +Triangle: [0, 40, 35] +Triangle: [0, 210, 211] +Triangle: [39, 35, 40] +Triangle: [222, 210, 209] +Triangle: [35, 209, 210] +Triangle: [35, 39, 22] +Triangle: [222, 208, 223] +Triangle: [225, 205, 226] +Triangle: [224, 206, 225] +Triangle: [223, 207, 224] +Triangle: [227, 205, 204] +Triangle: [204, 228, 227] +Triangle: [229, 203, 218] +Triangle: [18, 218, 199] +Triangle: [107, 203, 204] +Triangle: [2, 218, 203] +Triangle: [207, 111, 206] +Triangle: [38, 22, 39] +Triangle: [22, 38, 33] +Triangle: [209, 33, 208] +Triangle: [208, 1, 207] +Triangle: [37, 33, 38] +Triangle: [33, 37, 1] +Triangle: [116, 57, 118] +Triangle: [55, 116, 117] +Triangle: [34, 57, 56] +Triangle: [38, 21, 34] +Triangle: [55, 34, 56] +Triangle: [14, 204, 205] +Triangle: [206, 14, 205] +Triangle: [158, 157, 159] +Triangle: [14, 106, 107] +Triangle: [106, 2, 107] +Triangle: [2, 106, 53] +Triangle: [156, 104, 157] +Triangle: [152, 155, 154] +Triangle: [149, 154, 151] +Triangle: [153, 158, 155] +Triangle: [106, 9, 53] +Triangle: [98, 156, 153] +Triangle: [98, 9, 71] +Triangle: [111, 54, 14] +Triangle: [106, 14, 54] +Triangle: [54, 105, 106] +Triangle: [71, 105, 104] +Triangle: [105, 71, 9] +Triangle: [9, 106, 105] +Triangle: [1, 110, 111] +Triangle: [110, 1, 37] +Triangle: [54, 111, 110] +Triangle: [110, 17, 54] +Triangle: [17, 104, 105] +Triangle: [105, 54, 17] +Triangle: [91, 2, 53] +Triangle: [9, 98, 99] +Triangle: [53, 99, 91] +Triangle: [99, 53, 9] +Triangle: [148, 89, 149] +Triangle: [69, 90, 89] +Triangle: [89, 152, 149] +Triangle: [32, 89, 90] +Triangle: [70, 153, 152] +Triangle: [99, 70, 32] +Triangle: [32, 91, 99] +Triangle: [70, 99, 98] +Triangle: [89, 32, 70] +Triangle: [49, 23, 50] +Triangle: [24, 174, 25] +Triangle: [23, 74, 73] +Triangle: [25, 74, 24] +Triangle: [50, 73, 81] +Triangle: [24, 179, 48] +Triangle: [181, 142, 182] +Triangle: [67, 145, 142] +Triangle: [68, 146, 145] +Triangle: [66, 182, 140] +Triangle: [67, 180, 8] +Triangle: [27, 67, 8] +Triangle: [68, 80, 79] +Triangle: [8, 179, 49] +Triangle: [50, 8, 49] +Triangle: [27, 81, 80] +Triangle: [180, 48, 179] +Triangle: [20, 181, 66] +Triangle: [179, 8, 180] +Triangle: [180, 67, 181] +Triangle: [135, 137, 136] +Triangle: [138, 136, 139] +Triangle: [134, 132, 137] +Triangle: [176, 139, 65] +Triangle: [66, 175, 20] +Triangle: [176, 140, 177] +Triangle: [174, 20, 175] +Triangle: [47, 175, 7] +Triangle: [176, 7, 175] +Triangle: [76, 11, 75] +Triangle: [76, 12, 45] +Triangle: [78, 12, 77] +Triangle: [137, 64, 136] +Triangle: [136, 65, 139] +Triangle: [63, 137, 132] +Triangle: [47, 25, 174] +Triangle: [46, 75, 25] +Triangle: [7, 64, 26] +Triangle: [64, 77, 26] +Triangle: [46, 77, 76] +Triangle: [47, 26, 46] +Triangle: [64, 7, 65] +Triangle: [26, 47, 7] +Triangle: [77, 46, 26] +Triangle: [11, 84, 19] +Triangle: [74, 10, 73] +Triangle: [80, 51, 13] +Triangle: [81, 10, 51] +Triangle: [83, 19, 84] +Triangle: [2, 92, 199] +Triangle: [2, 91, 92] +Triangle: [52, 92, 91] +Triangle: [91, 32, 52] +Triangle: [90, 52, 32] +Triangle: [82, 10, 83] +Triangle: [51, 90, 13] +Triangle: [52, 90, 82] +Triangle: [85, 44, 30] +Triangle: [30, 95, 94] +Triangle: [18, 93, 200] +Triangle: [200, 93, 94] +Triangle: [95, 3, 94] +Triangle: [200, 94, 3] +Triangle: [199, 93, 18] +Triangle: [199, 92, 93] +Triangle: [84, 30, 29] +Triangle: [93, 30, 94] +Triangle: [83, 29, 28] +Triangle: [93, 28, 29] +Triangle: [28, 82, 83] +Triangle: [92, 52, 28] +Triangle: [82, 28, 52] +Triangle: [29, 83, 84] +Triangle: [28, 93, 92] +Triangle: [30, 93, 29] +Triangle: [162, 160, 161] +Triangle: [165, 161, 117] +Triangle: [167, 162, 161] +Triangle: [34, 55, 4] +Triangle: [38, 4, 37] +Triangle: [4, 38, 34] +Triangle: [157, 162, 159] +Triangle: [108, 117, 161] +Triangle: [108, 4, 55] +Triangle: [108, 160, 72] +Triangle: [104, 160, 157] +Triangle: [37, 109, 110] +Triangle: [4, 108, 109] +Triangle: [109, 37, 4] +Triangle: [109, 72, 17] +Triangle: [104, 17, 72] +Triangle: [17, 110, 109] +Triangle: [72, 109, 108] +Triangle: [160, 108, 161] +Triangle: [251, 255, 247] +Triangle: [251, 258, 254] +Triangle: [248, 247, 246] +Triangle: [292, 294, 290] +Triangle: [291, 294, 297] +Triangle: [299, 300, 298] +Triangle: [297, 301, 300] +Triangle: [302, 297, 299] +Triangle: [314, 311, 310] +Triangle: [316, 310, 313] +Triangle: [350, 323, 349] +Triangle: [351, 350, 349] +Triangle: [316, 352, 351] +Triangle: [313, 353, 316] +Triangle: [351, 314, 316] +Triangle: [358, 315, 314] +Triangle: [361, 358, 360] +Triangle: [349, 358, 351] +Triangle: [350, 346, 348] +Triangle: [322, 349, 323] +Triangle: [360, 365, 361] +Triangle: [361, 368, 369] +Triangle: [312, 356, 313] +Triangle: [394, 398, 396] +Triangle: [394, 399, 395] +Triangle: [427, 428, 429] +Triangle: [333, 430, 296] +Triangle: [427, 431, 430] +Triangle: [293, 301, 294] +Triangle: [431, 427, 301] +Triangle: [296, 431, 293] +Triangle: [430, 428, 427] +Triangle: [334, 428, 333] +Triangle: [427, 429, 432] +Triangle: [432, 433, 427] +Triangle: [427, 433, 434] +Triangle: [434, 435, 427] +Triangle: [435, 436, 427] +Triangle: [435, 438, 436] +Triangle: [436, 439, 440] +Triangle: [440, 395, 399] +Triangle: [435, 441, 437] +Triangle: [433, 443, 442] +Triangle: [434, 442, 441] +Triangle: [436, 440, 427] +Triangle: [432, 334, 443] +Triangle: [301, 427, 300] +Triangle: [300, 427, 298] +Triangle: [298, 427, 398] +Triangle: [427, 396, 398] +Triangle: [427, 399, 396] +Triangle: [399, 427, 440] +Triangle: [298, 397, 299] +Triangle: [454, 368, 453] +Triangle: [454, 456, 369] +Triangle: [462, 458, 459] +Triangle: [452, 459, 457] +Triangle: [452, 455, 454] +Triangle: [459, 463, 462] +Triangle: [359, 369, 456] +Triangle: [359, 278, 315] +Triangle: [461, 465, 464] +Triangle: [466, 449, 465] +Triangle: [462, 463, 466] +Triangle: [462, 465, 460] +Triangle: [400, 406, 403] +Triangle: [406, 344, 403] +Triangle: [343, 341, 340] +Triangle: [344, 406, 341] +Triangle: [341, 343, 344] +Triangle: [341, 408, 342] +Triangle: [408, 341, 406] +Triangle: [442, 336, 411] +Triangle: [443, 332, 336] +Triangle: [341, 338, 340] +Triangle: [409, 338, 342] +Triangle: [411, 335, 409] +Triangle: [338, 409, 335] +Triangle: [335, 337, 338] +Triangle: [293, 295, 296] +Triangle: [296, 330, 333] +Triangle: [333, 332, 334] +Triangle: [330, 331, 332] +Triangle: [331, 336, 332] +Triangle: [337, 335, 331] +Triangle: [239, 290, 289] +Triangle: [329, 295, 238] +Triangle: [238, 239, 235] +Triangle: [238, 292, 239] +Triangle: [327, 348, 346] +Triangle: [343, 339, 345] +Triangle: [337, 340, 338] +Triangle: [339, 327, 345] +Triangle: [327, 339, 326] +Triangle: [247, 270, 244] +Triangle: [309, 313, 310] +Triangle: [243, 247, 244] +Triangle: [241, 243, 244] +Triangle: [270, 241, 244] +Triangle: [239, 240, 235] +Triangle: [240, 239, 289] +Triangle: [312, 286, 306] +Triangle: [240, 245, 241] +Triangle: [243, 241, 245] +Triangle: [288, 290, 291] +Triangle: [384, 306, 307] +Triangle: [240, 288, 287] +Triangle: [240, 289, 288] +Triangle: [287, 286, 245] +Triangle: [245, 240, 287] +Triangle: [286, 287, 306] +Triangle: [305, 299, 397] +Triangle: [304, 302, 305] +Triangle: [291, 303, 288] +Triangle: [288, 303, 287] +Triangle: [303, 306, 287] +Triangle: [306, 303, 307] +Triangle: [388, 397, 394] +Triangle: [386, 305, 388] +Triangle: [386, 308, 304] +Triangle: [303, 308, 307] +Triangle: [308, 384, 307] +Triangle: [308, 303, 304] +Triangle: [387, 385, 386] +Triangle: [389, 386, 388] +Triangle: [395, 388, 394] +Triangle: [383, 385, 381] +Triangle: [308, 386, 385] +Triangle: [387, 392, 390] +Triangle: [439, 389, 395] +Triangle: [392, 438, 393] +Triangle: [441, 411, 412] +Triangle: [412, 409, 410] +Triangle: [409, 408, 410] +Triangle: [412, 437, 441] +Triangle: [408, 402, 407] +Triangle: [393, 437, 414] +Triangle: [407, 410, 408] +Triangle: [414, 410, 413] +Triangle: [410, 407, 413] +Triangle: [385, 387, 379] +Triangle: [390, 379, 387] +Triangle: [379, 390, 376] +Triangle: [391, 376, 390] +Triangle: [390, 393, 391] +Triangle: [414, 391, 393] +Triangle: [381, 379, 375] +Triangle: [376, 375, 379] +Triangle: [377, 374, 376] +Triangle: [402, 377, 407] +Triangle: [377, 413, 407] +Triangle: [376, 391, 377] +Triangle: [413, 377, 391] +Triangle: [374, 377, 378] +Triangle: [375, 376, 374] +Triangle: [355, 352, 353] +Triangle: [355, 356, 357] +Triangle: [352, 362, 350] +Triangle: [380, 355, 357] +Triangle: [383, 380, 357] +Triangle: [384, 357, 356] +Triangle: [370, 381, 375] +Triangle: [373, 380, 370] +Triangle: [374, 370, 375] +Triangle: [355, 380, 382] +Triangle: [250, 246, 249] +Triangle: [311, 278, 279] +Triangle: [285, 310, 311] +Triangle: [279, 285, 311] +Triangle: [249, 285, 280] +Triangle: [246, 284, 249] +Triangle: [309, 284, 286] +Triangle: [245, 284, 243] +Triangle: [284, 245, 286] +Triangle: [251, 252, 253] +Triangle: [248, 271, 252] +Triangle: [249, 272, 250] +Triangle: [272, 249, 280] +Triangle: [276, 457, 277] +Triangle: [459, 277, 457] +Triangle: [461, 458, 460] +Triangle: [278, 455, 276] +Triangle: [281, 273, 282] +Triangle: [282, 275, 283] +Triangle: [283, 277, 458] +Triangle: [461, 282, 283] +Triangle: [281, 468, 265] +Triangle: [252, 281, 265] +Triangle: [250, 273, 271] +Triangle: [272, 275, 273] +Triangle: [275, 276, 277] +Triangle: [279, 276, 274] +Triangle: [274, 280, 279] +Triangle: [273, 281, 271] +Triangle: [275, 282, 273] +Triangle: [450, 451, 452] +Triangle: [453, 452, 454] +Triangle: [447, 463, 451] +Triangle: [468, 464, 467] +Triangle: [265, 253, 252] +Triangle: [265, 467, 264] +Triangle: [253, 263, 258] +Triangle: [447, 448, 449] +Triangle: [446, 450, 445] +Triangle: [449, 464, 465] +Triangle: [469, 264, 467] +Triangle: [467, 448, 469] +Triangle: [446, 469, 448] +Triangle: [256, 254, 258] +Triangle: [256, 260, 257] +Triangle: [257, 255, 254] +Triangle: [445, 260, 259] +Triangle: [445, 453, 444] +Triangle: [261, 256, 262] +Triangle: [262, 258, 263] +Triangle: [446, 259, 261] +Triangle: [469, 446, 261] +Triangle: [263, 261, 262] +Triangle: [261, 263, 469] +Triangle: [260, 256, 259] +Triangle: [242, 269, 317] +Triangle: [317, 235, 242] +Triangle: [269, 255, 266] +Triangle: [269, 242, 270] +Triangle: [241, 270, 242] +Triangle: [240, 242, 235] +Triangle: [242, 240, 241] +Triangle: [266, 260, 267] +Triangle: [366, 368, 365] +Triangle: [267, 444, 367] +Triangle: [453, 367, 444] +Triangle: [268, 367, 366] +Triangle: [266, 268, 269] +Triangle: [268, 317, 269] +Triangle: [323, 320, 322] +Triangle: [331, 328, 337] +Triangle: [328, 331, 329] +Triangle: [238, 328, 329] +Triangle: [328, 238, 237] +Triangle: [235, 237, 238] +Triangle: [348, 321, 323] +Triangle: [319, 324, 325] +Triangle: [327, 325, 324] +Triangle: [328, 325, 326] +Triangle: [339, 328, 326] +Triangle: [237, 319, 325] +Triangle: [325, 328, 237] +Triangle: [366, 322, 320] +Triangle: [320, 268, 366] +Triangle: [317, 268, 318] +Triangle: [318, 321, 319] +Triangle: [235, 317, 236] +Triangle: [317, 319, 236] +Triangle: [319, 237, 236] +Triangle: [355, 364, 354] +Triangle: [364, 382, 373] +Triangle: [327, 347, 345] +Triangle: [363, 346, 362] +Triangle: [354, 363, 362] +Triangle: [364, 420, 363] +Triangle: [363, 418, 347] +Triangle: [418, 345, 347] +Triangle: [415, 403, 344] +Triangle: [343, 415, 344] +Triangle: [415, 417, 404] +Triangle: [400, 404, 405] +Triangle: [404, 426, 405] +Triangle: [426, 404, 417] +Triangle: [400, 378, 402] +Triangle: [401, 374, 378] +Triangle: [370, 374, 371] +Triangle: [417, 424, 426] +Triangle: [424, 405, 426] +Triangle: [421, 419, 420] +Triangle: [419, 363, 420] +Triangle: [422, 364, 373] +Triangle: [416, 418, 419] +Triangle: [363, 419, 418] +Triangle: [417, 415, 416] +Triangle: [418, 416, 415] +Triangle: [370, 372, 373] +Triangle: [372, 422, 373] +Triangle: [416, 422, 423] +Triangle: [405, 401, 400] +Triangle: [371, 425, 372] +Triangle: [405, 424, 425] +Triangle: [423, 417, 416] +Triangle: [425, 423, 372] +Triangle: [423, 425, 424] +Triangle: [422, 372, 423] +Triangle: [484, 473, 480] +Triangle: [495, 479, 472] +Triangle: [472, 501, 495] +Triangle: [496, 474, 479] +Triangle: [497, 480, 474] +Triangle: [473, 502, 503] +Triangle: [480, 488, 489] +Triangle: [492, 479, 491] +Triangle: [492, 500, 472] +Triangle: [491, 474, 490] +Triangle: [490, 480, 489] +Triangle: [473, 504, 488] +Triangle: [471, 484, 481] +Triangle: [505, 485, 471] +Triangle: [504, 471, 488] +Triangle: [481, 488, 471] +Triangle: [475, 489, 481] +Triangle: [491, 475, 478] +Triangle: [492, 478, 470] +Triangle: [470, 499, 492] +Triangle: [470, 501, 498] +Triangle: [470, 496, 495] +Triangle: [478, 497, 496] +Triangle: [475, 484, 497] +Triangle: [476, 499, 498] +Triangle: [499, 477, 500] +Triangle: [500, 494, 501] +Triangle: [498, 494, 476] +Triangle: [502, 483, 503] +Triangle: [503, 487, 504] +Triangle: [505, 487, 482] +Triangle: [502, 482, 486] +Triangle: [520, 509, 516] +Triangle: [531, 515, 508] +Triangle: [508, 537, 531] +Triangle: [533, 515, 532] +Triangle: [533, 516, 510] +Triangle: [521, 539, 509] +Triangle: [525, 509, 524] +Triangle: [508, 527, 528] +Triangle: [528, 536, 508] +Triangle: [515, 526, 527] +Triangle: [526, 516, 525] +Triangle: [539, 524, 509] +Triangle: [517, 521, 520] +Triangle: [538, 507, 541] +Triangle: [540, 507, 524] +Triangle: [517, 524, 507] +Triangle: [511, 525, 517] +Triangle: [527, 511, 514] +Triangle: [528, 514, 506] +Triangle: [506, 535, 528] +Triangle: [506, 537, 534] +Triangle: [514, 531, 506] +Triangle: [511, 532, 514] +Triangle: [511, 520, 533] +Triangle: [534, 529, 535] +Triangle: [535, 513, 536] +Triangle: [536, 530, 537] +Triangle: [534, 530, 512] +Triangle: [538, 519, 539] +Triangle: [539, 523, 540] +Triangle: [541, 523, 518] +Triangle: [538, 518, 522] +Triangle: [556, 545, 552] +Triangle: [568, 544, 567] +Triangle: [567, 572, 573] +Triangle: [569, 551, 568] +Triangle: [569, 552, 546] +Triangle: [557, 575, 545] +Triangle: [561, 545, 560] +Triangle: [544, 563, 564] +Triangle: [564, 572, 544] +Triangle: [551, 562, 563] +Triangle: [562, 552, 561] +Triangle: [575, 560, 545] +Triangle: [553, 557, 556] +Triangle: [574, 543, 577] +Triangle: [576, 543, 560] +Triangle: [553, 560, 543] +Triangle: [547, 561, 553] +Triangle: [563, 547, 550] +Triangle: [564, 550, 542] +Triangle: [542, 571, 564] +Triangle: [542, 573, 570] +Triangle: [550, 567, 542] +Triangle: [547, 568, 550] +Triangle: [547, 556, 569] +Triangle: [570, 565, 571] +Triangle: [571, 549, 572] +Triangle: [573, 549, 566] +Triangle: [570, 566, 548] +Triangle: [574, 555, 575] +Triangle: [576, 555, 559] +Triangle: [577, 559, 554] +Triangle: [558, 577, 554] +Triangle: [592, 581, 588] +Triangle: [603, 587, 580] +Triangle: [580, 609, 603] +Triangle: [604, 582, 587] +Triangle: [605, 588, 582] +Triangle: [593, 611, 581] +Triangle: [597, 581, 596] +Triangle: [580, 599, 600] +Triangle: [600, 608, 580] +Triangle: [599, 582, 598] +Triangle: [598, 588, 597] +Triangle: [611, 596, 581] +Triangle: [589, 593, 592] +Triangle: [610, 579, 613] +Triangle: [612, 579, 596] +Triangle: [589, 596, 579] +Triangle: [583, 597, 589] +Triangle: [586, 598, 583] +Triangle: [578, 599, 586] +Triangle: [578, 607, 600] +Triangle: [578, 609, 606] +Triangle: [586, 603, 578] +Triangle: [586, 605, 604] +Triangle: [583, 592, 605] +Triangle: [606, 601, 607] +Triangle: [607, 585, 608] +Triangle: [609, 585, 602] +Triangle: [606, 602, 584] +Triangle: [610, 591, 611] +Triangle: [612, 591, 595] +Triangle: [613, 595, 590] +Triangle: [594, 613, 590] +Triangle: [624, 617, 622] +Triangle: [631, 621, 616] +Triangle: [616, 637, 631] +Triangle: [632, 618, 621] +Triangle: [633, 622, 618] +Triangle: [627, 617, 626] +Triangle: [616, 629, 630] +Triangle: [630, 636, 616] +Triangle: [621, 628, 629] +Triangle: [628, 622, 627] +Triangle: [623, 625, 624] +Triangle: [623, 626, 615] +Triangle: [619, 627, 623] +Triangle: [620, 628, 619] +Triangle: [614, 629, 620] +Triangle: [614, 635, 630] +Triangle: [614, 637, 634] +Triangle: [620, 631, 614] +Triangle: [619, 632, 620] +Triangle: [619, 624, 633] +Triangle: [649, 646, 648] +Triangle: [655, 645, 640] +Triangle: [640, 661, 655] +Triangle: [656, 642, 645] +Triangle: [657, 646, 642] +Triangle: [646, 650, 651] +Triangle: [640, 653, 654] +Triangle: [654, 660, 640] +Triangle: [653, 642, 652] +Triangle: [642, 651, 652] +Triangle: [639, 648, 647] +Triangle: [647, 650, 639] +Triangle: [652, 647, 643] +Triangle: [644, 652, 643] +Triangle: [638, 653, 644] +Triangle: [638, 659, 654] +Triangle: [638, 661, 658] +Triangle: [644, 655, 638] +Triangle: [644, 657, 656] +Triangle: [647, 657, 643] +Triangle: [673, 670, 672] +Triangle: [680, 664, 679] +Triangle: [679, 684, 685] +Triangle: [681, 669, 680] +Triangle: [681, 670, 666] +Triangle: [670, 674, 675] +Triangle: [664, 677, 678] +Triangle: [678, 684, 664] +Triangle: [669, 676, 677] +Triangle: [666, 675, 676] +Triangle: [663, 672, 671] +Triangle: [675, 663, 671] +Triangle: [667, 675, 671] +Triangle: [677, 667, 668] +Triangle: [678, 668, 662] +Triangle: [662, 683, 678] +Triangle: [662, 685, 682] +Triangle: [668, 679, 662] +Triangle: [667, 680, 668] +Triangle: [671, 681, 667] +Triangle: [696, 689, 694] +Triangle: [703, 693, 688] +Triangle: [688, 709, 703] +Triangle: [704, 690, 693] +Triangle: [705, 694, 690] +Triangle: [699, 689, 698] +Triangle: [688, 701, 702] +Triangle: [702, 708, 688] +Triangle: [701, 690, 700] +Triangle: [700, 694, 699] +Triangle: [695, 697, 696] +Triangle: [695, 698, 687] +Triangle: [691, 699, 695] +Triangle: [692, 700, 691] +Triangle: [686, 701, 692] +Triangle: [686, 707, 702] +Triangle: [686, 709, 706] +Triangle: [692, 703, 686] +Triangle: [692, 705, 704] +Triangle: [691, 696, 705] +Triangle: [724, 713, 725] +Triangle: [735, 719, 736] +Triangle: [741, 712, 735] +Triangle: [736, 714, 737] +Triangle: [737, 720, 724] +Triangle: [743, 725, 713] +Triangle: [729, 713, 720] +Triangle: [731, 712, 732] +Triangle: [732, 740, 739] +Triangle: [731, 714, 719] +Triangle: [730, 720, 714] +Triangle: [713, 744, 743] +Triangle: [721, 725, 711] +Triangle: [711, 742, 745] +Triangle: [711, 744, 728] +Triangle: [721, 728, 729] +Triangle: [715, 729, 730] +Triangle: [715, 731, 718] +Triangle: [710, 731, 732] +Triangle: [710, 739, 738] +Triangle: [710, 741, 735] +Triangle: [735, 718, 710] +Triangle: [718, 737, 715] +Triangle: [715, 724, 721] +Triangle: [738, 733, 716] +Triangle: [717, 739, 740] +Triangle: [734, 740, 741] +Triangle: [738, 734, 741] +Triangle: [723, 742, 743] +Triangle: [727, 743, 744] +Triangle: [745, 727, 744] +Triangle: [722, 742, 726] +Triangle: [760, 749, 761] +Triangle: [748, 772, 771] +Triangle: [777, 748, 771] +Triangle: [755, 773, 772] +Triangle: [773, 756, 760] +Triangle: [779, 761, 749] +Triangle: [765, 749, 756] +Triangle: [767, 748, 768] +Triangle: [768, 776, 775] +Triangle: [766, 755, 767] +Triangle: [766, 756, 750] +Triangle: [764, 779, 749] +Triangle: [757, 761, 747] +Triangle: [747, 778, 781] +Triangle: [747, 780, 764] +Triangle: [757, 764, 765] +Triangle: [751, 765, 766] +Triangle: [751, 767, 754] +Triangle: [754, 768, 746] +Triangle: [746, 775, 774] +Triangle: [746, 777, 771] +Triangle: [771, 754, 746] +Triangle: [772, 751, 754] +Triangle: [751, 760, 757] +Triangle: [774, 769, 752] +Triangle: [753, 775, 776] +Triangle: [777, 753, 776] +Triangle: [774, 770, 777] +Triangle: [759, 778, 779] +Triangle: [780, 759, 779] +Triangle: [781, 763, 780] +Triangle: [762, 781, 778] +Triangle: [796, 785, 797] +Triangle: [784, 808, 807] +Triangle: [807, 812, 784] +Triangle: [791, 809, 808] +Triangle: [809, 792, 796] +Triangle: [815, 797, 785] +Triangle: [801, 785, 792] +Triangle: [803, 784, 804] +Triangle: [804, 812, 811] +Triangle: [802, 791, 803] +Triangle: [802, 792, 786] +Triangle: [800, 815, 785] +Triangle: [793, 797, 783] +Triangle: [783, 814, 817] +Triangle: [783, 816, 800] +Triangle: [793, 800, 801] +Triangle: [787, 801, 802] +Triangle: [787, 803, 790] +Triangle: [790, 804, 782] +Triangle: [782, 811, 810] +Triangle: [782, 813, 807] +Triangle: [807, 790, 782] +Triangle: [808, 787, 790] +Triangle: [787, 796, 793] +Triangle: [810, 805, 788] +Triangle: [789, 811, 812] +Triangle: [813, 789, 812] +Triangle: [810, 806, 813] +Triangle: [795, 814, 815] +Triangle: [816, 795, 815] +Triangle: [817, 799, 816] +Triangle: [798, 817, 814] +Triangle: [832, 821, 833] +Triangle: [843, 827, 844] +Triangle: [843, 848, 820] +Triangle: [844, 822, 845] +Triangle: [845, 828, 832] +Triangle: [851, 833, 821] +Triangle: [837, 821, 828] +Triangle: [839, 820, 840] +Triangle: [840, 848, 847] +Triangle: [839, 822, 827] +Triangle: [838, 828, 822] +Triangle: [836, 851, 821] +Triangle: [829, 833, 819] +Triangle: [819, 850, 853] +Triangle: [819, 852, 836] +Triangle: [829, 836, 837] +Triangle: [823, 837, 838] +Triangle: [826, 838, 839] +Triangle: [818, 839, 840] +Triangle: [818, 847, 846] +Triangle: [818, 849, 843] +Triangle: [843, 826, 818] +Triangle: [826, 845, 823] +Triangle: [823, 832, 829] +Triangle: [846, 841, 824] +Triangle: [825, 847, 848] +Triangle: [849, 825, 848] +Triangle: [846, 842, 849] +Triangle: [831, 850, 851] +Triangle: [852, 831, 851] +Triangle: [853, 835, 852] +Triangle: [834, 853, 850] +Triangle: [864, 857, 865] +Triangle: [871, 861, 872] +Triangle: [871, 876, 856] +Triangle: [872, 858, 873] +Triangle: [873, 862, 864] +Triangle: [867, 857, 862] +Triangle: [869, 856, 870] +Triangle: [870, 876, 875] +Triangle: [868, 861, 869] +Triangle: [868, 862, 858] +Triangle: [863, 865, 855] +Triangle: [863, 866, 867] +Triangle: [859, 867, 868] +Triangle: [860, 868, 869] +Triangle: [854, 869, 870] +Triangle: [854, 875, 874] +Triangle: [854, 877, 871] +Triangle: [871, 860, 854] +Triangle: [872, 859, 860] +Triangle: [859, 864, 863] +Triangle: [888, 881, 889] +Triangle: [895, 885, 896] +Triangle: [901, 880, 895] +Triangle: [896, 882, 897] +Triangle: [897, 886, 888] +Triangle: [890, 886, 891] +Triangle: [893, 880, 894] +Triangle: [894, 900, 899] +Triangle: [893, 882, 885] +Triangle: [891, 882, 892] +Triangle: [888, 879, 887] +Triangle: [887, 890, 891] +Triangle: [887, 892, 883] +Triangle: [884, 892, 893] +Triangle: [878, 893, 894] +Triangle: [878, 899, 898] +Triangle: [878, 901, 895] +Triangle: [895, 884, 878] +Triangle: [884, 897, 883] +Triangle: [897, 887, 883] +Triangle: [910, 913, 912] +Triangle: [904, 920, 919] +Triangle: [919, 924, 904] +Triangle: [909, 921, 920] +Triangle: [921, 910, 912] +Triangle: [914, 910, 915] +Triangle: [917, 904, 918] +Triangle: [918, 924, 923] +Triangle: [916, 909, 917] +Triangle: [915, 906, 916] +Triangle: [912, 903, 911] +Triangle: [903, 915, 911] +Triangle: [907, 915, 916] +Triangle: [907, 917, 908] +Triangle: [908, 918, 902] +Triangle: [902, 923, 922] +Triangle: [902, 925, 919] +Triangle: [919, 908, 902] +Triangle: [920, 907, 908] +Triangle: [921, 911, 907] +Triangle: [936, 929, 937] +Triangle: [943, 933, 944] +Triangle: [949, 928, 943] +Triangle: [944, 930, 945] +Triangle: [945, 934, 936] +Triangle: [939, 929, 934] +Triangle: [941, 928, 942] +Triangle: [942, 948, 947] +Triangle: [941, 930, 933] +Triangle: [940, 934, 930] +Triangle: [935, 937, 927] +Triangle: [935, 938, 939] +Triangle: [931, 939, 940] +Triangle: [932, 940, 941] +Triangle: [932, 942, 926] +Triangle: [926, 947, 946] +Triangle: [926, 949, 943] +Triangle: [943, 932, 926] +Triangle: [932, 945, 931] +Triangle: [931, 936, 935] +Triangle: [144, 135, 138] +Triangle: [159, 122, 123] +Triangle: [6, 61, 103] +Triangle: [11, 45, 86] +Triangle: [63, 88, 87] +Triangle: [150, 151, 130] +Triangle: [134, 135, 144] +Triangle: [31, 62, 97] +Triangle: [155, 126, 127] +Triangle: [44, 31, 96] +Triangle: [45, 12, 87] +Triangle: [121, 169, 168] +Triangle: [123, 122, 125] +Triangle: [128, 127, 126] +Triangle: [132, 131, 130] +Triangle: [178, 177, 140] +Triangle: [183, 182, 142] +Triangle: [145, 144, 143] +Triangle: [144, 145, 146] +Triangle: [148, 149, 151] +Triangle: [164, 163, 116] +Triangle: [163, 165, 117] +Triangle: [170, 119, 120] +Triangle: [170, 164, 118] +Triangle: [75, 11, 19] +Triangle: [147, 150, 131] +Triangle: [148, 150, 147] +Triangle: [79, 80, 13] +Triangle: [86, 87, 31] +Triangle: [87, 88, 62] +Triangle: [133, 130, 127] +Triangle: [151, 154, 127] +Triangle: [96, 97, 61] +Triangle: [129, 126, 123] +Triangle: [158, 123, 126] +Triangle: [125, 122, 171] +Triangle: [122, 159, 162] +Triangle: [169, 121, 171] +Triangle: [118, 57, 58] +Triangle: [59, 120, 119] +Triangle: [112, 121, 120] +Triangle: [125, 103, 61] +Triangle: [129, 97, 62] +Triangle: [88, 63, 132] +Triangle: [138, 178, 183] +Triangle: [171, 162, 166] +Triangle: [167, 169, 173] +Triangle: [146, 79, 69] +Triangle: [128, 62, 88] +Triangle: [124, 61, 97] +Triangle: [172, 60, 103] +Triangle: [121, 112, 60] +Triangle: [178, 138, 139] +Triangle: [182, 183, 141] +Triangle: [168, 165, 163] +Triangle: [165, 168, 169] +Triangle: [227, 228, 186] +Triangle: [187, 190, 226] +Triangle: [191, 225, 226] +Triangle: [196, 224, 225] +Triangle: [195, 223, 224] +Triangle: [194, 222, 223] +Triangle: [194, 185, 221] +Triangle: [185, 184, 220] +Triangle: [184, 193, 219] +Triangle: [193, 192, 234] +Triangle: [189, 233, 234] +Triangle: [188, 232, 233] +Triangle: [201, 231, 232] +Triangle: [197, 230, 231] +Triangle: [197, 202, 229] +Triangle: [202, 186, 228] +Triangle: [230, 229, 218] +Triangle: [230, 217, 216] +Triangle: [6, 43, 95] +Triangle: [217, 18, 200] +Triangle: [231, 216, 215] +Triangle: [101, 43, 6] +Triangle: [216, 200, 3] +Triangle: [102, 103, 60] +Triangle: [232, 215, 214] +Triangle: [42, 101, 102] +Triangle: [215, 3, 100] +Triangle: [112, 113, 16] +Triangle: [233, 214, 213] +Triangle: [113, 114, 42] +Triangle: [214, 100, 15] +Triangle: [221, 220, 211] +Triangle: [220, 219, 212] +Triangle: [113, 112, 59] +Triangle: [114, 113, 5] +Triangle: [219, 234, 213] +Triangle: [15, 115, 212] +Triangle: [58, 36, 5] +Triangle: [36, 40, 41] +Triangle: [115, 0, 211] +Triangle: [36, 58, 57] +Triangle: [40, 36, 21] +Triangle: [0, 35, 210] +Triangle: [222, 221, 210] +Triangle: [35, 22, 209] +Triangle: [222, 209, 208] +Triangle: [225, 206, 205] +Triangle: [224, 207, 206] +Triangle: [223, 208, 207] +Triangle: [227, 226, 205] +Triangle: [204, 203, 228] +Triangle: [229, 228, 203] +Triangle: [18, 217, 218] +Triangle: [107, 2, 203] +Triangle: [2, 199, 218] +Triangle: [207, 1, 111] +Triangle: [209, 22, 33] +Triangle: [208, 33, 1] +Triangle: [116, 56, 57] +Triangle: [55, 56, 116] +Triangle: [34, 21, 57] +Triangle: [38, 39, 21] +Triangle: [14, 107, 204] +Triangle: [206, 111, 14] +Triangle: [158, 156, 157] +Triangle: [156, 71, 104] +Triangle: [152, 153, 155] +Triangle: [149, 152, 154] +Triangle: [153, 156, 158] +Triangle: [98, 71, 156] +Triangle: [148, 69, 89] +Triangle: [69, 13, 90] +Triangle: [89, 70, 152] +Triangle: [70, 98, 153] +Triangle: [49, 179, 23] +Triangle: [24, 48, 174] +Triangle: [23, 24, 74] +Triangle: [25, 75, 74] +Triangle: [50, 23, 73] +Triangle: [24, 23, 179] +Triangle: [181, 67, 142] +Triangle: [67, 68, 145] +Triangle: [68, 79, 146] +Triangle: [66, 181, 182] +Triangle: [27, 68, 67] +Triangle: [68, 27, 80] +Triangle: [50, 27, 8] +Triangle: [27, 50, 81] +Triangle: [180, 20, 48] +Triangle: [20, 180, 181] +Triangle: [135, 134, 137] +Triangle: [138, 135, 136] +Triangle: [134, 131, 132] +Triangle: [176, 177, 139] +Triangle: [66, 176, 175] +Triangle: [176, 66, 140] +Triangle: [174, 48, 20] +Triangle: [47, 174, 175] +Triangle: [176, 65, 7] +Triangle: [76, 45, 11] +Triangle: [76, 77, 12] +Triangle: [78, 63, 12] +Triangle: [137, 78, 64] +Triangle: [136, 64, 65] +Triangle: [63, 78, 137] +Triangle: [47, 46, 25] +Triangle: [46, 76, 75] +Triangle: [64, 78, 77] +Triangle: [11, 85, 84] +Triangle: [74, 19, 10] +Triangle: [80, 81, 51] +Triangle: [81, 73, 10] +Triangle: [83, 10, 19] +Triangle: [82, 51, 10] +Triangle: [51, 82, 90] +Triangle: [85, 86, 44] +Triangle: [30, 44, 95] +Triangle: [95, 43, 3] +Triangle: [84, 85, 30] +Triangle: [165, 167, 161] +Triangle: [167, 166, 162] +Triangle: [157, 160, 162] +Triangle: [108, 55, 117] +Triangle: [104, 72, 160] +Triangle: [251, 254, 255] +Triangle: [251, 253, 258] +Triangle: [248, 251, 247] +Triangle: [292, 293, 294] +Triangle: [291, 290, 294] +Triangle: [299, 297, 300] +Triangle: [297, 294, 301] +Triangle: [302, 291, 297] +Triangle: [314, 315, 311] +Triangle: [316, 314, 310] +Triangle: [350, 348, 323] +Triangle: [351, 352, 350] +Triangle: [316, 353, 352] +Triangle: [313, 356, 353] +Triangle: [351, 358, 314] +Triangle: [358, 359, 315] +Triangle: [361, 359, 358] +Triangle: [349, 360, 358] +Triangle: [350, 362, 346] +Triangle: [322, 360, 349] +Triangle: [360, 322, 365] +Triangle: [361, 365, 368] +Triangle: [312, 384, 356] +Triangle: [394, 397, 398] +Triangle: [394, 396, 399] +Triangle: [333, 428, 430] +Triangle: [293, 431, 301] +Triangle: [296, 430, 431] +Triangle: [334, 429, 428] +Triangle: [435, 437, 438] +Triangle: [436, 438, 439] +Triangle: [440, 439, 395] +Triangle: [435, 434, 441] +Triangle: [433, 432, 443] +Triangle: [434, 433, 442] +Triangle: [432, 429, 334] +Triangle: [298, 398, 397] +Triangle: [454, 369, 368] +Triangle: [454, 455, 456] +Triangle: [462, 460, 458] +Triangle: [452, 451, 459] +Triangle: [452, 457, 455] +Triangle: [459, 451, 463] +Triangle: [359, 361, 369] +Triangle: [359, 456, 278] +Triangle: [461, 460, 465] +Triangle: [466, 463, 449] +Triangle: [462, 466, 465] +Triangle: [400, 402, 406] +Triangle: [442, 443, 336] +Triangle: [443, 334, 332] +Triangle: [341, 342, 338] +Triangle: [411, 336, 335] +Triangle: [293, 292, 295] +Triangle: [296, 295, 330] +Triangle: [333, 330, 332] +Triangle: [330, 329, 331] +Triangle: [331, 335, 336] +Triangle: [239, 292, 290] +Triangle: [329, 330, 295] +Triangle: [238, 295, 292] +Triangle: [327, 324, 348] +Triangle: [343, 340, 339] +Triangle: [337, 339, 340] +Triangle: [247, 255, 270] +Triangle: [309, 312, 313] +Triangle: [243, 246, 247] +Triangle: [312, 309, 286] +Triangle: [288, 289, 290] +Triangle: [384, 312, 306] +Triangle: [305, 302, 299] +Triangle: [304, 303, 302] +Triangle: [291, 302, 303] +Triangle: [388, 305, 397] +Triangle: [386, 304, 305] +Triangle: [308, 383, 384] +Triangle: [389, 387, 386] +Triangle: [395, 389, 388] +Triangle: [383, 308, 385] +Triangle: [387, 389, 392] +Triangle: [439, 392, 389] +Triangle: [392, 439, 438] +Triangle: [441, 442, 411] +Triangle: [412, 411, 409] +Triangle: [409, 342, 408] +Triangle: [412, 414, 437] +Triangle: [408, 406, 402] +Triangle: [393, 438, 437] +Triangle: [414, 412, 410] +Triangle: [390, 392, 393] +Triangle: [414, 413, 391] +Triangle: [381, 385, 379] +Triangle: [402, 378, 377] +Triangle: [355, 354, 352] +Triangle: [355, 353, 356] +Triangle: [352, 354, 362] +Triangle: [383, 381, 380] +Triangle: [384, 383, 357] +Triangle: [370, 380, 381] +Triangle: [373, 382, 380] +Triangle: [250, 248, 246] +Triangle: [311, 315, 278] +Triangle: [285, 309, 310] +Triangle: [279, 280, 285] +Triangle: [249, 284, 285] +Triangle: [246, 243, 284] +Triangle: [309, 285, 284] +Triangle: [251, 248, 252] +Triangle: [248, 250, 271] +Triangle: [276, 455, 457] +Triangle: [459, 458, 277] +Triangle: [461, 283, 458] +Triangle: [278, 456, 455] +Triangle: [283, 275, 277] +Triangle: [461, 468, 282] +Triangle: [281, 282, 468] +Triangle: [252, 271, 281] +Triangle: [250, 272, 273] +Triangle: [272, 274, 275] +Triangle: [275, 274, 276] +Triangle: [279, 278, 276] +Triangle: [274, 272, 280] +Triangle: [450, 447, 451] +Triangle: [453, 450, 452] +Triangle: [447, 449, 463] +Triangle: [468, 461, 464] +Triangle: [265, 264, 253] +Triangle: [265, 468, 467] +Triangle: [253, 264, 263] +Triangle: [447, 446, 448] +Triangle: [446, 447, 450] +Triangle: [449, 448, 464] +Triangle: [469, 263, 264] +Triangle: [467, 464, 448] +Triangle: [256, 257, 254] +Triangle: [257, 266, 255] +Triangle: [445, 444, 260] +Triangle: [445, 450, 453] +Triangle: [261, 259, 256] +Triangle: [262, 256, 258] +Triangle: [446, 445, 259] +Triangle: [269, 270, 255] +Triangle: [266, 257, 260] +Triangle: [366, 367, 368] +Triangle: [267, 260, 444] +Triangle: [453, 368, 367] +Triangle: [268, 267, 367] +Triangle: [266, 267, 268] +Triangle: [323, 321, 320] +Triangle: [235, 236, 237] +Triangle: [348, 324, 321] +Triangle: [319, 321, 324] +Triangle: [327, 326, 325] +Triangle: [339, 337, 328] +Triangle: [366, 365, 322] +Triangle: [320, 318, 268] +Triangle: [318, 320, 321] +Triangle: [317, 318, 319] +Triangle: [355, 382, 364] +Triangle: [327, 346, 347] +Triangle: [363, 347, 346] +Triangle: [354, 364, 363] +Triangle: [364, 421, 420] +Triangle: [418, 343, 345] +Triangle: [415, 404, 403] +Triangle: [343, 418, 415] +Triangle: [400, 403, 404] +Triangle: [400, 401, 378] +Triangle: [401, 371, 374] +Triangle: [421, 422, 419] +Triangle: [422, 421, 364] +Triangle: [370, 371, 372] +Triangle: [416, 419, 422] +Triangle: [405, 425, 401] +Triangle: [371, 401, 425] +Triangle: [423, 424, 417] +Triangle: [484, 485, 473] +Triangle: [495, 496, 479] +Triangle: [472, 500, 501] +Triangle: [496, 497, 474] +Triangle: [497, 484, 480] +Triangle: [473, 485, 502] +Triangle: [480, 473, 488] +Triangle: [492, 472, 479] +Triangle: [492, 499, 500] +Triangle: [491, 479, 474] +Triangle: [490, 474, 480] +Triangle: [473, 503, 504] +Triangle: [471, 485, 484] +Triangle: [505, 502, 485] +Triangle: [504, 505, 471] +Triangle: [481, 489, 488] +Triangle: [475, 490, 489] +Triangle: [491, 490, 475] +Triangle: [492, 491, 478] +Triangle: [470, 498, 499] +Triangle: [470, 495, 501] +Triangle: [470, 478, 496] +Triangle: [478, 475, 497] +Triangle: [475, 481, 484] +Triangle: [476, 493, 499] +Triangle: [499, 493, 477] +Triangle: [500, 477, 494] +Triangle: [498, 501, 494] +Triangle: [502, 486, 483] +Triangle: [503, 483, 487] +Triangle: [505, 504, 487] +Triangle: [502, 505, 482] +Triangle: [520, 521, 509] +Triangle: [531, 532, 515] +Triangle: [508, 536, 537] +Triangle: [533, 510, 515] +Triangle: [533, 520, 516] +Triangle: [521, 538, 539] +Triangle: [525, 516, 509] +Triangle: [508, 515, 527] +Triangle: [528, 535, 536] +Triangle: [515, 510, 526] +Triangle: [526, 510, 516] +Triangle: [539, 540, 524] +Triangle: [517, 507, 521] +Triangle: [538, 521, 507] +Triangle: [540, 541, 507] +Triangle: [517, 525, 524] +Triangle: [511, 526, 525] +Triangle: [527, 526, 511] +Triangle: [528, 527, 514] +Triangle: [506, 534, 535] +Triangle: [506, 531, 537] +Triangle: [514, 532, 531] +Triangle: [511, 533, 532] +Triangle: [511, 517, 520] +Triangle: [534, 512, 529] +Triangle: [535, 529, 513] +Triangle: [536, 513, 530] +Triangle: [534, 537, 530] +Triangle: [538, 522, 519] +Triangle: [539, 519, 523] +Triangle: [541, 540, 523] +Triangle: [538, 541, 518] +Triangle: [556, 557, 545] +Triangle: [568, 551, 544] +Triangle: [567, 544, 572] +Triangle: [569, 546, 551] +Triangle: [569, 556, 552] +Triangle: [557, 574, 575] +Triangle: [561, 552, 545] +Triangle: [544, 551, 563] +Triangle: [564, 571, 572] +Triangle: [551, 546, 562] +Triangle: [562, 546, 552] +Triangle: [575, 576, 560] +Triangle: [553, 543, 557] +Triangle: [574, 557, 543] +Triangle: [576, 577, 543] +Triangle: [553, 561, 560] +Triangle: [547, 562, 561] +Triangle: [563, 562, 547] +Triangle: [564, 563, 550] +Triangle: [542, 570, 571] +Triangle: [542, 567, 573] +Triangle: [550, 568, 567] +Triangle: [547, 569, 568] +Triangle: [547, 553, 556] +Triangle: [570, 548, 565] +Triangle: [571, 565, 549] +Triangle: [573, 572, 549] +Triangle: [570, 573, 566] +Triangle: [574, 558, 555] +Triangle: [576, 575, 555] +Triangle: [577, 576, 559] +Triangle: [558, 574, 577] +Triangle: [592, 593, 581] +Triangle: [603, 604, 587] +Triangle: [580, 608, 609] +Triangle: [604, 605, 582] +Triangle: [605, 592, 588] +Triangle: [593, 610, 611] +Triangle: [597, 588, 581] +Triangle: [580, 587, 599] +Triangle: [600, 607, 608] +Triangle: [599, 587, 582] +Triangle: [598, 582, 588] +Triangle: [611, 612, 596] +Triangle: [589, 579, 593] +Triangle: [610, 593, 579] +Triangle: [612, 613, 579] +Triangle: [589, 597, 596] +Triangle: [583, 598, 597] +Triangle: [586, 599, 598] +Triangle: [578, 600, 599] +Triangle: [578, 606, 607] +Triangle: [578, 603, 609] +Triangle: [586, 604, 603] +Triangle: [586, 583, 605] +Triangle: [583, 589, 592] +Triangle: [606, 584, 601] +Triangle: [607, 601, 585] +Triangle: [609, 608, 585] +Triangle: [606, 609, 602] +Triangle: [610, 594, 591] +Triangle: [612, 611, 591] +Triangle: [613, 612, 595] +Triangle: [594, 610, 613] +Triangle: [624, 625, 617] +Triangle: [631, 632, 621] +Triangle: [616, 636, 637] +Triangle: [632, 633, 618] +Triangle: [633, 624, 622] +Triangle: [627, 622, 617] +Triangle: [616, 621, 629] +Triangle: [630, 635, 636] +Triangle: [621, 618, 628] +Triangle: [628, 618, 622] +Triangle: [623, 615, 625] +Triangle: [623, 627, 626] +Triangle: [619, 628, 627] +Triangle: [620, 629, 628] +Triangle: [614, 630, 629] +Triangle: [614, 634, 635] +Triangle: [614, 631, 637] +Triangle: [620, 632, 631] +Triangle: [619, 633, 632] +Triangle: [619, 623, 624] +Triangle: [649, 641, 646] +Triangle: [655, 656, 645] +Triangle: [640, 660, 661] +Triangle: [656, 657, 642] +Triangle: [657, 648, 646] +Triangle: [646, 641, 650] +Triangle: [640, 645, 653] +Triangle: [654, 659, 660] +Triangle: [653, 645, 642] +Triangle: [642, 646, 651] +Triangle: [639, 649, 648] +Triangle: [647, 651, 650] +Triangle: [652, 651, 647] +Triangle: [644, 653, 652] +Triangle: [638, 654, 653] +Triangle: [638, 658, 659] +Triangle: [638, 655, 661] +Triangle: [644, 656, 655] +Triangle: [644, 643, 657] +Triangle: [647, 648, 657] +Triangle: [673, 665, 670] +Triangle: [680, 669, 664] +Triangle: [679, 664, 684] +Triangle: [681, 666, 669] +Triangle: [681, 672, 670] +Triangle: [670, 665, 674] +Triangle: [664, 669, 677] +Triangle: [678, 683, 684] +Triangle: [669, 666, 676] +Triangle: [666, 670, 675] +Triangle: [663, 673, 672] +Triangle: [675, 674, 663] +Triangle: [667, 676, 675] +Triangle: [677, 676, 667] +Triangle: [678, 677, 668] +Triangle: [662, 682, 683] +Triangle: [662, 679, 685] +Triangle: [668, 680, 679] +Triangle: [667, 681, 680] +Triangle: [671, 672, 681] +Triangle: [696, 697, 689] +Triangle: [703, 704, 693] +Triangle: [688, 708, 709] +Triangle: [704, 705, 690] +Triangle: [705, 696, 694] +Triangle: [699, 694, 689] +Triangle: [688, 693, 701] +Triangle: [702, 707, 708] +Triangle: [701, 693, 690] +Triangle: [700, 690, 694] +Triangle: [695, 687, 697] +Triangle: [695, 699, 698] +Triangle: [691, 700, 699] +Triangle: [692, 701, 700] +Triangle: [686, 702, 701] +Triangle: [686, 706, 707] +Triangle: [686, 703, 709] +Triangle: [692, 704, 703] +Triangle: [692, 691, 705] +Triangle: [691, 695, 696] +Triangle: [724, 720, 713] +Triangle: [735, 712, 719] +Triangle: [741, 740, 712] +Triangle: [736, 719, 714] +Triangle: [737, 714, 720] +Triangle: [743, 742, 725] +Triangle: [729, 728, 713] +Triangle: [731, 719, 712] +Triangle: [732, 712, 740] +Triangle: [731, 730, 714] +Triangle: [730, 729, 720] +Triangle: [713, 728, 744] +Triangle: [721, 724, 725] +Triangle: [711, 725, 742] +Triangle: [711, 745, 744] +Triangle: [721, 711, 728] +Triangle: [715, 721, 729] +Triangle: [715, 730, 731] +Triangle: [710, 718, 731] +Triangle: [710, 732, 739] +Triangle: [710, 738, 741] +Triangle: [735, 736, 718] +Triangle: [718, 736, 737] +Triangle: [715, 737, 724] +Triangle: [738, 739, 733] +Triangle: [717, 733, 739] +Triangle: [734, 717, 740] +Triangle: [738, 716, 734] +Triangle: [723, 726, 742] +Triangle: [727, 723, 743] +Triangle: [745, 722, 727] +Triangle: [722, 745, 742] +Triangle: [760, 756, 749] +Triangle: [748, 755, 772] +Triangle: [777, 776, 748] +Triangle: [755, 750, 773] +Triangle: [773, 750, 756] +Triangle: [779, 778, 761] +Triangle: [765, 764, 749] +Triangle: [767, 755, 748] +Triangle: [768, 748, 776] +Triangle: [766, 750, 755] +Triangle: [766, 765, 756] +Triangle: [764, 780, 779] +Triangle: [757, 760, 761] +Triangle: [747, 761, 778] +Triangle: [747, 781, 780] +Triangle: [757, 747, 764] +Triangle: [751, 757, 765] +Triangle: [751, 766, 767] +Triangle: [754, 767, 768] +Triangle: [746, 768, 775] +Triangle: [746, 774, 777] +Triangle: [771, 772, 754] +Triangle: [772, 773, 751] +Triangle: [751, 773, 760] +Triangle: [774, 775, 769] +Triangle: [753, 769, 775] +Triangle: [777, 770, 753] +Triangle: [774, 752, 770] +Triangle: [759, 762, 778] +Triangle: [780, 763, 759] +Triangle: [781, 758, 763] +Triangle: [762, 758, 781] +Triangle: [796, 792, 785] +Triangle: [784, 791, 808] +Triangle: [807, 813, 812] +Triangle: [791, 786, 809] +Triangle: [809, 786, 792] +Triangle: [815, 814, 797] +Triangle: [801, 800, 785] +Triangle: [803, 791, 784] +Triangle: [804, 784, 812] +Triangle: [802, 786, 791] +Triangle: [802, 801, 792] +Triangle: [800, 816, 815] +Triangle: [793, 796, 797] +Triangle: [783, 797, 814] +Triangle: [783, 817, 816] +Triangle: [793, 783, 800] +Triangle: [787, 793, 801] +Triangle: [787, 802, 803] +Triangle: [790, 803, 804] +Triangle: [782, 804, 811] +Triangle: [782, 810, 813] +Triangle: [807, 808, 790] +Triangle: [808, 809, 787] +Triangle: [787, 809, 796] +Triangle: [810, 811, 805] +Triangle: [789, 805, 811] +Triangle: [813, 806, 789] +Triangle: [810, 788, 806] +Triangle: [795, 798, 814] +Triangle: [816, 799, 795] +Triangle: [817, 794, 799] +Triangle: [798, 794, 817] +Triangle: [832, 828, 821] +Triangle: [843, 820, 827] +Triangle: [843, 849, 848] +Triangle: [844, 827, 822] +Triangle: [845, 822, 828] +Triangle: [851, 850, 833] +Triangle: [837, 836, 821] +Triangle: [839, 827, 820] +Triangle: [840, 820, 848] +Triangle: [839, 838, 822] +Triangle: [838, 837, 828] +Triangle: [836, 852, 851] +Triangle: [829, 832, 833] +Triangle: [819, 833, 850] +Triangle: [819, 853, 852] +Triangle: [829, 819, 836] +Triangle: [823, 829, 837] +Triangle: [826, 823, 838] +Triangle: [818, 826, 839] +Triangle: [818, 840, 847] +Triangle: [818, 846, 849] +Triangle: [843, 844, 826] +Triangle: [826, 844, 845] +Triangle: [823, 845, 832] +Triangle: [846, 847, 841] +Triangle: [825, 841, 847] +Triangle: [849, 842, 825] +Triangle: [846, 824, 842] +Triangle: [831, 834, 850] +Triangle: [852, 835, 831] +Triangle: [853, 830, 835] +Triangle: [834, 830, 853] +Triangle: [864, 862, 857] +Triangle: [871, 856, 861] +Triangle: [871, 877, 876] +Triangle: [872, 861, 858] +Triangle: [873, 858, 862] +Triangle: [867, 866, 857] +Triangle: [869, 861, 856] +Triangle: [870, 856, 876] +Triangle: [868, 858, 861] +Triangle: [868, 867, 862] +Triangle: [863, 864, 865] +Triangle: [863, 855, 866] +Triangle: [859, 863, 867] +Triangle: [860, 859, 868] +Triangle: [854, 860, 869] +Triangle: [854, 870, 875] +Triangle: [854, 874, 877] +Triangle: [871, 872, 860] +Triangle: [872, 873, 859] +Triangle: [859, 873, 864] +Triangle: [888, 886, 881] +Triangle: [895, 880, 885] +Triangle: [901, 900, 880] +Triangle: [896, 885, 882] +Triangle: [897, 882, 886] +Triangle: [890, 881, 886] +Triangle: [893, 885, 880] +Triangle: [894, 880, 900] +Triangle: [893, 892, 882] +Triangle: [891, 886, 882] +Triangle: [888, 889, 879] +Triangle: [887, 879, 890] +Triangle: [887, 891, 892] +Triangle: [884, 883, 892] +Triangle: [878, 884, 893] +Triangle: [878, 894, 899] +Triangle: [878, 898, 901] +Triangle: [895, 896, 884] +Triangle: [884, 896, 897] +Triangle: [897, 888, 887] +Triangle: [910, 905, 913] +Triangle: [904, 909, 920] +Triangle: [919, 925, 924] +Triangle: [909, 906, 921] +Triangle: [921, 906, 910] +Triangle: [914, 905, 910] +Triangle: [917, 909, 904] +Triangle: [918, 904, 924] +Triangle: [916, 906, 909] +Triangle: [915, 910, 906] +Triangle: [912, 913, 903] +Triangle: [903, 914, 915] +Triangle: [907, 911, 915] +Triangle: [907, 916, 917] +Triangle: [908, 917, 918] +Triangle: [902, 918, 923] +Triangle: [902, 922, 925] +Triangle: [919, 920, 908] +Triangle: [920, 921, 907] +Triangle: [921, 912, 911] +Triangle: [936, 934, 929] +Triangle: [943, 928, 933] +Triangle: [949, 948, 928] +Triangle: [944, 933, 930] +Triangle: [945, 930, 934] +Triangle: [939, 938, 929] +Triangle: [941, 933, 928] +Triangle: [942, 928, 948] +Triangle: [941, 940, 930] +Triangle: [940, 939, 934] +Triangle: [935, 936, 937] +Triangle: [935, 927, 938] +Triangle: [931, 935, 939] +Triangle: [932, 931, 940] +Triangle: [932, 941, 942] +Triangle: [926, 942, 947] +Triangle: [926, 946, 949] +Triangle: [943, 944, 932] +Triangle: [932, 944, 945] +Triangle: [931, 945, 936] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.265012 + Group: 'mixamorig:RightFoot', Weight: 0.714778 + Group: 'mixamorig:RightToeBase', Weight: 0.020210 +Vertex 1: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000013 + Group: 'mixamorig:RightLeg', Weight: 0.418490 + Group: 'mixamorig:RightFoot', Weight: 0.567665 + Group: 'mixamorig:RightToeBase', Weight: 0.013832 +Vertex 2: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090853 + Group: 'mixamorig:RightFoot', Weight: 0.773157 + Group: 'mixamorig:RightToeBase', Weight: 0.135990 +Vertex 3: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.174978 + Group: 'mixamorig:RightFoot', Weight: 0.714882 + Group: 'mixamorig:RightToeBase', Weight: 0.110140 +Vertex 4: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.099748 + Group: 'mixamorig:RightFoot', Weight: 0.886929 + Group: 'mixamorig:RightToeBase', Weight: 0.013323 +Vertex 5: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.101426 + Group: 'mixamorig:RightFoot', Weight: 0.881522 + Group: 'mixamorig:RightToeBase', Weight: 0.017052 +Vertex 6: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.052575 + Group: 'mixamorig:RightFoot', Weight: 0.827921 + Group: 'mixamorig:RightToeBase', Weight: 0.119504 +Vertex 7: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.141406 + Group: 'mixamorig:RightToeBase', Weight: 0.858594 +Vertex 8: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.173230 + Group: 'mixamorig:RightToeBase', Weight: 0.826770 +Vertex 9: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.028768 + Group: 'mixamorig:RightFoot', Weight: 0.862529 + Group: 'mixamorig:RightToeBase', Weight: 0.108704 +Vertex 10: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002057 + Group: 'mixamorig:RightFoot', Weight: 0.431229 + Group: 'mixamorig:RightToeBase', Weight: 0.566714 +Vertex 11: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.003626 + Group: 'mixamorig:RightFoot', Weight: 0.442399 + Group: 'mixamorig:RightToeBase', Weight: 0.553975 +Vertex 12: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002899 + Group: 'mixamorig:RightFoot', Weight: 0.436664 + Group: 'mixamorig:RightToeBase', Weight: 0.560438 +Vertex 13: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.000901 + Group: 'mixamorig:RightFoot', Weight: 0.407278 + Group: 'mixamorig:RightToeBase', Weight: 0.591821 +Vertex 14: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.139512 + Group: 'mixamorig:RightFoot', Weight: 0.819747 + Group: 'mixamorig:RightToeBase', Weight: 0.040740 +Vertex 15: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.203392 + Group: 'mixamorig:RightFoot', Weight: 0.749476 + Group: 'mixamorig:RightToeBase', Weight: 0.047132 +Vertex 16: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.087751 + Group: 'mixamorig:RightFoot', Weight: 0.864466 + Group: 'mixamorig:RightToeBase', Weight: 0.047783 +Vertex 17: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.054234 + Group: 'mixamorig:RightFoot', Weight: 0.907174 + Group: 'mixamorig:RightToeBase', Weight: 0.038592 +Vertex 18: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.228489 + Group: 'mixamorig:RightFoot', Weight: 0.651109 + Group: 'mixamorig:RightToeBase', Weight: 0.120402 +Vertex 19: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002764 + Group: 'mixamorig:RightFoot', Weight: 0.432491 + Group: 'mixamorig:RightToeBase', Weight: 0.564745 +Vertex 20: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.148393 + Group: 'mixamorig:RightToeBase', Weight: 0.851607 +Vertex 21: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.116861 + Group: 'mixamorig:RightFoot', Weight: 0.875354 + Group: 'mixamorig:RightToeBase', Weight: 0.007785 +Vertex 22: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000034 + Group: 'mixamorig:RightLeg', Weight: 0.621435 + Group: 'mixamorig:RightFoot', Weight: 0.370591 + Group: 'mixamorig:RightToeBase', Weight: 0.007940 +Vertex 23: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.195314 + Group: 'mixamorig:RightToeBase', Weight: 0.804686 +Vertex 24: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.184895 + Group: 'mixamorig:RightToeBase', Weight: 0.815105 +Vertex 25: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.173276 + Group: 'mixamorig:RightToeBase', Weight: 0.826724 +Vertex 26: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.160229 + Group: 'mixamorig:RightToeBase', Weight: 0.839771 +Vertex 27: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.196807 + Group: 'mixamorig:RightToeBase', Weight: 0.803193 +Vertex 28: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023249 + Group: 'mixamorig:RightFoot', Weight: 0.691817 + Group: 'mixamorig:RightToeBase', Weight: 0.284933 +Vertex 29: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022197 + Group: 'mixamorig:RightFoot', Weight: 0.689573 + Group: 'mixamorig:RightToeBase', Weight: 0.288231 +Vertex 30: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.030463 + Group: 'mixamorig:RightFoot', Weight: 0.687380 + Group: 'mixamorig:RightToeBase', Weight: 0.282157 +Vertex 31: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.017484 + Group: 'mixamorig:RightFoot', Weight: 0.696379 + Group: 'mixamorig:RightToeBase', Weight: 0.286137 +Vertex 32: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.009176 + Group: 'mixamorig:RightFoot', Weight: 0.713101 + Group: 'mixamorig:RightToeBase', Weight: 0.277723 +Vertex 33: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000030 + Group: 'mixamorig:RightLeg', Weight: 0.566708 + Group: 'mixamorig:RightFoot', Weight: 0.423656 + Group: 'mixamorig:RightToeBase', Weight: 0.009606 +Vertex 34: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.113360 + Group: 'mixamorig:RightFoot', Weight: 0.877769 + Group: 'mixamorig:RightToeBase', Weight: 0.008870 +Vertex 35: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000022 + Group: 'mixamorig:RightLeg', Weight: 0.550768 + Group: 'mixamorig:RightFoot', Weight: 0.438467 + Group: 'mixamorig:RightToeBase', Weight: 0.010743 +Vertex 36: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.112231 + Group: 'mixamorig:RightFoot', Weight: 0.877589 + Group: 'mixamorig:RightToeBase', Weight: 0.010180 +Vertex 37: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.196571 + Group: 'mixamorig:RightFoot', Weight: 0.790720 + Group: 'mixamorig:RightToeBase', Weight: 0.012710 +Vertex 38: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.227715 + Group: 'mixamorig:RightFoot', Weight: 0.764295 + Group: 'mixamorig:RightToeBase', Weight: 0.007990 +Vertex 39: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.240873 + Group: 'mixamorig:RightFoot', Weight: 0.752307 + Group: 'mixamorig:RightToeBase', Weight: 0.006820 +Vertex 40: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.211931 + Group: 'mixamorig:RightFoot', Weight: 0.778868 + Group: 'mixamorig:RightToeBase', Weight: 0.009202 +Vertex 41: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.189009 + Group: 'mixamorig:RightFoot', Weight: 0.794021 + Group: 'mixamorig:RightToeBase', Weight: 0.016969 +Vertex 42: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.139801 + Group: 'mixamorig:RightFoot', Weight: 0.811851 + Group: 'mixamorig:RightToeBase', Weight: 0.048347 +Vertex 43: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.084559 + Group: 'mixamorig:RightFoot', Weight: 0.790927 + Group: 'mixamorig:RightToeBase', Weight: 0.124514 +Vertex 44: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022969 + Group: 'mixamorig:RightFoot', Weight: 0.687941 + Group: 'mixamorig:RightToeBase', Weight: 0.289089 +Vertex 45: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.003574 + Group: 'mixamorig:RightFoot', Weight: 0.444314 + Group: 'mixamorig:RightToeBase', Weight: 0.552112 +Vertex 46: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.168661 + Group: 'mixamorig:RightToeBase', Weight: 0.831339 +Vertex 47: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.148945 + Group: 'mixamorig:RightToeBase', Weight: 0.851055 +Vertex 48: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.157263 + Group: 'mixamorig:RightToeBase', Weight: 0.842737 +Vertex 49: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.176998 + Group: 'mixamorig:RightToeBase', Weight: 0.823002 +Vertex 50: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.198056 + Group: 'mixamorig:RightToeBase', Weight: 0.801944 +Vertex 51: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.001325 + Group: 'mixamorig:RightFoot', Weight: 0.418987 + Group: 'mixamorig:RightToeBase', Weight: 0.579687 +Vertex 52: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014317 + Group: 'mixamorig:RightFoot', Weight: 0.702167 + Group: 'mixamorig:RightToeBase', Weight: 0.283516 +Vertex 53: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.057169 + Group: 'mixamorig:RightFoot', Weight: 0.829814 + Group: 'mixamorig:RightToeBase', Weight: 0.113017 +Vertex 54: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.108439 + Group: 'mixamorig:RightFoot', Weight: 0.854427 + Group: 'mixamorig:RightToeBase', Weight: 0.037134 +Vertex 55: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.064363 + Group: 'mixamorig:RightFoot', Weight: 0.921486 + Group: 'mixamorig:RightToeBase', Weight: 0.014151 +Vertex 56: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.073335 + Group: 'mixamorig:RightFoot', Weight: 0.916688 + Group: 'mixamorig:RightToeBase', Weight: 0.009977 +Vertex 57: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.074346 + Group: 'mixamorig:RightFoot', Weight: 0.917046 + Group: 'mixamorig:RightToeBase', Weight: 0.008608 +Vertex 58: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.072791 + Group: 'mixamorig:RightFoot', Weight: 0.916296 + Group: 'mixamorig:RightToeBase', Weight: 0.010914 +Vertex 59: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.068587 + Group: 'mixamorig:RightFoot', Weight: 0.914390 + Group: 'mixamorig:RightToeBase', Weight: 0.017022 +Vertex 60: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.056011 + Group: 'mixamorig:RightFoot', Weight: 0.898852 + Group: 'mixamorig:RightToeBase', Weight: 0.045137 +Vertex 61: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.035663 + Group: 'mixamorig:RightFoot', Weight: 0.856983 + Group: 'mixamorig:RightToeBase', Weight: 0.107354 +Vertex 62: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013149 + Group: 'mixamorig:RightFoot', Weight: 0.705536 + Group: 'mixamorig:RightToeBase', Weight: 0.281314 +Vertex 63: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002423 + Group: 'mixamorig:RightFoot', Weight: 0.423746 + Group: 'mixamorig:RightToeBase', Weight: 0.573831 +Vertex 64: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.154703 + Group: 'mixamorig:RightToeBase', Weight: 0.845297 +Vertex 65: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.136575 + Group: 'mixamorig:RightToeBase', Weight: 0.863425 +Vertex 66: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.142076 + Group: 'mixamorig:RightToeBase', Weight: 0.857924 +Vertex 67: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.167915 + Group: 'mixamorig:RightToeBase', Weight: 0.832085 +Vertex 68: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.192596 + Group: 'mixamorig:RightToeBase', Weight: 0.807404 +Vertex 69: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.000640 + Group: 'mixamorig:RightFoot', Weight: 0.406549 + Group: 'mixamorig:RightToeBase', Weight: 0.592812 +Vertex 70: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.007284 + Group: 'mixamorig:RightFoot', Weight: 0.720802 + Group: 'mixamorig:RightToeBase', Weight: 0.271914 +Vertex 71: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019717 + Group: 'mixamorig:RightFoot', Weight: 0.871366 + Group: 'mixamorig:RightToeBase', Weight: 0.108917 +Vertex 72: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.038226 + Group: 'mixamorig:RightFoot', Weight: 0.922888 + Group: 'mixamorig:RightToeBase', Weight: 0.038886 +Vertex 73: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.272091 + Group: 'mixamorig:RightToeBase', Weight: 0.727909 +Vertex 74: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.267675 + Group: 'mixamorig:RightToeBase', Weight: 0.732325 +Vertex 75: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.262217 + Group: 'mixamorig:RightToeBase', Weight: 0.737783 +Vertex 76: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.255664 + Group: 'mixamorig:RightToeBase', Weight: 0.744336 +Vertex 77: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.240172 + Group: 'mixamorig:RightToeBase', Weight: 0.759828 +Vertex 78: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.227310 + Group: 'mixamorig:RightToeBase', Weight: 0.772690 +Vertex 79: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.256349 + Group: 'mixamorig:RightToeBase', Weight: 0.743651 +Vertex 80: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.262238 + Group: 'mixamorig:RightToeBase', Weight: 0.737762 +Vertex 81: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.269217 + Group: 'mixamorig:RightToeBase', Weight: 0.730783 +Vertex 82: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006032 + Group: 'mixamorig:RightFoot', Weight: 0.580001 + Group: 'mixamorig:RightToeBase', Weight: 0.413967 +Vertex 83: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.008534 + Group: 'mixamorig:RightFoot', Weight: 0.591447 + Group: 'mixamorig:RightToeBase', Weight: 0.400019 +Vertex 84: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.009312 + Group: 'mixamorig:RightFoot', Weight: 0.585974 + Group: 'mixamorig:RightToeBase', Weight: 0.404713 +Vertex 85: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.010915 + Group: 'mixamorig:RightFoot', Weight: 0.586225 + Group: 'mixamorig:RightToeBase', Weight: 0.402860 +Vertex 86: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.009478 + Group: 'mixamorig:RightFoot', Weight: 0.578610 + Group: 'mixamorig:RightToeBase', Weight: 0.411912 +Vertex 87: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.008174 + Group: 'mixamorig:RightFoot', Weight: 0.582209 + Group: 'mixamorig:RightToeBase', Weight: 0.409616 +Vertex 88: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006581 + Group: 'mixamorig:RightFoot', Weight: 0.584026 + Group: 'mixamorig:RightToeBase', Weight: 0.409393 +Vertex 89: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.003628 + Group: 'mixamorig:RightFoot', Weight: 0.577598 + Group: 'mixamorig:RightToeBase', Weight: 0.418774 +Vertex 90: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.004213 + Group: 'mixamorig:RightFoot', Weight: 0.571890 + Group: 'mixamorig:RightToeBase', Weight: 0.423897 +Vertex 91: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.033232 + Group: 'mixamorig:RightFoot', Weight: 0.786583 + Group: 'mixamorig:RightToeBase', Weight: 0.180185 +Vertex 92: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.076428 + Group: 'mixamorig:RightFoot', Weight: 0.745006 + Group: 'mixamorig:RightToeBase', Weight: 0.178566 +Vertex 93: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.082253 + Group: 'mixamorig:RightFoot', Weight: 0.730909 + Group: 'mixamorig:RightToeBase', Weight: 0.186838 +Vertex 94: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.077606 + Group: 'mixamorig:RightFoot', Weight: 0.734284 + Group: 'mixamorig:RightToeBase', Weight: 0.188111 +Vertex 95: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.047989 + Group: 'mixamorig:RightFoot', Weight: 0.753627 + Group: 'mixamorig:RightToeBase', Weight: 0.198383 +Vertex 96: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.035175 + Group: 'mixamorig:RightFoot', Weight: 0.769443 + Group: 'mixamorig:RightToeBase', Weight: 0.195382 +Vertex 97: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023181 + Group: 'mixamorig:RightFoot', Weight: 0.796150 + Group: 'mixamorig:RightToeBase', Weight: 0.180669 +Vertex 98: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012451 + Group: 'mixamorig:RightFoot', Weight: 0.814034 + Group: 'mixamorig:RightToeBase', Weight: 0.173515 +Vertex 99: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.017608 + Group: 'mixamorig:RightFoot', Weight: 0.806608 + Group: 'mixamorig:RightToeBase', Weight: 0.175785 +Vertex 100: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.182313 + Group: 'mixamorig:RightFoot', Weight: 0.741588 + Group: 'mixamorig:RightToeBase', Weight: 0.076099 +Vertex 101: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.116299 + Group: 'mixamorig:RightFoot', Weight: 0.808360 + Group: 'mixamorig:RightToeBase', Weight: 0.075341 +Vertex 102: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.070950 + Group: 'mixamorig:RightFoot', Weight: 0.856020 + Group: 'mixamorig:RightToeBase', Weight: 0.073031 +Vertex 103: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.045934 + Group: 'mixamorig:RightFoot', Weight: 0.887362 + Group: 'mixamorig:RightToeBase', Weight: 0.066705 +Vertex 104: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027691 + Group: 'mixamorig:RightFoot', Weight: 0.905183 + Group: 'mixamorig:RightToeBase', Weight: 0.067125 +Vertex 105: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.042520 + Group: 'mixamorig:RightFoot', Weight: 0.893538 + Group: 'mixamorig:RightToeBase', Weight: 0.063941 +Vertex 106: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.078259 + Group: 'mixamorig:RightFoot', Weight: 0.858490 + Group: 'mixamorig:RightToeBase', Weight: 0.063251 +Vertex 107: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.111055 + Group: 'mixamorig:RightFoot', Weight: 0.821260 + Group: 'mixamorig:RightToeBase', Weight: 0.067685 +Vertex 108: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051999 + Group: 'mixamorig:RightFoot', Weight: 0.925511 + Group: 'mixamorig:RightToeBase', Weight: 0.022490 +Vertex 109: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.080104 + Group: 'mixamorig:RightFoot', Weight: 0.898617 + Group: 'mixamorig:RightToeBase', Weight: 0.021279 +Vertex 110: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.149793 + Group: 'mixamorig:RightFoot', Weight: 0.829082 + Group: 'mixamorig:RightToeBase', Weight: 0.021124 +Vertex 111: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.188326 + Group: 'mixamorig:RightFoot', Weight: 0.789811 + Group: 'mixamorig:RightToeBase', Weight: 0.021863 +Vertex 112: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.063575 + Group: 'mixamorig:RightFoot', Weight: 0.906813 + Group: 'mixamorig:RightToeBase', Weight: 0.029612 +Vertex 113: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.095502 + Group: 'mixamorig:RightFoot', Weight: 0.874364 + Group: 'mixamorig:RightToeBase', Weight: 0.030134 +Vertex 114: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.163761 + Group: 'mixamorig:RightFoot', Weight: 0.806099 + Group: 'mixamorig:RightToeBase', Weight: 0.030141 +Vertex 115: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.228872 + Group: 'mixamorig:RightFoot', Weight: 0.739741 + Group: 'mixamorig:RightToeBase', Weight: 0.031386 +Vertex 116: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.069416 + Group: 'mixamorig:RightFoot', Weight: 0.920348 + Group: 'mixamorig:RightToeBase', Weight: 0.010236 +Vertex 117: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.061084 + Group: 'mixamorig:RightFoot', Weight: 0.924730 + Group: 'mixamorig:RightToeBase', Weight: 0.014186 +Vertex 118: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.071030 + Group: 'mixamorig:RightFoot', Weight: 0.920078 + Group: 'mixamorig:RightToeBase', Weight: 0.008892 +Vertex 119: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.069443 + Group: 'mixamorig:RightFoot', Weight: 0.919601 + Group: 'mixamorig:RightToeBase', Weight: 0.010956 +Vertex 120: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.065106 + Group: 'mixamorig:RightFoot', Weight: 0.917964 + Group: 'mixamorig:RightToeBase', Weight: 0.016931 +Vertex 121: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.059929 + Group: 'mixamorig:RightFoot', Weight: 0.910473 + Group: 'mixamorig:RightToeBase', Weight: 0.029598 +Vertex 122: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.038682 + Group: 'mixamorig:RightFoot', Weight: 0.897772 + Group: 'mixamorig:RightToeBase', Weight: 0.063546 +Vertex 123: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.030114 + Group: 'mixamorig:RightFoot', Weight: 0.871125 + Group: 'mixamorig:RightToeBase', Weight: 0.098761 +Vertex 124: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.034164 + Group: 'mixamorig:RightFoot', Weight: 0.859568 + Group: 'mixamorig:RightToeBase', Weight: 0.106268 +Vertex 125: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.043805 + Group: 'mixamorig:RightFoot', Weight: 0.889298 + Group: 'mixamorig:RightToeBase', Weight: 0.066897 +Vertex 126: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019451 + Group: 'mixamorig:RightFoot', Weight: 0.809425 + Group: 'mixamorig:RightToeBase', Weight: 0.171124 +Vertex 127: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011008 + Group: 'mixamorig:RightFoot', Weight: 0.701281 + Group: 'mixamorig:RightToeBase', Weight: 0.287711 +Vertex 128: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012584 + Group: 'mixamorig:RightFoot', Weight: 0.703318 + Group: 'mixamorig:RightToeBase', Weight: 0.284098 +Vertex 129: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022008 + Group: 'mixamorig:RightFoot', Weight: 0.799334 + Group: 'mixamorig:RightToeBase', Weight: 0.178658 +Vertex 130: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006161 + Group: 'mixamorig:RightFoot', Weight: 0.574284 + Group: 'mixamorig:RightToeBase', Weight: 0.419555 +Vertex 131: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002398 + Group: 'mixamorig:RightFoot', Weight: 0.418910 + Group: 'mixamorig:RightToeBase', Weight: 0.578692 +Vertex 132: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.002588 + Group: 'mixamorig:RightFoot', Weight: 0.431739 + Group: 'mixamorig:RightToeBase', Weight: 0.565673 +Vertex 133: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006614 + Group: 'mixamorig:RightFoot', Weight: 0.586491 + Group: 'mixamorig:RightToeBase', Weight: 0.406894 +Vertex 134: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.224026 + Group: 'mixamorig:RightToeBase', Weight: 0.775974 +Vertex 135: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.153289 + Group: 'mixamorig:RightToeBase', Weight: 0.846711 +Vertex 136: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.153726 + Group: 'mixamorig:RightToeBase', Weight: 0.846274 +Vertex 137: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.224475 + Group: 'mixamorig:RightToeBase', Weight: 0.775525 +Vertex 138: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.134993 + Group: 'mixamorig:RightToeBase', Weight: 0.865007 +Vertex 139: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.136047 + Group: 'mixamorig:RightToeBase', Weight: 0.863953 +Vertex 140: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.140574 + Group: 'mixamorig:RightToeBase', Weight: 0.859426 +Vertex 141: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.137998 + Group: 'mixamorig:RightToeBase', Weight: 0.862002 +Vertex 142: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.165487 + Group: 'mixamorig:RightToeBase', Weight: 0.834513 +Vertex 143: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.163407 + Group: 'mixamorig:RightToeBase', Weight: 0.836593 +Vertex 144: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.189745 + Group: 'mixamorig:RightToeBase', Weight: 0.810255 +Vertex 145: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.192601 + Group: 'mixamorig:RightToeBase', Weight: 0.807399 +Vertex 146: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.254287 + Group: 'mixamorig:RightToeBase', Weight: 0.745713 +Vertex 147: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.251642 + Group: 'mixamorig:RightToeBase', Weight: 0.748358 +Vertex 148: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.000570 + Group: 'mixamorig:RightFoot', Weight: 0.406531 + Group: 'mixamorig:RightToeBase', Weight: 0.592899 +Vertex 149: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.003545 + Group: 'mixamorig:RightFoot', Weight: 0.578081 + Group: 'mixamorig:RightToeBase', Weight: 0.418373 +Vertex 150: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.000440 + Group: 'mixamorig:RightFoot', Weight: 0.401676 + Group: 'mixamorig:RightToeBase', Weight: 0.597883 +Vertex 151: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.003376 + Group: 'mixamorig:RightFoot', Weight: 0.572653 + Group: 'mixamorig:RightToeBase', Weight: 0.423971 +Vertex 152: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006977 + Group: 'mixamorig:RightFoot', Weight: 0.717391 + Group: 'mixamorig:RightToeBase', Weight: 0.275631 +Vertex 153: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012105 + Group: 'mixamorig:RightFoot', Weight: 0.811969 + Group: 'mixamorig:RightToeBase', Weight: 0.175926 +Vertex 154: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.006604 + Group: 'mixamorig:RightFoot', Weight: 0.711691 + Group: 'mixamorig:RightToeBase', Weight: 0.281705 +Vertex 155: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011264 + Group: 'mixamorig:RightFoot', Weight: 0.810853 + Group: 'mixamorig:RightToeBase', Weight: 0.177883 +Vertex 156: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019391 + Group: 'mixamorig:RightFoot', Weight: 0.870977 + Group: 'mixamorig:RightToeBase', Weight: 0.109632 +Vertex 157: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026948 + Group: 'mixamorig:RightFoot', Weight: 0.905764 + Group: 'mixamorig:RightToeBase', Weight: 0.067288 +Vertex 158: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.017976 + Group: 'mixamorig:RightFoot', Weight: 0.872840 + Group: 'mixamorig:RightToeBase', Weight: 0.109184 +Vertex 159: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024668 + Group: 'mixamorig:RightFoot', Weight: 0.909125 + Group: 'mixamorig:RightToeBase', Weight: 0.066207 +Vertex 160: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.036906 + Group: 'mixamorig:RightFoot', Weight: 0.923958 + Group: 'mixamorig:RightToeBase', Weight: 0.039136 +Vertex 161: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.049632 + Group: 'mixamorig:RightFoot', Weight: 0.927505 + Group: 'mixamorig:RightToeBase', Weight: 0.022863 +Vertex 162: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.032318 + Group: 'mixamorig:RightFoot', Weight: 0.928870 + Group: 'mixamorig:RightToeBase', Weight: 0.038813 +Vertex 163: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.053193 + Group: 'mixamorig:RightFoot', Weight: 0.934614 + Group: 'mixamorig:RightToeBase', Weight: 0.012193 +Vertex 164: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.054379 + Group: 'mixamorig:RightFoot', Weight: 0.934400 + Group: 'mixamorig:RightToeBase', Weight: 0.011222 +Vertex 165: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.047258 + Group: 'mixamorig:RightFoot', Weight: 0.937307 + Group: 'mixamorig:RightToeBase', Weight: 0.015435 +Vertex 166: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.030419 + Group: 'mixamorig:RightFoot', Weight: 0.937487 + Group: 'mixamorig:RightToeBase', Weight: 0.032094 +Vertex 167: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.038466 + Group: 'mixamorig:RightFoot', Weight: 0.939430 + Group: 'mixamorig:RightToeBase', Weight: 0.022103 +Vertex 168: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051109 + Group: 'mixamorig:RightFoot', Weight: 0.931259 + Group: 'mixamorig:RightToeBase', Weight: 0.017632 +Vertex 169: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046452 + Group: 'mixamorig:RightFoot', Weight: 0.926795 + Group: 'mixamorig:RightToeBase', Weight: 0.026754 +Vertex 170: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.054238 + Group: 'mixamorig:RightFoot', Weight: 0.932848 + Group: 'mixamorig:RightToeBase', Weight: 0.012914 +Vertex 171: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.047901 + Group: 'mixamorig:RightFoot', Weight: 0.909692 + Group: 'mixamorig:RightToeBase', Weight: 0.042407 +Vertex 172: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.053512 + Group: 'mixamorig:RightFoot', Weight: 0.902245 + Group: 'mixamorig:RightToeBase', Weight: 0.044243 +Vertex 173: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.040791 + Group: 'mixamorig:RightFoot', Weight: 0.922185 + Group: 'mixamorig:RightToeBase', Weight: 0.037024 +Vertex 174: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.149160 + Group: 'mixamorig:RightToeBase', Weight: 0.850840 +Vertex 175: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.139808 + Group: 'mixamorig:RightToeBase', Weight: 0.860192 +Vertex 176: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.135202 + Group: 'mixamorig:RightToeBase', Weight: 0.864798 +Vertex 177: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.134961 + Group: 'mixamorig:RightToeBase', Weight: 0.865039 +Vertex 178: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.133078 + Group: 'mixamorig:RightToeBase', Weight: 0.866922 +Vertex 179: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.170040 + Group: 'mixamorig:RightToeBase', Weight: 0.829960 +Vertex 180: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.162002 + Group: 'mixamorig:RightToeBase', Weight: 0.837998 +Vertex 181: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.156745 + Group: 'mixamorig:RightToeBase', Weight: 0.843255 +Vertex 182: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.154707 + Group: 'mixamorig:RightToeBase', Weight: 0.845293 +Vertex 183: +Vertex groups: 2 + Group: 'mixamorig:RightFoot', Weight: 0.152108 + Group: 'mixamorig:RightToeBase', Weight: 0.847893 +Vertex 184: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.086238 + Group: 'mixamorig:RightFoot', Weight: 0.892120 + Group: 'mixamorig:RightToeBase', Weight: 0.021641 +Vertex 185: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.106444 + Group: 'mixamorig:RightFoot', Weight: 0.881671 + Group: 'mixamorig:RightToeBase', Weight: 0.011885 +Vertex 186: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.039127 + Group: 'mixamorig:RightFoot', Weight: 0.866480 + Group: 'mixamorig:RightToeBase', Weight: 0.094393 +Vertex 187: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.038421 + Group: 'mixamorig:RightFoot', Weight: 0.892672 + Group: 'mixamorig:RightToeBase', Weight: 0.068907 +Vertex 188: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051067 + Group: 'mixamorig:RightFoot', Weight: 0.821364 + Group: 'mixamorig:RightToeBase', Weight: 0.127568 +Vertex 189: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.060326 + Group: 'mixamorig:RightFoot', Weight: 0.858176 + Group: 'mixamorig:RightToeBase', Weight: 0.081498 +Vertex 190: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.050427 + Group: 'mixamorig:RightFoot', Weight: 0.912371 + Group: 'mixamorig:RightToeBase', Weight: 0.037202 +Vertex 191: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.071696 + Group: 'mixamorig:RightFoot', Weight: 0.908183 + Group: 'mixamorig:RightToeBase', Weight: 0.020121 +Vertex 192: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.070366 + Group: 'mixamorig:RightFoot', Weight: 0.880020 + Group: 'mixamorig:RightToeBase', Weight: 0.049614 +Vertex 193: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.079565 + Group: 'mixamorig:RightFoot', Weight: 0.887001 + Group: 'mixamorig:RightToeBase', Weight: 0.033434 +Vertex 194: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.109478 + Group: 'mixamorig:RightFoot', Weight: 0.882661 + Group: 'mixamorig:RightToeBase', Weight: 0.007861 +Vertex 195: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.096970 + Group: 'mixamorig:RightFoot', Weight: 0.892858 + Group: 'mixamorig:RightToeBase', Weight: 0.010172 +Vertex 196: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.080903 + Group: 'mixamorig:RightFoot', Weight: 0.904153 + Group: 'mixamorig:RightToeBase', Weight: 0.014944 +Vertex 197: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016237 + Group: 'mixamorig:RightFoot', Weight: 0.882054 + Group: 'mixamorig:RightToeBase', Weight: 0.101709 +Vertex 198: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025121 + Group: 'mixamorig:RightFoot', Weight: 0.933970 + Group: 'mixamorig:RightToeBase', Weight: 0.040908 +Vertex 199: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.212241 + Group: 'mixamorig:RightFoot', Weight: 0.659972 + Group: 'mixamorig:RightToeBase', Weight: 0.127788 +Vertex 200: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.126920 + Group: 'mixamorig:RightFoot', Weight: 0.725895 + Group: 'mixamorig:RightToeBase', Weight: 0.147185 +Vertex 201: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.053080 + Group: 'mixamorig:RightFoot', Weight: 0.808202 + Group: 'mixamorig:RightToeBase', Weight: 0.138718 +Vertex 202: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016706 + Group: 'mixamorig:RightFoot', Weight: 0.888955 + Group: 'mixamorig:RightToeBase', Weight: 0.094339 +Vertex 203: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090853 + Group: 'mixamorig:RightFoot', Weight: 0.773157 + Group: 'mixamorig:RightToeBase', Weight: 0.135990 +Vertex 204: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.109609 + Group: 'mixamorig:RightFoot', Weight: 0.824218 + Group: 'mixamorig:RightToeBase', Weight: 0.066172 +Vertex 205: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.138464 + Group: 'mixamorig:RightFoot', Weight: 0.821120 + Group: 'mixamorig:RightToeBase', Weight: 0.040416 +Vertex 206: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.182418 + Group: 'mixamorig:RightFoot', Weight: 0.794845 + Group: 'mixamorig:RightToeBase', Weight: 0.022738 +Vertex 207: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.358263 + Group: 'mixamorig:RightFoot', Weight: 0.628059 + Group: 'mixamorig:RightToeBase', Weight: 0.013679 +Vertex 208: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000011 + Group: 'mixamorig:RightLeg', Weight: 0.468233 + Group: 'mixamorig:RightFoot', Weight: 0.521366 + Group: 'mixamorig:RightToeBase', Weight: 0.010390 +Vertex 209: +Vertex groups: 4 + Group: 'mixamorig:RightUpLeg', Weight: 0.000023 + Group: 'mixamorig:RightLeg', Weight: 0.559967 + Group: 'mixamorig:RightFoot', Weight: 0.432159 + Group: 'mixamorig:RightToeBase', Weight: 0.007852 +Vertex 210: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.223785 + Group: 'mixamorig:RightFoot', Weight: 0.764881 + Group: 'mixamorig:RightToeBase', Weight: 0.011335 +Vertex 211: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.246659 + Group: 'mixamorig:RightFoot', Weight: 0.732343 + Group: 'mixamorig:RightToeBase', Weight: 0.020998 +Vertex 212: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.217030 + Group: 'mixamorig:RightFoot', Weight: 0.750689 + Group: 'mixamorig:RightToeBase', Weight: 0.032281 +Vertex 213: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.197002 + Group: 'mixamorig:RightFoot', Weight: 0.755664 + Group: 'mixamorig:RightToeBase', Weight: 0.047334 +Vertex 214: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.159209 + Group: 'mixamorig:RightFoot', Weight: 0.762635 + Group: 'mixamorig:RightToeBase', Weight: 0.078156 +Vertex 215: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.159099 + Group: 'mixamorig:RightFoot', Weight: 0.732030 + Group: 'mixamorig:RightToeBase', Weight: 0.108871 +Vertex 216: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.129599 + Group: 'mixamorig:RightFoot', Weight: 0.727240 + Group: 'mixamorig:RightToeBase', Weight: 0.143161 +Vertex 217: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.094807 + Group: 'mixamorig:RightFoot', Weight: 0.728788 + Group: 'mixamorig:RightToeBase', Weight: 0.176405 +Vertex 218: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.093890 + Group: 'mixamorig:RightFoot', Weight: 0.729775 + Group: 'mixamorig:RightToeBase', Weight: 0.176335 +Vertex 219: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.148202 + Group: 'mixamorig:RightFoot', Weight: 0.818322 + Group: 'mixamorig:RightToeBase', Weight: 0.033476 +Vertex 220: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.176360 + Group: 'mixamorig:RightFoot', Weight: 0.804143 + Group: 'mixamorig:RightToeBase', Weight: 0.019497 +Vertex 221: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.204484 + Group: 'mixamorig:RightFoot', Weight: 0.784868 + Group: 'mixamorig:RightToeBase', Weight: 0.010648 +Vertex 222: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.237197 + Group: 'mixamorig:RightFoot', Weight: 0.755952 + Group: 'mixamorig:RightToeBase', Weight: 0.006851 +Vertex 223: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.215100 + Group: 'mixamorig:RightFoot', Weight: 0.775721 + Group: 'mixamorig:RightToeBase', Weight: 0.009178 +Vertex 224: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.192310 + Group: 'mixamorig:RightFoot', Weight: 0.794388 + Group: 'mixamorig:RightToeBase', Weight: 0.013301 +Vertex 225: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.133600 + Group: 'mixamorig:RightFoot', Weight: 0.843563 + Group: 'mixamorig:RightToeBase', Weight: 0.022837 +Vertex 226: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.105721 + Group: 'mixamorig:RightFoot', Weight: 0.854523 + Group: 'mixamorig:RightToeBase', Weight: 0.039755 +Vertex 227: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.088848 + Group: 'mixamorig:RightFoot', Weight: 0.844608 + Group: 'mixamorig:RightToeBase', Weight: 0.066544 +Vertex 228: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.080347 + Group: 'mixamorig:RightFoot', Weight: 0.811808 + Group: 'mixamorig:RightToeBase', Weight: 0.107845 +Vertex 229: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090511 + Group: 'mixamorig:RightFoot', Weight: 0.772645 + Group: 'mixamorig:RightToeBase', Weight: 0.136844 +Vertex 230: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.074097 + Group: 'mixamorig:RightFoot', Weight: 0.734904 + Group: 'mixamorig:RightToeBase', Weight: 0.190999 +Vertex 231: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.088891 + Group: 'mixamorig:RightFoot', Weight: 0.758229 + Group: 'mixamorig:RightToeBase', Weight: 0.152880 +Vertex 232: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.088915 + Group: 'mixamorig:RightFoot', Weight: 0.777693 + Group: 'mixamorig:RightToeBase', Weight: 0.133392 +Vertex 233: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.103755 + Group: 'mixamorig:RightFoot', Weight: 0.810824 + Group: 'mixamorig:RightToeBase', Weight: 0.085421 +Vertex 234: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.124329 + Group: 'mixamorig:RightFoot', Weight: 0.823165 + Group: 'mixamorig:RightToeBase', Weight: 0.052505 +Vertex 235: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.082064 + Group: 'mixamorig:LeftFoot', Weight: 0.741202 + Group: 'mixamorig:LeftToeBase', Weight: 0.176735 +Vertex 236: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.039611 + Group: 'mixamorig:LeftFoot', Weight: 0.777933 + Group: 'mixamorig:LeftToeBase', Weight: 0.182456 +Vertex 237: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.064232 + Group: 'mixamorig:LeftFoot', Weight: 0.814272 + Group: 'mixamorig:LeftToeBase', Weight: 0.121496 +Vertex 238: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.158300 + Group: 'mixamorig:LeftFoot', Weight: 0.720891 + Group: 'mixamorig:LeftToeBase', Weight: 0.120809 +Vertex 239: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.209217 + Group: 'mixamorig:LeftFoot', Weight: 0.674712 + Group: 'mixamorig:LeftToeBase', Weight: 0.116070 +Vertex 240: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.097460 + Group: 'mixamorig:LeftFoot', Weight: 0.736380 + Group: 'mixamorig:LeftToeBase', Weight: 0.166159 +Vertex 241: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.036597 + Group: 'mixamorig:LeftFoot', Weight: 0.718607 + Group: 'mixamorig:LeftToeBase', Weight: 0.244796 +Vertex 242: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026026 + Group: 'mixamorig:LeftFoot', Weight: 0.699554 + Group: 'mixamorig:LeftToeBase', Weight: 0.274420 +Vertex 243: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013521 + Group: 'mixamorig:LeftFoot', Weight: 0.638474 + Group: 'mixamorig:LeftToeBase', Weight: 0.348005 +Vertex 244: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.011694 + Group: 'mixamorig:LeftFoot', Weight: 0.616271 + Group: 'mixamorig:LeftToeBase', Weight: 0.372035 +Vertex 245: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.034037 + Group: 'mixamorig:LeftFoot', Weight: 0.729134 + Group: 'mixamorig:LeftToeBase', Weight: 0.236829 +Vertex 246: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.004317 + Group: 'mixamorig:LeftFoot', Weight: 0.503523 + Group: 'mixamorig:LeftToeBase', Weight: 0.492160 +Vertex 247: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.003652 + Group: 'mixamorig:LeftFoot', Weight: 0.460442 + Group: 'mixamorig:LeftToeBase', Weight: 0.535907 +Vertex 248: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.325439 + Group: 'mixamorig:LeftToeBase', Weight: 0.674562 +Vertex 249: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.004221 + Group: 'mixamorig:LeftFoot', Weight: 0.525718 + Group: 'mixamorig:LeftToeBase', Weight: 0.470061 +Vertex 250: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.343600 + Group: 'mixamorig:LeftToeBase', Weight: 0.656400 +Vertex 251: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.293797 + Group: 'mixamorig:LeftToeBase', Weight: 0.706203 +Vertex 252: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.236421 + Group: 'mixamorig:LeftToeBase', Weight: 0.763579 +Vertex 253: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.215042 + Group: 'mixamorig:LeftToeBase', Weight: 0.784958 +Vertex 254: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.262760 + Group: 'mixamorig:LeftToeBase', Weight: 0.737240 +Vertex 255: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.002798 + Group: 'mixamorig:LeftFoot', Weight: 0.428732 + Group: 'mixamorig:LeftToeBase', Weight: 0.568470 +Vertex 256: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.178714 + Group: 'mixamorig:LeftToeBase', Weight: 0.821286 +Vertex 257: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.243642 + Group: 'mixamorig:LeftToeBase', Weight: 0.756358 +Vertex 258: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.194385 + Group: 'mixamorig:LeftToeBase', Weight: 0.805615 +Vertex 259: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.173082 + Group: 'mixamorig:LeftToeBase', Weight: 0.826918 +Vertex 260: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.236914 + Group: 'mixamorig:LeftToeBase', Weight: 0.763086 +Vertex 261: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.161801 + Group: 'mixamorig:LeftToeBase', Weight: 0.838199 +Vertex 262: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.168733 + Group: 'mixamorig:LeftToeBase', Weight: 0.831267 +Vertex 263: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.175411 + Group: 'mixamorig:LeftToeBase', Weight: 0.824589 +Vertex 264: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.191526 + Group: 'mixamorig:LeftToeBase', Weight: 0.808474 +Vertex 265: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.208209 + Group: 'mixamorig:LeftToeBase', Weight: 0.791791 +Vertex 266: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.002025 + Group: 'mixamorig:LeftFoot', Weight: 0.411596 + Group: 'mixamorig:LeftToeBase', Weight: 0.586379 +Vertex 267: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.001602 + Group: 'mixamorig:LeftFoot', Weight: 0.403411 + Group: 'mixamorig:LeftToeBase', Weight: 0.594987 +Vertex 268: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.005862 + Group: 'mixamorig:LeftFoot', Weight: 0.572238 + Group: 'mixamorig:LeftToeBase', Weight: 0.421900 +Vertex 269: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.008162 + Group: 'mixamorig:LeftFoot', Weight: 0.581009 + Group: 'mixamorig:LeftToeBase', Weight: 0.410828 +Vertex 270: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.010702 + Group: 'mixamorig:LeftFoot', Weight: 0.599332 + Group: 'mixamorig:LeftToeBase', Weight: 0.389966 +Vertex 271: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.249197 + Group: 'mixamorig:LeftToeBase', Weight: 0.750803 +Vertex 272: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.000030 + Group: 'mixamorig:LeftFoot', Weight: 0.340264 + Group: 'mixamorig:LeftToeBase', Weight: 0.659706 +Vertex 273: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.248943 + Group: 'mixamorig:LeftToeBase', Weight: 0.751057 +Vertex 274: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.328573 + Group: 'mixamorig:LeftToeBase', Weight: 0.671427 +Vertex 275: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.244202 + Group: 'mixamorig:LeftToeBase', Weight: 0.755798 +Vertex 276: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.332349 + Group: 'mixamorig:LeftToeBase', Weight: 0.667651 +Vertex 277: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.242697 + Group: 'mixamorig:LeftToeBase', Weight: 0.757303 +Vertex 278: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.003350 + Group: 'mixamorig:LeftFoot', Weight: 0.531214 + Group: 'mixamorig:LeftToeBase', Weight: 0.465436 +Vertex 279: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.003269 + Group: 'mixamorig:LeftFoot', Weight: 0.528298 + Group: 'mixamorig:LeftToeBase', Weight: 0.468433 +Vertex 280: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.003649 + Group: 'mixamorig:LeftFoot', Weight: 0.528294 + Group: 'mixamorig:LeftToeBase', Weight: 0.468057 +Vertex 281: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.219336 + Group: 'mixamorig:LeftToeBase', Weight: 0.780664 +Vertex 282: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.215073 + Group: 'mixamorig:LeftToeBase', Weight: 0.784927 +Vertex 283: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.212875 + Group: 'mixamorig:LeftToeBase', Weight: 0.787125 +Vertex 284: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.011388 + Group: 'mixamorig:LeftFoot', Weight: 0.649409 + Group: 'mixamorig:LeftToeBase', Weight: 0.339202 +Vertex 285: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.009533 + Group: 'mixamorig:LeftFoot', Weight: 0.662615 + Group: 'mixamorig:LeftToeBase', Weight: 0.327852 +Vertex 286: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024757 + Group: 'mixamorig:LeftFoot', Weight: 0.750900 + Group: 'mixamorig:LeftToeBase', Weight: 0.224344 +Vertex 287: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.080801 + Group: 'mixamorig:LeftFoot', Weight: 0.769134 + Group: 'mixamorig:LeftToeBase', Weight: 0.150065 +Vertex 288: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.151678 + Group: 'mixamorig:LeftFoot', Weight: 0.727145 + Group: 'mixamorig:LeftToeBase', Weight: 0.121177 +Vertex 289: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.206069 + Group: 'mixamorig:LeftFoot', Weight: 0.680701 + Group: 'mixamorig:LeftToeBase', Weight: 0.113230 +Vertex 290: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.142022 + Group: 'mixamorig:LeftFoot', Weight: 0.719664 + Group: 'mixamorig:LeftToeBase', Weight: 0.138313 +Vertex 291: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.141054 + Group: 'mixamorig:LeftFoot', Weight: 0.759287 + Group: 'mixamorig:LeftToeBase', Weight: 0.099659 +Vertex 292: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.150631 + Group: 'mixamorig:LeftFoot', Weight: 0.716584 + Group: 'mixamorig:LeftToeBase', Weight: 0.132785 +Vertex 293: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.096117 + Group: 'mixamorig:LeftFoot', Weight: 0.765924 + Group: 'mixamorig:LeftToeBase', Weight: 0.137959 +Vertex 294: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.096601 + Group: 'mixamorig:LeftFoot', Weight: 0.734180 + Group: 'mixamorig:LeftToeBase', Weight: 0.169218 +Vertex 295: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.137590 + Group: 'mixamorig:LeftFoot', Weight: 0.740131 + Group: 'mixamorig:LeftToeBase', Weight: 0.122279 +Vertex 296: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.097808 + Group: 'mixamorig:LeftFoot', Weight: 0.785805 + Group: 'mixamorig:LeftToeBase', Weight: 0.116387 +Vertex 297: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.086214 + Group: 'mixamorig:LeftFoot', Weight: 0.798491 + Group: 'mixamorig:LeftToeBase', Weight: 0.115295 +Vertex 298: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.045819 + Group: 'mixamorig:LeftFoot', Weight: 0.872546 + Group: 'mixamorig:LeftToeBase', Weight: 0.081636 +Vertex 299: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.078470 + Group: 'mixamorig:LeftFoot', Weight: 0.823578 + Group: 'mixamorig:LeftToeBase', Weight: 0.097953 +Vertex 300: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.046864 + Group: 'mixamorig:LeftFoot', Weight: 0.862769 + Group: 'mixamorig:LeftToeBase', Weight: 0.090367 +Vertex 301: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.047286 + Group: 'mixamorig:LeftFoot', Weight: 0.859216 + Group: 'mixamorig:LeftToeBase', Weight: 0.093498 +Vertex 302: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.130935 + Group: 'mixamorig:LeftFoot', Weight: 0.792882 + Group: 'mixamorig:LeftToeBase', Weight: 0.076183 +Vertex 303: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.133023 + Group: 'mixamorig:LeftFoot', Weight: 0.787033 + Group: 'mixamorig:LeftToeBase', Weight: 0.079944 +Vertex 304: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.140114 + Group: 'mixamorig:LeftFoot', Weight: 0.813897 + Group: 'mixamorig:LeftToeBase', Weight: 0.045990 +Vertex 305: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.137378 + Group: 'mixamorig:LeftFoot', Weight: 0.817847 + Group: 'mixamorig:LeftToeBase', Weight: 0.044775 +Vertex 306: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.046253 + Group: 'mixamorig:LeftFoot', Weight: 0.813398 + Group: 'mixamorig:LeftToeBase', Weight: 0.140349 +Vertex 307: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.072836 + Group: 'mixamorig:LeftFoot', Weight: 0.846471 + Group: 'mixamorig:LeftToeBase', Weight: 0.080693 +Vertex 308: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.096793 + Group: 'mixamorig:LeftFoot', Weight: 0.859843 + Group: 'mixamorig:LeftToeBase', Weight: 0.043364 +Vertex 309: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.018464 + Group: 'mixamorig:LeftFoot', Weight: 0.769184 + Group: 'mixamorig:LeftToeBase', Weight: 0.212352 +Vertex 310: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014525 + Group: 'mixamorig:LeftFoot', Weight: 0.771413 + Group: 'mixamorig:LeftToeBase', Weight: 0.214062 +Vertex 311: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.008461 + Group: 'mixamorig:LeftFoot', Weight: 0.669550 + Group: 'mixamorig:LeftToeBase', Weight: 0.321989 +Vertex 312: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.031863 + Group: 'mixamorig:LeftFoot', Weight: 0.841060 + Group: 'mixamorig:LeftToeBase', Weight: 0.127077 +Vertex 313: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.023248 + Group: 'mixamorig:LeftFoot', Weight: 0.849312 + Group: 'mixamorig:LeftToeBase', Weight: 0.127440 +Vertex 314: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014203 + Group: 'mixamorig:LeftFoot', Weight: 0.770087 + Group: 'mixamorig:LeftToeBase', Weight: 0.215710 +Vertex 315: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.008252 + Group: 'mixamorig:LeftFoot', Weight: 0.667650 + Group: 'mixamorig:LeftToeBase', Weight: 0.324098 +Vertex 316: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.022869 + Group: 'mixamorig:LeftFoot', Weight: 0.848990 + Group: 'mixamorig:LeftToeBase', Weight: 0.128141 +Vertex 317: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017756 + Group: 'mixamorig:LeftFoot', Weight: 0.702892 + Group: 'mixamorig:LeftToeBase', Weight: 0.279352 +Vertex 318: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.012171 + Group: 'mixamorig:LeftFoot', Weight: 0.711853 + Group: 'mixamorig:LeftToeBase', Weight: 0.275976 +Vertex 319: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.022531 + Group: 'mixamorig:LeftFoot', Weight: 0.797350 + Group: 'mixamorig:LeftToeBase', Weight: 0.180119 +Vertex 320: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.010130 + Group: 'mixamorig:LeftFoot', Weight: 0.717086 + Group: 'mixamorig:LeftToeBase', Weight: 0.272785 +Vertex 321: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016704 + Group: 'mixamorig:LeftFoot', Weight: 0.807545 + Group: 'mixamorig:LeftToeBase', Weight: 0.175751 +Vertex 322: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.009840 + Group: 'mixamorig:LeftFoot', Weight: 0.714506 + Group: 'mixamorig:LeftToeBase', Weight: 0.275654 +Vertex 323: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016140 + Group: 'mixamorig:LeftFoot', Weight: 0.806971 + Group: 'mixamorig:LeftToeBase', Weight: 0.176889 +Vertex 324: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024504 + Group: 'mixamorig:LeftFoot', Weight: 0.866579 + Group: 'mixamorig:LeftToeBase', Weight: 0.108918 +Vertex 325: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.035189 + Group: 'mixamorig:LeftFoot', Weight: 0.849541 + Group: 'mixamorig:LeftToeBase', Weight: 0.115269 +Vertex 326: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.047275 + Group: 'mixamorig:LeftFoot', Weight: 0.883845 + Group: 'mixamorig:LeftToeBase', Weight: 0.068880 +Vertex 327: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032395 + Group: 'mixamorig:LeftFoot', Weight: 0.901088 + Group: 'mixamorig:LeftToeBase', Weight: 0.066517 +Vertex 328: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.082494 + Group: 'mixamorig:LeftFoot', Weight: 0.845921 + Group: 'mixamorig:LeftToeBase', Weight: 0.071585 +Vertex 329: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.142904 + Group: 'mixamorig:LeftFoot', Weight: 0.785890 + Group: 'mixamorig:LeftToeBase', Weight: 0.071205 +Vertex 330: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.133734 + Group: 'mixamorig:LeftFoot', Weight: 0.806574 + Group: 'mixamorig:LeftToeBase', Weight: 0.059692 +Vertex 331: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.143292 + Group: 'mixamorig:LeftFoot', Weight: 0.813079 + Group: 'mixamorig:LeftToeBase', Weight: 0.043629 +Vertex 332: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.140931 + Group: 'mixamorig:LeftFoot', Weight: 0.815588 + Group: 'mixamorig:LeftToeBase', Weight: 0.043480 +Vertex 333: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.092327 + Group: 'mixamorig:LeftFoot', Weight: 0.839097 + Group: 'mixamorig:LeftToeBase', Weight: 0.068577 +Vertex 334: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.091759 + Group: 'mixamorig:LeftFoot', Weight: 0.866293 + Group: 'mixamorig:LeftToeBase', Weight: 0.041947 +Vertex 335: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.172412 + Group: 'mixamorig:LeftFoot', Weight: 0.803737 + Group: 'mixamorig:LeftToeBase', Weight: 0.023851 +Vertex 336: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.165336 + Group: 'mixamorig:LeftFoot', Weight: 0.809837 + Group: 'mixamorig:LeftToeBase', Weight: 0.024827 +Vertex 337: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.099293 + Group: 'mixamorig:LeftFoot', Weight: 0.859578 + Group: 'mixamorig:LeftToeBase', Weight: 0.041129 +Vertex 338: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.120687 + Group: 'mixamorig:LeftFoot', Weight: 0.856410 + Group: 'mixamorig:LeftToeBase', Weight: 0.022902 +Vertex 339: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.059504 + Group: 'mixamorig:LeftFoot', Weight: 0.900657 + Group: 'mixamorig:LeftToeBase', Weight: 0.039839 +Vertex 340: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.076607 + Group: 'mixamorig:LeftFoot', Weight: 0.900003 + Group: 'mixamorig:LeftToeBase', Weight: 0.023390 +Vertex 341: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.094430 + Group: 'mixamorig:LeftFoot', Weight: 0.892098 + Group: 'mixamorig:LeftToeBase', Weight: 0.013472 +Vertex 342: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.163310 + Group: 'mixamorig:LeftFoot', Weight: 0.824023 + Group: 'mixamorig:LeftToeBase', Weight: 0.012666 +Vertex 343: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.054506 + Group: 'mixamorig:LeftFoot', Weight: 0.922292 + Group: 'mixamorig:LeftToeBase', Weight: 0.023202 +Vertex 344: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.065363 + Group: 'mixamorig:LeftFoot', Weight: 0.920739 + Group: 'mixamorig:LeftToeBase', Weight: 0.013898 +Vertex 345: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.040980 + Group: 'mixamorig:LeftFoot', Weight: 0.919690 + Group: 'mixamorig:LeftToeBase', Weight: 0.039331 +Vertex 346: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.031449 + Group: 'mixamorig:LeftFoot', Weight: 0.901457 + Group: 'mixamorig:LeftToeBase', Weight: 0.067094 +Vertex 347: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.040183 + Group: 'mixamorig:LeftFoot', Weight: 0.921168 + Group: 'mixamorig:LeftToeBase', Weight: 0.038649 +Vertex 348: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024022 + Group: 'mixamorig:LeftFoot', Weight: 0.868643 + Group: 'mixamorig:LeftToeBase', Weight: 0.107335 +Vertex 349: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015197 + Group: 'mixamorig:LeftFoot', Weight: 0.806335 + Group: 'mixamorig:LeftToeBase', Weight: 0.178468 +Vertex 350: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.022583 + Group: 'mixamorig:LeftFoot', Weight: 0.872457 + Group: 'mixamorig:LeftToeBase', Weight: 0.104960 +Vertex 351: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.020962 + Group: 'mixamorig:LeftFoot', Weight: 0.848359 + Group: 'mixamorig:LeftToeBase', Weight: 0.130679 +Vertex 352: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030927 + Group: 'mixamorig:LeftFoot', Weight: 0.898444 + Group: 'mixamorig:LeftToeBase', Weight: 0.070629 +Vertex 353: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032809 + Group: 'mixamorig:LeftFoot', Weight: 0.896004 + Group: 'mixamorig:LeftToeBase', Weight: 0.071187 +Vertex 354: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.039235 + Group: 'mixamorig:LeftFoot', Weight: 0.918756 + Group: 'mixamorig:LeftToeBase', Weight: 0.042009 +Vertex 355: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.042542 + Group: 'mixamorig:LeftFoot', Weight: 0.915047 + Group: 'mixamorig:LeftToeBase', Weight: 0.042411 +Vertex 356: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.033744 + Group: 'mixamorig:LeftFoot', Weight: 0.894715 + Group: 'mixamorig:LeftToeBase', Weight: 0.071540 +Vertex 357: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.044183 + Group: 'mixamorig:LeftFoot', Weight: 0.914221 + Group: 'mixamorig:LeftToeBase', Weight: 0.041596 +Vertex 358: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013278 + Group: 'mixamorig:LeftFoot', Weight: 0.760757 + Group: 'mixamorig:LeftToeBase', Weight: 0.225965 +Vertex 359: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.007715 + Group: 'mixamorig:LeftFoot', Weight: 0.659708 + Group: 'mixamorig:LeftToeBase', Weight: 0.332577 +Vertex 360: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.009398 + Group: 'mixamorig:LeftFoot', Weight: 0.708058 + Group: 'mixamorig:LeftToeBase', Weight: 0.282544 +Vertex 361: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.004998 + Group: 'mixamorig:LeftFoot', Weight: 0.574295 + Group: 'mixamorig:LeftToeBase', Weight: 0.420708 +Vertex 362: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029577 + Group: 'mixamorig:LeftFoot', Weight: 0.905378 + Group: 'mixamorig:LeftToeBase', Weight: 0.065045 +Vertex 363: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.036721 + Group: 'mixamorig:LeftFoot', Weight: 0.925289 + Group: 'mixamorig:LeftToeBase', Weight: 0.037990 +Vertex 364: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.048574 + Group: 'mixamorig:LeftFoot', Weight: 0.925293 + Group: 'mixamorig:LeftToeBase', Weight: 0.026133 +Vertex 365: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.005136 + Group: 'mixamorig:LeftFoot', Weight: 0.576973 + Group: 'mixamorig:LeftToeBase', Weight: 0.417891 +Vertex 366: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.005211 + Group: 'mixamorig:LeftFoot', Weight: 0.575764 + Group: 'mixamorig:LeftToeBase', Weight: 0.419024 +Vertex 367: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.000848 + Group: 'mixamorig:LeftFoot', Weight: 0.400015 + Group: 'mixamorig:LeftToeBase', Weight: 0.599137 +Vertex 368: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.000909 + Group: 'mixamorig:LeftFoot', Weight: 0.401753 + Group: 'mixamorig:LeftToeBase', Weight: 0.597338 +Vertex 369: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.000965 + Group: 'mixamorig:LeftFoot', Weight: 0.400700 + Group: 'mixamorig:LeftToeBase', Weight: 0.598334 +Vertex 370: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.064833 + Group: 'mixamorig:LeftFoot', Weight: 0.917845 + Group: 'mixamorig:LeftToeBase', Weight: 0.017322 +Vertex 371: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.072112 + Group: 'mixamorig:LeftFoot', Weight: 0.917064 + Group: 'mixamorig:LeftToeBase', Weight: 0.010824 +Vertex 372: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.069321 + Group: 'mixamorig:LeftFoot', Weight: 0.919543 + Group: 'mixamorig:LeftToeBase', Weight: 0.011136 +Vertex 373: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.061844 + Group: 'mixamorig:LeftFoot', Weight: 0.920592 + Group: 'mixamorig:LeftToeBase', Weight: 0.017563 +Vertex 374: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.098948 + Group: 'mixamorig:LeftFoot', Weight: 0.891492 + Group: 'mixamorig:LeftToeBase', Weight: 0.009561 +Vertex 375: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.091076 + Group: 'mixamorig:LeftFoot', Weight: 0.892373 + Group: 'mixamorig:LeftToeBase', Weight: 0.016552 +Vertex 376: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.162875 + Group: 'mixamorig:LeftFoot', Weight: 0.828655 + Group: 'mixamorig:LeftToeBase', Weight: 0.008470 +Vertex 377: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.207460 + Group: 'mixamorig:LeftFoot', Weight: 0.788342 + Group: 'mixamorig:LeftToeBase', Weight: 0.004198 +Vertex 378: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.109409 + Group: 'mixamorig:LeftFoot', Weight: 0.884633 + Group: 'mixamorig:LeftToeBase', Weight: 0.005958 +Vertex 379: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.140989 + Group: 'mixamorig:LeftFoot', Weight: 0.842411 + Group: 'mixamorig:LeftToeBase', Weight: 0.016601 +Vertex 380: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.055379 + Group: 'mixamorig:LeftFoot', Weight: 0.918824 + Group: 'mixamorig:LeftToeBase', Weight: 0.025797 +Vertex 381: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.080575 + Group: 'mixamorig:LeftFoot', Weight: 0.893240 + Group: 'mixamorig:LeftToeBase', Weight: 0.026185 +Vertex 382: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.052478 + Group: 'mixamorig:LeftFoot', Weight: 0.921593 + Group: 'mixamorig:LeftToeBase', Weight: 0.025928 +Vertex 383: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.062801 + Group: 'mixamorig:LeftFoot', Weight: 0.896117 + Group: 'mixamorig:LeftToeBase', Weight: 0.041082 +Vertex 384: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.047926 + Group: 'mixamorig:LeftFoot', Weight: 0.878358 + Group: 'mixamorig:LeftToeBase', Weight: 0.073716 +Vertex 385: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.120272 + Group: 'mixamorig:LeftFoot', Weight: 0.853514 + Group: 'mixamorig:LeftToeBase', Weight: 0.026214 +Vertex 386: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.169366 + Group: 'mixamorig:LeftFoot', Weight: 0.804469 + Group: 'mixamorig:LeftToeBase', Weight: 0.026165 +Vertex 387: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.195057 + Group: 'mixamorig:LeftFoot', Weight: 0.788348 + Group: 'mixamorig:LeftToeBase', Weight: 0.016595 +Vertex 388: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.160106 + Group: 'mixamorig:LeftFoot', Weight: 0.813456 + Group: 'mixamorig:LeftToeBase', Weight: 0.026438 +Vertex 389: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.191830 + Group: 'mixamorig:LeftFoot', Weight: 0.791420 + Group: 'mixamorig:LeftToeBase', Weight: 0.016750 +Vertex 390: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.229475 + Group: 'mixamorig:LeftFoot', Weight: 0.760472 + Group: 'mixamorig:LeftToeBase', Weight: 0.010053 +Vertex 391: +Vertex groups: 4 + Group: 'mixamorig:LeftUpLeg', Weight: 0.000010 + Group: 'mixamorig:LeftLeg', Weight: 0.448406 + Group: 'mixamorig:LeftFoot', Weight: 0.545637 + Group: 'mixamorig:LeftToeBase', Weight: 0.005947 +Vertex 392: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.209413 + Group: 'mixamorig:LeftFoot', Weight: 0.782619 + Group: 'mixamorig:LeftToeBase', Weight: 0.007968 +Vertex 393: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.219898 + Group: 'mixamorig:LeftFoot', Weight: 0.775250 + Group: 'mixamorig:LeftToeBase', Weight: 0.004852 +Vertex 394: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.107493 + Group: 'mixamorig:LeftFoot', Weight: 0.863857 + Group: 'mixamorig:LeftToeBase', Weight: 0.028650 +Vertex 395: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.130721 + Group: 'mixamorig:LeftFoot', Weight: 0.850555 + Group: 'mixamorig:LeftToeBase', Weight: 0.018725 +Vertex 396: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.066213 + Group: 'mixamorig:LeftFoot', Weight: 0.905690 + Group: 'mixamorig:LeftToeBase', Weight: 0.028097 +Vertex 397: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.083815 + Group: 'mixamorig:LeftFoot', Weight: 0.863099 + Group: 'mixamorig:LeftToeBase', Weight: 0.053086 +Vertex 398: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056068 + Group: 'mixamorig:LeftFoot', Weight: 0.900659 + Group: 'mixamorig:LeftToeBase', Weight: 0.043273 +Vertex 399: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.077639 + Group: 'mixamorig:LeftFoot', Weight: 0.904108 + Group: 'mixamorig:LeftToeBase', Weight: 0.018253 +Vertex 400: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.077558 + Group: 'mixamorig:LeftFoot', Weight: 0.915502 + Group: 'mixamorig:LeftToeBase', Weight: 0.006940 +Vertex 401: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.077232 + Group: 'mixamorig:LeftFoot', Weight: 0.915178 + Group: 'mixamorig:LeftToeBase', Weight: 0.007591 +Vertex 402: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.116046 + Group: 'mixamorig:LeftFoot', Weight: 0.878279 + Group: 'mixamorig:LeftToeBase', Weight: 0.005675 +Vertex 403: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.074241 + Group: 'mixamorig:LeftFoot', Weight: 0.916643 + Group: 'mixamorig:LeftToeBase', Weight: 0.009116 +Vertex 404: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.071294 + Group: 'mixamorig:LeftFoot', Weight: 0.919463 + Group: 'mixamorig:LeftToeBase', Weight: 0.009242 +Vertex 405: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.075105 + Group: 'mixamorig:LeftFoot', Weight: 0.917693 + Group: 'mixamorig:LeftToeBase', Weight: 0.007202 +Vertex 406: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.106559 + Group: 'mixamorig:LeftFoot', Weight: 0.885898 + Group: 'mixamorig:LeftToeBase', Weight: 0.007543 +Vertex 407: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.220578 + Group: 'mixamorig:LeftFoot', Weight: 0.774726 + Group: 'mixamorig:LeftToeBase', Weight: 0.004695 +Vertex 408: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.203388 + Group: 'mixamorig:LeftFoot', Weight: 0.789554 + Group: 'mixamorig:LeftToeBase', Weight: 0.007059 +Vertex 409: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.209949 + Group: 'mixamorig:LeftFoot', Weight: 0.773220 + Group: 'mixamorig:LeftToeBase', Weight: 0.016830 +Vertex 410: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.256691 + Group: 'mixamorig:LeftFoot', Weight: 0.736068 + Group: 'mixamorig:LeftToeBase', Weight: 0.007240 +Vertex 411: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.206479 + Group: 'mixamorig:LeftFoot', Weight: 0.776132 + Group: 'mixamorig:LeftToeBase', Weight: 0.017389 +Vertex 412: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.253709 + Group: 'mixamorig:LeftFoot', Weight: 0.738885 + Group: 'mixamorig:LeftToeBase', Weight: 0.007406 +Vertex 413: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.274055 + Group: 'mixamorig:LeftFoot', Weight: 0.720809 + Group: 'mixamorig:LeftToeBase', Weight: 0.005136 +Vertex 414: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.273708 + Group: 'mixamorig:LeftFoot', Weight: 0.721150 + Group: 'mixamorig:LeftToeBase', Weight: 0.005142 +Vertex 415: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.062610 + Group: 'mixamorig:LeftFoot', Weight: 0.923333 + Group: 'mixamorig:LeftToeBase', Weight: 0.014057 +Vertex 416: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051153 + Group: 'mixamorig:LeftFoot', Weight: 0.933598 + Group: 'mixamorig:LeftToeBase', Weight: 0.015249 +Vertex 417: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056828 + Group: 'mixamorig:LeftFoot', Weight: 0.931972 + Group: 'mixamorig:LeftToeBase', Weight: 0.011200 +Vertex 418: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051700 + Group: 'mixamorig:LeftFoot', Weight: 0.924984 + Group: 'mixamorig:LeftToeBase', Weight: 0.023316 +Vertex 419: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.042989 + Group: 'mixamorig:LeftFoot', Weight: 0.934459 + Group: 'mixamorig:LeftToeBase', Weight: 0.022551 +Vertex 420: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.035801 + Group: 'mixamorig:LeftFoot', Weight: 0.932220 + Group: 'mixamorig:LeftToeBase', Weight: 0.031980 +Vertex 421: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.044574 + Group: 'mixamorig:LeftFoot', Weight: 0.929267 + Group: 'mixamorig:LeftToeBase', Weight: 0.026159 +Vertex 422: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051151 + Group: 'mixamorig:LeftFoot', Weight: 0.929859 + Group: 'mixamorig:LeftToeBase', Weight: 0.018990 +Vertex 423: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.057071 + Group: 'mixamorig:LeftFoot', Weight: 0.929873 + Group: 'mixamorig:LeftToeBase', Weight: 0.013056 +Vertex 424: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060779 + Group: 'mixamorig:LeftFoot', Weight: 0.929058 + Group: 'mixamorig:LeftToeBase', Weight: 0.010163 +Vertex 425: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.074220 + Group: 'mixamorig:LeftFoot', Weight: 0.917912 + Group: 'mixamorig:LeftToeBase', Weight: 0.007868 +Vertex 426: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060087 + Group: 'mixamorig:LeftFoot', Weight: 0.930386 + Group: 'mixamorig:LeftToeBase', Weight: 0.009527 +Vertex 427: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.033213 + Group: 'mixamorig:LeftFoot', Weight: 0.926379 + Group: 'mixamorig:LeftToeBase', Weight: 0.040408 +Vertex 428: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.046163 + Group: 'mixamorig:LeftFoot', Weight: 0.891256 + Group: 'mixamorig:LeftToeBase', Weight: 0.062581 +Vertex 429: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051159 + Group: 'mixamorig:LeftFoot', Weight: 0.912190 + Group: 'mixamorig:LeftToeBase', Weight: 0.036651 +Vertex 430: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.042734 + Group: 'mixamorig:LeftFoot', Weight: 0.854502 + Group: 'mixamorig:LeftToeBase', Weight: 0.102764 +Vertex 431: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.048903 + Group: 'mixamorig:LeftFoot', Weight: 0.841096 + Group: 'mixamorig:LeftToeBase', Weight: 0.110001 +Vertex 432: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.066440 + Group: 'mixamorig:LeftFoot', Weight: 0.909327 + Group: 'mixamorig:LeftToeBase', Weight: 0.024233 +Vertex 433: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.080694 + Group: 'mixamorig:LeftFoot', Weight: 0.904649 + Group: 'mixamorig:LeftToeBase', Weight: 0.014657 +Vertex 434: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.093628 + Group: 'mixamorig:LeftFoot', Weight: 0.897452 + Group: 'mixamorig:LeftToeBase', Weight: 0.008920 +Vertex 435: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.109690 + Group: 'mixamorig:LeftFoot', Weight: 0.884485 + Group: 'mixamorig:LeftToeBase', Weight: 0.005825 +Vertex 436: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.102665 + Group: 'mixamorig:LeftFoot', Weight: 0.890441 + Group: 'mixamorig:LeftToeBase', Weight: 0.006895 +Vertex 437: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.217375 + Group: 'mixamorig:LeftFoot', Weight: 0.777678 + Group: 'mixamorig:LeftToeBase', Weight: 0.004946 +Vertex 438: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.192481 + Group: 'mixamorig:LeftFoot', Weight: 0.802722 + Group: 'mixamorig:LeftToeBase', Weight: 0.004798 +Vertex 439: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.152624 + Group: 'mixamorig:LeftFoot', Weight: 0.836681 + Group: 'mixamorig:LeftToeBase', Weight: 0.010695 +Vertex 440: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.088170 + Group: 'mixamorig:LeftFoot', Weight: 0.899908 + Group: 'mixamorig:LeftToeBase', Weight: 0.011922 +Vertex 441: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.209825 + Group: 'mixamorig:LeftFoot', Weight: 0.782687 + Group: 'mixamorig:LeftToeBase', Weight: 0.007488 +Vertex 442: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.159320 + Group: 'mixamorig:LeftFoot', Weight: 0.827283 + Group: 'mixamorig:LeftToeBase', Weight: 0.013398 +Vertex 443: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.112273 + Group: 'mixamorig:LeftFoot', Weight: 0.862710 + Group: 'mixamorig:LeftToeBase', Weight: 0.025017 +Vertex 444: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.230278 + Group: 'mixamorig:LeftToeBase', Weight: 0.769722 +Vertex 445: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.166584 + Group: 'mixamorig:LeftToeBase', Weight: 0.833416 +Vertex 446: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.156283 + Group: 'mixamorig:LeftToeBase', Weight: 0.843717 +Vertex 447: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.154866 + Group: 'mixamorig:LeftToeBase', Weight: 0.845134 +Vertex 448: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.160735 + Group: 'mixamorig:LeftToeBase', Weight: 0.839265 +Vertex 449: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.160300 + Group: 'mixamorig:LeftToeBase', Weight: 0.839700 +Vertex 450: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.167044 + Group: 'mixamorig:LeftToeBase', Weight: 0.832956 +Vertex 451: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.152090 + Group: 'mixamorig:LeftToeBase', Weight: 0.847910 +Vertex 452: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.165857 + Group: 'mixamorig:LeftToeBase', Weight: 0.834144 +Vertex 453: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.229841 + Group: 'mixamorig:LeftToeBase', Weight: 0.770159 +Vertex 454: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.231218 + Group: 'mixamorig:LeftToeBase', Weight: 0.768782 +Vertex 455: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.329163 + Group: 'mixamorig:LeftToeBase', Weight: 0.670837 +Vertex 456: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.003091 + Group: 'mixamorig:LeftFoot', Weight: 0.520610 + Group: 'mixamorig:LeftToeBase', Weight: 0.476298 +Vertex 457: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.242112 + Group: 'mixamorig:LeftToeBase', Weight: 0.757888 +Vertex 458: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.211733 + Group: 'mixamorig:LeftToeBase', Weight: 0.788267 +Vertex 459: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.211832 + Group: 'mixamorig:LeftToeBase', Weight: 0.788168 +Vertex 460: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.198112 + Group: 'mixamorig:LeftToeBase', Weight: 0.801888 +Vertex 461: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.199026 + Group: 'mixamorig:LeftToeBase', Weight: 0.800974 +Vertex 462: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.196704 + Group: 'mixamorig:LeftToeBase', Weight: 0.803296 +Vertex 463: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.157600 + Group: 'mixamorig:LeftToeBase', Weight: 0.842400 +Vertex 464: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.179726 + Group: 'mixamorig:LeftToeBase', Weight: 0.820274 +Vertex 465: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.179271 + Group: 'mixamorig:LeftToeBase', Weight: 0.820729 +Vertex 466: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.177376 + Group: 'mixamorig:LeftToeBase', Weight: 0.822624 +Vertex 467: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.183885 + Group: 'mixamorig:LeftToeBase', Weight: 0.816115 +Vertex 468: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.201581 + Group: 'mixamorig:LeftToeBase', Weight: 0.798419 +Vertex 469: +Vertex groups: 2 + Group: 'mixamorig:LeftFoot', Weight: 0.166746 + Group: 'mixamorig:LeftToeBase', Weight: 0.833254 +Vertex 470: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.099154 + Group: 'mixamorig:RightFoot', Weight: 0.742109 + Group: 'mixamorig:RightToeBase', Weight: 0.158737 +Vertex 471: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.096372 + Group: 'mixamorig:RightFoot', Weight: 0.731706 + Group: 'mixamorig:RightToeBase', Weight: 0.171923 +Vertex 472: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.104031 + Group: 'mixamorig:RightFoot', Weight: 0.741970 + Group: 'mixamorig:RightToeBase', Weight: 0.153999 +Vertex 473: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.113439 + Group: 'mixamorig:RightFoot', Weight: 0.729188 + Group: 'mixamorig:RightToeBase', Weight: 0.157373 +Vertex 474: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.099893 + Group: 'mixamorig:RightFoot', Weight: 0.726510 + Group: 'mixamorig:RightToeBase', Weight: 0.173598 +Vertex 475: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.100938 + Group: 'mixamorig:RightFoot', Weight: 0.726041 + Group: 'mixamorig:RightToeBase', Weight: 0.173021 +Vertex 476: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.074695 + Group: 'mixamorig:RightFoot', Weight: 0.767831 + Group: 'mixamorig:RightToeBase', Weight: 0.157474 +Vertex 477: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.083438 + Group: 'mixamorig:RightFoot', Weight: 0.772477 + Group: 'mixamorig:RightToeBase', Weight: 0.144085 +Vertex 478: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.101947 + Group: 'mixamorig:RightFoot', Weight: 0.729232 + Group: 'mixamorig:RightToeBase', Weight: 0.168821 +Vertex 479: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.156222 + Group: 'mixamorig:RightFoot', Weight: 0.697528 + Group: 'mixamorig:RightToeBase', Weight: 0.146250 +Vertex 480: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.128780 + Group: 'mixamorig:RightFoot', Weight: 0.718915 + Group: 'mixamorig:RightToeBase', Weight: 0.152305 +Vertex 481: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.105527 + Group: 'mixamorig:RightFoot', Weight: 0.724191 + Group: 'mixamorig:RightToeBase', Weight: 0.170282 +Vertex 482: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.077266 + Group: 'mixamorig:RightFoot', Weight: 0.746660 + Group: 'mixamorig:RightToeBase', Weight: 0.176074 +Vertex 483: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.086176 + Group: 'mixamorig:RightFoot', Weight: 0.750901 + Group: 'mixamorig:RightToeBase', Weight: 0.162923 +Vertex 484: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.127119 + Group: 'mixamorig:RightFoot', Weight: 0.718556 + Group: 'mixamorig:RightToeBase', Weight: 0.154325 +Vertex 485: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.106591 + Group: 'mixamorig:RightFoot', Weight: 0.730224 + Group: 'mixamorig:RightToeBase', Weight: 0.163185 +Vertex 486: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.082954 + Group: 'mixamorig:RightFoot', Weight: 0.750800 + Group: 'mixamorig:RightToeBase', Weight: 0.166246 +Vertex 487: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.081830 + Group: 'mixamorig:RightFoot', Weight: 0.748024 + Group: 'mixamorig:RightToeBase', Weight: 0.170146 +Vertex 488: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.104658 + Group: 'mixamorig:RightFoot', Weight: 0.730358 + Group: 'mixamorig:RightToeBase', Weight: 0.164984 +Vertex 489: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.115736 + Group: 'mixamorig:RightFoot', Weight: 0.722517 + Group: 'mixamorig:RightToeBase', Weight: 0.161747 +Vertex 490: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.099264 + Group: 'mixamorig:RightFoot', Weight: 0.726791 + Group: 'mixamorig:RightToeBase', Weight: 0.173945 +Vertex 491: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.100660 + Group: 'mixamorig:RightFoot', Weight: 0.729476 + Group: 'mixamorig:RightToeBase', Weight: 0.169864 +Vertex 492: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.095946 + Group: 'mixamorig:RightFoot', Weight: 0.744622 + Group: 'mixamorig:RightToeBase', Weight: 0.159431 +Vertex 493: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.079245 + Group: 'mixamorig:RightFoot', Weight: 0.769331 + Group: 'mixamorig:RightToeBase', Weight: 0.151424 +Vertex 494: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.079201 + Group: 'mixamorig:RightFoot', Weight: 0.772089 + Group: 'mixamorig:RightToeBase', Weight: 0.148710 +Vertex 495: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.108766 + Group: 'mixamorig:RightFoot', Weight: 0.739066 + Group: 'mixamorig:RightToeBase', Weight: 0.152168 +Vertex 496: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.156669 + Group: 'mixamorig:RightFoot', Weight: 0.697263 + Group: 'mixamorig:RightToeBase', Weight: 0.146067 +Vertex 497: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.101802 + Group: 'mixamorig:RightFoot', Weight: 0.725654 + Group: 'mixamorig:RightToeBase', Weight: 0.172544 +Vertex 498: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.082810 + Group: 'mixamorig:RightFoot', Weight: 0.761094 + Group: 'mixamorig:RightToeBase', Weight: 0.156097 +Vertex 499: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.084761 + Group: 'mixamorig:RightFoot', Weight: 0.764021 + Group: 'mixamorig:RightToeBase', Weight: 0.151217 +Vertex 500: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.087161 + Group: 'mixamorig:RightFoot', Weight: 0.767620 + Group: 'mixamorig:RightToeBase', Weight: 0.145220 +Vertex 501: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.085338 + Group: 'mixamorig:RightFoot', Weight: 0.764886 + Group: 'mixamorig:RightToeBase', Weight: 0.149776 +Vertex 502: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090005 + Group: 'mixamorig:RightFoot', Weight: 0.743485 + Group: 'mixamorig:RightToeBase', Weight: 0.166510 +Vertex 503: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.096403 + Group: 'mixamorig:RightFoot', Weight: 0.743603 + Group: 'mixamorig:RightToeBase', Weight: 0.159995 +Vertex 504: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.090701 + Group: 'mixamorig:RightFoot', Weight: 0.739694 + Group: 'mixamorig:RightToeBase', Weight: 0.169606 +Vertex 505: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.083348 + Group: 'mixamorig:RightFoot', Weight: 0.739884 + Group: 'mixamorig:RightToeBase', Weight: 0.176769 +Vertex 506: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.045106 + Group: 'mixamorig:RightFoot', Weight: 0.733197 + Group: 'mixamorig:RightToeBase', Weight: 0.221697 +Vertex 507: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.048215 + Group: 'mixamorig:RightFoot', Weight: 0.714686 + Group: 'mixamorig:RightToeBase', Weight: 0.237099 +Vertex 508: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.056604 + Group: 'mixamorig:RightFoot', Weight: 0.736319 + Group: 'mixamorig:RightToeBase', Weight: 0.207076 +Vertex 509: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.056324 + Group: 'mixamorig:RightFoot', Weight: 0.724739 + Group: 'mixamorig:RightToeBase', Weight: 0.218937 +Vertex 510: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.050094 + Group: 'mixamorig:RightFoot', Weight: 0.734094 + Group: 'mixamorig:RightToeBase', Weight: 0.215812 +Vertex 511: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.045975 + Group: 'mixamorig:RightFoot', Weight: 0.731600 + Group: 'mixamorig:RightToeBase', Weight: 0.222425 +Vertex 512: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.041566 + Group: 'mixamorig:RightFoot', Weight: 0.739663 + Group: 'mixamorig:RightToeBase', Weight: 0.218771 +Vertex 513: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.048676 + Group: 'mixamorig:RightFoot', Weight: 0.747882 + Group: 'mixamorig:RightToeBase', Weight: 0.203441 +Vertex 514: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046105 + Group: 'mixamorig:RightFoot', Weight: 0.733552 + Group: 'mixamorig:RightToeBase', Weight: 0.220344 +Vertex 515: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.048012 + Group: 'mixamorig:RightFoot', Weight: 0.734794 + Group: 'mixamorig:RightToeBase', Weight: 0.217194 +Vertex 516: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.061344 + Group: 'mixamorig:RightFoot', Weight: 0.727727 + Group: 'mixamorig:RightToeBase', Weight: 0.210929 +Vertex 517: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.052350 + Group: 'mixamorig:RightFoot', Weight: 0.723476 + Group: 'mixamorig:RightToeBase', Weight: 0.224174 +Vertex 518: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.043176 + Group: 'mixamorig:RightFoot', Weight: 0.718585 + Group: 'mixamorig:RightToeBase', Weight: 0.238239 +Vertex 519: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.050247 + Group: 'mixamorig:RightFoot', Weight: 0.726983 + Group: 'mixamorig:RightToeBase', Weight: 0.222771 +Vertex 520: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.055673 + Group: 'mixamorig:RightFoot', Weight: 0.725138 + Group: 'mixamorig:RightToeBase', Weight: 0.219188 +Vertex 521: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.053015 + Group: 'mixamorig:RightFoot', Weight: 0.720651 + Group: 'mixamorig:RightToeBase', Weight: 0.226334 +Vertex 522: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046333 + Group: 'mixamorig:RightFoot', Weight: 0.724757 + Group: 'mixamorig:RightToeBase', Weight: 0.228910 +Vertex 523: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046384 + Group: 'mixamorig:RightFoot', Weight: 0.723040 + Group: 'mixamorig:RightToeBase', Weight: 0.230576 +Vertex 524: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.052382 + Group: 'mixamorig:RightFoot', Weight: 0.719892 + Group: 'mixamorig:RightToeBase', Weight: 0.227726 +Vertex 525: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.058236 + Group: 'mixamorig:RightFoot', Weight: 0.726342 + Group: 'mixamorig:RightToeBase', Weight: 0.215421 +Vertex 526: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.049222 + Group: 'mixamorig:RightFoot', Weight: 0.733073 + Group: 'mixamorig:RightToeBase', Weight: 0.217705 +Vertex 527: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.047885 + Group: 'mixamorig:RightFoot', Weight: 0.734581 + Group: 'mixamorig:RightToeBase', Weight: 0.217534 +Vertex 528: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051927 + Group: 'mixamorig:RightFoot', Weight: 0.735046 + Group: 'mixamorig:RightToeBase', Weight: 0.213027 +Vertex 529: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.044970 + Group: 'mixamorig:RightFoot', Weight: 0.742681 + Group: 'mixamorig:RightToeBase', Weight: 0.212349 +Vertex 530: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.045475 + Group: 'mixamorig:RightFoot', Weight: 0.745037 + Group: 'mixamorig:RightToeBase', Weight: 0.209488 +Vertex 531: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.050686 + Group: 'mixamorig:RightFoot', Weight: 0.734544 + Group: 'mixamorig:RightToeBase', Weight: 0.214769 +Vertex 532: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046631 + Group: 'mixamorig:RightFoot', Weight: 0.734168 + Group: 'mixamorig:RightToeBase', Weight: 0.219201 +Vertex 533: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.049915 + Group: 'mixamorig:RightFoot', Weight: 0.734211 + Group: 'mixamorig:RightToeBase', Weight: 0.215874 +Vertex 534: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.043301 + Group: 'mixamorig:RightFoot', Weight: 0.736244 + Group: 'mixamorig:RightToeBase', Weight: 0.220455 +Vertex 535: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.046945 + Group: 'mixamorig:RightFoot', Weight: 0.740030 + Group: 'mixamorig:RightToeBase', Weight: 0.213025 +Vertex 536: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.050197 + Group: 'mixamorig:RightFoot', Weight: 0.744421 + Group: 'mixamorig:RightToeBase', Weight: 0.205382 +Vertex 537: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.047015 + Group: 'mixamorig:RightFoot', Weight: 0.741035 + Group: 'mixamorig:RightToeBase', Weight: 0.211950 +Vertex 538: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.049122 + Group: 'mixamorig:RightFoot', Weight: 0.724097 + Group: 'mixamorig:RightToeBase', Weight: 0.226781 +Vertex 539: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.053233 + Group: 'mixamorig:RightFoot', Weight: 0.726802 + Group: 'mixamorig:RightToeBase', Weight: 0.219965 +Vertex 540: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.048231 + Group: 'mixamorig:RightFoot', Weight: 0.722470 + Group: 'mixamorig:RightToeBase', Weight: 0.229299 +Vertex 541: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.044803 + Group: 'mixamorig:RightFoot', Weight: 0.717163 + Group: 'mixamorig:RightToeBase', Weight: 0.238034 +Vertex 542: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.021798 + Group: 'mixamorig:RightFoot', Weight: 0.688153 + Group: 'mixamorig:RightToeBase', Weight: 0.290050 +Vertex 543: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022783 + Group: 'mixamorig:RightFoot', Weight: 0.668180 + Group: 'mixamorig:RightToeBase', Weight: 0.309036 +Vertex 544: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024557 + Group: 'mixamorig:RightFoot', Weight: 0.698975 + Group: 'mixamorig:RightToeBase', Weight: 0.276468 +Vertex 545: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027899 + Group: 'mixamorig:RightFoot', Weight: 0.682543 + Group: 'mixamorig:RightToeBase', Weight: 0.289558 +Vertex 546: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026657 + Group: 'mixamorig:RightFoot', Weight: 0.705161 + Group: 'mixamorig:RightToeBase', Weight: 0.268182 +Vertex 547: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024671 + Group: 'mixamorig:RightFoot', Weight: 0.700383 + Group: 'mixamorig:RightToeBase', Weight: 0.274947 +Vertex 548: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023756 + Group: 'mixamorig:RightFoot', Weight: 0.700501 + Group: 'mixamorig:RightToeBase', Weight: 0.275743 +Vertex 549: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026848 + Group: 'mixamorig:RightFoot', Weight: 0.710091 + Group: 'mixamorig:RightToeBase', Weight: 0.263061 +Vertex 550: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.021717 + Group: 'mixamorig:RightFoot', Weight: 0.693370 + Group: 'mixamorig:RightToeBase', Weight: 0.284913 +Vertex 551: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023519 + Group: 'mixamorig:RightFoot', Weight: 0.698792 + Group: 'mixamorig:RightToeBase', Weight: 0.277689 +Vertex 552: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027060 + Group: 'mixamorig:RightFoot', Weight: 0.691161 + Group: 'mixamorig:RightToeBase', Weight: 0.281778 +Vertex 553: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023706 + Group: 'mixamorig:RightFoot', Weight: 0.676430 + Group: 'mixamorig:RightToeBase', Weight: 0.299865 +Vertex 554: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022795 + Group: 'mixamorig:RightFoot', Weight: 0.666646 + Group: 'mixamorig:RightToeBase', Weight: 0.310559 +Vertex 555: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026326 + Group: 'mixamorig:RightFoot', Weight: 0.681766 + Group: 'mixamorig:RightToeBase', Weight: 0.291908 +Vertex 556: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025915 + Group: 'mixamorig:RightFoot', Weight: 0.685693 + Group: 'mixamorig:RightToeBase', Weight: 0.288392 +Vertex 557: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025814 + Group: 'mixamorig:RightFoot', Weight: 0.676150 + Group: 'mixamorig:RightToeBase', Weight: 0.298036 +Vertex 558: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025036 + Group: 'mixamorig:RightFoot', Weight: 0.677355 + Group: 'mixamorig:RightToeBase', Weight: 0.297610 +Vertex 559: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024174 + Group: 'mixamorig:RightFoot', Weight: 0.672670 + Group: 'mixamorig:RightToeBase', Weight: 0.303156 +Vertex 560: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025589 + Group: 'mixamorig:RightFoot', Weight: 0.675926 + Group: 'mixamorig:RightToeBase', Weight: 0.298486 +Vertex 561: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025242 + Group: 'mixamorig:RightFoot', Weight: 0.683473 + Group: 'mixamorig:RightToeBase', Weight: 0.291285 +Vertex 562: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024505 + Group: 'mixamorig:RightFoot', Weight: 0.699910 + Group: 'mixamorig:RightToeBase', Weight: 0.275586 +Vertex 563: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023077 + Group: 'mixamorig:RightFoot', Weight: 0.697480 + Group: 'mixamorig:RightToeBase', Weight: 0.279443 +Vertex 564: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023320 + Group: 'mixamorig:RightFoot', Weight: 0.695020 + Group: 'mixamorig:RightToeBase', Weight: 0.281659 +Vertex 565: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025214 + Group: 'mixamorig:RightFoot', Weight: 0.703986 + Group: 'mixamorig:RightToeBase', Weight: 0.270800 +Vertex 566: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025495 + Group: 'mixamorig:RightFoot', Weight: 0.707110 + Group: 'mixamorig:RightToeBase', Weight: 0.267395 +Vertex 567: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022908 + Group: 'mixamorig:RightFoot', Weight: 0.693544 + Group: 'mixamorig:RightToeBase', Weight: 0.283548 +Vertex 568: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022133 + Group: 'mixamorig:RightFoot', Weight: 0.695832 + Group: 'mixamorig:RightToeBase', Weight: 0.282035 +Vertex 569: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025184 + Group: 'mixamorig:RightFoot', Weight: 0.702717 + Group: 'mixamorig:RightToeBase', Weight: 0.272099 +Vertex 570: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023058 + Group: 'mixamorig:RightFoot', Weight: 0.691121 + Group: 'mixamorig:RightToeBase', Weight: 0.285821 +Vertex 571: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024962 + Group: 'mixamorig:RightFoot', Weight: 0.697082 + Group: 'mixamorig:RightToeBase', Weight: 0.277956 +Vertex 572: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026898 + Group: 'mixamorig:RightFoot', Weight: 0.704622 + Group: 'mixamorig:RightToeBase', Weight: 0.268480 +Vertex 573: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025017 + Group: 'mixamorig:RightFoot', Weight: 0.698753 + Group: 'mixamorig:RightToeBase', Weight: 0.276231 +Vertex 574: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025520 + Group: 'mixamorig:RightFoot', Weight: 0.677629 + Group: 'mixamorig:RightToeBase', Weight: 0.296852 +Vertex 575: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027258 + Group: 'mixamorig:RightFoot', Weight: 0.681187 + Group: 'mixamorig:RightToeBase', Weight: 0.291554 +Vertex 576: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025297 + Group: 'mixamorig:RightFoot', Weight: 0.676221 + Group: 'mixamorig:RightToeBase', Weight: 0.298483 +Vertex 577: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023485 + Group: 'mixamorig:RightFoot', Weight: 0.667991 + Group: 'mixamorig:RightToeBase', Weight: 0.308524 +Vertex 578: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011541 + Group: 'mixamorig:RightFoot', Weight: 0.624564 + Group: 'mixamorig:RightToeBase', Weight: 0.363895 +Vertex 579: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011986 + Group: 'mixamorig:RightFoot', Weight: 0.598249 + Group: 'mixamorig:RightToeBase', Weight: 0.389766 +Vertex 580: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013632 + Group: 'mixamorig:RightFoot', Weight: 0.642798 + Group: 'mixamorig:RightToeBase', Weight: 0.343570 +Vertex 581: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014212 + Group: 'mixamorig:RightFoot', Weight: 0.616886 + Group: 'mixamorig:RightToeBase', Weight: 0.368902 +Vertex 582: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013115 + Group: 'mixamorig:RightFoot', Weight: 0.627122 + Group: 'mixamorig:RightToeBase', Weight: 0.359762 +Vertex 583: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011326 + Group: 'mixamorig:RightFoot', Weight: 0.608082 + Group: 'mixamorig:RightToeBase', Weight: 0.380592 +Vertex 584: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012604 + Group: 'mixamorig:RightFoot', Weight: 0.641809 + Group: 'mixamorig:RightToeBase', Weight: 0.345587 +Vertex 585: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014732 + Group: 'mixamorig:RightFoot', Weight: 0.659822 + Group: 'mixamorig:RightToeBase', Weight: 0.325446 +Vertex 586: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.010891 + Group: 'mixamorig:RightFoot', Weight: 0.621986 + Group: 'mixamorig:RightToeBase', Weight: 0.367122 +Vertex 587: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.010924 + Group: 'mixamorig:RightFoot', Weight: 0.622455 + Group: 'mixamorig:RightToeBase', Weight: 0.366621 +Vertex 588: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012739 + Group: 'mixamorig:RightFoot', Weight: 0.617816 + Group: 'mixamorig:RightToeBase', Weight: 0.369444 +Vertex 589: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011098 + Group: 'mixamorig:RightFoot', Weight: 0.600639 + Group: 'mixamorig:RightToeBase', Weight: 0.388263 +Vertex 590: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013224 + Group: 'mixamorig:RightFoot', Weight: 0.607412 + Group: 'mixamorig:RightToeBase', Weight: 0.379364 +Vertex 591: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.015094 + Group: 'mixamorig:RightFoot', Weight: 0.624430 + Group: 'mixamorig:RightToeBase', Weight: 0.360476 +Vertex 592: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012054 + Group: 'mixamorig:RightFoot', Weight: 0.611360 + Group: 'mixamorig:RightToeBase', Weight: 0.376586 +Vertex 593: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013222 + Group: 'mixamorig:RightFoot', Weight: 0.608707 + Group: 'mixamorig:RightToeBase', Weight: 0.378071 +Vertex 594: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014439 + Group: 'mixamorig:RightFoot', Weight: 0.618564 + Group: 'mixamorig:RightToeBase', Weight: 0.366997 +Vertex 595: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014031 + Group: 'mixamorig:RightFoot', Weight: 0.614526 + Group: 'mixamorig:RightToeBase', Weight: 0.371442 +Vertex 596: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013088 + Group: 'mixamorig:RightFoot', Weight: 0.607635 + Group: 'mixamorig:RightToeBase', Weight: 0.379276 +Vertex 597: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011702 + Group: 'mixamorig:RightFoot', Weight: 0.607712 + Group: 'mixamorig:RightToeBase', Weight: 0.380586 +Vertex 598: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012032 + Group: 'mixamorig:RightFoot', Weight: 0.615610 + Group: 'mixamorig:RightToeBase', Weight: 0.372358 +Vertex 599: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.010942 + Group: 'mixamorig:RightFoot', Weight: 0.622536 + Group: 'mixamorig:RightToeBase', Weight: 0.366522 +Vertex 600: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012462 + Group: 'mixamorig:RightFoot', Weight: 0.634731 + Group: 'mixamorig:RightToeBase', Weight: 0.352808 +Vertex 601: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013698 + Group: 'mixamorig:RightFoot', Weight: 0.650736 + Group: 'mixamorig:RightToeBase', Weight: 0.335566 +Vertex 602: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013694 + Group: 'mixamorig:RightFoot', Weight: 0.651305 + Group: 'mixamorig:RightToeBase', Weight: 0.335002 +Vertex 603: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012509 + Group: 'mixamorig:RightFoot', Weight: 0.635000 + Group: 'mixamorig:RightToeBase', Weight: 0.352491 +Vertex 604: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.010924 + Group: 'mixamorig:RightFoot', Weight: 0.622455 + Group: 'mixamorig:RightToeBase', Weight: 0.366621 +Vertex 605: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012487 + Group: 'mixamorig:RightFoot', Weight: 0.620426 + Group: 'mixamorig:RightToeBase', Weight: 0.367087 +Vertex 606: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012097 + Group: 'mixamorig:RightFoot', Weight: 0.632362 + Group: 'mixamorig:RightToeBase', Weight: 0.355541 +Vertex 607: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013236 + Group: 'mixamorig:RightFoot', Weight: 0.642092 + Group: 'mixamorig:RightToeBase', Weight: 0.344672 +Vertex 608: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014252 + Group: 'mixamorig:RightFoot', Weight: 0.652529 + Group: 'mixamorig:RightToeBase', Weight: 0.333219 +Vertex 609: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013349 + Group: 'mixamorig:RightFoot', Weight: 0.644767 + Group: 'mixamorig:RightToeBase', Weight: 0.341885 +Vertex 610: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014546 + Group: 'mixamorig:RightFoot', Weight: 0.619133 + Group: 'mixamorig:RightToeBase', Weight: 0.366321 +Vertex 611: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.015349 + Group: 'mixamorig:RightFoot', Weight: 0.626444 + Group: 'mixamorig:RightToeBase', Weight: 0.358207 +Vertex 612: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014199 + Group: 'mixamorig:RightFoot', Weight: 0.615776 + Group: 'mixamorig:RightToeBase', Weight: 0.370025 +Vertex 613: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013343 + Group: 'mixamorig:RightFoot', Weight: 0.607976 + Group: 'mixamorig:RightToeBase', Weight: 0.378681 +Vertex 614: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.018524 + Group: 'mixamorig:RightFoot', Weight: 0.673078 + Group: 'mixamorig:RightToeBase', Weight: 0.308398 +Vertex 615: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012683 + Group: 'mixamorig:RightFoot', Weight: 0.603848 + Group: 'mixamorig:RightToeBase', Weight: 0.383468 +Vertex 616: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022687 + Group: 'mixamorig:RightFoot', Weight: 0.693538 + Group: 'mixamorig:RightToeBase', Weight: 0.283774 +Vertex 617: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014757 + Group: 'mixamorig:RightFoot', Weight: 0.621280 + Group: 'mixamorig:RightToeBase', Weight: 0.363962 +Vertex 618: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016200 + Group: 'mixamorig:RightFoot', Weight: 0.650560 + Group: 'mixamorig:RightToeBase', Weight: 0.333240 +Vertex 619: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013429 + Group: 'mixamorig:RightFoot', Weight: 0.630416 + Group: 'mixamorig:RightToeBase', Weight: 0.356156 +Vertex 620: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016610 + Group: 'mixamorig:RightFoot', Weight: 0.660443 + Group: 'mixamorig:RightToeBase', Weight: 0.322947 +Vertex 621: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019671 + Group: 'mixamorig:RightFoot', Weight: 0.678041 + Group: 'mixamorig:RightToeBase', Weight: 0.302288 +Vertex 622: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.014857 + Group: 'mixamorig:RightFoot', Weight: 0.629706 + Group: 'mixamorig:RightToeBase', Weight: 0.355436 +Vertex 623: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011108 + Group: 'mixamorig:RightFoot', Weight: 0.601269 + Group: 'mixamorig:RightToeBase', Weight: 0.387623 +Vertex 624: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013872 + Group: 'mixamorig:RightFoot', Weight: 0.621516 + Group: 'mixamorig:RightToeBase', Weight: 0.364612 +Vertex 625: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013675 + Group: 'mixamorig:RightFoot', Weight: 0.612365 + Group: 'mixamorig:RightToeBase', Weight: 0.373960 +Vertex 626: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013837 + Group: 'mixamorig:RightFoot', Weight: 0.613733 + Group: 'mixamorig:RightToeBase', Weight: 0.372430 +Vertex 627: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013886 + Group: 'mixamorig:RightFoot', Weight: 0.622467 + Group: 'mixamorig:RightToeBase', Weight: 0.363647 +Vertex 628: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.015449 + Group: 'mixamorig:RightFoot', Weight: 0.645451 + Group: 'mixamorig:RightToeBase', Weight: 0.339101 +Vertex 629: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.018169 + Group: 'mixamorig:RightFoot', Weight: 0.669804 + Group: 'mixamorig:RightToeBase', Weight: 0.312027 +Vertex 630: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019659 + Group: 'mixamorig:RightFoot', Weight: 0.678845 + Group: 'mixamorig:RightToeBase', Weight: 0.301496 +Vertex 631: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.020155 + Group: 'mixamorig:RightFoot', Weight: 0.681175 + Group: 'mixamorig:RightToeBase', Weight: 0.298670 +Vertex 632: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.018215 + Group: 'mixamorig:RightFoot', Weight: 0.670027 + Group: 'mixamorig:RightToeBase', Weight: 0.311758 +Vertex 633: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.015006 + Group: 'mixamorig:RightFoot', Weight: 0.642141 + Group: 'mixamorig:RightToeBase', Weight: 0.342852 +Vertex 634: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022332 + Group: 'mixamorig:RightFoot', Weight: 0.687798 + Group: 'mixamorig:RightToeBase', Weight: 0.289870 +Vertex 635: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023625 + Group: 'mixamorig:RightFoot', Weight: 0.693007 + Group: 'mixamorig:RightToeBase', Weight: 0.283368 +Vertex 636: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025028 + Group: 'mixamorig:RightFoot', Weight: 0.698413 + Group: 'mixamorig:RightToeBase', Weight: 0.276559 +Vertex 637: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023701 + Group: 'mixamorig:RightFoot', Weight: 0.693204 + Group: 'mixamorig:RightToeBase', Weight: 0.283095 +Vertex 638: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011843 + Group: 'mixamorig:RightFoot', Weight: 0.627672 + Group: 'mixamorig:RightToeBase', Weight: 0.360486 +Vertex 639: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027439 + Group: 'mixamorig:RightFoot', Weight: 0.680538 + Group: 'mixamorig:RightToeBase', Weight: 0.292023 +Vertex 640: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013520 + Group: 'mixamorig:RightFoot', Weight: 0.640938 + Group: 'mixamorig:RightToeBase', Weight: 0.345543 +Vertex 641: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.031712 + Group: 'mixamorig:RightFoot', Weight: 0.691758 + Group: 'mixamorig:RightToeBase', Weight: 0.276531 +Vertex 642: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.017305 + Group: 'mixamorig:RightFoot', Weight: 0.659004 + Group: 'mixamorig:RightToeBase', Weight: 0.323690 +Vertex 643: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.015348 + Group: 'mixamorig:RightFoot', Weight: 0.644030 + Group: 'mixamorig:RightToeBase', Weight: 0.340622 +Vertex 644: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.011935 + Group: 'mixamorig:RightFoot', Weight: 0.623065 + Group: 'mixamorig:RightToeBase', Weight: 0.365000 +Vertex 645: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013989 + Group: 'mixamorig:RightFoot', Weight: 0.641334 + Group: 'mixamorig:RightToeBase', Weight: 0.344677 +Vertex 646: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.022298 + Group: 'mixamorig:RightFoot', Weight: 0.672819 + Group: 'mixamorig:RightToeBase', Weight: 0.304883 +Vertex 647: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.018147 + Group: 'mixamorig:RightFoot', Weight: 0.655221 + Group: 'mixamorig:RightToeBase', Weight: 0.326632 +Vertex 648: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.021953 + Group: 'mixamorig:RightFoot', Weight: 0.668766 + Group: 'mixamorig:RightToeBase', Weight: 0.309281 +Vertex 649: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.030071 + Group: 'mixamorig:RightFoot', Weight: 0.686657 + Group: 'mixamorig:RightToeBase', Weight: 0.283271 +Vertex 650: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.028842 + Group: 'mixamorig:RightFoot', Weight: 0.683736 + Group: 'mixamorig:RightToeBase', Weight: 0.287422 +Vertex 651: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.019635 + Group: 'mixamorig:RightFoot', Weight: 0.662445 + Group: 'mixamorig:RightToeBase', Weight: 0.317921 +Vertex 652: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016604 + Group: 'mixamorig:RightFoot', Weight: 0.653635 + Group: 'mixamorig:RightToeBase', Weight: 0.329761 +Vertex 653: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013012 + Group: 'mixamorig:RightFoot', Weight: 0.633886 + Group: 'mixamorig:RightToeBase', Weight: 0.353102 +Vertex 654: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013032 + Group: 'mixamorig:RightFoot', Weight: 0.636904 + Group: 'mixamorig:RightToeBase', Weight: 0.350064 +Vertex 655: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012295 + Group: 'mixamorig:RightFoot', Weight: 0.631439 + Group: 'mixamorig:RightToeBase', Weight: 0.356266 +Vertex 656: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012847 + Group: 'mixamorig:RightFoot', Weight: 0.632621 + Group: 'mixamorig:RightToeBase', Weight: 0.354531 +Vertex 657: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.016101 + Group: 'mixamorig:RightFoot', Weight: 0.649788 + Group: 'mixamorig:RightToeBase', Weight: 0.334111 +Vertex 658: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012045 + Group: 'mixamorig:RightFoot', Weight: 0.628671 + Group: 'mixamorig:RightToeBase', Weight: 0.359284 +Vertex 659: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012882 + Group: 'mixamorig:RightFoot', Weight: 0.637811 + Group: 'mixamorig:RightToeBase', Weight: 0.349307 +Vertex 660: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.013753 + Group: 'mixamorig:RightFoot', Weight: 0.646544 + Group: 'mixamorig:RightToeBase', Weight: 0.339703 +Vertex 661: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.012653 + Group: 'mixamorig:RightFoot', Weight: 0.635357 + Group: 'mixamorig:RightToeBase', Weight: 0.351990 +Vertex 662: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.021301 + Group: 'mixamorig:RightFoot', Weight: 0.687430 + Group: 'mixamorig:RightToeBase', Weight: 0.291270 +Vertex 663: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.056752 + Group: 'mixamorig:RightFoot', Weight: 0.725818 + Group: 'mixamorig:RightToeBase', Weight: 0.217431 +Vertex 664: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026300 + Group: 'mixamorig:RightFoot', Weight: 0.703797 + Group: 'mixamorig:RightToeBase', Weight: 0.269903 +Vertex 665: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.067664 + Group: 'mixamorig:RightFoot', Weight: 0.730138 + Group: 'mixamorig:RightToeBase', Weight: 0.202198 +Vertex 666: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.037654 + Group: 'mixamorig:RightFoot', Weight: 0.718743 + Group: 'mixamorig:RightToeBase', Weight: 0.243602 +Vertex 667: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.033609 + Group: 'mixamorig:RightFoot', Weight: 0.713463 + Group: 'mixamorig:RightToeBase', Weight: 0.252928 +Vertex 668: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024263 + Group: 'mixamorig:RightFoot', Weight: 0.697971 + Group: 'mixamorig:RightToeBase', Weight: 0.277766 +Vertex 669: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.028793 + Group: 'mixamorig:RightFoot', Weight: 0.708880 + Group: 'mixamorig:RightToeBase', Weight: 0.262327 +Vertex 670: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.060371 + Group: 'mixamorig:RightFoot', Weight: 0.726536 + Group: 'mixamorig:RightToeBase', Weight: 0.213093 +Vertex 671: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.038361 + Group: 'mixamorig:RightFoot', Weight: 0.712678 + Group: 'mixamorig:RightToeBase', Weight: 0.248961 +Vertex 672: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051426 + Group: 'mixamorig:RightFoot', Weight: 0.720674 + Group: 'mixamorig:RightToeBase', Weight: 0.227901 +Vertex 673: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.062968 + Group: 'mixamorig:RightFoot', Weight: 0.728546 + Group: 'mixamorig:RightToeBase', Weight: 0.208486 +Vertex 674: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.060517 + Group: 'mixamorig:RightFoot', Weight: 0.727544 + Group: 'mixamorig:RightToeBase', Weight: 0.211940 +Vertex 675: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.037844 + Group: 'mixamorig:RightFoot', Weight: 0.713608 + Group: 'mixamorig:RightToeBase', Weight: 0.248548 +Vertex 676: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.034495 + Group: 'mixamorig:RightFoot', Weight: 0.714747 + Group: 'mixamorig:RightToeBase', Weight: 0.250758 +Vertex 677: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026116 + Group: 'mixamorig:RightFoot', Weight: 0.702486 + Group: 'mixamorig:RightToeBase', Weight: 0.271398 +Vertex 678: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025270 + Group: 'mixamorig:RightFoot', Weight: 0.701540 + Group: 'mixamorig:RightToeBase', Weight: 0.273190 +Vertex 679: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023763 + Group: 'mixamorig:RightFoot', Weight: 0.697014 + Group: 'mixamorig:RightToeBase', Weight: 0.279223 +Vertex 680: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026913 + Group: 'mixamorig:RightFoot', Weight: 0.704300 + Group: 'mixamorig:RightToeBase', Weight: 0.268787 +Vertex 681: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.034460 + Group: 'mixamorig:RightFoot', Weight: 0.714794 + Group: 'mixamorig:RightToeBase', Weight: 0.250746 +Vertex 682: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.023140 + Group: 'mixamorig:RightFoot', Weight: 0.691055 + Group: 'mixamorig:RightToeBase', Weight: 0.285805 +Vertex 683: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024985 + Group: 'mixamorig:RightFoot', Weight: 0.698116 + Group: 'mixamorig:RightToeBase', Weight: 0.276900 +Vertex 684: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026163 + Group: 'mixamorig:RightFoot', Weight: 0.702762 + Group: 'mixamorig:RightToeBase', Weight: 0.271074 +Vertex 685: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024009 + Group: 'mixamorig:RightFoot', Weight: 0.694709 + Group: 'mixamorig:RightToeBase', Weight: 0.281283 +Vertex 686: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.037829 + Group: 'mixamorig:RightFoot', Weight: 0.723489 + Group: 'mixamorig:RightToeBase', Weight: 0.238681 +Vertex 687: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.021434 + Group: 'mixamorig:RightFoot', Weight: 0.663924 + Group: 'mixamorig:RightToeBase', Weight: 0.314641 +Vertex 688: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.048853 + Group: 'mixamorig:RightFoot', Weight: 0.734212 + Group: 'mixamorig:RightToeBase', Weight: 0.216935 +Vertex 689: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.029262 + Group: 'mixamorig:RightFoot', Weight: 0.686699 + Group: 'mixamorig:RightToeBase', Weight: 0.284039 +Vertex 690: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.035603 + Group: 'mixamorig:RightFoot', Weight: 0.716168 + Group: 'mixamorig:RightToeBase', Weight: 0.248229 +Vertex 691: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.030907 + Group: 'mixamorig:RightFoot', Weight: 0.710094 + Group: 'mixamorig:RightToeBase', Weight: 0.258999 +Vertex 692: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.034890 + Group: 'mixamorig:RightFoot', Weight: 0.719552 + Group: 'mixamorig:RightToeBase', Weight: 0.245558 +Vertex 693: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.043309 + Group: 'mixamorig:RightFoot', Weight: 0.729445 + Group: 'mixamorig:RightToeBase', Weight: 0.227247 +Vertex 694: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.029190 + Group: 'mixamorig:RightFoot', Weight: 0.695645 + Group: 'mixamorig:RightToeBase', Weight: 0.275164 +Vertex 695: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.024527 + Group: 'mixamorig:RightFoot', Weight: 0.680871 + Group: 'mixamorig:RightToeBase', Weight: 0.294602 +Vertex 696: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.026640 + Group: 'mixamorig:RightFoot', Weight: 0.688776 + Group: 'mixamorig:RightToeBase', Weight: 0.284584 +Vertex 697: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027022 + Group: 'mixamorig:RightFoot', Weight: 0.680332 + Group: 'mixamorig:RightToeBase', Weight: 0.292646 +Vertex 698: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.027067 + Group: 'mixamorig:RightFoot', Weight: 0.681007 + Group: 'mixamorig:RightToeBase', Weight: 0.291925 +Vertex 699: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.025749 + Group: 'mixamorig:RightFoot', Weight: 0.686795 + Group: 'mixamorig:RightToeBase', Weight: 0.287456 +Vertex 700: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.033246 + Group: 'mixamorig:RightFoot', Weight: 0.713757 + Group: 'mixamorig:RightToeBase', Weight: 0.252997 +Vertex 701: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.039623 + Group: 'mixamorig:RightFoot', Weight: 0.725201 + Group: 'mixamorig:RightToeBase', Weight: 0.235176 +Vertex 702: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.040612 + Group: 'mixamorig:RightFoot', Weight: 0.727230 + Group: 'mixamorig:RightToeBase', Weight: 0.232158 +Vertex 703: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.042314 + Group: 'mixamorig:RightFoot', Weight: 0.729454 + Group: 'mixamorig:RightToeBase', Weight: 0.228232 +Vertex 704: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.039993 + Group: 'mixamorig:RightFoot', Weight: 0.725913 + Group: 'mixamorig:RightToeBase', Weight: 0.234094 +Vertex 705: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.032226 + Group: 'mixamorig:RightFoot', Weight: 0.711633 + Group: 'mixamorig:RightToeBase', Weight: 0.256141 +Vertex 706: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.039669 + Group: 'mixamorig:RightFoot', Weight: 0.727013 + Group: 'mixamorig:RightToeBase', Weight: 0.233318 +Vertex 707: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.042350 + Group: 'mixamorig:RightFoot', Weight: 0.730811 + Group: 'mixamorig:RightToeBase', Weight: 0.226839 +Vertex 708: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.051780 + Group: 'mixamorig:RightFoot', Weight: 0.736997 + Group: 'mixamorig:RightToeBase', Weight: 0.211223 +Vertex 709: +Vertex groups: 3 + Group: 'mixamorig:RightLeg', Weight: 0.043559 + Group: 'mixamorig:RightFoot', Weight: 0.732583 + Group: 'mixamorig:RightToeBase', Weight: 0.223857 +Vertex 710: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.112196 + Group: 'mixamorig:LeftFoot', Weight: 0.733976 + Group: 'mixamorig:LeftToeBase', Weight: 0.153827 +Vertex 711: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.100921 + Group: 'mixamorig:LeftFoot', Weight: 0.761098 + Group: 'mixamorig:LeftToeBase', Weight: 0.137981 +Vertex 712: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.130533 + Group: 'mixamorig:LeftFoot', Weight: 0.728699 + Group: 'mixamorig:LeftToeBase', Weight: 0.140768 +Vertex 713: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.114821 + Group: 'mixamorig:LeftFoot', Weight: 0.761531 + Group: 'mixamorig:LeftToeBase', Weight: 0.123647 +Vertex 714: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.143646 + Group: 'mixamorig:LeftFoot', Weight: 0.717752 + Group: 'mixamorig:LeftToeBase', Weight: 0.138603 +Vertex 715: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.133707 + Group: 'mixamorig:LeftFoot', Weight: 0.721992 + Group: 'mixamorig:LeftToeBase', Weight: 0.144301 +Vertex 716: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.083966 + Group: 'mixamorig:LeftFoot', Weight: 0.760276 + Group: 'mixamorig:LeftToeBase', Weight: 0.155758 +Vertex 717: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.091554 + Group: 'mixamorig:LeftFoot', Weight: 0.762684 + Group: 'mixamorig:LeftToeBase', Weight: 0.145761 +Vertex 718: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.136502 + Group: 'mixamorig:LeftFoot', Weight: 0.717773 + Group: 'mixamorig:LeftToeBase', Weight: 0.145725 +Vertex 719: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.153405 + Group: 'mixamorig:LeftFoot', Weight: 0.710697 + Group: 'mixamorig:LeftToeBase', Weight: 0.135899 +Vertex 720: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.133480 + Group: 'mixamorig:LeftFoot', Weight: 0.734057 + Group: 'mixamorig:LeftToeBase', Weight: 0.132463 +Vertex 721: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.117462 + Group: 'mixamorig:LeftFoot', Weight: 0.740246 + Group: 'mixamorig:LeftToeBase', Weight: 0.142292 +Vertex 722: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.078161 + Group: 'mixamorig:LeftFoot', Weight: 0.786844 + Group: 'mixamorig:LeftToeBase', Weight: 0.134995 +Vertex 723: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.084215 + Group: 'mixamorig:LeftFoot', Weight: 0.792623 + Group: 'mixamorig:LeftToeBase', Weight: 0.123162 +Vertex 724: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.130556 + Group: 'mixamorig:LeftFoot', Weight: 0.735682 + Group: 'mixamorig:LeftToeBase', Weight: 0.133762 +Vertex 725: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.110141 + Group: 'mixamorig:LeftFoot', Weight: 0.760831 + Group: 'mixamorig:LeftToeBase', Weight: 0.129028 +Vertex 726: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.079688 + Group: 'mixamorig:LeftFoot', Weight: 0.793446 + Group: 'mixamorig:LeftToeBase', Weight: 0.126866 +Vertex 727: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.080431 + Group: 'mixamorig:LeftFoot', Weight: 0.787545 + Group: 'mixamorig:LeftToeBase', Weight: 0.132025 +Vertex 728: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.106849 + Group: 'mixamorig:LeftFoot', Weight: 0.761464 + Group: 'mixamorig:LeftToeBase', Weight: 0.131687 +Vertex 729: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.123001 + Group: 'mixamorig:LeftFoot', Weight: 0.738298 + Group: 'mixamorig:LeftToeBase', Weight: 0.138701 +Vertex 730: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.137958 + Group: 'mixamorig:LeftFoot', Weight: 0.720214 + Group: 'mixamorig:LeftToeBase', Weight: 0.141828 +Vertex 731: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.141001 + Group: 'mixamorig:LeftFoot', Weight: 0.715900 + Group: 'mixamorig:LeftToeBase', Weight: 0.143099 +Vertex 732: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.119505 + Group: 'mixamorig:LeftFoot', Weight: 0.732381 + Group: 'mixamorig:LeftToeBase', Weight: 0.148114 +Vertex 733: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.088156 + Group: 'mixamorig:LeftFoot', Weight: 0.760271 + Group: 'mixamorig:LeftToeBase', Weight: 0.151573 +Vertex 734: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.088238 + Group: 'mixamorig:LeftFoot', Weight: 0.762197 + Group: 'mixamorig:LeftToeBase', Weight: 0.149566 +Vertex 735: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.124296 + Group: 'mixamorig:LeftFoot', Weight: 0.730054 + Group: 'mixamorig:LeftToeBase', Weight: 0.145650 +Vertex 736: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.151921 + Group: 'mixamorig:LeftFoot', Weight: 0.711289 + Group: 'mixamorig:LeftToeBase', Weight: 0.136790 +Vertex 737: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.146304 + Group: 'mixamorig:LeftFoot', Weight: 0.716534 + Group: 'mixamorig:LeftToeBase', Weight: 0.137162 +Vertex 738: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.095388 + Group: 'mixamorig:LeftFoot', Weight: 0.747365 + Group: 'mixamorig:LeftToeBase', Weight: 0.157247 +Vertex 739: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.103563 + Group: 'mixamorig:LeftFoot', Weight: 0.744635 + Group: 'mixamorig:LeftToeBase', Weight: 0.151802 +Vertex 740: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.110690 + Group: 'mixamorig:LeftFoot', Weight: 0.744442 + Group: 'mixamorig:LeftToeBase', Weight: 0.144868 +Vertex 741: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.105369 + Group: 'mixamorig:LeftFoot', Weight: 0.744581 + Group: 'mixamorig:LeftToeBase', Weight: 0.150050 +Vertex 742: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.089108 + Group: 'mixamorig:LeftFoot', Weight: 0.783776 + Group: 'mixamorig:LeftToeBase', Weight: 0.127116 +Vertex 743: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.095154 + Group: 'mixamorig:LeftFoot', Weight: 0.783736 + Group: 'mixamorig:LeftToeBase', Weight: 0.121109 +Vertex 744: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.089183 + Group: 'mixamorig:LeftFoot', Weight: 0.780659 + Group: 'mixamorig:LeftToeBase', Weight: 0.130158 +Vertex 745: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.081973 + Group: 'mixamorig:LeftFoot', Weight: 0.781198 + Group: 'mixamorig:LeftToeBase', Weight: 0.136829 +Vertex 746: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.052575 + Group: 'mixamorig:LeftFoot', Weight: 0.734032 + Group: 'mixamorig:LeftToeBase', Weight: 0.213393 +Vertex 747: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.052754 + Group: 'mixamorig:LeftFoot', Weight: 0.745813 + Group: 'mixamorig:LeftToeBase', Weight: 0.201433 +Vertex 748: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.061969 + Group: 'mixamorig:LeftFoot', Weight: 0.737695 + Group: 'mixamorig:LeftToeBase', Weight: 0.200337 +Vertex 749: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.064752 + Group: 'mixamorig:LeftFoot', Weight: 0.751791 + Group: 'mixamorig:LeftToeBase', Weight: 0.183457 +Vertex 750: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.067185 + Group: 'mixamorig:LeftFoot', Weight: 0.738830 + Group: 'mixamorig:LeftToeBase', Weight: 0.193985 +Vertex 751: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060414 + Group: 'mixamorig:LeftFoot', Weight: 0.736936 + Group: 'mixamorig:LeftToeBase', Weight: 0.202650 +Vertex 752: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.047545 + Group: 'mixamorig:LeftFoot', Weight: 0.745414 + Group: 'mixamorig:LeftToeBase', Weight: 0.207041 +Vertex 753: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.053544 + Group: 'mixamorig:LeftFoot', Weight: 0.751310 + Group: 'mixamorig:LeftToeBase', Weight: 0.195145 +Vertex 754: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056840 + Group: 'mixamorig:LeftFoot', Weight: 0.732753 + Group: 'mixamorig:LeftToeBase', Weight: 0.210407 +Vertex 755: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.065072 + Group: 'mixamorig:LeftFoot', Weight: 0.735670 + Group: 'mixamorig:LeftToeBase', Weight: 0.199258 +Vertex 756: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.070848 + Group: 'mixamorig:LeftFoot', Weight: 0.744941 + Group: 'mixamorig:LeftToeBase', Weight: 0.184211 +Vertex 757: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056477 + Group: 'mixamorig:LeftFoot', Weight: 0.740262 + Group: 'mixamorig:LeftToeBase', Weight: 0.203261 +Vertex 758: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.045649 + Group: 'mixamorig:LeftFoot', Weight: 0.756944 + Group: 'mixamorig:LeftToeBase', Weight: 0.197407 +Vertex 759: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056209 + Group: 'mixamorig:LeftFoot', Weight: 0.768827 + Group: 'mixamorig:LeftToeBase', Weight: 0.174965 +Vertex 760: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.062423 + Group: 'mixamorig:LeftFoot', Weight: 0.743488 + Group: 'mixamorig:LeftToeBase', Weight: 0.194089 +Vertex 761: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.059299 + Group: 'mixamorig:LeftFoot', Weight: 0.749940 + Group: 'mixamorig:LeftToeBase', Weight: 0.190760 +Vertex 762: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051534 + Group: 'mixamorig:LeftFoot', Weight: 0.768103 + Group: 'mixamorig:LeftToeBase', Weight: 0.180363 +Vertex 763: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051841 + Group: 'mixamorig:LeftFoot', Weight: 0.759514 + Group: 'mixamorig:LeftToeBase', Weight: 0.188645 +Vertex 764: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.058996 + Group: 'mixamorig:LeftFoot', Weight: 0.749536 + Group: 'mixamorig:LeftToeBase', Weight: 0.191467 +Vertex 765: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060872 + Group: 'mixamorig:LeftFoot', Weight: 0.742326 + Group: 'mixamorig:LeftToeBase', Weight: 0.196803 +Vertex 766: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.063241 + Group: 'mixamorig:LeftFoot', Weight: 0.738083 + Group: 'mixamorig:LeftToeBase', Weight: 0.198675 +Vertex 767: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060917 + Group: 'mixamorig:LeftFoot', Weight: 0.734398 + Group: 'mixamorig:LeftToeBase', Weight: 0.204685 +Vertex 768: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.058206 + Group: 'mixamorig:LeftFoot', Weight: 0.736444 + Group: 'mixamorig:LeftToeBase', Weight: 0.205350 +Vertex 769: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.051330 + Group: 'mixamorig:LeftFoot', Weight: 0.747848 + Group: 'mixamorig:LeftToeBase', Weight: 0.200822 +Vertex 770: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.050555 + Group: 'mixamorig:LeftFoot', Weight: 0.749475 + Group: 'mixamorig:LeftToeBase', Weight: 0.199969 +Vertex 771: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056715 + Group: 'mixamorig:LeftFoot', Weight: 0.736103 + Group: 'mixamorig:LeftToeBase', Weight: 0.207182 +Vertex 772: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060223 + Group: 'mixamorig:LeftFoot', Weight: 0.734181 + Group: 'mixamorig:LeftToeBase', Weight: 0.205596 +Vertex 773: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.064974 + Group: 'mixamorig:LeftFoot', Weight: 0.738910 + Group: 'mixamorig:LeftToeBase', Weight: 0.196116 +Vertex 774: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.048679 + Group: 'mixamorig:LeftFoot', Weight: 0.736758 + Group: 'mixamorig:LeftToeBase', Weight: 0.214562 +Vertex 775: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.054057 + Group: 'mixamorig:LeftFoot', Weight: 0.741595 + Group: 'mixamorig:LeftToeBase', Weight: 0.204348 +Vertex 776: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.056732 + Group: 'mixamorig:LeftFoot', Weight: 0.743672 + Group: 'mixamorig:LeftToeBase', Weight: 0.199596 +Vertex 777: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.053215 + Group: 'mixamorig:LeftFoot', Weight: 0.741565 + Group: 'mixamorig:LeftToeBase', Weight: 0.205220 +Vertex 778: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.055894 + Group: 'mixamorig:LeftFoot', Weight: 0.759943 + Group: 'mixamorig:LeftToeBase', Weight: 0.184163 +Vertex 779: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.060740 + Group: 'mixamorig:LeftFoot', Weight: 0.761418 + Group: 'mixamorig:LeftToeBase', Weight: 0.177842 +Vertex 780: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.055013 + Group: 'mixamorig:LeftFoot', Weight: 0.757392 + Group: 'mixamorig:LeftToeBase', Weight: 0.187595 +Vertex 781: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.049675 + Group: 'mixamorig:LeftFoot', Weight: 0.755670 + Group: 'mixamorig:LeftToeBase', Weight: 0.194655 +Vertex 782: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027724 + Group: 'mixamorig:LeftFoot', Weight: 0.703863 + Group: 'mixamorig:LeftToeBase', Weight: 0.268412 +Vertex 783: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027403 + Group: 'mixamorig:LeftFoot', Weight: 0.704269 + Group: 'mixamorig:LeftToeBase', Weight: 0.268328 +Vertex 784: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030286 + Group: 'mixamorig:LeftFoot', Weight: 0.710468 + Group: 'mixamorig:LeftToeBase', Weight: 0.259246 +Vertex 785: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032173 + Group: 'mixamorig:LeftFoot', Weight: 0.717210 + Group: 'mixamorig:LeftToeBase', Weight: 0.250616 +Vertex 786: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.031556 + Group: 'mixamorig:LeftFoot', Weight: 0.709856 + Group: 'mixamorig:LeftToeBase', Weight: 0.258588 +Vertex 787: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028738 + Group: 'mixamorig:LeftFoot', Weight: 0.703378 + Group: 'mixamorig:LeftToeBase', Weight: 0.267884 +Vertex 788: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024860 + Group: 'mixamorig:LeftFoot', Weight: 0.700372 + Group: 'mixamorig:LeftToeBase', Weight: 0.274768 +Vertex 789: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027877 + Group: 'mixamorig:LeftFoot', Weight: 0.710299 + Group: 'mixamorig:LeftToeBase', Weight: 0.261824 +Vertex 790: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029423 + Group: 'mixamorig:LeftFoot', Weight: 0.707116 + Group: 'mixamorig:LeftToeBase', Weight: 0.263461 +Vertex 791: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.033585 + Group: 'mixamorig:LeftFoot', Weight: 0.713407 + Group: 'mixamorig:LeftToeBase', Weight: 0.253008 +Vertex 792: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032267 + Group: 'mixamorig:LeftFoot', Weight: 0.714267 + Group: 'mixamorig:LeftToeBase', Weight: 0.253466 +Vertex 793: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028067 + Group: 'mixamorig:LeftFoot', Weight: 0.703664 + Group: 'mixamorig:LeftToeBase', Weight: 0.268269 +Vertex 794: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026578 + Group: 'mixamorig:LeftFoot', Weight: 0.712348 + Group: 'mixamorig:LeftToeBase', Weight: 0.261074 +Vertex 795: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030344 + Group: 'mixamorig:LeftFoot', Weight: 0.723392 + Group: 'mixamorig:LeftToeBase', Weight: 0.246264 +Vertex 796: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030688 + Group: 'mixamorig:LeftFoot', Weight: 0.710295 + Group: 'mixamorig:LeftToeBase', Weight: 0.259017 +Vertex 797: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029898 + Group: 'mixamorig:LeftFoot', Weight: 0.712407 + Group: 'mixamorig:LeftToeBase', Weight: 0.257695 +Vertex 798: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028440 + Group: 'mixamorig:LeftFoot', Weight: 0.720197 + Group: 'mixamorig:LeftToeBase', Weight: 0.251364 +Vertex 799: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028285 + Group: 'mixamorig:LeftFoot', Weight: 0.715676 + Group: 'mixamorig:LeftToeBase', Weight: 0.256038 +Vertex 800: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029724 + Group: 'mixamorig:LeftFoot', Weight: 0.711624 + Group: 'mixamorig:LeftToeBase', Weight: 0.258652 +Vertex 801: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030128 + Group: 'mixamorig:LeftFoot', Weight: 0.708861 + Group: 'mixamorig:LeftToeBase', Weight: 0.261011 +Vertex 802: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029563 + Group: 'mixamorig:LeftFoot', Weight: 0.705621 + Group: 'mixamorig:LeftToeBase', Weight: 0.264817 +Vertex 803: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029709 + Group: 'mixamorig:LeftFoot', Weight: 0.707545 + Group: 'mixamorig:LeftToeBase', Weight: 0.262746 +Vertex 804: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028594 + Group: 'mixamorig:LeftFoot', Weight: 0.706625 + Group: 'mixamorig:LeftToeBase', Weight: 0.264782 +Vertex 805: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026067 + Group: 'mixamorig:LeftFoot', Weight: 0.703600 + Group: 'mixamorig:LeftToeBase', Weight: 0.270333 +Vertex 806: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026864 + Group: 'mixamorig:LeftFoot', Weight: 0.707698 + Group: 'mixamorig:LeftToeBase', Weight: 0.265438 +Vertex 807: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029113 + Group: 'mixamorig:LeftFoot', Weight: 0.708642 + Group: 'mixamorig:LeftToeBase', Weight: 0.262244 +Vertex 808: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029614 + Group: 'mixamorig:LeftFoot', Weight: 0.707403 + Group: 'mixamorig:LeftToeBase', Weight: 0.262983 +Vertex 809: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030312 + Group: 'mixamorig:LeftFoot', Weight: 0.708141 + Group: 'mixamorig:LeftToeBase', Weight: 0.261548 +Vertex 810: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025377 + Group: 'mixamorig:LeftFoot', Weight: 0.699107 + Group: 'mixamorig:LeftToeBase', Weight: 0.275515 +Vertex 811: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026498 + Group: 'mixamorig:LeftFoot', Weight: 0.702500 + Group: 'mixamorig:LeftToeBase', Weight: 0.271002 +Vertex 812: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029092 + Group: 'mixamorig:LeftFoot', Weight: 0.710110 + Group: 'mixamorig:LeftToeBase', Weight: 0.260798 +Vertex 813: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028053 + Group: 'mixamorig:LeftFoot', Weight: 0.707797 + Group: 'mixamorig:LeftToeBase', Weight: 0.264151 +Vertex 814: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030119 + Group: 'mixamorig:LeftFoot', Weight: 0.718506 + Group: 'mixamorig:LeftToeBase', Weight: 0.251375 +Vertex 815: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032070 + Group: 'mixamorig:LeftFoot', Weight: 0.722997 + Group: 'mixamorig:LeftToeBase', Weight: 0.244933 +Vertex 816: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029820 + Group: 'mixamorig:LeftFoot', Weight: 0.715739 + Group: 'mixamorig:LeftToeBase', Weight: 0.254440 +Vertex 817: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027700 + Group: 'mixamorig:LeftFoot', Weight: 0.710627 + Group: 'mixamorig:LeftToeBase', Weight: 0.261674 +Vertex 818: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014094 + Group: 'mixamorig:LeftFoot', Weight: 0.635080 + Group: 'mixamorig:LeftToeBase', Weight: 0.350826 +Vertex 819: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014715 + Group: 'mixamorig:LeftFoot', Weight: 0.646381 + Group: 'mixamorig:LeftToeBase', Weight: 0.338903 +Vertex 820: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016580 + Group: 'mixamorig:LeftFoot', Weight: 0.653198 + Group: 'mixamorig:LeftToeBase', Weight: 0.330223 +Vertex 821: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017224 + Group: 'mixamorig:LeftFoot', Weight: 0.661567 + Group: 'mixamorig:LeftToeBase', Weight: 0.321209 +Vertex 822: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014023 + Group: 'mixamorig:LeftFoot', Weight: 0.641053 + Group: 'mixamorig:LeftToeBase', Weight: 0.344924 +Vertex 823: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013368 + Group: 'mixamorig:LeftFoot', Weight: 0.637104 + Group: 'mixamorig:LeftToeBase', Weight: 0.349528 +Vertex 824: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015081 + Group: 'mixamorig:LeftFoot', Weight: 0.646684 + Group: 'mixamorig:LeftToeBase', Weight: 0.338234 +Vertex 825: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017659 + Group: 'mixamorig:LeftFoot', Weight: 0.665661 + Group: 'mixamorig:LeftToeBase', Weight: 0.316681 +Vertex 826: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015473 + Group: 'mixamorig:LeftFoot', Weight: 0.653002 + Group: 'mixamorig:LeftToeBase', Weight: 0.331525 +Vertex 827: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015474 + Group: 'mixamorig:LeftFoot', Weight: 0.652994 + Group: 'mixamorig:LeftToeBase', Weight: 0.331532 +Vertex 828: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016512 + Group: 'mixamorig:LeftFoot', Weight: 0.657501 + Group: 'mixamorig:LeftToeBase', Weight: 0.325988 +Vertex 829: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013894 + Group: 'mixamorig:LeftFoot', Weight: 0.641450 + Group: 'mixamorig:LeftToeBase', Weight: 0.344656 +Vertex 830: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015516 + Group: 'mixamorig:LeftFoot', Weight: 0.660194 + Group: 'mixamorig:LeftToeBase', Weight: 0.324290 +Vertex 831: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017755 + Group: 'mixamorig:LeftFoot', Weight: 0.674714 + Group: 'mixamorig:LeftToeBase', Weight: 0.307531 +Vertex 832: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014577 + Group: 'mixamorig:LeftFoot', Weight: 0.646809 + Group: 'mixamorig:LeftToeBase', Weight: 0.338613 +Vertex 833: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016118 + Group: 'mixamorig:LeftFoot', Weight: 0.654993 + Group: 'mixamorig:LeftToeBase', Weight: 0.328889 +Vertex 834: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016728 + Group: 'mixamorig:LeftFoot', Weight: 0.671575 + Group: 'mixamorig:LeftToeBase', Weight: 0.311698 +Vertex 835: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016319 + Group: 'mixamorig:LeftFoot', Weight: 0.665402 + Group: 'mixamorig:LeftToeBase', Weight: 0.318279 +Vertex 836: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015998 + Group: 'mixamorig:LeftFoot', Weight: 0.653938 + Group: 'mixamorig:LeftToeBase', Weight: 0.330064 +Vertex 837: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014680 + Group: 'mixamorig:LeftFoot', Weight: 0.646512 + Group: 'mixamorig:LeftToeBase', Weight: 0.338808 +Vertex 838: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013708 + Group: 'mixamorig:LeftFoot', Weight: 0.639281 + Group: 'mixamorig:LeftToeBase', Weight: 0.347011 +Vertex 839: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015510 + Group: 'mixamorig:LeftFoot', Weight: 0.652744 + Group: 'mixamorig:LeftToeBase', Weight: 0.331746 +Vertex 840: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015504 + Group: 'mixamorig:LeftFoot', Weight: 0.645601 + Group: 'mixamorig:LeftToeBase', Weight: 0.338895 +Vertex 841: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016591 + Group: 'mixamorig:LeftFoot', Weight: 0.658899 + Group: 'mixamorig:LeftToeBase', Weight: 0.324511 +Vertex 842: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016461 + Group: 'mixamorig:LeftFoot', Weight: 0.659010 + Group: 'mixamorig:LeftToeBase', Weight: 0.324529 +Vertex 843: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015248 + Group: 'mixamorig:LeftFoot', Weight: 0.643308 + Group: 'mixamorig:LeftToeBase', Weight: 0.341444 +Vertex 844: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015428 + Group: 'mixamorig:LeftFoot', Weight: 0.653315 + Group: 'mixamorig:LeftToeBase', Weight: 0.331257 +Vertex 845: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.013726 + Group: 'mixamorig:LeftFoot', Weight: 0.639382 + Group: 'mixamorig:LeftToeBase', Weight: 0.346892 +Vertex 846: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014934 + Group: 'mixamorig:LeftFoot', Weight: 0.642218 + Group: 'mixamorig:LeftToeBase', Weight: 0.342848 +Vertex 847: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016373 + Group: 'mixamorig:LeftFoot', Weight: 0.652321 + Group: 'mixamorig:LeftToeBase', Weight: 0.331306 +Vertex 848: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017593 + Group: 'mixamorig:LeftFoot', Weight: 0.662193 + Group: 'mixamorig:LeftToeBase', Weight: 0.320214 +Vertex 849: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016213 + Group: 'mixamorig:LeftFoot', Weight: 0.652475 + Group: 'mixamorig:LeftToeBase', Weight: 0.331312 +Vertex 850: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017378 + Group: 'mixamorig:LeftFoot', Weight: 0.669743 + Group: 'mixamorig:LeftToeBase', Weight: 0.312878 +Vertex 851: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.018521 + Group: 'mixamorig:LeftFoot', Weight: 0.674451 + Group: 'mixamorig:LeftToeBase', Weight: 0.307028 +Vertex 852: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016908 + Group: 'mixamorig:LeftFoot', Weight: 0.664756 + Group: 'mixamorig:LeftToeBase', Weight: 0.318336 +Vertex 853: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015670 + Group: 'mixamorig:LeftFoot', Weight: 0.659504 + Group: 'mixamorig:LeftToeBase', Weight: 0.324826 +Vertex 854: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.023495 + Group: 'mixamorig:LeftFoot', Weight: 0.687711 + Group: 'mixamorig:LeftToeBase', Weight: 0.288795 +Vertex 855: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015813 + Group: 'mixamorig:LeftFoot', Weight: 0.653946 + Group: 'mixamorig:LeftToeBase', Weight: 0.330242 +Vertex 856: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027899 + Group: 'mixamorig:LeftFoot', Weight: 0.701943 + Group: 'mixamorig:LeftToeBase', Weight: 0.270158 +Vertex 857: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.018065 + Group: 'mixamorig:LeftFoot', Weight: 0.667050 + Group: 'mixamorig:LeftToeBase', Weight: 0.314885 +Vertex 858: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.020958 + Group: 'mixamorig:LeftFoot', Weight: 0.677872 + Group: 'mixamorig:LeftToeBase', Weight: 0.301170 +Vertex 859: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017643 + Group: 'mixamorig:LeftFoot', Weight: 0.660331 + Group: 'mixamorig:LeftToeBase', Weight: 0.322026 +Vertex 860: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.021244 + Group: 'mixamorig:LeftFoot', Weight: 0.676966 + Group: 'mixamorig:LeftToeBase', Weight: 0.301791 +Vertex 861: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025671 + Group: 'mixamorig:LeftFoot', Weight: 0.691484 + Group: 'mixamorig:LeftToeBase', Weight: 0.282845 +Vertex 862: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017138 + Group: 'mixamorig:LeftFoot', Weight: 0.662403 + Group: 'mixamorig:LeftToeBase', Weight: 0.320459 +Vertex 863: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015263 + Group: 'mixamorig:LeftFoot', Weight: 0.649315 + Group: 'mixamorig:LeftToeBase', Weight: 0.335422 +Vertex 864: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016814 + Group: 'mixamorig:LeftFoot', Weight: 0.660605 + Group: 'mixamorig:LeftToeBase', Weight: 0.322580 +Vertex 865: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016764 + Group: 'mixamorig:LeftFoot', Weight: 0.659713 + Group: 'mixamorig:LeftToeBase', Weight: 0.323522 +Vertex 866: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016957 + Group: 'mixamorig:LeftFoot', Weight: 0.660884 + Group: 'mixamorig:LeftToeBase', Weight: 0.322159 +Vertex 867: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015890 + Group: 'mixamorig:LeftFoot', Weight: 0.654159 + Group: 'mixamorig:LeftToeBase', Weight: 0.329951 +Vertex 868: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.019215 + Group: 'mixamorig:LeftFoot', Weight: 0.668283 + Group: 'mixamorig:LeftToeBase', Weight: 0.312503 +Vertex 869: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.023226 + Group: 'mixamorig:LeftFoot', Weight: 0.683397 + Group: 'mixamorig:LeftToeBase', Weight: 0.293377 +Vertex 870: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025130 + Group: 'mixamorig:LeftFoot', Weight: 0.694136 + Group: 'mixamorig:LeftToeBase', Weight: 0.280734 +Vertex 871: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025290 + Group: 'mixamorig:LeftFoot', Weight: 0.694821 + Group: 'mixamorig:LeftToeBase', Weight: 0.279889 +Vertex 872: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024030 + Group: 'mixamorig:LeftFoot', Weight: 0.685745 + Group: 'mixamorig:LeftToeBase', Weight: 0.290225 +Vertex 873: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.019508 + Group: 'mixamorig:LeftFoot', Weight: 0.670219 + Group: 'mixamorig:LeftToeBase', Weight: 0.310273 +Vertex 874: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024847 + Group: 'mixamorig:LeftFoot', Weight: 0.695425 + Group: 'mixamorig:LeftToeBase', Weight: 0.279727 +Vertex 875: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025250 + Group: 'mixamorig:LeftFoot', Weight: 0.696229 + Group: 'mixamorig:LeftToeBase', Weight: 0.278522 +Vertex 876: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025272 + Group: 'mixamorig:LeftFoot', Weight: 0.696275 + Group: 'mixamorig:LeftToeBase', Weight: 0.278452 +Vertex 877: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025262 + Group: 'mixamorig:LeftFoot', Weight: 0.696471 + Group: 'mixamorig:LeftToeBase', Weight: 0.278267 +Vertex 878: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014078 + Group: 'mixamorig:LeftFoot', Weight: 0.636323 + Group: 'mixamorig:LeftToeBase', Weight: 0.349598 +Vertex 879: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032131 + Group: 'mixamorig:LeftFoot', Weight: 0.721486 + Group: 'mixamorig:LeftToeBase', Weight: 0.246383 +Vertex 880: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016519 + Group: 'mixamorig:LeftFoot', Weight: 0.654271 + Group: 'mixamorig:LeftToeBase', Weight: 0.329210 +Vertex 881: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.037558 + Group: 'mixamorig:LeftFoot', Weight: 0.729330 + Group: 'mixamorig:LeftToeBase', Weight: 0.233112 +Vertex 882: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.021841 + Group: 'mixamorig:LeftFoot', Weight: 0.681397 + Group: 'mixamorig:LeftToeBase', Weight: 0.296761 +Vertex 883: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.018456 + Group: 'mixamorig:LeftFoot', Weight: 0.664806 + Group: 'mixamorig:LeftToeBase', Weight: 0.316738 +Vertex 884: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015180 + Group: 'mixamorig:LeftFoot', Weight: 0.644223 + Group: 'mixamorig:LeftToeBase', Weight: 0.340597 +Vertex 885: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017453 + Group: 'mixamorig:LeftFoot', Weight: 0.660759 + Group: 'mixamorig:LeftToeBase', Weight: 0.321788 +Vertex 886: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026479 + Group: 'mixamorig:LeftFoot', Weight: 0.699254 + Group: 'mixamorig:LeftToeBase', Weight: 0.274267 +Vertex 887: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.024358 + Group: 'mixamorig:LeftFoot', Weight: 0.692711 + Group: 'mixamorig:LeftToeBase', Weight: 0.282931 +Vertex 888: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026786 + Group: 'mixamorig:LeftFoot', Weight: 0.700393 + Group: 'mixamorig:LeftToeBase', Weight: 0.272821 +Vertex 889: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.035816 + Group: 'mixamorig:LeftFoot', Weight: 0.727256 + Group: 'mixamorig:LeftToeBase', Weight: 0.236928 +Vertex 890: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.034995 + Group: 'mixamorig:LeftFoot', Weight: 0.725572 + Group: 'mixamorig:LeftToeBase', Weight: 0.239433 +Vertex 891: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026066 + Group: 'mixamorig:LeftFoot', Weight: 0.697877 + Group: 'mixamorig:LeftToeBase', Weight: 0.276057 +Vertex 892: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.020077 + Group: 'mixamorig:LeftFoot', Weight: 0.672670 + Group: 'mixamorig:LeftToeBase', Weight: 0.307253 +Vertex 893: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016942 + Group: 'mixamorig:LeftFoot', Weight: 0.658206 + Group: 'mixamorig:LeftToeBase', Weight: 0.324853 +Vertex 894: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015998 + Group: 'mixamorig:LeftFoot', Weight: 0.651431 + Group: 'mixamorig:LeftToeBase', Weight: 0.332572 +Vertex 895: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015046 + Group: 'mixamorig:LeftFoot', Weight: 0.644201 + Group: 'mixamorig:LeftToeBase', Weight: 0.340753 +Vertex 896: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016181 + Group: 'mixamorig:LeftFoot', Weight: 0.654466 + Group: 'mixamorig:LeftToeBase', Weight: 0.329352 +Vertex 897: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.020399 + Group: 'mixamorig:LeftFoot', Weight: 0.674894 + Group: 'mixamorig:LeftToeBase', Weight: 0.304706 +Vertex 898: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.014877 + Group: 'mixamorig:LeftFoot', Weight: 0.640386 + Group: 'mixamorig:LeftToeBase', Weight: 0.344737 +Vertex 899: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.016348 + Group: 'mixamorig:LeftFoot', Weight: 0.650563 + Group: 'mixamorig:LeftToeBase', Weight: 0.333090 +Vertex 900: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.017266 + Group: 'mixamorig:LeftFoot', Weight: 0.656919 + Group: 'mixamorig:LeftToeBase', Weight: 0.325815 +Vertex 901: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.015790 + Group: 'mixamorig:LeftFoot', Weight: 0.646707 + Group: 'mixamorig:LeftToeBase', Weight: 0.337503 +Vertex 902: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028102 + Group: 'mixamorig:LeftFoot', Weight: 0.702726 + Group: 'mixamorig:LeftToeBase', Weight: 0.269171 +Vertex 903: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.063179 + Group: 'mixamorig:LeftFoot', Weight: 0.756055 + Group: 'mixamorig:LeftToeBase', Weight: 0.180767 +Vertex 904: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.032406 + Group: 'mixamorig:LeftFoot', Weight: 0.712839 + Group: 'mixamorig:LeftToeBase', Weight: 0.254755 +Vertex 905: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.074013 + Group: 'mixamorig:LeftFoot', Weight: 0.757410 + Group: 'mixamorig:LeftToeBase', Weight: 0.168577 +Vertex 906: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.046994 + Group: 'mixamorig:LeftFoot', Weight: 0.729928 + Group: 'mixamorig:LeftToeBase', Weight: 0.223078 +Vertex 907: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.040594 + Group: 'mixamorig:LeftFoot', Weight: 0.723624 + Group: 'mixamorig:LeftToeBase', Weight: 0.235782 +Vertex 908: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.031388 + Group: 'mixamorig:LeftFoot', Weight: 0.708691 + Group: 'mixamorig:LeftToeBase', Weight: 0.259921 +Vertex 909: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.037645 + Group: 'mixamorig:LeftFoot', Weight: 0.718192 + Group: 'mixamorig:LeftToeBase', Weight: 0.244162 +Vertex 910: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.057694 + Group: 'mixamorig:LeftFoot', Weight: 0.742647 + Group: 'mixamorig:LeftToeBase', Weight: 0.199659 +Vertex 911: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.049871 + Group: 'mixamorig:LeftFoot', Weight: 0.738883 + Group: 'mixamorig:LeftToeBase', Weight: 0.211246 +Vertex 912: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.055038 + Group: 'mixamorig:LeftFoot', Weight: 0.741434 + Group: 'mixamorig:LeftToeBase', Weight: 0.203528 +Vertex 913: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.070102 + Group: 'mixamorig:LeftFoot', Weight: 0.757218 + Group: 'mixamorig:LeftToeBase', Weight: 0.172679 +Vertex 914: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.066799 + Group: 'mixamorig:LeftFoot', Weight: 0.756657 + Group: 'mixamorig:LeftToeBase', Weight: 0.176544 +Vertex 915: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.053093 + Group: 'mixamorig:LeftFoot', Weight: 0.740364 + Group: 'mixamorig:LeftToeBase', Weight: 0.206543 +Vertex 916: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.043646 + Group: 'mixamorig:LeftFoot', Weight: 0.726932 + Group: 'mixamorig:LeftToeBase', Weight: 0.229421 +Vertex 917: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.033938 + Group: 'mixamorig:LeftFoot', Weight: 0.713621 + Group: 'mixamorig:LeftToeBase', Weight: 0.252441 +Vertex 918: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029912 + Group: 'mixamorig:LeftFoot', Weight: 0.707958 + Group: 'mixamorig:LeftToeBase', Weight: 0.262129 +Vertex 919: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029633 + Group: 'mixamorig:LeftFoot', Weight: 0.707190 + Group: 'mixamorig:LeftToeBase', Weight: 0.263177 +Vertex 920: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.034089 + Group: 'mixamorig:LeftFoot', Weight: 0.713791 + Group: 'mixamorig:LeftToeBase', Weight: 0.252119 +Vertex 921: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.043822 + Group: 'mixamorig:LeftFoot', Weight: 0.727312 + Group: 'mixamorig:LeftToeBase', Weight: 0.228866 +Vertex 922: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025159 + Group: 'mixamorig:LeftFoot', Weight: 0.696835 + Group: 'mixamorig:LeftToeBase', Weight: 0.278006 +Vertex 923: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.025936 + Group: 'mixamorig:LeftFoot', Weight: 0.699344 + Group: 'mixamorig:LeftToeBase', Weight: 0.274720 +Vertex 924: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.028367 + Group: 'mixamorig:LeftFoot', Weight: 0.706491 + Group: 'mixamorig:LeftToeBase', Weight: 0.265143 +Vertex 925: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.026500 + Group: 'mixamorig:LeftFoot', Weight: 0.700684 + Group: 'mixamorig:LeftToeBase', Weight: 0.272815 +Vertex 926: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.046515 + Group: 'mixamorig:LeftFoot', Weight: 0.726191 + Group: 'mixamorig:LeftToeBase', Weight: 0.227294 +Vertex 927: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.027187 + Group: 'mixamorig:LeftFoot', Weight: 0.703494 + Group: 'mixamorig:LeftToeBase', Weight: 0.269319 +Vertex 928: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.058355 + Group: 'mixamorig:LeftFoot', Weight: 0.733595 + Group: 'mixamorig:LeftToeBase', Weight: 0.208050 +Vertex 929: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.034909 + Group: 'mixamorig:LeftFoot', Weight: 0.723003 + Group: 'mixamorig:LeftToeBase', Weight: 0.242088 +Vertex 930: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.044966 + Group: 'mixamorig:LeftFoot', Weight: 0.728688 + Group: 'mixamorig:LeftToeBase', Weight: 0.226347 +Vertex 931: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.038641 + Group: 'mixamorig:LeftFoot', Weight: 0.721131 + Group: 'mixamorig:LeftToeBase', Weight: 0.240228 +Vertex 932: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.045428 + Group: 'mixamorig:LeftFoot', Weight: 0.724956 + Group: 'mixamorig:LeftToeBase', Weight: 0.229616 +Vertex 933: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.053910 + Group: 'mixamorig:LeftFoot', Weight: 0.730260 + Group: 'mixamorig:LeftToeBase', Weight: 0.215830 +Vertex 934: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.037122 + Group: 'mixamorig:LeftFoot', Weight: 0.723211 + Group: 'mixamorig:LeftToeBase', Weight: 0.239667 +Vertex 935: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.029923 + Group: 'mixamorig:LeftFoot', Weight: 0.708426 + Group: 'mixamorig:LeftToeBase', Weight: 0.261651 +Vertex 936: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.037129 + Group: 'mixamorig:LeftFoot', Weight: 0.723318 + Group: 'mixamorig:LeftToeBase', Weight: 0.239554 +Vertex 937: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.030895 + Group: 'mixamorig:LeftFoot', Weight: 0.714672 + Group: 'mixamorig:LeftToeBase', Weight: 0.254433 +Vertex 938: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.031069 + Group: 'mixamorig:LeftFoot', Weight: 0.714859 + Group: 'mixamorig:LeftToeBase', Weight: 0.254073 +Vertex 939: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.037093 + Group: 'mixamorig:LeftFoot', Weight: 0.722796 + Group: 'mixamorig:LeftToeBase', Weight: 0.240111 +Vertex 940: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.041604 + Group: 'mixamorig:LeftFoot', Weight: 0.724586 + Group: 'mixamorig:LeftToeBase', Weight: 0.233810 +Vertex 941: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.049828 + Group: 'mixamorig:LeftFoot', Weight: 0.727392 + Group: 'mixamorig:LeftToeBase', Weight: 0.222780 +Vertex 942: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.052402 + Group: 'mixamorig:LeftFoot', Weight: 0.730554 + Group: 'mixamorig:LeftToeBase', Weight: 0.217045 +Vertex 943: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.053174 + Group: 'mixamorig:LeftFoot', Weight: 0.731181 + Group: 'mixamorig:LeftToeBase', Weight: 0.215645 +Vertex 944: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.050422 + Group: 'mixamorig:LeftFoot', Weight: 0.727767 + Group: 'mixamorig:LeftToeBase', Weight: 0.221810 +Vertex 945: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.042271 + Group: 'mixamorig:LeftFoot', Weight: 0.725574 + Group: 'mixamorig:LeftToeBase', Weight: 0.232155 +Vertex 946: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.044962 + Group: 'mixamorig:LeftFoot', Weight: 0.729234 + Group: 'mixamorig:LeftToeBase', Weight: 0.225803 +Vertex 947: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.048086 + Group: 'mixamorig:LeftFoot', Weight: 0.731681 + Group: 'mixamorig:LeftToeBase', Weight: 0.220233 +Vertex 948: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.058206 + Group: 'mixamorig:LeftFoot', Weight: 0.737951 + Group: 'mixamorig:LeftToeBase', Weight: 0.203843 +Vertex 949: +Vertex groups: 3 + Group: 'mixamorig:LeftLeg', Weight: 0.049633 + Group: 'mixamorig:LeftFoot', Weight: 0.733068 + Group: 'mixamorig:LeftToeBase', Weight: 0.217299 +=== Mesh Object: Tops === +===Vertices: 1359 +Vertex 0: +Vertex 1: +Vertex 2: +Vertex 3: +Vertex 4: +Vertex 5: +Vertex 6: +Vertex 7: +Vertex 8: +Vertex 9: +Vertex 10: +Vertex 11: +Vertex 12: +Vertex 13: +Vertex 14: +Vertex 15: +Vertex 16: +Vertex 17: +Vertex 18: +Vertex 19: +Vertex 20: +Vertex 21: +Vertex 22: +Vertex 23: +Vertex 24: +Vertex 25: +Vertex 26: +Vertex 27: +Vertex 28: +Vertex 29: +Vertex 30: +Vertex 31: +Vertex 32: +Vertex 33: +Vertex 34: +Vertex 35: +Vertex 36: +Vertex 37: +Vertex 38: +Vertex 39: +Vertex 40: +Vertex 41: +Vertex 42: +Vertex 43: +Vertex 44: +Vertex 45: +Vertex 46: +Vertex 47: +Vertex 48: +Vertex 49: +Vertex 50: +Vertex 51: +Vertex 52: +Vertex 53: +Vertex 54: +Vertex 55: +Vertex 56: +Vertex 57: +Vertex 58: +Vertex 59: +Vertex 60: +Vertex 61: +Vertex 62: +Vertex 63: +Vertex 64: +Vertex 65: +Vertex 66: +Vertex 67: +Vertex 68: +Vertex 69: +Vertex 70: +Vertex 71: +Vertex 72: +Vertex 73: +Vertex 74: +Vertex 75: +Vertex 76: +Vertex 77: +Vertex 78: +Vertex 79: +Vertex 80: +Vertex 81: +Vertex 82: +Vertex 83: +Vertex 84: +Vertex 85: +Vertex 86: +Vertex 87: +Vertex 88: +Vertex 89: +Vertex 90: +Vertex 91: +Vertex 92: +Vertex 93: +Vertex 94: +Vertex 95: +Vertex 96: +Vertex 97: +Vertex 98: +Vertex 99: +Vertex 100: +Vertex 101: +Vertex 102: +Vertex 103: +Vertex 104: +Vertex 105: +Vertex 106: +Vertex 107: +Vertex 108: +Vertex 109: +Vertex 110: +Vertex 111: +Vertex 112: +Vertex 113: +Vertex 114: +Vertex 115: +Vertex 116: +Vertex 117: +Vertex 118: +Vertex 119: +Vertex 120: +Vertex 121: +Vertex 122: +Vertex 123: +Vertex 124: +Vertex 125: +Vertex 126: +Vertex 127: +Vertex 128: +Vertex 129: +Vertex 130: +Vertex 131: +Vertex 132: +Vertex 133: +Vertex 134: +Vertex 135: +Vertex 136: +Vertex 137: +Vertex 138: +Vertex 139: +Vertex 140: +Vertex 141: +Vertex 142: +Vertex 143: +Vertex 144: +Vertex 145: +Vertex 146: +Vertex 147: +Vertex 148: +Vertex 149: +Vertex 150: +Vertex 151: +Vertex 152: +Vertex 153: +Vertex 154: +Vertex 155: +Vertex 156: +Vertex 157: +Vertex 158: +Vertex 159: +Vertex 160: +Vertex 161: +Vertex 162: +Vertex 163: +Vertex 164: +Vertex 165: +Vertex 166: +Vertex 167: +Vertex 168: +Vertex 169: +Vertex 170: +Vertex 171: +Vertex 172: +Vertex 173: +Vertex 174: +Vertex 175: +Vertex 176: +Vertex 177: +Vertex 178: +Vertex 179: +Vertex 180: +Vertex 181: +Vertex 182: +Vertex 183: +Vertex 184: +Vertex 185: +Vertex 186: +Vertex 187: +Vertex 188: +Vertex 189: +Vertex 190: +Vertex 191: +Vertex 192: +Vertex 193: +Vertex 194: +Vertex 195: +Vertex 196: +Vertex 197: +Vertex 198: +Vertex 199: +Vertex 200: +Vertex 201: +Vertex 202: +Vertex 203: +Vertex 204: +Vertex 205: +Vertex 206: +Vertex 207: +Vertex 208: +Vertex 209: +Vertex 210: +Vertex 211: +Vertex 212: +Vertex 213: +Vertex 214: +Vertex 215: +Vertex 216: +Vertex 217: +Vertex 218: +Vertex 219: +Vertex 220: +Vertex 221: +Vertex 222: +Vertex 223: +Vertex 224: +Vertex 225: +Vertex 226: +Vertex 227: +Vertex 228: +Vertex 229: +Vertex 230: +Vertex 231: +Vertex 232: +Vertex 233: +Vertex 234: +Vertex 235: +Vertex 236: +Vertex 237: +Vertex 238: +Vertex 239: +Vertex 240: +Vertex 241: +Vertex 242: +Vertex 243: +Vertex 244: +Vertex 245: +Vertex 246: +Vertex 247: +Vertex 248: +Vertex 249: +Vertex 250: +Vertex 251: +Vertex 252: +Vertex 253: +Vertex 254: +Vertex 255: +Vertex 256: +Vertex 257: +Vertex 258: +Vertex 259: +Vertex 260: +Vertex 261: +Vertex 262: +Vertex 263: +Vertex 264: +Vertex 265: +Vertex 266: +Vertex 267: +Vertex 268: +Vertex 269: +Vertex 270: +Vertex 271: +Vertex 272: +Vertex 273: +Vertex 274: +Vertex 275: +Vertex 276: +Vertex 277: +Vertex 278: +Vertex 279: +Vertex 280: +Vertex 281: +Vertex 282: +Vertex 283: +Vertex 284: +Vertex 285: +Vertex 286: +Vertex 287: +Vertex 288: +Vertex 289: +Vertex 290: +Vertex 291: +Vertex 292: +Vertex 293: +Vertex 294: +Vertex 295: +Vertex 296: +Vertex 297: +Vertex 298: +Vertex 299: +Vertex 300: +Vertex 301: +Vertex 302: +Vertex 303: +Vertex 304: +Vertex 305: +Vertex 306: +Vertex 307: +Vertex 308: +Vertex 309: +Vertex 310: +Vertex 311: +Vertex 312: +Vertex 313: +Vertex 314: +Vertex 315: +Vertex 316: +Vertex 317: +Vertex 318: +Vertex 319: +Vertex 320: +Vertex 321: +Vertex 322: +Vertex 323: +Vertex 324: +Vertex 325: +Vertex 326: +Vertex 327: +Vertex 328: +Vertex 329: +Vertex 330: +Vertex 331: +Vertex 332: +Vertex 333: +Vertex 334: +Vertex 335: +Vertex 336: +Vertex 337: +Vertex 338: +Vertex 339: +Vertex 340: +Vertex 341: +Vertex 342: +Vertex 343: +Vertex 344: +Vertex 345: +Vertex 346: +Vertex 347: +Vertex 348: +Vertex 349: +Vertex 350: +Vertex 351: +Vertex 352: +Vertex 353: +Vertex 354: +Vertex 355: +Vertex 356: +Vertex 357: +Vertex 358: +Vertex 359: +Vertex 360: +Vertex 361: +Vertex 362: +Vertex 363: +Vertex 364: +Vertex 365: +Vertex 366: +Vertex 367: +Vertex 368: +Vertex 369: +Vertex 370: +Vertex 371: +Vertex 372: +Vertex 373: +Vertex 374: +Vertex 375: +Vertex 376: +Vertex 377: +Vertex 378: +Vertex 379: +Vertex 380: +Vertex 381: +Vertex 382: +Vertex 383: +Vertex 384: +Vertex 385: +Vertex 386: +Vertex 387: +Vertex 388: +Vertex 389: +Vertex 390: +Vertex 391: +Vertex 392: +Vertex 393: +Vertex 394: +Vertex 395: +Vertex 396: +Vertex 397: +Vertex 398: +Vertex 399: +Vertex 400: +Vertex 401: +Vertex 402: +Vertex 403: +Vertex 404: +Vertex 405: +Vertex 406: +Vertex 407: +Vertex 408: +Vertex 409: +Vertex 410: +Vertex 411: +Vertex 412: +Vertex 413: +Vertex 414: +Vertex 415: +Vertex 416: +Vertex 417: +Vertex 418: +Vertex 419: +Vertex 420: +Vertex 421: +Vertex 422: +Vertex 423: +Vertex 424: +Vertex 425: +Vertex 426: +Vertex 427: +Vertex 428: +Vertex 429: +Vertex 430: +Vertex 431: +Vertex 432: +Vertex 433: +Vertex 434: +Vertex 435: +Vertex 436: +Vertex 437: +Vertex 438: +Vertex 439: +Vertex 440: +Vertex 441: +Vertex 442: +Vertex 443: +Vertex 444: +Vertex 445: +Vertex 446: +Vertex 447: +Vertex 448: +Vertex 449: +Vertex 450: +Vertex 451: +Vertex 452: +Vertex 453: +Vertex 454: +Vertex 455: +Vertex 456: +Vertex 457: +Vertex 458: +Vertex 459: +Vertex 460: +Vertex 461: +Vertex 462: +Vertex 463: +Vertex 464: +Vertex 465: +Vertex 466: +Vertex 467: +Vertex 468: +Vertex 469: +Vertex 470: +Vertex 471: +Vertex 472: +Vertex 473: +Vertex 474: +Vertex 475: +Vertex 476: +Vertex 477: +Vertex 478: +Vertex 479: +Vertex 480: +Vertex 481: +Vertex 482: +Vertex 483: +Vertex 484: +Vertex 485: +Vertex 486: +Vertex 487: +Vertex 488: +Vertex 489: +Vertex 490: +Vertex 491: +Vertex 492: +Vertex 493: +Vertex 494: +Vertex 495: +Vertex 496: +Vertex 497: +Vertex 498: +Vertex 499: +Vertex 500: +Vertex 501: +Vertex 502: +Vertex 503: +Vertex 504: +Vertex 505: +Vertex 506: +Vertex 507: +Vertex 508: +Vertex 509: +Vertex 510: +Vertex 511: +Vertex 512: +Vertex 513: +Vertex 514: +Vertex 515: +Vertex 516: +Vertex 517: +Vertex 518: +Vertex 519: +Vertex 520: +Vertex 521: +Vertex 522: +Vertex 523: +Vertex 524: +Vertex 525: +Vertex 526: +Vertex 527: +Vertex 528: +Vertex 529: +Vertex 530: +Vertex 531: +Vertex 532: +Vertex 533: +Vertex 534: +Vertex 535: +Vertex 536: +Vertex 537: +Vertex 538: +Vertex 539: +Vertex 540: +Vertex 541: +Vertex 542: +Vertex 543: +Vertex 544: +Vertex 545: +Vertex 546: +Vertex 547: +Vertex 548: +Vertex 549: +Vertex 550: +Vertex 551: +Vertex 552: +Vertex 553: +Vertex 554: +Vertex 555: +Vertex 556: +Vertex 557: +Vertex 558: +Vertex 559: +Vertex 560: +Vertex 561: +Vertex 562: +Vertex 563: +Vertex 564: +Vertex 565: +Vertex 566: +Vertex 567: +Vertex 568: +Vertex 569: +Vertex 570: +Vertex 571: +Vertex 572: +Vertex 573: +Vertex 574: +Vertex 575: +Vertex 576: +Vertex 577: +Vertex 578: +Vertex 579: +Vertex 580: +Vertex 581: +Vertex 582: +Vertex 583: +Vertex 584: +Vertex 585: +Vertex 586: +Vertex 587: +Vertex 588: +Vertex 589: +Vertex 590: +Vertex 591: +Vertex 592: +Vertex 593: +Vertex 594: +Vertex 595: +Vertex 596: +Vertex 597: +Vertex 598: +Vertex 599: +Vertex 600: +Vertex 601: +Vertex 602: +Vertex 603: +Vertex 604: +Vertex 605: +Vertex 606: +Vertex 607: +Vertex 608: +Vertex 609: +Vertex 610: +Vertex 611: +Vertex 612: +Vertex 613: +Vertex 614: +Vertex 615: +Vertex 616: +Vertex 617: +Vertex 618: +Vertex 619: +Vertex 620: +Vertex 621: +Vertex 622: +Vertex 623: +Vertex 624: +Vertex 625: +Vertex 626: +Vertex 627: +Vertex 628: +Vertex 629: +Vertex 630: +Vertex 631: +Vertex 632: +Vertex 633: +Vertex 634: +Vertex 635: +Vertex 636: +Vertex 637: +Vertex 638: +Vertex 639: +Vertex 640: +Vertex 641: +Vertex 642: +Vertex 643: +Vertex 644: +Vertex 645: +Vertex 646: +Vertex 647: +Vertex 648: +Vertex 649: +Vertex 650: +Vertex 651: +Vertex 652: +Vertex 653: +Vertex 654: +Vertex 655: +Vertex 656: +Vertex 657: +Vertex 658: +Vertex 659: +Vertex 660: +Vertex 661: +Vertex 662: +Vertex 663: +Vertex 664: +Vertex 665: +Vertex 666: +Vertex 667: +Vertex 668: +Vertex 669: +Vertex 670: +Vertex 671: +Vertex 672: +Vertex 673: +Vertex 674: +Vertex 675: +Vertex 676: +Vertex 677: +Vertex 678: +Vertex 679: +Vertex 680: +Vertex 681: +Vertex 682: +Vertex 683: +Vertex 684: +Vertex 685: +Vertex 686: +Vertex 687: +Vertex 688: +Vertex 689: +Vertex 690: +Vertex 691: +Vertex 692: +Vertex 693: +Vertex 694: +Vertex 695: +Vertex 696: +Vertex 697: +Vertex 698: +Vertex 699: +Vertex 700: +Vertex 701: +Vertex 702: +Vertex 703: +Vertex 704: +Vertex 705: +Vertex 706: +Vertex 707: +Vertex 708: +Vertex 709: +Vertex 710: +Vertex 711: +Vertex 712: +Vertex 713: +Vertex 714: +Vertex 715: +Vertex 716: +Vertex 717: +Vertex 718: +Vertex 719: +Vertex 720: +Vertex 721: +Vertex 722: +Vertex 723: +Vertex 724: +Vertex 725: +Vertex 726: +Vertex 727: +Vertex 728: +Vertex 729: +Vertex 730: +Vertex 731: +Vertex 732: +Vertex 733: +Vertex 734: +Vertex 735: +Vertex 736: +Vertex 737: +Vertex 738: +Vertex 739: +Vertex 740: +Vertex 741: +Vertex 742: +Vertex 743: +Vertex 744: +Vertex 745: +Vertex 746: +Vertex 747: +Vertex 748: +Vertex 749: +Vertex 750: +Vertex 751: +Vertex 752: +Vertex 753: +Vertex 754: +Vertex 755: +Vertex 756: +Vertex 757: +Vertex 758: +Vertex 759: +Vertex 760: +Vertex 761: +Vertex 762: +Vertex 763: +Vertex 764: +Vertex 765: +Vertex 766: +Vertex 767: +Vertex 768: +Vertex 769: +Vertex 770: +Vertex 771: +Vertex 772: +Vertex 773: +Vertex 774: +Vertex 775: +Vertex 776: +Vertex 777: +Vertex 778: +Vertex 779: +Vertex 780: +Vertex 781: +Vertex 782: +Vertex 783: +Vertex 784: +Vertex 785: +Vertex 786: +Vertex 787: +Vertex 788: +Vertex 789: +Vertex 790: +Vertex 791: +Vertex 792: +Vertex 793: +Vertex 794: +Vertex 795: +Vertex 796: +Vertex 797: +Vertex 798: +Vertex 799: +Vertex 800: +Vertex 801: +Vertex 802: +Vertex 803: +Vertex 804: +Vertex 805: +Vertex 806: +Vertex 807: +Vertex 808: +Vertex 809: +Vertex 810: +Vertex 811: +Vertex 812: +Vertex 813: +Vertex 814: +Vertex 815: +Vertex 816: +Vertex 817: +Vertex 818: +Vertex 819: +Vertex 820: +Vertex 821: +Vertex 822: +Vertex 823: +Vertex 824: +Vertex 825: +Vertex 826: +Vertex 827: +Vertex 828: +Vertex 829: +Vertex 830: +Vertex 831: +Vertex 832: +Vertex 833: +Vertex 834: +Vertex 835: +Vertex 836: +Vertex 837: +Vertex 838: +Vertex 839: +Vertex 840: +Vertex 841: +Vertex 842: +Vertex 843: +Vertex 844: +Vertex 845: +Vertex 846: +Vertex 847: +Vertex 848: +Vertex 849: +Vertex 850: +Vertex 851: +Vertex 852: +Vertex 853: +Vertex 854: +Vertex 855: +Vertex 856: +Vertex 857: +Vertex 858: +Vertex 859: +Vertex 860: +Vertex 861: +Vertex 862: +Vertex 863: +Vertex 864: +Vertex 865: +Vertex 866: +Vertex 867: +Vertex 868: +Vertex 869: +Vertex 870: +Vertex 871: +Vertex 872: +Vertex 873: +Vertex 874: +Vertex 875: +Vertex 876: +Vertex 877: +Vertex 878: +Vertex 879: +Vertex 880: +Vertex 881: +Vertex 882: +Vertex 883: +Vertex 884: +Vertex 885: +Vertex 886: +Vertex 887: +Vertex 888: +Vertex 889: +Vertex 890: +Vertex 891: +Vertex 892: +Vertex 893: +Vertex 894: +Vertex 895: +Vertex 896: +Vertex 897: +Vertex 898: +Vertex 899: +Vertex 900: +Vertex 901: +Vertex 902: +Vertex 903: +Vertex 904: +Vertex 905: +Vertex 906: +Vertex 907: +Vertex 908: +Vertex 909: +Vertex 910: +Vertex 911: +Vertex 912: +Vertex 913: +Vertex 914: +Vertex 915: +Vertex 916: +Vertex 917: +Vertex 918: +Vertex 919: +Vertex 920: +Vertex 921: +Vertex 922: +Vertex 923: +Vertex 924: +Vertex 925: +Vertex 926: +Vertex 927: +Vertex 928: +Vertex 929: +Vertex 930: +Vertex 931: +Vertex 932: +Vertex 933: +Vertex 934: +Vertex 935: +Vertex 936: +Vertex 937: +Vertex 938: +Vertex 939: +Vertex 940: +Vertex 941: +Vertex 942: +Vertex 943: +Vertex 944: +Vertex 945: +Vertex 946: +Vertex 947: +Vertex 948: +Vertex 949: +Vertex 950: +Vertex 951: +Vertex 952: +Vertex 953: +Vertex 954: +Vertex 955: +Vertex 956: +Vertex 957: +Vertex 958: +Vertex 959: +Vertex 960: +Vertex 961: +Vertex 962: +Vertex 963: +Vertex 964: +Vertex 965: +Vertex 966: +Vertex 967: +Vertex 968: +Vertex 969: +Vertex 970: +Vertex 971: +Vertex 972: +Vertex 973: +Vertex 974: +Vertex 975: +Vertex 976: +Vertex 977: +Vertex 978: +Vertex 979: +Vertex 980: +Vertex 981: +Vertex 982: +Vertex 983: +Vertex 984: +Vertex 985: +Vertex 986: +Vertex 987: +Vertex 988: +Vertex 989: +Vertex 990: +Vertex 991: +Vertex 992: +Vertex 993: +Vertex 994: +Vertex 995: +Vertex 996: +Vertex 997: +Vertex 998: +Vertex 999: +Vertex 1000: +Vertex 1001: +Vertex 1002: +Vertex 1003: +Vertex 1004: +Vertex 1005: +Vertex 1006: +Vertex 1007: +Vertex 1008: +Vertex 1009: +Vertex 1010: +Vertex 1011: +Vertex 1012: +Vertex 1013: +Vertex 1014: +Vertex 1015: +Vertex 1016: +Vertex 1017: +Vertex 1018: +Vertex 1019: +Vertex 1020: +Vertex 1021: +Vertex 1022: +Vertex 1023: +Vertex 1024: +Vertex 1025: +Vertex 1026: +Vertex 1027: +Vertex 1028: +Vertex 1029: +Vertex 1030: +Vertex 1031: +Vertex 1032: +Vertex 1033: +Vertex 1034: +Vertex 1035: +Vertex 1036: +Vertex 1037: +Vertex 1038: +Vertex 1039: +Vertex 1040: +Vertex 1041: +Vertex 1042: +Vertex 1043: +Vertex 1044: +Vertex 1045: +Vertex 1046: +Vertex 1047: +Vertex 1048: +Vertex 1049: +Vertex 1050: +Vertex 1051: +Vertex 1052: +Vertex 1053: +Vertex 1054: +Vertex 1055: +Vertex 1056: +Vertex 1057: +Vertex 1058: +Vertex 1059: +Vertex 1060: +Vertex 1061: +Vertex 1062: +Vertex 1063: +Vertex 1064: +Vertex 1065: +Vertex 1066: +Vertex 1067: +Vertex 1068: +Vertex 1069: +Vertex 1070: +Vertex 1071: +Vertex 1072: +Vertex 1073: +Vertex 1074: +Vertex 1075: +Vertex 1076: +Vertex 1077: +Vertex 1078: +Vertex 1079: +Vertex 1080: +Vertex 1081: +Vertex 1082: +Vertex 1083: +Vertex 1084: +Vertex 1085: +Vertex 1086: +Vertex 1087: +Vertex 1088: +Vertex 1089: +Vertex 1090: +Vertex 1091: +Vertex 1092: +Vertex 1093: +Vertex 1094: +Vertex 1095: +Vertex 1096: +Vertex 1097: +Vertex 1098: +Vertex 1099: +Vertex 1100: +Vertex 1101: +Vertex 1102: +Vertex 1103: +Vertex 1104: +Vertex 1105: +Vertex 1106: +Vertex 1107: +Vertex 1108: +Vertex 1109: +Vertex 1110: +Vertex 1111: +Vertex 1112: +Vertex 1113: +Vertex 1114: +Vertex 1115: +Vertex 1116: +Vertex 1117: +Vertex 1118: +Vertex 1119: +Vertex 1120: +Vertex 1121: +Vertex 1122: +Vertex 1123: +Vertex 1124: +Vertex 1125: +Vertex 1126: +Vertex 1127: +Vertex 1128: +Vertex 1129: +Vertex 1130: +Vertex 1131: +Vertex 1132: +Vertex 1133: +Vertex 1134: +Vertex 1135: +Vertex 1136: +Vertex 1137: +Vertex 1138: +Vertex 1139: +Vertex 1140: +Vertex 1141: +Vertex 1142: +Vertex 1143: +Vertex 1144: +Vertex 1145: +Vertex 1146: +Vertex 1147: +Vertex 1148: +Vertex 1149: +Vertex 1150: +Vertex 1151: +Vertex 1152: +Vertex 1153: +Vertex 1154: +Vertex 1155: +Vertex 1156: +Vertex 1157: +Vertex 1158: +Vertex 1159: +Vertex 1160: +Vertex 1161: +Vertex 1162: +Vertex 1163: +Vertex 1164: +Vertex 1165: +Vertex 1166: +Vertex 1167: +Vertex 1168: +Vertex 1169: +Vertex 1170: +Vertex 1171: +Vertex 1172: +Vertex 1173: +Vertex 1174: +Vertex 1175: +Vertex 1176: +Vertex 1177: +Vertex 1178: +Vertex 1179: +Vertex 1180: +Vertex 1181: +Vertex 1182: +Vertex 1183: +Vertex 1184: +Vertex 1185: +Vertex 1186: +Vertex 1187: +Vertex 1188: +Vertex 1189: +Vertex 1190: +Vertex 1191: +Vertex 1192: +Vertex 1193: +Vertex 1194: +Vertex 1195: +Vertex 1196: +Vertex 1197: +Vertex 1198: +Vertex 1199: +Vertex 1200: +Vertex 1201: +Vertex 1202: +Vertex 1203: +Vertex 1204: +Vertex 1205: +Vertex 1206: +Vertex 1207: +Vertex 1208: +Vertex 1209: +Vertex 1210: +Vertex 1211: +Vertex 1212: +Vertex 1213: +Vertex 1214: +Vertex 1215: +Vertex 1216: +Vertex 1217: +Vertex 1218: +Vertex 1219: +Vertex 1220: +Vertex 1221: +Vertex 1222: +Vertex 1223: +Vertex 1224: +Vertex 1225: +Vertex 1226: +Vertex 1227: +Vertex 1228: +Vertex 1229: +Vertex 1230: +Vertex 1231: +Vertex 1232: +Vertex 1233: +Vertex 1234: +Vertex 1235: +Vertex 1236: +Vertex 1237: +Vertex 1238: +Vertex 1239: +Vertex 1240: +Vertex 1241: +Vertex 1242: +Vertex 1243: +Vertex 1244: +Vertex 1245: +Vertex 1246: +Vertex 1247: +Vertex 1248: +Vertex 1249: +Vertex 1250: +Vertex 1251: +Vertex 1252: +Vertex 1253: +Vertex 1254: +Vertex 1255: +Vertex 1256: +Vertex 1257: +Vertex 1258: +Vertex 1259: +Vertex 1260: +Vertex 1261: +Vertex 1262: +Vertex 1263: +Vertex 1264: +Vertex 1265: +Vertex 1266: +Vertex 1267: +Vertex 1268: +Vertex 1269: +Vertex 1270: +Vertex 1271: +Vertex 1272: +Vertex 1273: +Vertex 1274: +Vertex 1275: +Vertex 1276: +Vertex 1277: +Vertex 1278: +Vertex 1279: +Vertex 1280: +Vertex 1281: +Vertex 1282: +Vertex 1283: +Vertex 1284: +Vertex 1285: +Vertex 1286: +Vertex 1287: +Vertex 1288: +Vertex 1289: +Vertex 1290: +Vertex 1291: +Vertex 1292: +Vertex 1293: +Vertex 1294: +Vertex 1295: +Vertex 1296: +Vertex 1297: +Vertex 1298: +Vertex 1299: +Vertex 1300: +Vertex 1301: +Vertex 1302: +Vertex 1303: +Vertex 1304: +Vertex 1305: +Vertex 1306: +Vertex 1307: +Vertex 1308: +Vertex 1309: +Vertex 1310: +Vertex 1311: +Vertex 1312: +Vertex 1313: +Vertex 1314: +Vertex 1315: +Vertex 1316: +Vertex 1317: +Vertex 1318: +Vertex 1319: +Vertex 1320: +Vertex 1321: +Vertex 1322: +Vertex 1323: +Vertex 1324: +Vertex 1325: +Vertex 1326: +Vertex 1327: +Vertex 1328: +Vertex 1329: +Vertex 1330: +Vertex 1331: +Vertex 1332: +Vertex 1333: +Vertex 1334: +Vertex 1335: +Vertex 1336: +Vertex 1337: +Vertex 1338: +Vertex 1339: +Vertex 1340: +Vertex 1341: +Vertex 1342: +Vertex 1343: +Vertex 1344: +Vertex 1345: +Vertex 1346: +Vertex 1347: +Vertex 1348: +Vertex 1349: +Vertex 1350: +Vertex 1351: +Vertex 1352: +Vertex 1353: +Vertex 1354: +Vertex 1355: +Vertex 1356: +Vertex 1357: +Vertex 1358: +===UV Coordinates: +Face count: 2690 +Face 0 +UV Count: 3 + UV + UV + UV +Face 1 +UV Count: 3 + UV + UV + UV +Face 2 +UV Count: 3 + UV + UV + UV +Face 3 +UV Count: 3 + UV + UV + UV +Face 4 +UV Count: 3 + UV + UV + UV +Face 5 +UV Count: 3 + UV + UV + UV +Face 6 +UV Count: 3 + UV + UV + UV +Face 7 +UV Count: 3 + UV + UV + UV +Face 8 +UV Count: 3 + UV + UV + UV +Face 9 +UV Count: 3 + UV + UV + UV +Face 10 +UV Count: 3 + UV + UV + UV +Face 11 +UV Count: 3 + UV + UV + UV +Face 12 +UV Count: 3 + UV + UV + UV +Face 13 +UV Count: 3 + UV + UV + UV +Face 14 +UV Count: 3 + UV + UV + UV +Face 15 +UV Count: 3 + UV + UV + UV +Face 16 +UV Count: 3 + UV + UV + UV +Face 17 +UV Count: 3 + UV + UV + UV +Face 18 +UV Count: 3 + UV + UV + UV +Face 19 +UV Count: 3 + UV + UV + UV +Face 20 +UV Count: 3 + UV + UV + UV +Face 21 +UV Count: 3 + UV + UV + UV +Face 22 +UV Count: 3 + UV + UV + UV +Face 23 +UV Count: 3 + UV + UV + UV +Face 24 +UV Count: 3 + UV + UV + UV +Face 25 +UV Count: 3 + UV + UV + UV +Face 26 +UV Count: 3 + UV + UV + UV +Face 27 +UV Count: 3 + UV + UV + UV +Face 28 +UV Count: 3 + UV + UV + UV +Face 29 +UV Count: 3 + UV + UV + UV +Face 30 +UV Count: 3 + UV + UV + UV +Face 31 +UV Count: 3 + UV + UV + UV +Face 32 +UV Count: 3 + UV + UV + UV +Face 33 +UV Count: 3 + UV + UV + UV +Face 34 +UV Count: 3 + UV + UV + UV +Face 35 +UV Count: 3 + UV + UV + UV +Face 36 +UV Count: 3 + UV + UV + UV +Face 37 +UV Count: 3 + UV + UV + UV +Face 38 +UV Count: 3 + UV + UV + UV +Face 39 +UV Count: 3 + UV + UV + UV +Face 40 +UV Count: 3 + UV + UV + UV +Face 41 +UV Count: 3 + UV + UV + UV +Face 42 +UV Count: 3 + UV + UV + UV +Face 43 +UV Count: 3 + UV + UV + UV +Face 44 +UV Count: 3 + UV + UV + UV +Face 45 +UV Count: 3 + UV + UV + UV +Face 46 +UV Count: 3 + UV + UV + UV +Face 47 +UV Count: 3 + UV + UV + UV +Face 48 +UV Count: 3 + UV + UV + UV +Face 49 +UV Count: 3 + UV + UV + UV +Face 50 +UV Count: 3 + UV + UV + UV +Face 51 +UV Count: 3 + UV + UV + UV +Face 52 +UV Count: 3 + UV + UV + UV +Face 53 +UV Count: 3 + UV + UV + UV +Face 54 +UV Count: 3 + UV + UV + UV +Face 55 +UV Count: 3 + UV + UV + UV +Face 56 +UV Count: 3 + UV + UV + UV +Face 57 +UV Count: 3 + UV + UV + UV +Face 58 +UV Count: 3 + UV + UV + UV +Face 59 +UV Count: 3 + UV + UV + UV +Face 60 +UV Count: 3 + UV + UV + UV +Face 61 +UV Count: 3 + UV + UV + UV +Face 62 +UV Count: 3 + UV + UV + UV +Face 63 +UV Count: 3 + UV + UV + UV +Face 64 +UV Count: 3 + UV + UV + UV +Face 65 +UV Count: 3 + UV + UV + UV +Face 66 +UV Count: 3 + UV + UV + UV +Face 67 +UV Count: 3 + UV + UV + UV +Face 68 +UV Count: 3 + UV + UV + UV +Face 69 +UV Count: 3 + UV + UV + UV +Face 70 +UV Count: 3 + UV + UV + UV +Face 71 +UV Count: 3 + UV + UV + UV +Face 72 +UV Count: 3 + UV + UV + UV +Face 73 +UV Count: 3 + UV + UV + UV +Face 74 +UV Count: 3 + UV + UV + UV +Face 75 +UV Count: 3 + UV + UV + UV +Face 76 +UV Count: 3 + UV + UV + UV +Face 77 +UV Count: 3 + UV + UV + UV +Face 78 +UV Count: 3 + UV + UV + UV +Face 79 +UV Count: 3 + UV + UV + UV +Face 80 +UV Count: 3 + UV + UV + UV +Face 81 +UV Count: 3 + UV + UV + UV +Face 82 +UV Count: 3 + UV + UV + UV +Face 83 +UV Count: 3 + UV + UV + UV +Face 84 +UV Count: 3 + UV + UV + UV +Face 85 +UV Count: 3 + UV + UV + UV +Face 86 +UV Count: 3 + UV + UV + UV +Face 87 +UV Count: 3 + UV + UV + UV +Face 88 +UV Count: 3 + UV + UV + UV +Face 89 +UV Count: 3 + UV + UV + UV +Face 90 +UV Count: 3 + UV + UV + UV +Face 91 +UV Count: 3 + UV + UV + UV +Face 92 +UV Count: 3 + UV + UV + UV +Face 93 +UV Count: 3 + UV + UV + UV +Face 94 +UV Count: 3 + UV + UV + UV +Face 95 +UV Count: 3 + UV + UV + UV +Face 96 +UV Count: 3 + UV + UV + UV +Face 97 +UV Count: 3 + UV + UV + UV +Face 98 +UV Count: 3 + UV + UV + UV +Face 99 +UV Count: 3 + UV + UV + UV +Face 100 +UV Count: 3 + UV + UV + UV +Face 101 +UV Count: 3 + UV + UV + UV +Face 102 +UV Count: 3 + UV + UV + UV +Face 103 +UV Count: 3 + UV + UV + UV +Face 104 +UV Count: 3 + UV + UV + UV +Face 105 +UV Count: 3 + UV + UV + UV +Face 106 +UV Count: 3 + UV + UV + UV +Face 107 +UV Count: 3 + UV + UV + UV +Face 108 +UV Count: 3 + UV + UV + UV +Face 109 +UV Count: 3 + UV + UV + UV +Face 110 +UV Count: 3 + UV + UV + UV +Face 111 +UV Count: 3 + UV + UV + UV +Face 112 +UV Count: 3 + UV + UV + UV +Face 113 +UV Count: 3 + UV + UV + UV +Face 114 +UV Count: 3 + UV + UV + UV +Face 115 +UV Count: 3 + UV + UV + UV +Face 116 +UV Count: 3 + UV + UV + UV +Face 117 +UV Count: 3 + UV + UV + UV +Face 118 +UV Count: 3 + UV + UV + UV +Face 119 +UV Count: 3 + UV + UV + UV +Face 120 +UV Count: 3 + UV + UV + UV +Face 121 +UV Count: 3 + UV + UV + UV +Face 122 +UV Count: 3 + UV + UV + UV +Face 123 +UV Count: 3 + UV + UV + UV +Face 124 +UV Count: 3 + UV + UV + UV +Face 125 +UV Count: 3 + UV + UV + UV +Face 126 +UV Count: 3 + UV + UV + UV +Face 127 +UV Count: 3 + UV + UV + UV +Face 128 +UV Count: 3 + UV + UV + UV +Face 129 +UV Count: 3 + UV + UV + UV +Face 130 +UV Count: 3 + UV + UV + UV +Face 131 +UV Count: 3 + UV + UV + UV +Face 132 +UV Count: 3 + UV + UV + UV +Face 133 +UV Count: 3 + UV + UV + UV +Face 134 +UV Count: 3 + UV + UV + UV +Face 135 +UV Count: 3 + UV + UV + UV +Face 136 +UV Count: 3 + UV + UV + UV +Face 137 +UV Count: 3 + UV + UV + UV +Face 138 +UV Count: 3 + UV + UV + UV +Face 139 +UV Count: 3 + UV + UV + UV +Face 140 +UV Count: 3 + UV + UV + UV +Face 141 +UV Count: 3 + UV + UV + UV +Face 142 +UV Count: 3 + UV + UV + UV +Face 143 +UV Count: 3 + UV + UV + UV +Face 144 +UV Count: 3 + UV + UV + UV +Face 145 +UV Count: 3 + UV + UV + UV +Face 146 +UV Count: 3 + UV + UV + UV +Face 147 +UV Count: 3 + UV + UV + UV +Face 148 +UV Count: 3 + UV + UV + UV +Face 149 +UV Count: 3 + UV + UV + UV +Face 150 +UV Count: 3 + UV + UV + UV +Face 151 +UV Count: 3 + UV + UV + UV +Face 152 +UV Count: 3 + UV + UV + UV +Face 153 +UV Count: 3 + UV + UV + UV +Face 154 +UV Count: 3 + UV + UV + UV +Face 155 +UV Count: 3 + UV + UV + UV +Face 156 +UV Count: 3 + UV + UV + UV +Face 157 +UV Count: 3 + UV + UV + UV +Face 158 +UV Count: 3 + UV + UV + UV +Face 159 +UV Count: 3 + UV + UV + UV +Face 160 +UV Count: 3 + UV + UV + UV +Face 161 +UV Count: 3 + UV + UV + UV +Face 162 +UV Count: 3 + UV + UV + UV +Face 163 +UV Count: 3 + UV + UV + UV +Face 164 +UV Count: 3 + UV + UV + UV +Face 165 +UV Count: 3 + UV + UV + UV +Face 166 +UV Count: 3 + UV + UV + UV +Face 167 +UV Count: 3 + UV + UV + UV +Face 168 +UV Count: 3 + UV + UV + UV +Face 169 +UV Count: 3 + UV + UV + UV +Face 170 +UV Count: 3 + UV + UV + UV +Face 171 +UV Count: 3 + UV + UV + UV +Face 172 +UV Count: 3 + UV + UV + UV +Face 173 +UV Count: 3 + UV + UV + UV +Face 174 +UV Count: 3 + UV + UV + UV +Face 175 +UV Count: 3 + UV + UV + UV +Face 176 +UV Count: 3 + UV + UV + UV +Face 177 +UV Count: 3 + UV + UV + UV +Face 178 +UV Count: 3 + UV + UV + UV +Face 179 +UV Count: 3 + UV + UV + UV +Face 180 +UV Count: 3 + UV + UV + UV +Face 181 +UV Count: 3 + UV + UV + UV +Face 182 +UV Count: 3 + UV + UV + UV +Face 183 +UV Count: 3 + UV + UV + UV +Face 184 +UV Count: 3 + UV + UV + UV +Face 185 +UV Count: 3 + UV + UV + UV +Face 186 +UV Count: 3 + UV + UV + UV +Face 187 +UV Count: 3 + UV + UV + UV +Face 188 +UV Count: 3 + UV + UV + UV +Face 189 +UV Count: 3 + UV + UV + UV +Face 190 +UV Count: 3 + UV + UV + UV +Face 191 +UV Count: 3 + UV + UV + UV +Face 192 +UV Count: 3 + UV + UV + UV +Face 193 +UV Count: 3 + UV + UV + UV +Face 194 +UV Count: 3 + UV + UV + UV +Face 195 +UV Count: 3 + UV + UV + UV +Face 196 +UV Count: 3 + UV + UV + UV +Face 197 +UV Count: 3 + UV + UV + UV +Face 198 +UV Count: 3 + UV + UV + UV +Face 199 +UV Count: 3 + UV + UV + UV +Face 200 +UV Count: 3 + UV + UV + UV +Face 201 +UV Count: 3 + UV + UV + UV +Face 202 +UV Count: 3 + UV + UV + UV +Face 203 +UV Count: 3 + UV + UV + UV +Face 204 +UV Count: 3 + UV + UV + UV +Face 205 +UV Count: 3 + UV + UV + UV +Face 206 +UV Count: 3 + UV + UV + UV +Face 207 +UV Count: 3 + UV + UV + UV +Face 208 +UV Count: 3 + UV + UV + UV +Face 209 +UV Count: 3 + UV + UV + UV +Face 210 +UV Count: 3 + UV + UV + UV +Face 211 +UV Count: 3 + UV + UV + UV +Face 212 +UV Count: 3 + UV + UV + UV +Face 213 +UV Count: 3 + UV + UV + UV +Face 214 +UV Count: 3 + UV + UV + UV +Face 215 +UV Count: 3 + UV + UV + UV +Face 216 +UV Count: 3 + UV + UV + UV +Face 217 +UV Count: 3 + UV + UV + UV +Face 218 +UV Count: 3 + UV + UV + UV +Face 219 +UV Count: 3 + UV + UV + UV +Face 220 +UV Count: 3 + UV + UV + UV +Face 221 +UV Count: 3 + UV + UV + UV +Face 222 +UV Count: 3 + UV + UV + UV +Face 223 +UV Count: 3 + UV + UV + UV +Face 224 +UV Count: 3 + UV + UV + UV +Face 225 +UV Count: 3 + UV + UV + UV +Face 226 +UV Count: 3 + UV + UV + UV +Face 227 +UV Count: 3 + UV + UV + UV +Face 228 +UV Count: 3 + UV + UV + UV +Face 229 +UV Count: 3 + UV + UV + UV +Face 230 +UV Count: 3 + UV + UV + UV +Face 231 +UV Count: 3 + UV + UV + UV +Face 232 +UV Count: 3 + UV + UV + UV +Face 233 +UV Count: 3 + UV + UV + UV +Face 234 +UV Count: 3 + UV + UV + UV +Face 235 +UV Count: 3 + UV + UV + UV +Face 236 +UV Count: 3 + UV + UV + UV +Face 237 +UV Count: 3 + UV + UV + UV +Face 238 +UV Count: 3 + UV + UV + UV +Face 239 +UV Count: 3 + UV + UV + UV +Face 240 +UV Count: 3 + UV + UV + UV +Face 241 +UV Count: 3 + UV + UV + UV +Face 242 +UV Count: 3 + UV + UV + UV +Face 243 +UV Count: 3 + UV + UV + UV +Face 244 +UV Count: 3 + UV + UV + UV +Face 245 +UV Count: 3 + UV + UV + UV +Face 246 +UV Count: 3 + UV + UV + UV +Face 247 +UV Count: 3 + UV + UV + UV +Face 248 +UV Count: 3 + UV + UV + UV +Face 249 +UV Count: 3 + UV + UV + UV +Face 250 +UV Count: 3 + UV + UV + UV +Face 251 +UV Count: 3 + UV + UV + UV +Face 252 +UV Count: 3 + UV + UV + UV +Face 253 +UV Count: 3 + UV + UV + UV +Face 254 +UV Count: 3 + UV + UV + UV +Face 255 +UV Count: 3 + UV + UV + UV +Face 256 +UV Count: 3 + UV + UV + UV +Face 257 +UV Count: 3 + UV + UV + UV +Face 258 +UV Count: 3 + UV + UV + UV +Face 259 +UV Count: 3 + UV + UV + UV +Face 260 +UV Count: 3 + UV + UV + UV +Face 261 +UV Count: 3 + UV + UV + UV +Face 262 +UV Count: 3 + UV + UV + UV +Face 263 +UV Count: 3 + UV + UV + UV +Face 264 +UV Count: 3 + UV + UV + UV +Face 265 +UV Count: 3 + UV + UV + UV +Face 266 +UV Count: 3 + UV + UV + UV +Face 267 +UV Count: 3 + UV + UV + UV +Face 268 +UV Count: 3 + UV + UV + UV +Face 269 +UV Count: 3 + UV + UV + UV +Face 270 +UV Count: 3 + UV + UV + UV +Face 271 +UV Count: 3 + UV + UV + UV +Face 272 +UV Count: 3 + UV + UV + UV +Face 273 +UV Count: 3 + UV + UV + UV +Face 274 +UV Count: 3 + UV + UV + UV +Face 275 +UV Count: 3 + UV + UV + UV +Face 276 +UV Count: 3 + UV + UV + UV +Face 277 +UV Count: 3 + UV + UV + UV +Face 278 +UV Count: 3 + UV + UV + UV +Face 279 +UV Count: 3 + UV + UV + UV +Face 280 +UV Count: 3 + UV + UV + UV +Face 281 +UV Count: 3 + UV + UV + UV +Face 282 +UV Count: 3 + UV + UV + UV +Face 283 +UV Count: 3 + UV + UV + UV +Face 284 +UV Count: 3 + UV + UV + UV +Face 285 +UV Count: 3 + UV + UV + UV +Face 286 +UV Count: 3 + UV + UV + UV +Face 287 +UV Count: 3 + UV + UV + UV +Face 288 +UV Count: 3 + UV + UV + UV +Face 289 +UV Count: 3 + UV + UV + UV +Face 290 +UV Count: 3 + UV + UV + UV +Face 291 +UV Count: 3 + UV + UV + UV +Face 292 +UV Count: 3 + UV + UV + UV +Face 293 +UV Count: 3 + UV + UV + UV +Face 294 +UV Count: 3 + UV + UV + UV +Face 295 +UV Count: 3 + UV + UV + UV +Face 296 +UV Count: 3 + UV + UV + UV +Face 297 +UV Count: 3 + UV + UV + UV +Face 298 +UV Count: 3 + UV + UV + UV +Face 299 +UV Count: 3 + UV + UV + UV +Face 300 +UV Count: 3 + UV + UV + UV +Face 301 +UV Count: 3 + UV + UV + UV +Face 302 +UV Count: 3 + UV + UV + UV +Face 303 +UV Count: 3 + UV + UV + UV +Face 304 +UV Count: 3 + UV + UV + UV +Face 305 +UV Count: 3 + UV + UV + UV +Face 306 +UV Count: 3 + UV + UV + UV +Face 307 +UV Count: 3 + UV + UV + UV +Face 308 +UV Count: 3 + UV + UV + UV +Face 309 +UV Count: 3 + UV + UV + UV +Face 310 +UV Count: 3 + UV + UV + UV +Face 311 +UV Count: 3 + UV + UV + UV +Face 312 +UV Count: 3 + UV + UV + UV +Face 313 +UV Count: 3 + UV + UV + UV +Face 314 +UV Count: 3 + UV + UV + UV +Face 315 +UV Count: 3 + UV + UV + UV +Face 316 +UV Count: 3 + UV + UV + UV +Face 317 +UV Count: 3 + UV + UV + UV +Face 318 +UV Count: 3 + UV + UV + UV +Face 319 +UV Count: 3 + UV + UV + UV +Face 320 +UV Count: 3 + UV + UV + UV +Face 321 +UV Count: 3 + UV + UV + UV +Face 322 +UV Count: 3 + UV + UV + UV +Face 323 +UV Count: 3 + UV + UV + UV +Face 324 +UV Count: 3 + UV + UV + UV +Face 325 +UV Count: 3 + UV + UV + UV +Face 326 +UV Count: 3 + UV + UV + UV +Face 327 +UV Count: 3 + UV + UV + UV +Face 328 +UV Count: 3 + UV + UV + UV +Face 329 +UV Count: 3 + UV + UV + UV +Face 330 +UV Count: 3 + UV + UV + UV +Face 331 +UV Count: 3 + UV + UV + UV +Face 332 +UV Count: 3 + UV + UV + UV +Face 333 +UV Count: 3 + UV + UV + UV +Face 334 +UV Count: 3 + UV + UV + UV +Face 335 +UV Count: 3 + UV + UV + UV +Face 336 +UV Count: 3 + UV + UV + UV +Face 337 +UV Count: 3 + UV + UV + UV +Face 338 +UV Count: 3 + UV + UV + UV +Face 339 +UV Count: 3 + UV + UV + UV +Face 340 +UV Count: 3 + UV + UV + UV +Face 341 +UV Count: 3 + UV + UV + UV +Face 342 +UV Count: 3 + UV + UV + UV +Face 343 +UV Count: 3 + UV + UV + UV +Face 344 +UV Count: 3 + UV + UV + UV +Face 345 +UV Count: 3 + UV + UV + UV +Face 346 +UV Count: 3 + UV + UV + UV +Face 347 +UV Count: 3 + UV + UV + UV +Face 348 +UV Count: 3 + UV + UV + UV +Face 349 +UV Count: 3 + UV + UV + UV +Face 350 +UV Count: 3 + UV + UV + UV +Face 351 +UV Count: 3 + UV + UV + UV +Face 352 +UV Count: 3 + UV + UV + UV +Face 353 +UV Count: 3 + UV + UV + UV +Face 354 +UV Count: 3 + UV + UV + UV +Face 355 +UV Count: 3 + UV + UV + UV +Face 356 +UV Count: 3 + UV + UV + UV +Face 357 +UV Count: 3 + UV + UV + UV +Face 358 +UV Count: 3 + UV + UV + UV +Face 359 +UV Count: 3 + UV + UV + UV +Face 360 +UV Count: 3 + UV + UV + UV +Face 361 +UV Count: 3 + UV + UV + UV +Face 362 +UV Count: 3 + UV + UV + UV +Face 363 +UV Count: 3 + UV + UV + UV +Face 364 +UV Count: 3 + UV + UV + UV +Face 365 +UV Count: 3 + UV + UV + UV +Face 366 +UV Count: 3 + UV + UV + UV +Face 367 +UV Count: 3 + UV + UV + UV +Face 368 +UV Count: 3 + UV + UV + UV +Face 369 +UV Count: 3 + UV + UV + UV +Face 370 +UV Count: 3 + UV + UV + UV +Face 371 +UV Count: 3 + UV + UV + UV +Face 372 +UV Count: 3 + UV + UV + UV +Face 373 +UV Count: 3 + UV + UV + UV +Face 374 +UV Count: 3 + UV + UV + UV +Face 375 +UV Count: 3 + UV + UV + UV +Face 376 +UV Count: 3 + UV + UV + UV +Face 377 +UV Count: 3 + UV + UV + UV +Face 378 +UV Count: 3 + UV + UV + UV +Face 379 +UV Count: 3 + UV + UV + UV +Face 380 +UV Count: 3 + UV + UV + UV +Face 381 +UV Count: 3 + UV + UV + UV +Face 382 +UV Count: 3 + UV + UV + UV +Face 383 +UV Count: 3 + UV + UV + UV +Face 384 +UV Count: 3 + UV + UV + UV +Face 385 +UV Count: 3 + UV + UV + UV +Face 386 +UV Count: 3 + UV + UV + UV +Face 387 +UV Count: 3 + UV + UV + UV +Face 388 +UV Count: 3 + UV + UV + UV +Face 389 +UV Count: 3 + UV + UV + UV +Face 390 +UV Count: 3 + UV + UV + UV +Face 391 +UV Count: 3 + UV + UV + UV +Face 392 +UV Count: 3 + UV + UV + UV +Face 393 +UV Count: 3 + UV + UV + UV +Face 394 +UV Count: 3 + UV + UV + UV +Face 395 +UV Count: 3 + UV + UV + UV +Face 396 +UV Count: 3 + UV + UV + UV +Face 397 +UV Count: 3 + UV + UV + UV +Face 398 +UV Count: 3 + UV + UV + UV +Face 399 +UV Count: 3 + UV + UV + UV +Face 400 +UV Count: 3 + UV + UV + UV +Face 401 +UV Count: 3 + UV + UV + UV +Face 402 +UV Count: 3 + UV + UV + UV +Face 403 +UV Count: 3 + UV + UV + UV +Face 404 +UV Count: 3 + UV + UV + UV +Face 405 +UV Count: 3 + UV + UV + UV +Face 406 +UV Count: 3 + UV + UV + UV +Face 407 +UV Count: 3 + UV + UV + UV +Face 408 +UV Count: 3 + UV + UV + UV +Face 409 +UV Count: 3 + UV + UV + UV +Face 410 +UV Count: 3 + UV + UV + UV +Face 411 +UV Count: 3 + UV + UV + UV +Face 412 +UV Count: 3 + UV + UV + UV +Face 413 +UV Count: 3 + UV + UV + UV +Face 414 +UV Count: 3 + UV + UV + UV +Face 415 +UV Count: 3 + UV + UV + UV +Face 416 +UV Count: 3 + UV + UV + UV +Face 417 +UV Count: 3 + UV + UV + UV +Face 418 +UV Count: 3 + UV + UV + UV +Face 419 +UV Count: 3 + UV + UV + UV +Face 420 +UV Count: 3 + UV + UV + UV +Face 421 +UV Count: 3 + UV + UV + UV +Face 422 +UV Count: 3 + UV + UV + UV +Face 423 +UV Count: 3 + UV + UV + UV +Face 424 +UV Count: 3 + UV + UV + UV +Face 425 +UV Count: 3 + UV + UV + UV +Face 426 +UV Count: 3 + UV + UV + UV +Face 427 +UV Count: 3 + UV + UV + UV +Face 428 +UV Count: 3 + UV + UV + UV +Face 429 +UV Count: 3 + UV + UV + UV +Face 430 +UV Count: 3 + UV + UV + UV +Face 431 +UV Count: 3 + UV + UV + UV +Face 432 +UV Count: 3 + UV + UV + UV +Face 433 +UV Count: 3 + UV + UV + UV +Face 434 +UV Count: 3 + UV + UV + UV +Face 435 +UV Count: 3 + UV + UV + UV +Face 436 +UV Count: 3 + UV + UV + UV +Face 437 +UV Count: 3 + UV + UV + UV +Face 438 +UV Count: 3 + UV + UV + UV +Face 439 +UV Count: 3 + UV + UV + UV +Face 440 +UV Count: 3 + UV + UV + UV +Face 441 +UV Count: 3 + UV + UV + UV +Face 442 +UV Count: 3 + UV + UV + UV +Face 443 +UV Count: 3 + UV + UV + UV +Face 444 +UV Count: 3 + UV + UV + UV +Face 445 +UV Count: 3 + UV + UV + UV +Face 446 +UV Count: 3 + UV + UV + UV +Face 447 +UV Count: 3 + UV + UV + UV +Face 448 +UV Count: 3 + UV + UV + UV +Face 449 +UV Count: 3 + UV + UV + UV +Face 450 +UV Count: 3 + UV + UV + UV +Face 451 +UV Count: 3 + UV + UV + UV +Face 452 +UV Count: 3 + UV + UV + UV +Face 453 +UV Count: 3 + UV + UV + UV +Face 454 +UV Count: 3 + UV + UV + UV +Face 455 +UV Count: 3 + UV + UV + UV +Face 456 +UV Count: 3 + UV + UV + UV +Face 457 +UV Count: 3 + UV + UV + UV +Face 458 +UV Count: 3 + UV + UV + UV +Face 459 +UV Count: 3 + UV + UV + UV +Face 460 +UV Count: 3 + UV + UV + UV +Face 461 +UV Count: 3 + UV + UV + UV +Face 462 +UV Count: 3 + UV + UV + UV +Face 463 +UV Count: 3 + UV + UV + UV +Face 464 +UV Count: 3 + UV + UV + UV +Face 465 +UV Count: 3 + UV + UV + UV +Face 466 +UV Count: 3 + UV + UV + UV +Face 467 +UV Count: 3 + UV + UV + UV +Face 468 +UV Count: 3 + UV + UV + UV +Face 469 +UV Count: 3 + UV + UV + UV +Face 470 +UV Count: 3 + UV + UV + UV +Face 471 +UV Count: 3 + UV + UV + UV +Face 472 +UV Count: 3 + UV + UV + UV +Face 473 +UV Count: 3 + UV + UV + UV +Face 474 +UV Count: 3 + UV + UV + UV +Face 475 +UV Count: 3 + UV + UV + UV +Face 476 +UV Count: 3 + UV + UV + UV +Face 477 +UV Count: 3 + UV + UV + UV +Face 478 +UV Count: 3 + UV + UV + UV +Face 479 +UV Count: 3 + UV + UV + UV +Face 480 +UV Count: 3 + UV + UV + UV +Face 481 +UV Count: 3 + UV + UV + UV +Face 482 +UV Count: 3 + UV + UV + UV +Face 483 +UV Count: 3 + UV + UV + UV +Face 484 +UV Count: 3 + UV + UV + UV +Face 485 +UV Count: 3 + UV + UV + UV +Face 486 +UV Count: 3 + UV + UV + UV +Face 487 +UV Count: 3 + UV + UV + UV +Face 488 +UV Count: 3 + UV + UV + UV +Face 489 +UV Count: 3 + UV + UV + UV +Face 490 +UV Count: 3 + UV + UV + UV +Face 491 +UV Count: 3 + UV + UV + UV +Face 492 +UV Count: 3 + UV + UV + UV +Face 493 +UV Count: 3 + UV + UV + UV +Face 494 +UV Count: 3 + UV + UV + UV +Face 495 +UV Count: 3 + UV + UV + UV +Face 496 +UV Count: 3 + UV + UV + UV +Face 497 +UV Count: 3 + UV + UV + UV +Face 498 +UV Count: 3 + UV + UV + UV +Face 499 +UV Count: 3 + UV + UV + UV +Face 500 +UV Count: 3 + UV + UV + UV +Face 501 +UV Count: 3 + UV + UV + UV +Face 502 +UV Count: 3 + UV + UV + UV +Face 503 +UV Count: 3 + UV + UV + UV +Face 504 +UV Count: 3 + UV + UV + UV +Face 505 +UV Count: 3 + UV + UV + UV +Face 506 +UV Count: 3 + UV + UV + UV +Face 507 +UV Count: 3 + UV + UV + UV +Face 508 +UV Count: 3 + UV + UV + UV +Face 509 +UV Count: 3 + UV + UV + UV +Face 510 +UV Count: 3 + UV + UV + UV +Face 511 +UV Count: 3 + UV + UV + UV +Face 512 +UV Count: 3 + UV + UV + UV +Face 513 +UV Count: 3 + UV + UV + UV +Face 514 +UV Count: 3 + UV + UV + UV +Face 515 +UV Count: 3 + UV + UV + UV +Face 516 +UV Count: 3 + UV + UV + UV +Face 517 +UV Count: 3 + UV + UV + UV +Face 518 +UV Count: 3 + UV + UV + UV +Face 519 +UV Count: 3 + UV + UV + UV +Face 520 +UV Count: 3 + UV + UV + UV +Face 521 +UV Count: 3 + UV + UV + UV +Face 522 +UV Count: 3 + UV + UV + UV +Face 523 +UV Count: 3 + UV + UV + UV +Face 524 +UV Count: 3 + UV + UV + UV +Face 525 +UV Count: 3 + UV + UV + UV +Face 526 +UV Count: 3 + UV + UV + UV +Face 527 +UV Count: 3 + UV + UV + UV +Face 528 +UV Count: 3 + UV + UV + UV +Face 529 +UV Count: 3 + UV + UV + UV +Face 530 +UV Count: 3 + UV + UV + UV +Face 531 +UV Count: 3 + UV + UV + UV +Face 532 +UV Count: 3 + UV + UV + UV +Face 533 +UV Count: 3 + UV + UV + UV +Face 534 +UV Count: 3 + UV + UV + UV +Face 535 +UV Count: 3 + UV + UV + UV +Face 536 +UV Count: 3 + UV + UV + UV +Face 537 +UV Count: 3 + UV + UV + UV +Face 538 +UV Count: 3 + UV + UV + UV +Face 539 +UV Count: 3 + UV + UV + UV +Face 540 +UV Count: 3 + UV + UV + UV +Face 541 +UV Count: 3 + UV + UV + UV +Face 542 +UV Count: 3 + UV + UV + UV +Face 543 +UV Count: 3 + UV + UV + UV +Face 544 +UV Count: 3 + UV + UV + UV +Face 545 +UV Count: 3 + UV + UV + UV +Face 546 +UV Count: 3 + UV + UV + UV +Face 547 +UV Count: 3 + UV + UV + UV +Face 548 +UV Count: 3 + UV + UV + UV +Face 549 +UV Count: 3 + UV + UV + UV +Face 550 +UV Count: 3 + UV + UV + UV +Face 551 +UV Count: 3 + UV + UV + UV +Face 552 +UV Count: 3 + UV + UV + UV +Face 553 +UV Count: 3 + UV + UV + UV +Face 554 +UV Count: 3 + UV + UV + UV +Face 555 +UV Count: 3 + UV + UV + UV +Face 556 +UV Count: 3 + UV + UV + UV +Face 557 +UV Count: 3 + UV + UV + UV +Face 558 +UV Count: 3 + UV + UV + UV +Face 559 +UV Count: 3 + UV + UV + UV +Face 560 +UV Count: 3 + UV + UV + UV +Face 561 +UV Count: 3 + UV + UV + UV +Face 562 +UV Count: 3 + UV + UV + UV +Face 563 +UV Count: 3 + UV + UV + UV +Face 564 +UV Count: 3 + UV + UV + UV +Face 565 +UV Count: 3 + UV + UV + UV +Face 566 +UV Count: 3 + UV + UV + UV +Face 567 +UV Count: 3 + UV + UV + UV +Face 568 +UV Count: 3 + UV + UV + UV +Face 569 +UV Count: 3 + UV + UV + UV +Face 570 +UV Count: 3 + UV + UV + UV +Face 571 +UV Count: 3 + UV + UV + UV +Face 572 +UV Count: 3 + UV + UV + UV +Face 573 +UV Count: 3 + UV + UV + UV +Face 574 +UV Count: 3 + UV + UV + UV +Face 575 +UV Count: 3 + UV + UV + UV +Face 576 +UV Count: 3 + UV + UV + UV +Face 577 +UV Count: 3 + UV + UV + UV +Face 578 +UV Count: 3 + UV + UV + UV +Face 579 +UV Count: 3 + UV + UV + UV +Face 580 +UV Count: 3 + UV + UV + UV +Face 581 +UV Count: 3 + UV + UV + UV +Face 582 +UV Count: 3 + UV + UV + UV +Face 583 +UV Count: 3 + UV + UV + UV +Face 584 +UV Count: 3 + UV + UV + UV +Face 585 +UV Count: 3 + UV + UV + UV +Face 586 +UV Count: 3 + UV + UV + UV +Face 587 +UV Count: 3 + UV + UV + UV +Face 588 +UV Count: 3 + UV + UV + UV +Face 589 +UV Count: 3 + UV + UV + UV +Face 590 +UV Count: 3 + UV + UV + UV +Face 591 +UV Count: 3 + UV + UV + UV +Face 592 +UV Count: 3 + UV + UV + UV +Face 593 +UV Count: 3 + UV + UV + UV +Face 594 +UV Count: 3 + UV + UV + UV +Face 595 +UV Count: 3 + UV + UV + UV +Face 596 +UV Count: 3 + UV + UV + UV +Face 597 +UV Count: 3 + UV + UV + UV +Face 598 +UV Count: 3 + UV + UV + UV +Face 599 +UV Count: 3 + UV + UV + UV +Face 600 +UV Count: 3 + UV + UV + UV +Face 601 +UV Count: 3 + UV + UV + UV +Face 602 +UV Count: 3 + UV + UV + UV +Face 603 +UV Count: 3 + UV + UV + UV +Face 604 +UV Count: 3 + UV + UV + UV +Face 605 +UV Count: 3 + UV + UV + UV +Face 606 +UV Count: 3 + UV + UV + UV +Face 607 +UV Count: 3 + UV + UV + UV +Face 608 +UV Count: 3 + UV + UV + UV +Face 609 +UV Count: 3 + UV + UV + UV +Face 610 +UV Count: 3 + UV + UV + UV +Face 611 +UV Count: 3 + UV + UV + UV +Face 612 +UV Count: 3 + UV + UV + UV +Face 613 +UV Count: 3 + UV + UV + UV +Face 614 +UV Count: 3 + UV + UV + UV +Face 615 +UV Count: 3 + UV + UV + UV +Face 616 +UV Count: 3 + UV + UV + UV +Face 617 +UV Count: 3 + UV + UV + UV +Face 618 +UV Count: 3 + UV + UV + UV +Face 619 +UV Count: 3 + UV + UV + UV +Face 620 +UV Count: 3 + UV + UV + UV +Face 621 +UV Count: 3 + UV + UV + UV +Face 622 +UV Count: 3 + UV + UV + UV +Face 623 +UV Count: 3 + UV + UV + UV +Face 624 +UV Count: 3 + UV + UV + UV +Face 625 +UV Count: 3 + UV + UV + UV +Face 626 +UV Count: 3 + UV + UV + UV +Face 627 +UV Count: 3 + UV + UV + UV +Face 628 +UV Count: 3 + UV + UV + UV +Face 629 +UV Count: 3 + UV + UV + UV +Face 630 +UV Count: 3 + UV + UV + UV +Face 631 +UV Count: 3 + UV + UV + UV +Face 632 +UV Count: 3 + UV + UV + UV +Face 633 +UV Count: 3 + UV + UV + UV +Face 634 +UV Count: 3 + UV + UV + UV +Face 635 +UV Count: 3 + UV + UV + UV +Face 636 +UV Count: 3 + UV + UV + UV +Face 637 +UV Count: 3 + UV + UV + UV +Face 638 +UV Count: 3 + UV + UV + UV +Face 639 +UV Count: 3 + UV + UV + UV +Face 640 +UV Count: 3 + UV + UV + UV +Face 641 +UV Count: 3 + UV + UV + UV +Face 642 +UV Count: 3 + UV + UV + UV +Face 643 +UV Count: 3 + UV + UV + UV +Face 644 +UV Count: 3 + UV + UV + UV +Face 645 +UV Count: 3 + UV + UV + UV +Face 646 +UV Count: 3 + UV + UV + UV +Face 647 +UV Count: 3 + UV + UV + UV +Face 648 +UV Count: 3 + UV + UV + UV +Face 649 +UV Count: 3 + UV + UV + UV +Face 650 +UV Count: 3 + UV + UV + UV +Face 651 +UV Count: 3 + UV + UV + UV +Face 652 +UV Count: 3 + UV + UV + UV +Face 653 +UV Count: 3 + UV + UV + UV +Face 654 +UV Count: 3 + UV + UV + UV +Face 655 +UV Count: 3 + UV + UV + UV +Face 656 +UV Count: 3 + UV + UV + UV +Face 657 +UV Count: 3 + UV + UV + UV +Face 658 +UV Count: 3 + UV + UV + UV +Face 659 +UV Count: 3 + UV + UV + UV +Face 660 +UV Count: 3 + UV + UV + UV +Face 661 +UV Count: 3 + UV + UV + UV +Face 662 +UV Count: 3 + UV + UV + UV +Face 663 +UV Count: 3 + UV + UV + UV +Face 664 +UV Count: 3 + UV + UV + UV +Face 665 +UV Count: 3 + UV + UV + UV +Face 666 +UV Count: 3 + UV + UV + UV +Face 667 +UV Count: 3 + UV + UV + UV +Face 668 +UV Count: 3 + UV + UV + UV +Face 669 +UV Count: 3 + UV + UV + UV +Face 670 +UV Count: 3 + UV + UV + UV +Face 671 +UV Count: 3 + UV + UV + UV +Face 672 +UV Count: 3 + UV + UV + UV +Face 673 +UV Count: 3 + UV + UV + UV +Face 674 +UV Count: 3 + UV + UV + UV +Face 675 +UV Count: 3 + UV + UV + UV +Face 676 +UV Count: 3 + UV + UV + UV +Face 677 +UV Count: 3 + UV + UV + UV +Face 678 +UV Count: 3 + UV + UV + UV +Face 679 +UV Count: 3 + UV + UV + UV +Face 680 +UV Count: 3 + UV + UV + UV +Face 681 +UV Count: 3 + UV + UV + UV +Face 682 +UV Count: 3 + UV + UV + UV +Face 683 +UV Count: 3 + UV + UV + UV +Face 684 +UV Count: 3 + UV + UV + UV +Face 685 +UV Count: 3 + UV + UV + UV +Face 686 +UV Count: 3 + UV + UV + UV +Face 687 +UV Count: 3 + UV + UV + UV +Face 688 +UV Count: 3 + UV + UV + UV +Face 689 +UV Count: 3 + UV + UV + UV +Face 690 +UV Count: 3 + UV + UV + UV +Face 691 +UV Count: 3 + UV + UV + UV +Face 692 +UV Count: 3 + UV + UV + UV +Face 693 +UV Count: 3 + UV + UV + UV +Face 694 +UV Count: 3 + UV + UV + UV +Face 695 +UV Count: 3 + UV + UV + UV +Face 696 +UV Count: 3 + UV + UV + UV +Face 697 +UV Count: 3 + UV + UV + UV +Face 698 +UV Count: 3 + UV + UV + UV +Face 699 +UV Count: 3 + UV + UV + UV +Face 700 +UV Count: 3 + UV + UV + UV +Face 701 +UV Count: 3 + UV + UV + UV +Face 702 +UV Count: 3 + UV + UV + UV +Face 703 +UV Count: 3 + UV + UV + UV +Face 704 +UV Count: 3 + UV + UV + UV +Face 705 +UV Count: 3 + UV + UV + UV +Face 706 +UV Count: 3 + UV + UV + UV +Face 707 +UV Count: 3 + UV + UV + UV +Face 708 +UV Count: 3 + UV + UV + UV +Face 709 +UV Count: 3 + UV + UV + UV +Face 710 +UV Count: 3 + UV + UV + UV +Face 711 +UV Count: 3 + UV + UV + UV +Face 712 +UV Count: 3 + UV + UV + UV +Face 713 +UV Count: 3 + UV + UV + UV +Face 714 +UV Count: 3 + UV + UV + UV +Face 715 +UV Count: 3 + UV + UV + UV +Face 716 +UV Count: 3 + UV + UV + UV +Face 717 +UV Count: 3 + UV + UV + UV +Face 718 +UV Count: 3 + UV + UV + UV +Face 719 +UV Count: 3 + UV + UV + UV +Face 720 +UV Count: 3 + UV + UV + UV +Face 721 +UV Count: 3 + UV + UV + UV +Face 722 +UV Count: 3 + UV + UV + UV +Face 723 +UV Count: 3 + UV + UV + UV +Face 724 +UV Count: 3 + UV + UV + UV +Face 725 +UV Count: 3 + UV + UV + UV +Face 726 +UV Count: 3 + UV + UV + UV +Face 727 +UV Count: 3 + UV + UV + UV +Face 728 +UV Count: 3 + UV + UV + UV +Face 729 +UV Count: 3 + UV + UV + UV +Face 730 +UV Count: 3 + UV + UV + UV +Face 731 +UV Count: 3 + UV + UV + UV +Face 732 +UV Count: 3 + UV + UV + UV +Face 733 +UV Count: 3 + UV + UV + UV +Face 734 +UV Count: 3 + UV + UV + UV +Face 735 +UV Count: 3 + UV + UV + UV +Face 736 +UV Count: 3 + UV + UV + UV +Face 737 +UV Count: 3 + UV + UV + UV +Face 738 +UV Count: 3 + UV + UV + UV +Face 739 +UV Count: 3 + UV + UV + UV +Face 740 +UV Count: 3 + UV + UV + UV +Face 741 +UV Count: 3 + UV + UV + UV +Face 742 +UV Count: 3 + UV + UV + UV +Face 743 +UV Count: 3 + UV + UV + UV +Face 744 +UV Count: 3 + UV + UV + UV +Face 745 +UV Count: 3 + UV + UV + UV +Face 746 +UV Count: 3 + UV + UV + UV +Face 747 +UV Count: 3 + UV + UV + UV +Face 748 +UV Count: 3 + UV + UV + UV +Face 749 +UV Count: 3 + UV + UV + UV +Face 750 +UV Count: 3 + UV + UV + UV +Face 751 +UV Count: 3 + UV + UV + UV +Face 752 +UV Count: 3 + UV + UV + UV +Face 753 +UV Count: 3 + UV + UV + UV +Face 754 +UV Count: 3 + UV + UV + UV +Face 755 +UV Count: 3 + UV + UV + UV +Face 756 +UV Count: 3 + UV + UV + UV +Face 757 +UV Count: 3 + UV + UV + UV +Face 758 +UV Count: 3 + UV + UV + UV +Face 759 +UV Count: 3 + UV + UV + UV +Face 760 +UV Count: 3 + UV + UV + UV +Face 761 +UV Count: 3 + UV + UV + UV +Face 762 +UV Count: 3 + UV + UV + UV +Face 763 +UV Count: 3 + UV + UV + UV +Face 764 +UV Count: 3 + UV + UV + UV +Face 765 +UV Count: 3 + UV + UV + UV +Face 766 +UV Count: 3 + UV + UV + UV +Face 767 +UV Count: 3 + UV + UV + UV +Face 768 +UV Count: 3 + UV + UV + UV +Face 769 +UV Count: 3 + UV + UV + UV +Face 770 +UV Count: 3 + UV + UV + UV +Face 771 +UV Count: 3 + UV + UV + UV +Face 772 +UV Count: 3 + UV + UV + UV +Face 773 +UV Count: 3 + UV + UV + UV +Face 774 +UV Count: 3 + UV + UV + UV +Face 775 +UV Count: 3 + UV + UV + UV +Face 776 +UV Count: 3 + UV + UV + UV +Face 777 +UV Count: 3 + UV + UV + UV +Face 778 +UV Count: 3 + UV + UV + UV +Face 779 +UV Count: 3 + UV + UV + UV +Face 780 +UV Count: 3 + UV + UV + UV +Face 781 +UV Count: 3 + UV + UV + UV +Face 782 +UV Count: 3 + UV + UV + UV +Face 783 +UV Count: 3 + UV + UV + UV +Face 784 +UV Count: 3 + UV + UV + UV +Face 785 +UV Count: 3 + UV + UV + UV +Face 786 +UV Count: 3 + UV + UV + UV +Face 787 +UV Count: 3 + UV + UV + UV +Face 788 +UV Count: 3 + UV + UV + UV +Face 789 +UV Count: 3 + UV + UV + UV +Face 790 +UV Count: 3 + UV + UV + UV +Face 791 +UV Count: 3 + UV + UV + UV +Face 792 +UV Count: 3 + UV + UV + UV +Face 793 +UV Count: 3 + UV + UV + UV +Face 794 +UV Count: 3 + UV + UV + UV +Face 795 +UV Count: 3 + UV + UV + UV +Face 796 +UV Count: 3 + UV + UV + UV +Face 797 +UV Count: 3 + UV + UV + UV +Face 798 +UV Count: 3 + UV + UV + UV +Face 799 +UV Count: 3 + UV + UV + UV +Face 800 +UV Count: 3 + UV + UV + UV +Face 801 +UV Count: 3 + UV + UV + UV +Face 802 +UV Count: 3 + UV + UV + UV +Face 803 +UV Count: 3 + UV + UV + UV +Face 804 +UV Count: 3 + UV + UV + UV +Face 805 +UV Count: 3 + UV + UV + UV +Face 806 +UV Count: 3 + UV + UV + UV +Face 807 +UV Count: 3 + UV + UV + UV +Face 808 +UV Count: 3 + UV + UV + UV +Face 809 +UV Count: 3 + UV + UV + UV +Face 810 +UV Count: 3 + UV + UV + UV +Face 811 +UV Count: 3 + UV + UV + UV +Face 812 +UV Count: 3 + UV + UV + UV +Face 813 +UV Count: 3 + UV + UV + UV +Face 814 +UV Count: 3 + UV + UV + UV +Face 815 +UV Count: 3 + UV + UV + UV +Face 816 +UV Count: 3 + UV + UV + UV +Face 817 +UV Count: 3 + UV + UV + UV +Face 818 +UV Count: 3 + UV + UV + UV +Face 819 +UV Count: 3 + UV + UV + UV +Face 820 +UV Count: 3 + UV + UV + UV +Face 821 +UV Count: 3 + UV + UV + UV +Face 822 +UV Count: 3 + UV + UV + UV +Face 823 +UV Count: 3 + UV + UV + UV +Face 824 +UV Count: 3 + UV + UV + UV +Face 825 +UV Count: 3 + UV + UV + UV +Face 826 +UV Count: 3 + UV + UV + UV +Face 827 +UV Count: 3 + UV + UV + UV +Face 828 +UV Count: 3 + UV + UV + UV +Face 829 +UV Count: 3 + UV + UV + UV +Face 830 +UV Count: 3 + UV + UV + UV +Face 831 +UV Count: 3 + UV + UV + UV +Face 832 +UV Count: 3 + UV + UV + UV +Face 833 +UV Count: 3 + UV + UV + UV +Face 834 +UV Count: 3 + UV + UV + UV +Face 835 +UV Count: 3 + UV + UV + UV +Face 836 +UV Count: 3 + UV + UV + UV +Face 837 +UV Count: 3 + UV + UV + UV +Face 838 +UV Count: 3 + UV + UV + UV +Face 839 +UV Count: 3 + UV + UV + UV +Face 840 +UV Count: 3 + UV + UV + UV +Face 841 +UV Count: 3 + UV + UV + UV +Face 842 +UV Count: 3 + UV + UV + UV +Face 843 +UV Count: 3 + UV + UV + UV +Face 844 +UV Count: 3 + UV + UV + UV +Face 845 +UV Count: 3 + UV + UV + UV +Face 846 +UV Count: 3 + UV + UV + UV +Face 847 +UV Count: 3 + UV + UV + UV +Face 848 +UV Count: 3 + UV + UV + UV +Face 849 +UV Count: 3 + UV + UV + UV +Face 850 +UV Count: 3 + UV + UV + UV +Face 851 +UV Count: 3 + UV + UV + UV +Face 852 +UV Count: 3 + UV + UV + UV +Face 853 +UV Count: 3 + UV + UV + UV +Face 854 +UV Count: 3 + UV + UV + UV +Face 855 +UV Count: 3 + UV + UV + UV +Face 856 +UV Count: 3 + UV + UV + UV +Face 857 +UV Count: 3 + UV + UV + UV +Face 858 +UV Count: 3 + UV + UV + UV +Face 859 +UV Count: 3 + UV + UV + UV +Face 860 +UV Count: 3 + UV + UV + UV +Face 861 +UV Count: 3 + UV + UV + UV +Face 862 +UV Count: 3 + UV + UV + UV +Face 863 +UV Count: 3 + UV + UV + UV +Face 864 +UV Count: 3 + UV + UV + UV +Face 865 +UV Count: 3 + UV + UV + UV +Face 866 +UV Count: 3 + UV + UV + UV +Face 867 +UV Count: 3 + UV + UV + UV +Face 868 +UV Count: 3 + UV + UV + UV +Face 869 +UV Count: 3 + UV + UV + UV +Face 870 +UV Count: 3 + UV + UV + UV +Face 871 +UV Count: 3 + UV + UV + UV +Face 872 +UV Count: 3 + UV + UV + UV +Face 873 +UV Count: 3 + UV + UV + UV +Face 874 +UV Count: 3 + UV + UV + UV +Face 875 +UV Count: 3 + UV + UV + UV +Face 876 +UV Count: 3 + UV + UV + UV +Face 877 +UV Count: 3 + UV + UV + UV +Face 878 +UV Count: 3 + UV + UV + UV +Face 879 +UV Count: 3 + UV + UV + UV +Face 880 +UV Count: 3 + UV + UV + UV +Face 881 +UV Count: 3 + UV + UV + UV +Face 882 +UV Count: 3 + UV + UV + UV +Face 883 +UV Count: 3 + UV + UV + UV +Face 884 +UV Count: 3 + UV + UV + UV +Face 885 +UV Count: 3 + UV + UV + UV +Face 886 +UV Count: 3 + UV + UV + UV +Face 887 +UV Count: 3 + UV + UV + UV +Face 888 +UV Count: 3 + UV + UV + UV +Face 889 +UV Count: 3 + UV + UV + UV +Face 890 +UV Count: 3 + UV + UV + UV +Face 891 +UV Count: 3 + UV + UV + UV +Face 892 +UV Count: 3 + UV + UV + UV +Face 893 +UV Count: 3 + UV + UV + UV +Face 894 +UV Count: 3 + UV + UV + UV +Face 895 +UV Count: 3 + UV + UV + UV +Face 896 +UV Count: 3 + UV + UV + UV +Face 897 +UV Count: 3 + UV + UV + UV +Face 898 +UV Count: 3 + UV + UV + UV +Face 899 +UV Count: 3 + UV + UV + UV +Face 900 +UV Count: 3 + UV + UV + UV +Face 901 +UV Count: 3 + UV + UV + UV +Face 902 +UV Count: 3 + UV + UV + UV +Face 903 +UV Count: 3 + UV + UV + UV +Face 904 +UV Count: 3 + UV + UV + UV +Face 905 +UV Count: 3 + UV + UV + UV +Face 906 +UV Count: 3 + UV + UV + UV +Face 907 +UV Count: 3 + UV + UV + UV +Face 908 +UV Count: 3 + UV + UV + UV +Face 909 +UV Count: 3 + UV + UV + UV +Face 910 +UV Count: 3 + UV + UV + UV +Face 911 +UV Count: 3 + UV + UV + UV +Face 912 +UV Count: 3 + UV + UV + UV +Face 913 +UV Count: 3 + UV + UV + UV +Face 914 +UV Count: 3 + UV + UV + UV +Face 915 +UV Count: 3 + UV + UV + UV +Face 916 +UV Count: 3 + UV + UV + UV +Face 917 +UV Count: 3 + UV + UV + UV +Face 918 +UV Count: 3 + UV + UV + UV +Face 919 +UV Count: 3 + UV + UV + UV +Face 920 +UV Count: 3 + UV + UV + UV +Face 921 +UV Count: 3 + UV + UV + UV +Face 922 +UV Count: 3 + UV + UV + UV +Face 923 +UV Count: 3 + UV + UV + UV +Face 924 +UV Count: 3 + UV + UV + UV +Face 925 +UV Count: 3 + UV + UV + UV +Face 926 +UV Count: 3 + UV + UV + UV +Face 927 +UV Count: 3 + UV + UV + UV +Face 928 +UV Count: 3 + UV + UV + UV +Face 929 +UV Count: 3 + UV + UV + UV +Face 930 +UV Count: 3 + UV + UV + UV +Face 931 +UV Count: 3 + UV + UV + UV +Face 932 +UV Count: 3 + UV + UV + UV +Face 933 +UV Count: 3 + UV + UV + UV +Face 934 +UV Count: 3 + UV + UV + UV +Face 935 +UV Count: 3 + UV + UV + UV +Face 936 +UV Count: 3 + UV + UV + UV +Face 937 +UV Count: 3 + UV + UV + UV +Face 938 +UV Count: 3 + UV + UV + UV +Face 939 +UV Count: 3 + UV + UV + UV +Face 940 +UV Count: 3 + UV + UV + UV +Face 941 +UV Count: 3 + UV + UV + UV +Face 942 +UV Count: 3 + UV + UV + UV +Face 943 +UV Count: 3 + UV + UV + UV +Face 944 +UV Count: 3 + UV + UV + UV +Face 945 +UV Count: 3 + UV + UV + UV +Face 946 +UV Count: 3 + UV + UV + UV +Face 947 +UV Count: 3 + UV + UV + UV +Face 948 +UV Count: 3 + UV + UV + UV +Face 949 +UV Count: 3 + UV + UV + UV +Face 950 +UV Count: 3 + UV + UV + UV +Face 951 +UV Count: 3 + UV + UV + UV +Face 952 +UV Count: 3 + UV + UV + UV +Face 953 +UV Count: 3 + UV + UV + UV +Face 954 +UV Count: 3 + UV + UV + UV +Face 955 +UV Count: 3 + UV + UV + UV +Face 956 +UV Count: 3 + UV + UV + UV +Face 957 +UV Count: 3 + UV + UV + UV +Face 958 +UV Count: 3 + UV + UV + UV +Face 959 +UV Count: 3 + UV + UV + UV +Face 960 +UV Count: 3 + UV + UV + UV +Face 961 +UV Count: 3 + UV + UV + UV +Face 962 +UV Count: 3 + UV + UV + UV +Face 963 +UV Count: 3 + UV + UV + UV +Face 964 +UV Count: 3 + UV + UV + UV +Face 965 +UV Count: 3 + UV + UV + UV +Face 966 +UV Count: 3 + UV + UV + UV +Face 967 +UV Count: 3 + UV + UV + UV +Face 968 +UV Count: 3 + UV + UV + UV +Face 969 +UV Count: 3 + UV + UV + UV +Face 970 +UV Count: 3 + UV + UV + UV +Face 971 +UV Count: 3 + UV + UV + UV +Face 972 +UV Count: 3 + UV + UV + UV +Face 973 +UV Count: 3 + UV + UV + UV +Face 974 +UV Count: 3 + UV + UV + UV +Face 975 +UV Count: 3 + UV + UV + UV +Face 976 +UV Count: 3 + UV + UV + UV +Face 977 +UV Count: 3 + UV + UV + UV +Face 978 +UV Count: 3 + UV + UV + UV +Face 979 +UV Count: 3 + UV + UV + UV +Face 980 +UV Count: 3 + UV + UV + UV +Face 981 +UV Count: 3 + UV + UV + UV +Face 982 +UV Count: 3 + UV + UV + UV +Face 983 +UV Count: 3 + UV + UV + UV +Face 984 +UV Count: 3 + UV + UV + UV +Face 985 +UV Count: 3 + UV + UV + UV +Face 986 +UV Count: 3 + UV + UV + UV +Face 987 +UV Count: 3 + UV + UV + UV +Face 988 +UV Count: 3 + UV + UV + UV +Face 989 +UV Count: 3 + UV + UV + UV +Face 990 +UV Count: 3 + UV + UV + UV +Face 991 +UV Count: 3 + UV + UV + UV +Face 992 +UV Count: 3 + UV + UV + UV +Face 993 +UV Count: 3 + UV + UV + UV +Face 994 +UV Count: 3 + UV + UV + UV +Face 995 +UV Count: 3 + UV + UV + UV +Face 996 +UV Count: 3 + UV + UV + UV +Face 997 +UV Count: 3 + UV + UV + UV +Face 998 +UV Count: 3 + UV + UV + UV +Face 999 +UV Count: 3 + UV + UV + UV +Face 1000 +UV Count: 3 + UV + UV + UV +Face 1001 +UV Count: 3 + UV + UV + UV +Face 1002 +UV Count: 3 + UV + UV + UV +Face 1003 +UV Count: 3 + UV + UV + UV +Face 1004 +UV Count: 3 + UV + UV + UV +Face 1005 +UV Count: 3 + UV + UV + UV +Face 1006 +UV Count: 3 + UV + UV + UV +Face 1007 +UV Count: 3 + UV + UV + UV +Face 1008 +UV Count: 3 + UV + UV + UV +Face 1009 +UV Count: 3 + UV + UV + UV +Face 1010 +UV Count: 3 + UV + UV + UV +Face 1011 +UV Count: 3 + UV + UV + UV +Face 1012 +UV Count: 3 + UV + UV + UV +Face 1013 +UV Count: 3 + UV + UV + UV +Face 1014 +UV Count: 3 + UV + UV + UV +Face 1015 +UV Count: 3 + UV + UV + UV +Face 1016 +UV Count: 3 + UV + UV + UV +Face 1017 +UV Count: 3 + UV + UV + UV +Face 1018 +UV Count: 3 + UV + UV + UV +Face 1019 +UV Count: 3 + UV + UV + UV +Face 1020 +UV Count: 3 + UV + UV + UV +Face 1021 +UV Count: 3 + UV + UV + UV +Face 1022 +UV Count: 3 + UV + UV + UV +Face 1023 +UV Count: 3 + UV + UV + UV +Face 1024 +UV Count: 3 + UV + UV + UV +Face 1025 +UV Count: 3 + UV + UV + UV +Face 1026 +UV Count: 3 + UV + UV + UV +Face 1027 +UV Count: 3 + UV + UV + UV +Face 1028 +UV Count: 3 + UV + UV + UV +Face 1029 +UV Count: 3 + UV + UV + UV +Face 1030 +UV Count: 3 + UV + UV + UV +Face 1031 +UV Count: 3 + UV + UV + UV +Face 1032 +UV Count: 3 + UV + UV + UV +Face 1033 +UV Count: 3 + UV + UV + UV +Face 1034 +UV Count: 3 + UV + UV + UV +Face 1035 +UV Count: 3 + UV + UV + UV +Face 1036 +UV Count: 3 + UV + UV + UV +Face 1037 +UV Count: 3 + UV + UV + UV +Face 1038 +UV Count: 3 + UV + UV + UV +Face 1039 +UV Count: 3 + UV + UV + UV +Face 1040 +UV Count: 3 + UV + UV + UV +Face 1041 +UV Count: 3 + UV + UV + UV +Face 1042 +UV Count: 3 + UV + UV + UV +Face 1043 +UV Count: 3 + UV + UV + UV +Face 1044 +UV Count: 3 + UV + UV + UV +Face 1045 +UV Count: 3 + UV + UV + UV +Face 1046 +UV Count: 3 + UV + UV + UV +Face 1047 +UV Count: 3 + UV + UV + UV +Face 1048 +UV Count: 3 + UV + UV + UV +Face 1049 +UV Count: 3 + UV + UV + UV +Face 1050 +UV Count: 3 + UV + UV + UV +Face 1051 +UV Count: 3 + UV + UV + UV +Face 1052 +UV Count: 3 + UV + UV + UV +Face 1053 +UV Count: 3 + UV + UV + UV +Face 1054 +UV Count: 3 + UV + UV + UV +Face 1055 +UV Count: 3 + UV + UV + UV +Face 1056 +UV Count: 3 + UV + UV + UV +Face 1057 +UV Count: 3 + UV + UV + UV +Face 1058 +UV Count: 3 + UV + UV + UV +Face 1059 +UV Count: 3 + UV + UV + UV +Face 1060 +UV Count: 3 + UV + UV + UV +Face 1061 +UV Count: 3 + UV + UV + UV +Face 1062 +UV Count: 3 + UV + UV + UV +Face 1063 +UV Count: 3 + UV + UV + UV +Face 1064 +UV Count: 3 + UV + UV + UV +Face 1065 +UV Count: 3 + UV + UV + UV +Face 1066 +UV Count: 3 + UV + UV + UV +Face 1067 +UV Count: 3 + UV + UV + UV +Face 1068 +UV Count: 3 + UV + UV + UV +Face 1069 +UV Count: 3 + UV + UV + UV +Face 1070 +UV Count: 3 + UV + UV + UV +Face 1071 +UV Count: 3 + UV + UV + UV +Face 1072 +UV Count: 3 + UV + UV + UV +Face 1073 +UV Count: 3 + UV + UV + UV +Face 1074 +UV Count: 3 + UV + UV + UV +Face 1075 +UV Count: 3 + UV + UV + UV +Face 1076 +UV Count: 3 + UV + UV + UV +Face 1077 +UV Count: 3 + UV + UV + UV +Face 1078 +UV Count: 3 + UV + UV + UV +Face 1079 +UV Count: 3 + UV + UV + UV +Face 1080 +UV Count: 3 + UV + UV + UV +Face 1081 +UV Count: 3 + UV + UV + UV +Face 1082 +UV Count: 3 + UV + UV + UV +Face 1083 +UV Count: 3 + UV + UV + UV +Face 1084 +UV Count: 3 + UV + UV + UV +Face 1085 +UV Count: 3 + UV + UV + UV +Face 1086 +UV Count: 3 + UV + UV + UV +Face 1087 +UV Count: 3 + UV + UV + UV +Face 1088 +UV Count: 3 + UV + UV + UV +Face 1089 +UV Count: 3 + UV + UV + UV +Face 1090 +UV Count: 3 + UV + UV + UV +Face 1091 +UV Count: 3 + UV + UV + UV +Face 1092 +UV Count: 3 + UV + UV + UV +Face 1093 +UV Count: 3 + UV + UV + UV +Face 1094 +UV Count: 3 + UV + UV + UV +Face 1095 +UV Count: 3 + UV + UV + UV +Face 1096 +UV Count: 3 + UV + UV + UV +Face 1097 +UV Count: 3 + UV + UV + UV +Face 1098 +UV Count: 3 + UV + UV + UV +Face 1099 +UV Count: 3 + UV + UV + UV +Face 1100 +UV Count: 3 + UV + UV + UV +Face 1101 +UV Count: 3 + UV + UV + UV +Face 1102 +UV Count: 3 + UV + UV + UV +Face 1103 +UV Count: 3 + UV + UV + UV +Face 1104 +UV Count: 3 + UV + UV + UV +Face 1105 +UV Count: 3 + UV + UV + UV +Face 1106 +UV Count: 3 + UV + UV + UV +Face 1107 +UV Count: 3 + UV + UV + UV +Face 1108 +UV Count: 3 + UV + UV + UV +Face 1109 +UV Count: 3 + UV + UV + UV +Face 1110 +UV Count: 3 + UV + UV + UV +Face 1111 +UV Count: 3 + UV + UV + UV +Face 1112 +UV Count: 3 + UV + UV + UV +Face 1113 +UV Count: 3 + UV + UV + UV +Face 1114 +UV Count: 3 + UV + UV + UV +Face 1115 +UV Count: 3 + UV + UV + UV +Face 1116 +UV Count: 3 + UV + UV + UV +Face 1117 +UV Count: 3 + UV + UV + UV +Face 1118 +UV Count: 3 + UV + UV + UV +Face 1119 +UV Count: 3 + UV + UV + UV +Face 1120 +UV Count: 3 + UV + UV + UV +Face 1121 +UV Count: 3 + UV + UV + UV +Face 1122 +UV Count: 3 + UV + UV + UV +Face 1123 +UV Count: 3 + UV + UV + UV +Face 1124 +UV Count: 3 + UV + UV + UV +Face 1125 +UV Count: 3 + UV + UV + UV +Face 1126 +UV Count: 3 + UV + UV + UV +Face 1127 +UV Count: 3 + UV + UV + UV +Face 1128 +UV Count: 3 + UV + UV + UV +Face 1129 +UV Count: 3 + UV + UV + UV +Face 1130 +UV Count: 3 + UV + UV + UV +Face 1131 +UV Count: 3 + UV + UV + UV +Face 1132 +UV Count: 3 + UV + UV + UV +Face 1133 +UV Count: 3 + UV + UV + UV +Face 1134 +UV Count: 3 + UV + UV + UV +Face 1135 +UV Count: 3 + UV + UV + UV +Face 1136 +UV Count: 3 + UV + UV + UV +Face 1137 +UV Count: 3 + UV + UV + UV +Face 1138 +UV Count: 3 + UV + UV + UV +Face 1139 +UV Count: 3 + UV + UV + UV +Face 1140 +UV Count: 3 + UV + UV + UV +Face 1141 +UV Count: 3 + UV + UV + UV +Face 1142 +UV Count: 3 + UV + UV + UV +Face 1143 +UV Count: 3 + UV + UV + UV +Face 1144 +UV Count: 3 + UV + UV + UV +Face 1145 +UV Count: 3 + UV + UV + UV +Face 1146 +UV Count: 3 + UV + UV + UV +Face 1147 +UV Count: 3 + UV + UV + UV +Face 1148 +UV Count: 3 + UV + UV + UV +Face 1149 +UV Count: 3 + UV + UV + UV +Face 1150 +UV Count: 3 + UV + UV + UV +Face 1151 +UV Count: 3 + UV + UV + UV +Face 1152 +UV Count: 3 + UV + UV + UV +Face 1153 +UV Count: 3 + UV + UV + UV +Face 1154 +UV Count: 3 + UV + UV + UV +Face 1155 +UV Count: 3 + UV + UV + UV +Face 1156 +UV Count: 3 + UV + UV + UV +Face 1157 +UV Count: 3 + UV + UV + UV +Face 1158 +UV Count: 3 + UV + UV + UV +Face 1159 +UV Count: 3 + UV + UV + UV +Face 1160 +UV Count: 3 + UV + UV + UV +Face 1161 +UV Count: 3 + UV + UV + UV +Face 1162 +UV Count: 3 + UV + UV + UV +Face 1163 +UV Count: 3 + UV + UV + UV +Face 1164 +UV Count: 3 + UV + UV + UV +Face 1165 +UV Count: 3 + UV + UV + UV +Face 1166 +UV Count: 3 + UV + UV + UV +Face 1167 +UV Count: 3 + UV + UV + UV +Face 1168 +UV Count: 3 + UV + UV + UV +Face 1169 +UV Count: 3 + UV + UV + UV +Face 1170 +UV Count: 3 + UV + UV + UV +Face 1171 +UV Count: 3 + UV + UV + UV +Face 1172 +UV Count: 3 + UV + UV + UV +Face 1173 +UV Count: 3 + UV + UV + UV +Face 1174 +UV Count: 3 + UV + UV + UV +Face 1175 +UV Count: 3 + UV + UV + UV +Face 1176 +UV Count: 3 + UV + UV + UV +Face 1177 +UV Count: 3 + UV + UV + UV +Face 1178 +UV Count: 3 + UV + UV + UV +Face 1179 +UV Count: 3 + UV + UV + UV +Face 1180 +UV Count: 3 + UV + UV + UV +Face 1181 +UV Count: 3 + UV + UV + UV +Face 1182 +UV Count: 3 + UV + UV + UV +Face 1183 +UV Count: 3 + UV + UV + UV +Face 1184 +UV Count: 3 + UV + UV + UV +Face 1185 +UV Count: 3 + UV + UV + UV +Face 1186 +UV Count: 3 + UV + UV + UV +Face 1187 +UV Count: 3 + UV + UV + UV +Face 1188 +UV Count: 3 + UV + UV + UV +Face 1189 +UV Count: 3 + UV + UV + UV +Face 1190 +UV Count: 3 + UV + UV + UV +Face 1191 +UV Count: 3 + UV + UV + UV +Face 1192 +UV Count: 3 + UV + UV + UV +Face 1193 +UV Count: 3 + UV + UV + UV +Face 1194 +UV Count: 3 + UV + UV + UV +Face 1195 +UV Count: 3 + UV + UV + UV +Face 1196 +UV Count: 3 + UV + UV + UV +Face 1197 +UV Count: 3 + UV + UV + UV +Face 1198 +UV Count: 3 + UV + UV + UV +Face 1199 +UV Count: 3 + UV + UV + UV +Face 1200 +UV Count: 3 + UV + UV + UV +Face 1201 +UV Count: 3 + UV + UV + UV +Face 1202 +UV Count: 3 + UV + UV + UV +Face 1203 +UV Count: 3 + UV + UV + UV +Face 1204 +UV Count: 3 + UV + UV + UV +Face 1205 +UV Count: 3 + UV + UV + UV +Face 1206 +UV Count: 3 + UV + UV + UV +Face 1207 +UV Count: 3 + UV + UV + UV +Face 1208 +UV Count: 3 + UV + UV + UV +Face 1209 +UV Count: 3 + UV + UV + UV +Face 1210 +UV Count: 3 + UV + UV + UV +Face 1211 +UV Count: 3 + UV + UV + UV +Face 1212 +UV Count: 3 + UV + UV + UV +Face 1213 +UV Count: 3 + UV + UV + UV +Face 1214 +UV Count: 3 + UV + UV + UV +Face 1215 +UV Count: 3 + UV + UV + UV +Face 1216 +UV Count: 3 + UV + UV + UV +Face 1217 +UV Count: 3 + UV + UV + UV +Face 1218 +UV Count: 3 + UV + UV + UV +Face 1219 +UV Count: 3 + UV + UV + UV +Face 1220 +UV Count: 3 + UV + UV + UV +Face 1221 +UV Count: 3 + UV + UV + UV +Face 1222 +UV Count: 3 + UV + UV + UV +Face 1223 +UV Count: 3 + UV + UV + UV +Face 1224 +UV Count: 3 + UV + UV + UV +Face 1225 +UV Count: 3 + UV + UV + UV +Face 1226 +UV Count: 3 + UV + UV + UV +Face 1227 +UV Count: 3 + UV + UV + UV +Face 1228 +UV Count: 3 + UV + UV + UV +Face 1229 +UV Count: 3 + UV + UV + UV +Face 1230 +UV Count: 3 + UV + UV + UV +Face 1231 +UV Count: 3 + UV + UV + UV +Face 1232 +UV Count: 3 + UV + UV + UV +Face 1233 +UV Count: 3 + UV + UV + UV +Face 1234 +UV Count: 3 + UV + UV + UV +Face 1235 +UV Count: 3 + UV + UV + UV +Face 1236 +UV Count: 3 + UV + UV + UV +Face 1237 +UV Count: 3 + UV + UV + UV +Face 1238 +UV Count: 3 + UV + UV + UV +Face 1239 +UV Count: 3 + UV + UV + UV +Face 1240 +UV Count: 3 + UV + UV + UV +Face 1241 +UV Count: 3 + UV + UV + UV +Face 1242 +UV Count: 3 + UV + UV + UV +Face 1243 +UV Count: 3 + UV + UV + UV +Face 1244 +UV Count: 3 + UV + UV + UV +Face 1245 +UV Count: 3 + UV + UV + UV +Face 1246 +UV Count: 3 + UV + UV + UV +Face 1247 +UV Count: 3 + UV + UV + UV +Face 1248 +UV Count: 3 + UV + UV + UV +Face 1249 +UV Count: 3 + UV + UV + UV +Face 1250 +UV Count: 3 + UV + UV + UV +Face 1251 +UV Count: 3 + UV + UV + UV +Face 1252 +UV Count: 3 + UV + UV + UV +Face 1253 +UV Count: 3 + UV + UV + UV +Face 1254 +UV Count: 3 + UV + UV + UV +Face 1255 +UV Count: 3 + UV + UV + UV +Face 1256 +UV Count: 3 + UV + UV + UV +Face 1257 +UV Count: 3 + UV + UV + UV +Face 1258 +UV Count: 3 + UV + UV + UV +Face 1259 +UV Count: 3 + UV + UV + UV +Face 1260 +UV Count: 3 + UV + UV + UV +Face 1261 +UV Count: 3 + UV + UV + UV +Face 1262 +UV Count: 3 + UV + UV + UV +Face 1263 +UV Count: 3 + UV + UV + UV +Face 1264 +UV Count: 3 + UV + UV + UV +Face 1265 +UV Count: 3 + UV + UV + UV +Face 1266 +UV Count: 3 + UV + UV + UV +Face 1267 +UV Count: 3 + UV + UV + UV +Face 1268 +UV Count: 3 + UV + UV + UV +Face 1269 +UV Count: 3 + UV + UV + UV +Face 1270 +UV Count: 3 + UV + UV + UV +Face 1271 +UV Count: 3 + UV + UV + UV +Face 1272 +UV Count: 3 + UV + UV + UV +Face 1273 +UV Count: 3 + UV + UV + UV +Face 1274 +UV Count: 3 + UV + UV + UV +Face 1275 +UV Count: 3 + UV + UV + UV +Face 1276 +UV Count: 3 + UV + UV + UV +Face 1277 +UV Count: 3 + UV + UV + UV +Face 1278 +UV Count: 3 + UV + UV + UV +Face 1279 +UV Count: 3 + UV + UV + UV +Face 1280 +UV Count: 3 + UV + UV + UV +Face 1281 +UV Count: 3 + UV + UV + UV +Face 1282 +UV Count: 3 + UV + UV + UV +Face 1283 +UV Count: 3 + UV + UV + UV +Face 1284 +UV Count: 3 + UV + UV + UV +Face 1285 +UV Count: 3 + UV + UV + UV +Face 1286 +UV Count: 3 + UV + UV + UV +Face 1287 +UV Count: 3 + UV + UV + UV +Face 1288 +UV Count: 3 + UV + UV + UV +Face 1289 +UV Count: 3 + UV + UV + UV +Face 1290 +UV Count: 3 + UV + UV + UV +Face 1291 +UV Count: 3 + UV + UV + UV +Face 1292 +UV Count: 3 + UV + UV + UV +Face 1293 +UV Count: 3 + UV + UV + UV +Face 1294 +UV Count: 3 + UV + UV + UV +Face 1295 +UV Count: 3 + UV + UV + UV +Face 1296 +UV Count: 3 + UV + UV + UV +Face 1297 +UV Count: 3 + UV + UV + UV +Face 1298 +UV Count: 3 + UV + UV + UV +Face 1299 +UV Count: 3 + UV + UV + UV +Face 1300 +UV Count: 3 + UV + UV + UV +Face 1301 +UV Count: 3 + UV + UV + UV +Face 1302 +UV Count: 3 + UV + UV + UV +Face 1303 +UV Count: 3 + UV + UV + UV +Face 1304 +UV Count: 3 + UV + UV + UV +Face 1305 +UV Count: 3 + UV + UV + UV +Face 1306 +UV Count: 3 + UV + UV + UV +Face 1307 +UV Count: 3 + UV + UV + UV +Face 1308 +UV Count: 3 + UV + UV + UV +Face 1309 +UV Count: 3 + UV + UV + UV +Face 1310 +UV Count: 3 + UV + UV + UV +Face 1311 +UV Count: 3 + UV + UV + UV +Face 1312 +UV Count: 3 + UV + UV + UV +Face 1313 +UV Count: 3 + UV + UV + UV +Face 1314 +UV Count: 3 + UV + UV + UV +Face 1315 +UV Count: 3 + UV + UV + UV +Face 1316 +UV Count: 3 + UV + UV + UV +Face 1317 +UV Count: 3 + UV + UV + UV +Face 1318 +UV Count: 3 + UV + UV + UV +Face 1319 +UV Count: 3 + UV + UV + UV +Face 1320 +UV Count: 3 + UV + UV + UV +Face 1321 +UV Count: 3 + UV + UV + UV +Face 1322 +UV Count: 3 + UV + UV + UV +Face 1323 +UV Count: 3 + UV + UV + UV +Face 1324 +UV Count: 3 + UV + UV + UV +Face 1325 +UV Count: 3 + UV + UV + UV +Face 1326 +UV Count: 3 + UV + UV + UV +Face 1327 +UV Count: 3 + UV + UV + UV +Face 1328 +UV Count: 3 + UV + UV + UV +Face 1329 +UV Count: 3 + UV + UV + UV +Face 1330 +UV Count: 3 + UV + UV + UV +Face 1331 +UV Count: 3 + UV + UV + UV +Face 1332 +UV Count: 3 + UV + UV + UV +Face 1333 +UV Count: 3 + UV + UV + UV +Face 1334 +UV Count: 3 + UV + UV + UV +Face 1335 +UV Count: 3 + UV + UV + UV +Face 1336 +UV Count: 3 + UV + UV + UV +Face 1337 +UV Count: 3 + UV + UV + UV +Face 1338 +UV Count: 3 + UV + UV + UV +Face 1339 +UV Count: 3 + UV + UV + UV +Face 1340 +UV Count: 3 + UV + UV + UV +Face 1341 +UV Count: 3 + UV + UV + UV +Face 1342 +UV Count: 3 + UV + UV + UV +Face 1343 +UV Count: 3 + UV + UV + UV +Face 1344 +UV Count: 3 + UV + UV + UV +Face 1345 +UV Count: 3 + UV + UV + UV +Face 1346 +UV Count: 3 + UV + UV + UV +Face 1347 +UV Count: 3 + UV + UV + UV +Face 1348 +UV Count: 3 + UV + UV + UV +Face 1349 +UV Count: 3 + UV + UV + UV +Face 1350 +UV Count: 3 + UV + UV + UV +Face 1351 +UV Count: 3 + UV + UV + UV +Face 1352 +UV Count: 3 + UV + UV + UV +Face 1353 +UV Count: 3 + UV + UV + UV +Face 1354 +UV Count: 3 + UV + UV + UV +Face 1355 +UV Count: 3 + UV + UV + UV +Face 1356 +UV Count: 3 + UV + UV + UV +Face 1357 +UV Count: 3 + UV + UV + UV +Face 1358 +UV Count: 3 + UV + UV + UV +Face 1359 +UV Count: 3 + UV + UV + UV +Face 1360 +UV Count: 3 + UV + UV + UV +Face 1361 +UV Count: 3 + UV + UV + UV +Face 1362 +UV Count: 3 + UV + UV + UV +Face 1363 +UV Count: 3 + UV + UV + UV +Face 1364 +UV Count: 3 + UV + UV + UV +Face 1365 +UV Count: 3 + UV + UV + UV +Face 1366 +UV Count: 3 + UV + UV + UV +Face 1367 +UV Count: 3 + UV + UV + UV +Face 1368 +UV Count: 3 + UV + UV + UV +Face 1369 +UV Count: 3 + UV + UV + UV +Face 1370 +UV Count: 3 + UV + UV + UV +Face 1371 +UV Count: 3 + UV + UV + UV +Face 1372 +UV Count: 3 + UV + UV + UV +Face 1373 +UV Count: 3 + UV + UV + UV +Face 1374 +UV Count: 3 + UV + UV + UV +Face 1375 +UV Count: 3 + UV + UV + UV +Face 1376 +UV Count: 3 + UV + UV + UV +Face 1377 +UV Count: 3 + UV + UV + UV +Face 1378 +UV Count: 3 + UV + UV + UV +Face 1379 +UV Count: 3 + UV + UV + UV +Face 1380 +UV Count: 3 + UV + UV + UV +Face 1381 +UV Count: 3 + UV + UV + UV +Face 1382 +UV Count: 3 + UV + UV + UV +Face 1383 +UV Count: 3 + UV + UV + UV +Face 1384 +UV Count: 3 + UV + UV + UV +Face 1385 +UV Count: 3 + UV + UV + UV +Face 1386 +UV Count: 3 + UV + UV + UV +Face 1387 +UV Count: 3 + UV + UV + UV +Face 1388 +UV Count: 3 + UV + UV + UV +Face 1389 +UV Count: 3 + UV + UV + UV +Face 1390 +UV Count: 3 + UV + UV + UV +Face 1391 +UV Count: 3 + UV + UV + UV +Face 1392 +UV Count: 3 + UV + UV + UV +Face 1393 +UV Count: 3 + UV + UV + UV +Face 1394 +UV Count: 3 + UV + UV + UV +Face 1395 +UV Count: 3 + UV + UV + UV +Face 1396 +UV Count: 3 + UV + UV + UV +Face 1397 +UV Count: 3 + UV + UV + UV +Face 1398 +UV Count: 3 + UV + UV + UV +Face 1399 +UV Count: 3 + UV + UV + UV +Face 1400 +UV Count: 3 + UV + UV + UV +Face 1401 +UV Count: 3 + UV + UV + UV +Face 1402 +UV Count: 3 + UV + UV + UV +Face 1403 +UV Count: 3 + UV + UV + UV +Face 1404 +UV Count: 3 + UV + UV + UV +Face 1405 +UV Count: 3 + UV + UV + UV +Face 1406 +UV Count: 3 + UV + UV + UV +Face 1407 +UV Count: 3 + UV + UV + UV +Face 1408 +UV Count: 3 + UV + UV + UV +Face 1409 +UV Count: 3 + UV + UV + UV +Face 1410 +UV Count: 3 + UV + UV + UV +Face 1411 +UV Count: 3 + UV + UV + UV +Face 1412 +UV Count: 3 + UV + UV + UV +Face 1413 +UV Count: 3 + UV + UV + UV +Face 1414 +UV Count: 3 + UV + UV + UV +Face 1415 +UV Count: 3 + UV + UV + UV +Face 1416 +UV Count: 3 + UV + UV + UV +Face 1417 +UV Count: 3 + UV + UV + UV +Face 1418 +UV Count: 3 + UV + UV + UV +Face 1419 +UV Count: 3 + UV + UV + UV +Face 1420 +UV Count: 3 + UV + UV + UV +Face 1421 +UV Count: 3 + UV + UV + UV +Face 1422 +UV Count: 3 + UV + UV + UV +Face 1423 +UV Count: 3 + UV + UV + UV +Face 1424 +UV Count: 3 + UV + UV + UV +Face 1425 +UV Count: 3 + UV + UV + UV +Face 1426 +UV Count: 3 + UV + UV + UV +Face 1427 +UV Count: 3 + UV + UV + UV +Face 1428 +UV Count: 3 + UV + UV + UV +Face 1429 +UV Count: 3 + UV + UV + UV +Face 1430 +UV Count: 3 + UV + UV + UV +Face 1431 +UV Count: 3 + UV + UV + UV +Face 1432 +UV Count: 3 + UV + UV + UV +Face 1433 +UV Count: 3 + UV + UV + UV +Face 1434 +UV Count: 3 + UV + UV + UV +Face 1435 +UV Count: 3 + UV + UV + UV +Face 1436 +UV Count: 3 + UV + UV + UV +Face 1437 +UV Count: 3 + UV + UV + UV +Face 1438 +UV Count: 3 + UV + UV + UV +Face 1439 +UV Count: 3 + UV + UV + UV +Face 1440 +UV Count: 3 + UV + UV + UV +Face 1441 +UV Count: 3 + UV + UV + UV +Face 1442 +UV Count: 3 + UV + UV + UV +Face 1443 +UV Count: 3 + UV + UV + UV +Face 1444 +UV Count: 3 + UV + UV + UV +Face 1445 +UV Count: 3 + UV + UV + UV +Face 1446 +UV Count: 3 + UV + UV + UV +Face 1447 +UV Count: 3 + UV + UV + UV +Face 1448 +UV Count: 3 + UV + UV + UV +Face 1449 +UV Count: 3 + UV + UV + UV +Face 1450 +UV Count: 3 + UV + UV + UV +Face 1451 +UV Count: 3 + UV + UV + UV +Face 1452 +UV Count: 3 + UV + UV + UV +Face 1453 +UV Count: 3 + UV + UV + UV +Face 1454 +UV Count: 3 + UV + UV + UV +Face 1455 +UV Count: 3 + UV + UV + UV +Face 1456 +UV Count: 3 + UV + UV + UV +Face 1457 +UV Count: 3 + UV + UV + UV +Face 1458 +UV Count: 3 + UV + UV + UV +Face 1459 +UV Count: 3 + UV + UV + UV +Face 1460 +UV Count: 3 + UV + UV + UV +Face 1461 +UV Count: 3 + UV + UV + UV +Face 1462 +UV Count: 3 + UV + UV + UV +Face 1463 +UV Count: 3 + UV + UV + UV +Face 1464 +UV Count: 3 + UV + UV + UV +Face 1465 +UV Count: 3 + UV + UV + UV +Face 1466 +UV Count: 3 + UV + UV + UV +Face 1467 +UV Count: 3 + UV + UV + UV +Face 1468 +UV Count: 3 + UV + UV + UV +Face 1469 +UV Count: 3 + UV + UV + UV +Face 1470 +UV Count: 3 + UV + UV + UV +Face 1471 +UV Count: 3 + UV + UV + UV +Face 1472 +UV Count: 3 + UV + UV + UV +Face 1473 +UV Count: 3 + UV + UV + UV +Face 1474 +UV Count: 3 + UV + UV + UV +Face 1475 +UV Count: 3 + UV + UV + UV +Face 1476 +UV Count: 3 + UV + UV + UV +Face 1477 +UV Count: 3 + UV + UV + UV +Face 1478 +UV Count: 3 + UV + UV + UV +Face 1479 +UV Count: 3 + UV + UV + UV +Face 1480 +UV Count: 3 + UV + UV + UV +Face 1481 +UV Count: 3 + UV + UV + UV +Face 1482 +UV Count: 3 + UV + UV + UV +Face 1483 +UV Count: 3 + UV + UV + UV +Face 1484 +UV Count: 3 + UV + UV + UV +Face 1485 +UV Count: 3 + UV + UV + UV +Face 1486 +UV Count: 3 + UV + UV + UV +Face 1487 +UV Count: 3 + UV + UV + UV +Face 1488 +UV Count: 3 + UV + UV + UV +Face 1489 +UV Count: 3 + UV + UV + UV +Face 1490 +UV Count: 3 + UV + UV + UV +Face 1491 +UV Count: 3 + UV + UV + UV +Face 1492 +UV Count: 3 + UV + UV + UV +Face 1493 +UV Count: 3 + UV + UV + UV +Face 1494 +UV Count: 3 + UV + UV + UV +Face 1495 +UV Count: 3 + UV + UV + UV +Face 1496 +UV Count: 3 + UV + UV + UV +Face 1497 +UV Count: 3 + UV + UV + UV +Face 1498 +UV Count: 3 + UV + UV + UV +Face 1499 +UV Count: 3 + UV + UV + UV +Face 1500 +UV Count: 3 + UV + UV + UV +Face 1501 +UV Count: 3 + UV + UV + UV +Face 1502 +UV Count: 3 + UV + UV + UV +Face 1503 +UV Count: 3 + UV + UV + UV +Face 1504 +UV Count: 3 + UV + UV + UV +Face 1505 +UV Count: 3 + UV + UV + UV +Face 1506 +UV Count: 3 + UV + UV + UV +Face 1507 +UV Count: 3 + UV + UV + UV +Face 1508 +UV Count: 3 + UV + UV + UV +Face 1509 +UV Count: 3 + UV + UV + UV +Face 1510 +UV Count: 3 + UV + UV + UV +Face 1511 +UV Count: 3 + UV + UV + UV +Face 1512 +UV Count: 3 + UV + UV + UV +Face 1513 +UV Count: 3 + UV + UV + UV +Face 1514 +UV Count: 3 + UV + UV + UV +Face 1515 +UV Count: 3 + UV + UV + UV +Face 1516 +UV Count: 3 + UV + UV + UV +Face 1517 +UV Count: 3 + UV + UV + UV +Face 1518 +UV Count: 3 + UV + UV + UV +Face 1519 +UV Count: 3 + UV + UV + UV +Face 1520 +UV Count: 3 + UV + UV + UV +Face 1521 +UV Count: 3 + UV + UV + UV +Face 1522 +UV Count: 3 + UV + UV + UV +Face 1523 +UV Count: 3 + UV + UV + UV +Face 1524 +UV Count: 3 + UV + UV + UV +Face 1525 +UV Count: 3 + UV + UV + UV +Face 1526 +UV Count: 3 + UV + UV + UV +Face 1527 +UV Count: 3 + UV + UV + UV +Face 1528 +UV Count: 3 + UV + UV + UV +Face 1529 +UV Count: 3 + UV + UV + UV +Face 1530 +UV Count: 3 + UV + UV + UV +Face 1531 +UV Count: 3 + UV + UV + UV +Face 1532 +UV Count: 3 + UV + UV + UV +Face 1533 +UV Count: 3 + UV + UV + UV +Face 1534 +UV Count: 3 + UV + UV + UV +Face 1535 +UV Count: 3 + UV + UV + UV +Face 1536 +UV Count: 3 + UV + UV + UV +Face 1537 +UV Count: 3 + UV + UV + UV +Face 1538 +UV Count: 3 + UV + UV + UV +Face 1539 +UV Count: 3 + UV + UV + UV +Face 1540 +UV Count: 3 + UV + UV + UV +Face 1541 +UV Count: 3 + UV + UV + UV +Face 1542 +UV Count: 3 + UV + UV + UV +Face 1543 +UV Count: 3 + UV + UV + UV +Face 1544 +UV Count: 3 + UV + UV + UV +Face 1545 +UV Count: 3 + UV + UV + UV +Face 1546 +UV Count: 3 + UV + UV + UV +Face 1547 +UV Count: 3 + UV + UV + UV +Face 1548 +UV Count: 3 + UV + UV + UV +Face 1549 +UV Count: 3 + UV + UV + UV +Face 1550 +UV Count: 3 + UV + UV + UV +Face 1551 +UV Count: 3 + UV + UV + UV +Face 1552 +UV Count: 3 + UV + UV + UV +Face 1553 +UV Count: 3 + UV + UV + UV +Face 1554 +UV Count: 3 + UV + UV + UV +Face 1555 +UV Count: 3 + UV + UV + UV +Face 1556 +UV Count: 3 + UV + UV + UV +Face 1557 +UV Count: 3 + UV + UV + UV +Face 1558 +UV Count: 3 + UV + UV + UV +Face 1559 +UV Count: 3 + UV + UV + UV +Face 1560 +UV Count: 3 + UV + UV + UV +Face 1561 +UV Count: 3 + UV + UV + UV +Face 1562 +UV Count: 3 + UV + UV + UV +Face 1563 +UV Count: 3 + UV + UV + UV +Face 1564 +UV Count: 3 + UV + UV + UV +Face 1565 +UV Count: 3 + UV + UV + UV +Face 1566 +UV Count: 3 + UV + UV + UV +Face 1567 +UV Count: 3 + UV + UV + UV +Face 1568 +UV Count: 3 + UV + UV + UV +Face 1569 +UV Count: 3 + UV + UV + UV +Face 1570 +UV Count: 3 + UV + UV + UV +Face 1571 +UV Count: 3 + UV + UV + UV +Face 1572 +UV Count: 3 + UV + UV + UV +Face 1573 +UV Count: 3 + UV + UV + UV +Face 1574 +UV Count: 3 + UV + UV + UV +Face 1575 +UV Count: 3 + UV + UV + UV +Face 1576 +UV Count: 3 + UV + UV + UV +Face 1577 +UV Count: 3 + UV + UV + UV +Face 1578 +UV Count: 3 + UV + UV + UV +Face 1579 +UV Count: 3 + UV + UV + UV +Face 1580 +UV Count: 3 + UV + UV + UV +Face 1581 +UV Count: 3 + UV + UV + UV +Face 1582 +UV Count: 3 + UV + UV + UV +Face 1583 +UV Count: 3 + UV + UV + UV +Face 1584 +UV Count: 3 + UV + UV + UV +Face 1585 +UV Count: 3 + UV + UV + UV +Face 1586 +UV Count: 3 + UV + UV + UV +Face 1587 +UV Count: 3 + UV + UV + UV +Face 1588 +UV Count: 3 + UV + UV + UV +Face 1589 +UV Count: 3 + UV + UV + UV +Face 1590 +UV Count: 3 + UV + UV + UV +Face 1591 +UV Count: 3 + UV + UV + UV +Face 1592 +UV Count: 3 + UV + UV + UV +Face 1593 +UV Count: 3 + UV + UV + UV +Face 1594 +UV Count: 3 + UV + UV + UV +Face 1595 +UV Count: 3 + UV + UV + UV +Face 1596 +UV Count: 3 + UV + UV + UV +Face 1597 +UV Count: 3 + UV + UV + UV +Face 1598 +UV Count: 3 + UV + UV + UV +Face 1599 +UV Count: 3 + UV + UV + UV +Face 1600 +UV Count: 3 + UV + UV + UV +Face 1601 +UV Count: 3 + UV + UV + UV +Face 1602 +UV Count: 3 + UV + UV + UV +Face 1603 +UV Count: 3 + UV + UV + UV +Face 1604 +UV Count: 3 + UV + UV + UV +Face 1605 +UV Count: 3 + UV + UV + UV +Face 1606 +UV Count: 3 + UV + UV + UV +Face 1607 +UV Count: 3 + UV + UV + UV +Face 1608 +UV Count: 3 + UV + UV + UV +Face 1609 +UV Count: 3 + UV + UV + UV +Face 1610 +UV Count: 3 + UV + UV + UV +Face 1611 +UV Count: 3 + UV + UV + UV +Face 1612 +UV Count: 3 + UV + UV + UV +Face 1613 +UV Count: 3 + UV + UV + UV +Face 1614 +UV Count: 3 + UV + UV + UV +Face 1615 +UV Count: 3 + UV + UV + UV +Face 1616 +UV Count: 3 + UV + UV + UV +Face 1617 +UV Count: 3 + UV + UV + UV +Face 1618 +UV Count: 3 + UV + UV + UV +Face 1619 +UV Count: 3 + UV + UV + UV +Face 1620 +UV Count: 3 + UV + UV + UV +Face 1621 +UV Count: 3 + UV + UV + UV +Face 1622 +UV Count: 3 + UV + UV + UV +Face 1623 +UV Count: 3 + UV + UV + UV +Face 1624 +UV Count: 3 + UV + UV + UV +Face 1625 +UV Count: 3 + UV + UV + UV +Face 1626 +UV Count: 3 + UV + UV + UV +Face 1627 +UV Count: 3 + UV + UV + UV +Face 1628 +UV Count: 3 + UV + UV + UV +Face 1629 +UV Count: 3 + UV + UV + UV +Face 1630 +UV Count: 3 + UV + UV + UV +Face 1631 +UV Count: 3 + UV + UV + UV +Face 1632 +UV Count: 3 + UV + UV + UV +Face 1633 +UV Count: 3 + UV + UV + UV +Face 1634 +UV Count: 3 + UV + UV + UV +Face 1635 +UV Count: 3 + UV + UV + UV +Face 1636 +UV Count: 3 + UV + UV + UV +Face 1637 +UV Count: 3 + UV + UV + UV +Face 1638 +UV Count: 3 + UV + UV + UV +Face 1639 +UV Count: 3 + UV + UV + UV +Face 1640 +UV Count: 3 + UV + UV + UV +Face 1641 +UV Count: 3 + UV + UV + UV +Face 1642 +UV Count: 3 + UV + UV + UV +Face 1643 +UV Count: 3 + UV + UV + UV +Face 1644 +UV Count: 3 + UV + UV + UV +Face 1645 +UV Count: 3 + UV + UV + UV +Face 1646 +UV Count: 3 + UV + UV + UV +Face 1647 +UV Count: 3 + UV + UV + UV +Face 1648 +UV Count: 3 + UV + UV + UV +Face 1649 +UV Count: 3 + UV + UV + UV +Face 1650 +UV Count: 3 + UV + UV + UV +Face 1651 +UV Count: 3 + UV + UV + UV +Face 1652 +UV Count: 3 + UV + UV + UV +Face 1653 +UV Count: 3 + UV + UV + UV +Face 1654 +UV Count: 3 + UV + UV + UV +Face 1655 +UV Count: 3 + UV + UV + UV +Face 1656 +UV Count: 3 + UV + UV + UV +Face 1657 +UV Count: 3 + UV + UV + UV +Face 1658 +UV Count: 3 + UV + UV + UV +Face 1659 +UV Count: 3 + UV + UV + UV +Face 1660 +UV Count: 3 + UV + UV + UV +Face 1661 +UV Count: 3 + UV + UV + UV +Face 1662 +UV Count: 3 + UV + UV + UV +Face 1663 +UV Count: 3 + UV + UV + UV +Face 1664 +UV Count: 3 + UV + UV + UV +Face 1665 +UV Count: 3 + UV + UV + UV +Face 1666 +UV Count: 3 + UV + UV + UV +Face 1667 +UV Count: 3 + UV + UV + UV +Face 1668 +UV Count: 3 + UV + UV + UV +Face 1669 +UV Count: 3 + UV + UV + UV +Face 1670 +UV Count: 3 + UV + UV + UV +Face 1671 +UV Count: 3 + UV + UV + UV +Face 1672 +UV Count: 3 + UV + UV + UV +Face 1673 +UV Count: 3 + UV + UV + UV +Face 1674 +UV Count: 3 + UV + UV + UV +Face 1675 +UV Count: 3 + UV + UV + UV +Face 1676 +UV Count: 3 + UV + UV + UV +Face 1677 +UV Count: 3 + UV + UV + UV +Face 1678 +UV Count: 3 + UV + UV + UV +Face 1679 +UV Count: 3 + UV + UV + UV +Face 1680 +UV Count: 3 + UV + UV + UV +Face 1681 +UV Count: 3 + UV + UV + UV +Face 1682 +UV Count: 3 + UV + UV + UV +Face 1683 +UV Count: 3 + UV + UV + UV +Face 1684 +UV Count: 3 + UV + UV + UV +Face 1685 +UV Count: 3 + UV + UV + UV +Face 1686 +UV Count: 3 + UV + UV + UV +Face 1687 +UV Count: 3 + UV + UV + UV +Face 1688 +UV Count: 3 + UV + UV + UV +Face 1689 +UV Count: 3 + UV + UV + UV +Face 1690 +UV Count: 3 + UV + UV + UV +Face 1691 +UV Count: 3 + UV + UV + UV +Face 1692 +UV Count: 3 + UV + UV + UV +Face 1693 +UV Count: 3 + UV + UV + UV +Face 1694 +UV Count: 3 + UV + UV + UV +Face 1695 +UV Count: 3 + UV + UV + UV +Face 1696 +UV Count: 3 + UV + UV + UV +Face 1697 +UV Count: 3 + UV + UV + UV +Face 1698 +UV Count: 3 + UV + UV + UV +Face 1699 +UV Count: 3 + UV + UV + UV +Face 1700 +UV Count: 3 + UV + UV + UV +Face 1701 +UV Count: 3 + UV + UV + UV +Face 1702 +UV Count: 3 + UV + UV + UV +Face 1703 +UV Count: 3 + UV + UV + UV +Face 1704 +UV Count: 3 + UV + UV + UV +Face 1705 +UV Count: 3 + UV + UV + UV +Face 1706 +UV Count: 3 + UV + UV + UV +Face 1707 +UV Count: 3 + UV + UV + UV +Face 1708 +UV Count: 3 + UV + UV + UV +Face 1709 +UV Count: 3 + UV + UV + UV +Face 1710 +UV Count: 3 + UV + UV + UV +Face 1711 +UV Count: 3 + UV + UV + UV +Face 1712 +UV Count: 3 + UV + UV + UV +Face 1713 +UV Count: 3 + UV + UV + UV +Face 1714 +UV Count: 3 + UV + UV + UV +Face 1715 +UV Count: 3 + UV + UV + UV +Face 1716 +UV Count: 3 + UV + UV + UV +Face 1717 +UV Count: 3 + UV + UV + UV +Face 1718 +UV Count: 3 + UV + UV + UV +Face 1719 +UV Count: 3 + UV + UV + UV +Face 1720 +UV Count: 3 + UV + UV + UV +Face 1721 +UV Count: 3 + UV + UV + UV +Face 1722 +UV Count: 3 + UV + UV + UV +Face 1723 +UV Count: 3 + UV + UV + UV +Face 1724 +UV Count: 3 + UV + UV + UV +Face 1725 +UV Count: 3 + UV + UV + UV +Face 1726 +UV Count: 3 + UV + UV + UV +Face 1727 +UV Count: 3 + UV + UV + UV +Face 1728 +UV Count: 3 + UV + UV + UV +Face 1729 +UV Count: 3 + UV + UV + UV +Face 1730 +UV Count: 3 + UV + UV + UV +Face 1731 +UV Count: 3 + UV + UV + UV +Face 1732 +UV Count: 3 + UV + UV + UV +Face 1733 +UV Count: 3 + UV + UV + UV +Face 1734 +UV Count: 3 + UV + UV + UV +Face 1735 +UV Count: 3 + UV + UV + UV +Face 1736 +UV Count: 3 + UV + UV + UV +Face 1737 +UV Count: 3 + UV + UV + UV +Face 1738 +UV Count: 3 + UV + UV + UV +Face 1739 +UV Count: 3 + UV + UV + UV +Face 1740 +UV Count: 3 + UV + UV + UV +Face 1741 +UV Count: 3 + UV + UV + UV +Face 1742 +UV Count: 3 + UV + UV + UV +Face 1743 +UV Count: 3 + UV + UV + UV +Face 1744 +UV Count: 3 + UV + UV + UV +Face 1745 +UV Count: 3 + UV + UV + UV +Face 1746 +UV Count: 3 + UV + UV + UV +Face 1747 +UV Count: 3 + UV + UV + UV +Face 1748 +UV Count: 3 + UV + UV + UV +Face 1749 +UV Count: 3 + UV + UV + UV +Face 1750 +UV Count: 3 + UV + UV + UV +Face 1751 +UV Count: 3 + UV + UV + UV +Face 1752 +UV Count: 3 + UV + UV + UV +Face 1753 +UV Count: 3 + UV + UV + UV +Face 1754 +UV Count: 3 + UV + UV + UV +Face 1755 +UV Count: 3 + UV + UV + UV +Face 1756 +UV Count: 3 + UV + UV + UV +Face 1757 +UV Count: 3 + UV + UV + UV +Face 1758 +UV Count: 3 + UV + UV + UV +Face 1759 +UV Count: 3 + UV + UV + UV +Face 1760 +UV Count: 3 + UV + UV + UV +Face 1761 +UV Count: 3 + UV + UV + UV +Face 1762 +UV Count: 3 + UV + UV + UV +Face 1763 +UV Count: 3 + UV + UV + UV +Face 1764 +UV Count: 3 + UV + UV + UV +Face 1765 +UV Count: 3 + UV + UV + UV +Face 1766 +UV Count: 3 + UV + UV + UV +Face 1767 +UV Count: 3 + UV + UV + UV +Face 1768 +UV Count: 3 + UV + UV + UV +Face 1769 +UV Count: 3 + UV + UV + UV +Face 1770 +UV Count: 3 + UV + UV + UV +Face 1771 +UV Count: 3 + UV + UV + UV +Face 1772 +UV Count: 3 + UV + UV + UV +Face 1773 +UV Count: 3 + UV + UV + UV +Face 1774 +UV Count: 3 + UV + UV + UV +Face 1775 +UV Count: 3 + UV + UV + UV +Face 1776 +UV Count: 3 + UV + UV + UV +Face 1777 +UV Count: 3 + UV + UV + UV +Face 1778 +UV Count: 3 + UV + UV + UV +Face 1779 +UV Count: 3 + UV + UV + UV +Face 1780 +UV Count: 3 + UV + UV + UV +Face 1781 +UV Count: 3 + UV + UV + UV +Face 1782 +UV Count: 3 + UV + UV + UV +Face 1783 +UV Count: 3 + UV + UV + UV +Face 1784 +UV Count: 3 + UV + UV + UV +Face 1785 +UV Count: 3 + UV + UV + UV +Face 1786 +UV Count: 3 + UV + UV + UV +Face 1787 +UV Count: 3 + UV + UV + UV +Face 1788 +UV Count: 3 + UV + UV + UV +Face 1789 +UV Count: 3 + UV + UV + UV +Face 1790 +UV Count: 3 + UV + UV + UV +Face 1791 +UV Count: 3 + UV + UV + UV +Face 1792 +UV Count: 3 + UV + UV + UV +Face 1793 +UV Count: 3 + UV + UV + UV +Face 1794 +UV Count: 3 + UV + UV + UV +Face 1795 +UV Count: 3 + UV + UV + UV +Face 1796 +UV Count: 3 + UV + UV + UV +Face 1797 +UV Count: 3 + UV + UV + UV +Face 1798 +UV Count: 3 + UV + UV + UV +Face 1799 +UV Count: 3 + UV + UV + UV +Face 1800 +UV Count: 3 + UV + UV + UV +Face 1801 +UV Count: 3 + UV + UV + UV +Face 1802 +UV Count: 3 + UV + UV + UV +Face 1803 +UV Count: 3 + UV + UV + UV +Face 1804 +UV Count: 3 + UV + UV + UV +Face 1805 +UV Count: 3 + UV + UV + UV +Face 1806 +UV Count: 3 + UV + UV + UV +Face 1807 +UV Count: 3 + UV + UV + UV +Face 1808 +UV Count: 3 + UV + UV + UV +Face 1809 +UV Count: 3 + UV + UV + UV +Face 1810 +UV Count: 3 + UV + UV + UV +Face 1811 +UV Count: 3 + UV + UV + UV +Face 1812 +UV Count: 3 + UV + UV + UV +Face 1813 +UV Count: 3 + UV + UV + UV +Face 1814 +UV Count: 3 + UV + UV + UV +Face 1815 +UV Count: 3 + UV + UV + UV +Face 1816 +UV Count: 3 + UV + UV + UV +Face 1817 +UV Count: 3 + UV + UV + UV +Face 1818 +UV Count: 3 + UV + UV + UV +Face 1819 +UV Count: 3 + UV + UV + UV +Face 1820 +UV Count: 3 + UV + UV + UV +Face 1821 +UV Count: 3 + UV + UV + UV +Face 1822 +UV Count: 3 + UV + UV + UV +Face 1823 +UV Count: 3 + UV + UV + UV +Face 1824 +UV Count: 3 + UV + UV + UV +Face 1825 +UV Count: 3 + UV + UV + UV +Face 1826 +UV Count: 3 + UV + UV + UV +Face 1827 +UV Count: 3 + UV + UV + UV +Face 1828 +UV Count: 3 + UV + UV + UV +Face 1829 +UV Count: 3 + UV + UV + UV +Face 1830 +UV Count: 3 + UV + UV + UV +Face 1831 +UV Count: 3 + UV + UV + UV +Face 1832 +UV Count: 3 + UV + UV + UV +Face 1833 +UV Count: 3 + UV + UV + UV +Face 1834 +UV Count: 3 + UV + UV + UV +Face 1835 +UV Count: 3 + UV + UV + UV +Face 1836 +UV Count: 3 + UV + UV + UV +Face 1837 +UV Count: 3 + UV + UV + UV +Face 1838 +UV Count: 3 + UV + UV + UV +Face 1839 +UV Count: 3 + UV + UV + UV +Face 1840 +UV Count: 3 + UV + UV + UV +Face 1841 +UV Count: 3 + UV + UV + UV +Face 1842 +UV Count: 3 + UV + UV + UV +Face 1843 +UV Count: 3 + UV + UV + UV +Face 1844 +UV Count: 3 + UV + UV + UV +Face 1845 +UV Count: 3 + UV + UV + UV +Face 1846 +UV Count: 3 + UV + UV + UV +Face 1847 +UV Count: 3 + UV + UV + UV +Face 1848 +UV Count: 3 + UV + UV + UV +Face 1849 +UV Count: 3 + UV + UV + UV +Face 1850 +UV Count: 3 + UV + UV + UV +Face 1851 +UV Count: 3 + UV + UV + UV +Face 1852 +UV Count: 3 + UV + UV + UV +Face 1853 +UV Count: 3 + UV + UV + UV +Face 1854 +UV Count: 3 + UV + UV + UV +Face 1855 +UV Count: 3 + UV + UV + UV +Face 1856 +UV Count: 3 + UV + UV + UV +Face 1857 +UV Count: 3 + UV + UV + UV +Face 1858 +UV Count: 3 + UV + UV + UV +Face 1859 +UV Count: 3 + UV + UV + UV +Face 1860 +UV Count: 3 + UV + UV + UV +Face 1861 +UV Count: 3 + UV + UV + UV +Face 1862 +UV Count: 3 + UV + UV + UV +Face 1863 +UV Count: 3 + UV + UV + UV +Face 1864 +UV Count: 3 + UV + UV + UV +Face 1865 +UV Count: 3 + UV + UV + UV +Face 1866 +UV Count: 3 + UV + UV + UV +Face 1867 +UV Count: 3 + UV + UV + UV +Face 1868 +UV Count: 3 + UV + UV + UV +Face 1869 +UV Count: 3 + UV + UV + UV +Face 1870 +UV Count: 3 + UV + UV + UV +Face 1871 +UV Count: 3 + UV + UV + UV +Face 1872 +UV Count: 3 + UV + UV + UV +Face 1873 +UV Count: 3 + UV + UV + UV +Face 1874 +UV Count: 3 + UV + UV + UV +Face 1875 +UV Count: 3 + UV + UV + UV +Face 1876 +UV Count: 3 + UV + UV + UV +Face 1877 +UV Count: 3 + UV + UV + UV +Face 1878 +UV Count: 3 + UV + UV + UV +Face 1879 +UV Count: 3 + UV + UV + UV +Face 1880 +UV Count: 3 + UV + UV + UV +Face 1881 +UV Count: 3 + UV + UV + UV +Face 1882 +UV Count: 3 + UV + UV + UV +Face 1883 +UV Count: 3 + UV + UV + UV +Face 1884 +UV Count: 3 + UV + UV + UV +Face 1885 +UV Count: 3 + UV + UV + UV +Face 1886 +UV Count: 3 + UV + UV + UV +Face 1887 +UV Count: 3 + UV + UV + UV +Face 1888 +UV Count: 3 + UV + UV + UV +Face 1889 +UV Count: 3 + UV + UV + UV +Face 1890 +UV Count: 3 + UV + UV + UV +Face 1891 +UV Count: 3 + UV + UV + UV +Face 1892 +UV Count: 3 + UV + UV + UV +Face 1893 +UV Count: 3 + UV + UV + UV +Face 1894 +UV Count: 3 + UV + UV + UV +Face 1895 +UV Count: 3 + UV + UV + UV +Face 1896 +UV Count: 3 + UV + UV + UV +Face 1897 +UV Count: 3 + UV + UV + UV +Face 1898 +UV Count: 3 + UV + UV + UV +Face 1899 +UV Count: 3 + UV + UV + UV +Face 1900 +UV Count: 3 + UV + UV + UV +Face 1901 +UV Count: 3 + UV + UV + UV +Face 1902 +UV Count: 3 + UV + UV + UV +Face 1903 +UV Count: 3 + UV + UV + UV +Face 1904 +UV Count: 3 + UV + UV + UV +Face 1905 +UV Count: 3 + UV + UV + UV +Face 1906 +UV Count: 3 + UV + UV + UV +Face 1907 +UV Count: 3 + UV + UV + UV +Face 1908 +UV Count: 3 + UV + UV + UV +Face 1909 +UV Count: 3 + UV + UV + UV +Face 1910 +UV Count: 3 + UV + UV + UV +Face 1911 +UV Count: 3 + UV + UV + UV +Face 1912 +UV Count: 3 + UV + UV + UV +Face 1913 +UV Count: 3 + UV + UV + UV +Face 1914 +UV Count: 3 + UV + UV + UV +Face 1915 +UV Count: 3 + UV + UV + UV +Face 1916 +UV Count: 3 + UV + UV + UV +Face 1917 +UV Count: 3 + UV + UV + UV +Face 1918 +UV Count: 3 + UV + UV + UV +Face 1919 +UV Count: 3 + UV + UV + UV +Face 1920 +UV Count: 3 + UV + UV + UV +Face 1921 +UV Count: 3 + UV + UV + UV +Face 1922 +UV Count: 3 + UV + UV + UV +Face 1923 +UV Count: 3 + UV + UV + UV +Face 1924 +UV Count: 3 + UV + UV + UV +Face 1925 +UV Count: 3 + UV + UV + UV +Face 1926 +UV Count: 3 + UV + UV + UV +Face 1927 +UV Count: 3 + UV + UV + UV +Face 1928 +UV Count: 3 + UV + UV + UV +Face 1929 +UV Count: 3 + UV + UV + UV +Face 1930 +UV Count: 3 + UV + UV + UV +Face 1931 +UV Count: 3 + UV + UV + UV +Face 1932 +UV Count: 3 + UV + UV + UV +Face 1933 +UV Count: 3 + UV + UV + UV +Face 1934 +UV Count: 3 + UV + UV + UV +Face 1935 +UV Count: 3 + UV + UV + UV +Face 1936 +UV Count: 3 + UV + UV + UV +Face 1937 +UV Count: 3 + UV + UV + UV +Face 1938 +UV Count: 3 + UV + UV + UV +Face 1939 +UV Count: 3 + UV + UV + UV +Face 1940 +UV Count: 3 + UV + UV + UV +Face 1941 +UV Count: 3 + UV + UV + UV +Face 1942 +UV Count: 3 + UV + UV + UV +Face 1943 +UV Count: 3 + UV + UV + UV +Face 1944 +UV Count: 3 + UV + UV + UV +Face 1945 +UV Count: 3 + UV + UV + UV +Face 1946 +UV Count: 3 + UV + UV + UV +Face 1947 +UV Count: 3 + UV + UV + UV +Face 1948 +UV Count: 3 + UV + UV + UV +Face 1949 +UV Count: 3 + UV + UV + UV +Face 1950 +UV Count: 3 + UV + UV + UV +Face 1951 +UV Count: 3 + UV + UV + UV +Face 1952 +UV Count: 3 + UV + UV + UV +Face 1953 +UV Count: 3 + UV + UV + UV +Face 1954 +UV Count: 3 + UV + UV + UV +Face 1955 +UV Count: 3 + UV + UV + UV +Face 1956 +UV Count: 3 + UV + UV + UV +Face 1957 +UV Count: 3 + UV + UV + UV +Face 1958 +UV Count: 3 + UV + UV + UV +Face 1959 +UV Count: 3 + UV + UV + UV +Face 1960 +UV Count: 3 + UV + UV + UV +Face 1961 +UV Count: 3 + UV + UV + UV +Face 1962 +UV Count: 3 + UV + UV + UV +Face 1963 +UV Count: 3 + UV + UV + UV +Face 1964 +UV Count: 3 + UV + UV + UV +Face 1965 +UV Count: 3 + UV + UV + UV +Face 1966 +UV Count: 3 + UV + UV + UV +Face 1967 +UV Count: 3 + UV + UV + UV +Face 1968 +UV Count: 3 + UV + UV + UV +Face 1969 +UV Count: 3 + UV + UV + UV +Face 1970 +UV Count: 3 + UV + UV + UV +Face 1971 +UV Count: 3 + UV + UV + UV +Face 1972 +UV Count: 3 + UV + UV + UV +Face 1973 +UV Count: 3 + UV + UV + UV +Face 1974 +UV Count: 3 + UV + UV + UV +Face 1975 +UV Count: 3 + UV + UV + UV +Face 1976 +UV Count: 3 + UV + UV + UV +Face 1977 +UV Count: 3 + UV + UV + UV +Face 1978 +UV Count: 3 + UV + UV + UV +Face 1979 +UV Count: 3 + UV + UV + UV +Face 1980 +UV Count: 3 + UV + UV + UV +Face 1981 +UV Count: 3 + UV + UV + UV +Face 1982 +UV Count: 3 + UV + UV + UV +Face 1983 +UV Count: 3 + UV + UV + UV +Face 1984 +UV Count: 3 + UV + UV + UV +Face 1985 +UV Count: 3 + UV + UV + UV +Face 1986 +UV Count: 3 + UV + UV + UV +Face 1987 +UV Count: 3 + UV + UV + UV +Face 1988 +UV Count: 3 + UV + UV + UV +Face 1989 +UV Count: 3 + UV + UV + UV +Face 1990 +UV Count: 3 + UV + UV + UV +Face 1991 +UV Count: 3 + UV + UV + UV +Face 1992 +UV Count: 3 + UV + UV + UV +Face 1993 +UV Count: 3 + UV + UV + UV +Face 1994 +UV Count: 3 + UV + UV + UV +Face 1995 +UV Count: 3 + UV + UV + UV +Face 1996 +UV Count: 3 + UV + UV + UV +Face 1997 +UV Count: 3 + UV + UV + UV +Face 1998 +UV Count: 3 + UV + UV + UV +Face 1999 +UV Count: 3 + UV + UV + UV +Face 2000 +UV Count: 3 + UV + UV + UV +Face 2001 +UV Count: 3 + UV + UV + UV +Face 2002 +UV Count: 3 + UV + UV + UV +Face 2003 +UV Count: 3 + UV + UV + UV +Face 2004 +UV Count: 3 + UV + UV + UV +Face 2005 +UV Count: 3 + UV + UV + UV +Face 2006 +UV Count: 3 + UV + UV + UV +Face 2007 +UV Count: 3 + UV + UV + UV +Face 2008 +UV Count: 3 + UV + UV + UV +Face 2009 +UV Count: 3 + UV + UV + UV +Face 2010 +UV Count: 3 + UV + UV + UV +Face 2011 +UV Count: 3 + UV + UV + UV +Face 2012 +UV Count: 3 + UV + UV + UV +Face 2013 +UV Count: 3 + UV + UV + UV +Face 2014 +UV Count: 3 + UV + UV + UV +Face 2015 +UV Count: 3 + UV + UV + UV +Face 2016 +UV Count: 3 + UV + UV + UV +Face 2017 +UV Count: 3 + UV + UV + UV +Face 2018 +UV Count: 3 + UV + UV + UV +Face 2019 +UV Count: 3 + UV + UV + UV +Face 2020 +UV Count: 3 + UV + UV + UV +Face 2021 +UV Count: 3 + UV + UV + UV +Face 2022 +UV Count: 3 + UV + UV + UV +Face 2023 +UV Count: 3 + UV + UV + UV +Face 2024 +UV Count: 3 + UV + UV + UV +Face 2025 +UV Count: 3 + UV + UV + UV +Face 2026 +UV Count: 3 + UV + UV + UV +Face 2027 +UV Count: 3 + UV + UV + UV +Face 2028 +UV Count: 3 + UV + UV + UV +Face 2029 +UV Count: 3 + UV + UV + UV +Face 2030 +UV Count: 3 + UV + UV + UV +Face 2031 +UV Count: 3 + UV + UV + UV +Face 2032 +UV Count: 3 + UV + UV + UV +Face 2033 +UV Count: 3 + UV + UV + UV +Face 2034 +UV Count: 3 + UV + UV + UV +Face 2035 +UV Count: 3 + UV + UV + UV +Face 2036 +UV Count: 3 + UV + UV + UV +Face 2037 +UV Count: 3 + UV + UV + UV +Face 2038 +UV Count: 3 + UV + UV + UV +Face 2039 +UV Count: 3 + UV + UV + UV +Face 2040 +UV Count: 3 + UV + UV + UV +Face 2041 +UV Count: 3 + UV + UV + UV +Face 2042 +UV Count: 3 + UV + UV + UV +Face 2043 +UV Count: 3 + UV + UV + UV +Face 2044 +UV Count: 3 + UV + UV + UV +Face 2045 +UV Count: 3 + UV + UV + UV +Face 2046 +UV Count: 3 + UV + UV + UV +Face 2047 +UV Count: 3 + UV + UV + UV +Face 2048 +UV Count: 3 + UV + UV + UV +Face 2049 +UV Count: 3 + UV + UV + UV +Face 2050 +UV Count: 3 + UV + UV + UV +Face 2051 +UV Count: 3 + UV + UV + UV +Face 2052 +UV Count: 3 + UV + UV + UV +Face 2053 +UV Count: 3 + UV + UV + UV +Face 2054 +UV Count: 3 + UV + UV + UV +Face 2055 +UV Count: 3 + UV + UV + UV +Face 2056 +UV Count: 3 + UV + UV + UV +Face 2057 +UV Count: 3 + UV + UV + UV +Face 2058 +UV Count: 3 + UV + UV + UV +Face 2059 +UV Count: 3 + UV + UV + UV +Face 2060 +UV Count: 3 + UV + UV + UV +Face 2061 +UV Count: 3 + UV + UV + UV +Face 2062 +UV Count: 3 + UV + UV + UV +Face 2063 +UV Count: 3 + UV + UV + UV +Face 2064 +UV Count: 3 + UV + UV + UV +Face 2065 +UV Count: 3 + UV + UV + UV +Face 2066 +UV Count: 3 + UV + UV + UV +Face 2067 +UV Count: 3 + UV + UV + UV +Face 2068 +UV Count: 3 + UV + UV + UV +Face 2069 +UV Count: 3 + UV + UV + UV +Face 2070 +UV Count: 3 + UV + UV + UV +Face 2071 +UV Count: 3 + UV + UV + UV +Face 2072 +UV Count: 3 + UV + UV + UV +Face 2073 +UV Count: 3 + UV + UV + UV +Face 2074 +UV Count: 3 + UV + UV + UV +Face 2075 +UV Count: 3 + UV + UV + UV +Face 2076 +UV Count: 3 + UV + UV + UV +Face 2077 +UV Count: 3 + UV + UV + UV +Face 2078 +UV Count: 3 + UV + UV + UV +Face 2079 +UV Count: 3 + UV + UV + UV +Face 2080 +UV Count: 3 + UV + UV + UV +Face 2081 +UV Count: 3 + UV + UV + UV +Face 2082 +UV Count: 3 + UV + UV + UV +Face 2083 +UV Count: 3 + UV + UV + UV +Face 2084 +UV Count: 3 + UV + UV + UV +Face 2085 +UV Count: 3 + UV + UV + UV +Face 2086 +UV Count: 3 + UV + UV + UV +Face 2087 +UV Count: 3 + UV + UV + UV +Face 2088 +UV Count: 3 + UV + UV + UV +Face 2089 +UV Count: 3 + UV + UV + UV +Face 2090 +UV Count: 3 + UV + UV + UV +Face 2091 +UV Count: 3 + UV + UV + UV +Face 2092 +UV Count: 3 + UV + UV + UV +Face 2093 +UV Count: 3 + UV + UV + UV +Face 2094 +UV Count: 3 + UV + UV + UV +Face 2095 +UV Count: 3 + UV + UV + UV +Face 2096 +UV Count: 3 + UV + UV + UV +Face 2097 +UV Count: 3 + UV + UV + UV +Face 2098 +UV Count: 3 + UV + UV + UV +Face 2099 +UV Count: 3 + UV + UV + UV +Face 2100 +UV Count: 3 + UV + UV + UV +Face 2101 +UV Count: 3 + UV + UV + UV +Face 2102 +UV Count: 3 + UV + UV + UV +Face 2103 +UV Count: 3 + UV + UV + UV +Face 2104 +UV Count: 3 + UV + UV + UV +Face 2105 +UV Count: 3 + UV + UV + UV +Face 2106 +UV Count: 3 + UV + UV + UV +Face 2107 +UV Count: 3 + UV + UV + UV +Face 2108 +UV Count: 3 + UV + UV + UV +Face 2109 +UV Count: 3 + UV + UV + UV +Face 2110 +UV Count: 3 + UV + UV + UV +Face 2111 +UV Count: 3 + UV + UV + UV +Face 2112 +UV Count: 3 + UV + UV + UV +Face 2113 +UV Count: 3 + UV + UV + UV +Face 2114 +UV Count: 3 + UV + UV + UV +Face 2115 +UV Count: 3 + UV + UV + UV +Face 2116 +UV Count: 3 + UV + UV + UV +Face 2117 +UV Count: 3 + UV + UV + UV +Face 2118 +UV Count: 3 + UV + UV + UV +Face 2119 +UV Count: 3 + UV + UV + UV +Face 2120 +UV Count: 3 + UV + UV + UV +Face 2121 +UV Count: 3 + UV + UV + UV +Face 2122 +UV Count: 3 + UV + UV + UV +Face 2123 +UV Count: 3 + UV + UV + UV +Face 2124 +UV Count: 3 + UV + UV + UV +Face 2125 +UV Count: 3 + UV + UV + UV +Face 2126 +UV Count: 3 + UV + UV + UV +Face 2127 +UV Count: 3 + UV + UV + UV +Face 2128 +UV Count: 3 + UV + UV + UV +Face 2129 +UV Count: 3 + UV + UV + UV +Face 2130 +UV Count: 3 + UV + UV + UV +Face 2131 +UV Count: 3 + UV + UV + UV +Face 2132 +UV Count: 3 + UV + UV + UV +Face 2133 +UV Count: 3 + UV + UV + UV +Face 2134 +UV Count: 3 + UV + UV + UV +Face 2135 +UV Count: 3 + UV + UV + UV +Face 2136 +UV Count: 3 + UV + UV + UV +Face 2137 +UV Count: 3 + UV + UV + UV +Face 2138 +UV Count: 3 + UV + UV + UV +Face 2139 +UV Count: 3 + UV + UV + UV +Face 2140 +UV Count: 3 + UV + UV + UV +Face 2141 +UV Count: 3 + UV + UV + UV +Face 2142 +UV Count: 3 + UV + UV + UV +Face 2143 +UV Count: 3 + UV + UV + UV +Face 2144 +UV Count: 3 + UV + UV + UV +Face 2145 +UV Count: 3 + UV + UV + UV +Face 2146 +UV Count: 3 + UV + UV + UV +Face 2147 +UV Count: 3 + UV + UV + UV +Face 2148 +UV Count: 3 + UV + UV + UV +Face 2149 +UV Count: 3 + UV + UV + UV +Face 2150 +UV Count: 3 + UV + UV + UV +Face 2151 +UV Count: 3 + UV + UV + UV +Face 2152 +UV Count: 3 + UV + UV + UV +Face 2153 +UV Count: 3 + UV + UV + UV +Face 2154 +UV Count: 3 + UV + UV + UV +Face 2155 +UV Count: 3 + UV + UV + UV +Face 2156 +UV Count: 3 + UV + UV + UV +Face 2157 +UV Count: 3 + UV + UV + UV +Face 2158 +UV Count: 3 + UV + UV + UV +Face 2159 +UV Count: 3 + UV + UV + UV +Face 2160 +UV Count: 3 + UV + UV + UV +Face 2161 +UV Count: 3 + UV + UV + UV +Face 2162 +UV Count: 3 + UV + UV + UV +Face 2163 +UV Count: 3 + UV + UV + UV +Face 2164 +UV Count: 3 + UV + UV + UV +Face 2165 +UV Count: 3 + UV + UV + UV +Face 2166 +UV Count: 3 + UV + UV + UV +Face 2167 +UV Count: 3 + UV + UV + UV +Face 2168 +UV Count: 3 + UV + UV + UV +Face 2169 +UV Count: 3 + UV + UV + UV +Face 2170 +UV Count: 3 + UV + UV + UV +Face 2171 +UV Count: 3 + UV + UV + UV +Face 2172 +UV Count: 3 + UV + UV + UV +Face 2173 +UV Count: 3 + UV + UV + UV +Face 2174 +UV Count: 3 + UV + UV + UV +Face 2175 +UV Count: 3 + UV + UV + UV +Face 2176 +UV Count: 3 + UV + UV + UV +Face 2177 +UV Count: 3 + UV + UV + UV +Face 2178 +UV Count: 3 + UV + UV + UV +Face 2179 +UV Count: 3 + UV + UV + UV +Face 2180 +UV Count: 3 + UV + UV + UV +Face 2181 +UV Count: 3 + UV + UV + UV +Face 2182 +UV Count: 3 + UV + UV + UV +Face 2183 +UV Count: 3 + UV + UV + UV +Face 2184 +UV Count: 3 + UV + UV + UV +Face 2185 +UV Count: 3 + UV + UV + UV +Face 2186 +UV Count: 3 + UV + UV + UV +Face 2187 +UV Count: 3 + UV + UV + UV +Face 2188 +UV Count: 3 + UV + UV + UV +Face 2189 +UV Count: 3 + UV + UV + UV +Face 2190 +UV Count: 3 + UV + UV + UV +Face 2191 +UV Count: 3 + UV + UV + UV +Face 2192 +UV Count: 3 + UV + UV + UV +Face 2193 +UV Count: 3 + UV + UV + UV +Face 2194 +UV Count: 3 + UV + UV + UV +Face 2195 +UV Count: 3 + UV + UV + UV +Face 2196 +UV Count: 3 + UV + UV + UV +Face 2197 +UV Count: 3 + UV + UV + UV +Face 2198 +UV Count: 3 + UV + UV + UV +Face 2199 +UV Count: 3 + UV + UV + UV +Face 2200 +UV Count: 3 + UV + UV + UV +Face 2201 +UV Count: 3 + UV + UV + UV +Face 2202 +UV Count: 3 + UV + UV + UV +Face 2203 +UV Count: 3 + UV + UV + UV +Face 2204 +UV Count: 3 + UV + UV + UV +Face 2205 +UV Count: 3 + UV + UV + UV +Face 2206 +UV Count: 3 + UV + UV + UV +Face 2207 +UV Count: 3 + UV + UV + UV +Face 2208 +UV Count: 3 + UV + UV + UV +Face 2209 +UV Count: 3 + UV + UV + UV +Face 2210 +UV Count: 3 + UV + UV + UV +Face 2211 +UV Count: 3 + UV + UV + UV +Face 2212 +UV Count: 3 + UV + UV + UV +Face 2213 +UV Count: 3 + UV + UV + UV +Face 2214 +UV Count: 3 + UV + UV + UV +Face 2215 +UV Count: 3 + UV + UV + UV +Face 2216 +UV Count: 3 + UV + UV + UV +Face 2217 +UV Count: 3 + UV + UV + UV +Face 2218 +UV Count: 3 + UV + UV + UV +Face 2219 +UV Count: 3 + UV + UV + UV +Face 2220 +UV Count: 3 + UV + UV + UV +Face 2221 +UV Count: 3 + UV + UV + UV +Face 2222 +UV Count: 3 + UV + UV + UV +Face 2223 +UV Count: 3 + UV + UV + UV +Face 2224 +UV Count: 3 + UV + UV + UV +Face 2225 +UV Count: 3 + UV + UV + UV +Face 2226 +UV Count: 3 + UV + UV + UV +Face 2227 +UV Count: 3 + UV + UV + UV +Face 2228 +UV Count: 3 + UV + UV + UV +Face 2229 +UV Count: 3 + UV + UV + UV +Face 2230 +UV Count: 3 + UV + UV + UV +Face 2231 +UV Count: 3 + UV + UV + UV +Face 2232 +UV Count: 3 + UV + UV + UV +Face 2233 +UV Count: 3 + UV + UV + UV +Face 2234 +UV Count: 3 + UV + UV + UV +Face 2235 +UV Count: 3 + UV + UV + UV +Face 2236 +UV Count: 3 + UV + UV + UV +Face 2237 +UV Count: 3 + UV + UV + UV +Face 2238 +UV Count: 3 + UV + UV + UV +Face 2239 +UV Count: 3 + UV + UV + UV +Face 2240 +UV Count: 3 + UV + UV + UV +Face 2241 +UV Count: 3 + UV + UV + UV +Face 2242 +UV Count: 3 + UV + UV + UV +Face 2243 +UV Count: 3 + UV + UV + UV +Face 2244 +UV Count: 3 + UV + UV + UV +Face 2245 +UV Count: 3 + UV + UV + UV +Face 2246 +UV Count: 3 + UV + UV + UV +Face 2247 +UV Count: 3 + UV + UV + UV +Face 2248 +UV Count: 3 + UV + UV + UV +Face 2249 +UV Count: 3 + UV + UV + UV +Face 2250 +UV Count: 3 + UV + UV + UV +Face 2251 +UV Count: 3 + UV + UV + UV +Face 2252 +UV Count: 3 + UV + UV + UV +Face 2253 +UV Count: 3 + UV + UV + UV +Face 2254 +UV Count: 3 + UV + UV + UV +Face 2255 +UV Count: 3 + UV + UV + UV +Face 2256 +UV Count: 3 + UV + UV + UV +Face 2257 +UV Count: 3 + UV + UV + UV +Face 2258 +UV Count: 3 + UV + UV + UV +Face 2259 +UV Count: 3 + UV + UV + UV +Face 2260 +UV Count: 3 + UV + UV + UV +Face 2261 +UV Count: 3 + UV + UV + UV +Face 2262 +UV Count: 3 + UV + UV + UV +Face 2263 +UV Count: 3 + UV + UV + UV +Face 2264 +UV Count: 3 + UV + UV + UV +Face 2265 +UV Count: 3 + UV + UV + UV +Face 2266 +UV Count: 3 + UV + UV + UV +Face 2267 +UV Count: 3 + UV + UV + UV +Face 2268 +UV Count: 3 + UV + UV + UV +Face 2269 +UV Count: 3 + UV + UV + UV +Face 2270 +UV Count: 3 + UV + UV + UV +Face 2271 +UV Count: 3 + UV + UV + UV +Face 2272 +UV Count: 3 + UV + UV + UV +Face 2273 +UV Count: 3 + UV + UV + UV +Face 2274 +UV Count: 3 + UV + UV + UV +Face 2275 +UV Count: 3 + UV + UV + UV +Face 2276 +UV Count: 3 + UV + UV + UV +Face 2277 +UV Count: 3 + UV + UV + UV +Face 2278 +UV Count: 3 + UV + UV + UV +Face 2279 +UV Count: 3 + UV + UV + UV +Face 2280 +UV Count: 3 + UV + UV + UV +Face 2281 +UV Count: 3 + UV + UV + UV +Face 2282 +UV Count: 3 + UV + UV + UV +Face 2283 +UV Count: 3 + UV + UV + UV +Face 2284 +UV Count: 3 + UV + UV + UV +Face 2285 +UV Count: 3 + UV + UV + UV +Face 2286 +UV Count: 3 + UV + UV + UV +Face 2287 +UV Count: 3 + UV + UV + UV +Face 2288 +UV Count: 3 + UV + UV + UV +Face 2289 +UV Count: 3 + UV + UV + UV +Face 2290 +UV Count: 3 + UV + UV + UV +Face 2291 +UV Count: 3 + UV + UV + UV +Face 2292 +UV Count: 3 + UV + UV + UV +Face 2293 +UV Count: 3 + UV + UV + UV +Face 2294 +UV Count: 3 + UV + UV + UV +Face 2295 +UV Count: 3 + UV + UV + UV +Face 2296 +UV Count: 3 + UV + UV + UV +Face 2297 +UV Count: 3 + UV + UV + UV +Face 2298 +UV Count: 3 + UV + UV + UV +Face 2299 +UV Count: 3 + UV + UV + UV +Face 2300 +UV Count: 3 + UV + UV + UV +Face 2301 +UV Count: 3 + UV + UV + UV +Face 2302 +UV Count: 3 + UV + UV + UV +Face 2303 +UV Count: 3 + UV + UV + UV +Face 2304 +UV Count: 3 + UV + UV + UV +Face 2305 +UV Count: 3 + UV + UV + UV +Face 2306 +UV Count: 3 + UV + UV + UV +Face 2307 +UV Count: 3 + UV + UV + UV +Face 2308 +UV Count: 3 + UV + UV + UV +Face 2309 +UV Count: 3 + UV + UV + UV +Face 2310 +UV Count: 3 + UV + UV + UV +Face 2311 +UV Count: 3 + UV + UV + UV +Face 2312 +UV Count: 3 + UV + UV + UV +Face 2313 +UV Count: 3 + UV + UV + UV +Face 2314 +UV Count: 3 + UV + UV + UV +Face 2315 +UV Count: 3 + UV + UV + UV +Face 2316 +UV Count: 3 + UV + UV + UV +Face 2317 +UV Count: 3 + UV + UV + UV +Face 2318 +UV Count: 3 + UV + UV + UV +Face 2319 +UV Count: 3 + UV + UV + UV +Face 2320 +UV Count: 3 + UV + UV + UV +Face 2321 +UV Count: 3 + UV + UV + UV +Face 2322 +UV Count: 3 + UV + UV + UV +Face 2323 +UV Count: 3 + UV + UV + UV +Face 2324 +UV Count: 3 + UV + UV + UV +Face 2325 +UV Count: 3 + UV + UV + UV +Face 2326 +UV Count: 3 + UV + UV + UV +Face 2327 +UV Count: 3 + UV + UV + UV +Face 2328 +UV Count: 3 + UV + UV + UV +Face 2329 +UV Count: 3 + UV + UV + UV +Face 2330 +UV Count: 3 + UV + UV + UV +Face 2331 +UV Count: 3 + UV + UV + UV +Face 2332 +UV Count: 3 + UV + UV + UV +Face 2333 +UV Count: 3 + UV + UV + UV +Face 2334 +UV Count: 3 + UV + UV + UV +Face 2335 +UV Count: 3 + UV + UV + UV +Face 2336 +UV Count: 3 + UV + UV + UV +Face 2337 +UV Count: 3 + UV + UV + UV +Face 2338 +UV Count: 3 + UV + UV + UV +Face 2339 +UV Count: 3 + UV + UV + UV +Face 2340 +UV Count: 3 + UV + UV + UV +Face 2341 +UV Count: 3 + UV + UV + UV +Face 2342 +UV Count: 3 + UV + UV + UV +Face 2343 +UV Count: 3 + UV + UV + UV +Face 2344 +UV Count: 3 + UV + UV + UV +Face 2345 +UV Count: 3 + UV + UV + UV +Face 2346 +UV Count: 3 + UV + UV + UV +Face 2347 +UV Count: 3 + UV + UV + UV +Face 2348 +UV Count: 3 + UV + UV + UV +Face 2349 +UV Count: 3 + UV + UV + UV +Face 2350 +UV Count: 3 + UV + UV + UV +Face 2351 +UV Count: 3 + UV + UV + UV +Face 2352 +UV Count: 3 + UV + UV + UV +Face 2353 +UV Count: 3 + UV + UV + UV +Face 2354 +UV Count: 3 + UV + UV + UV +Face 2355 +UV Count: 3 + UV + UV + UV +Face 2356 +UV Count: 3 + UV + UV + UV +Face 2357 +UV Count: 3 + UV + UV + UV +Face 2358 +UV Count: 3 + UV + UV + UV +Face 2359 +UV Count: 3 + UV + UV + UV +Face 2360 +UV Count: 3 + UV + UV + UV +Face 2361 +UV Count: 3 + UV + UV + UV +Face 2362 +UV Count: 3 + UV + UV + UV +Face 2363 +UV Count: 3 + UV + UV + UV +Face 2364 +UV Count: 3 + UV + UV + UV +Face 2365 +UV Count: 3 + UV + UV + UV +Face 2366 +UV Count: 3 + UV + UV + UV +Face 2367 +UV Count: 3 + UV + UV + UV +Face 2368 +UV Count: 3 + UV + UV + UV +Face 2369 +UV Count: 3 + UV + UV + UV +Face 2370 +UV Count: 3 + UV + UV + UV +Face 2371 +UV Count: 3 + UV + UV + UV +Face 2372 +UV Count: 3 + UV + UV + UV +Face 2373 +UV Count: 3 + UV + UV + UV +Face 2374 +UV Count: 3 + UV + UV + UV +Face 2375 +UV Count: 3 + UV + UV + UV +Face 2376 +UV Count: 3 + UV + UV + UV +Face 2377 +UV Count: 3 + UV + UV + UV +Face 2378 +UV Count: 3 + UV + UV + UV +Face 2379 +UV Count: 3 + UV + UV + UV +Face 2380 +UV Count: 3 + UV + UV + UV +Face 2381 +UV Count: 3 + UV + UV + UV +Face 2382 +UV Count: 3 + UV + UV + UV +Face 2383 +UV Count: 3 + UV + UV + UV +Face 2384 +UV Count: 3 + UV + UV + UV +Face 2385 +UV Count: 3 + UV + UV + UV +Face 2386 +UV Count: 3 + UV + UV + UV +Face 2387 +UV Count: 3 + UV + UV + UV +Face 2388 +UV Count: 3 + UV + UV + UV +Face 2389 +UV Count: 3 + UV + UV + UV +Face 2390 +UV Count: 3 + UV + UV + UV +Face 2391 +UV Count: 3 + UV + UV + UV +Face 2392 +UV Count: 3 + UV + UV + UV +Face 2393 +UV Count: 3 + UV + UV + UV +Face 2394 +UV Count: 3 + UV + UV + UV +Face 2395 +UV Count: 3 + UV + UV + UV +Face 2396 +UV Count: 3 + UV + UV + UV +Face 2397 +UV Count: 3 + UV + UV + UV +Face 2398 +UV Count: 3 + UV + UV + UV +Face 2399 +UV Count: 3 + UV + UV + UV +Face 2400 +UV Count: 3 + UV + UV + UV +Face 2401 +UV Count: 3 + UV + UV + UV +Face 2402 +UV Count: 3 + UV + UV + UV +Face 2403 +UV Count: 3 + UV + UV + UV +Face 2404 +UV Count: 3 + UV + UV + UV +Face 2405 +UV Count: 3 + UV + UV + UV +Face 2406 +UV Count: 3 + UV + UV + UV +Face 2407 +UV Count: 3 + UV + UV + UV +Face 2408 +UV Count: 3 + UV + UV + UV +Face 2409 +UV Count: 3 + UV + UV + UV +Face 2410 +UV Count: 3 + UV + UV + UV +Face 2411 +UV Count: 3 + UV + UV + UV +Face 2412 +UV Count: 3 + UV + UV + UV +Face 2413 +UV Count: 3 + UV + UV + UV +Face 2414 +UV Count: 3 + UV + UV + UV +Face 2415 +UV Count: 3 + UV + UV + UV +Face 2416 +UV Count: 3 + UV + UV + UV +Face 2417 +UV Count: 3 + UV + UV + UV +Face 2418 +UV Count: 3 + UV + UV + UV +Face 2419 +UV Count: 3 + UV + UV + UV +Face 2420 +UV Count: 3 + UV + UV + UV +Face 2421 +UV Count: 3 + UV + UV + UV +Face 2422 +UV Count: 3 + UV + UV + UV +Face 2423 +UV Count: 3 + UV + UV + UV +Face 2424 +UV Count: 3 + UV + UV + UV +Face 2425 +UV Count: 3 + UV + UV + UV +Face 2426 +UV Count: 3 + UV + UV + UV +Face 2427 +UV Count: 3 + UV + UV + UV +Face 2428 +UV Count: 3 + UV + UV + UV +Face 2429 +UV Count: 3 + UV + UV + UV +Face 2430 +UV Count: 3 + UV + UV + UV +Face 2431 +UV Count: 3 + UV + UV + UV +Face 2432 +UV Count: 3 + UV + UV + UV +Face 2433 +UV Count: 3 + UV + UV + UV +Face 2434 +UV Count: 3 + UV + UV + UV +Face 2435 +UV Count: 3 + UV + UV + UV +Face 2436 +UV Count: 3 + UV + UV + UV +Face 2437 +UV Count: 3 + UV + UV + UV +Face 2438 +UV Count: 3 + UV + UV + UV +Face 2439 +UV Count: 3 + UV + UV + UV +Face 2440 +UV Count: 3 + UV + UV + UV +Face 2441 +UV Count: 3 + UV + UV + UV +Face 2442 +UV Count: 3 + UV + UV + UV +Face 2443 +UV Count: 3 + UV + UV + UV +Face 2444 +UV Count: 3 + UV + UV + UV +Face 2445 +UV Count: 3 + UV + UV + UV +Face 2446 +UV Count: 3 + UV + UV + UV +Face 2447 +UV Count: 3 + UV + UV + UV +Face 2448 +UV Count: 3 + UV + UV + UV +Face 2449 +UV Count: 3 + UV + UV + UV +Face 2450 +UV Count: 3 + UV + UV + UV +Face 2451 +UV Count: 3 + UV + UV + UV +Face 2452 +UV Count: 3 + UV + UV + UV +Face 2453 +UV Count: 3 + UV + UV + UV +Face 2454 +UV Count: 3 + UV + UV + UV +Face 2455 +UV Count: 3 + UV + UV + UV +Face 2456 +UV Count: 3 + UV + UV + UV +Face 2457 +UV Count: 3 + UV + UV + UV +Face 2458 +UV Count: 3 + UV + UV + UV +Face 2459 +UV Count: 3 + UV + UV + UV +Face 2460 +UV Count: 3 + UV + UV + UV +Face 2461 +UV Count: 3 + UV + UV + UV +Face 2462 +UV Count: 3 + UV + UV + UV +Face 2463 +UV Count: 3 + UV + UV + UV +Face 2464 +UV Count: 3 + UV + UV + UV +Face 2465 +UV Count: 3 + UV + UV + UV +Face 2466 +UV Count: 3 + UV + UV + UV +Face 2467 +UV Count: 3 + UV + UV + UV +Face 2468 +UV Count: 3 + UV + UV + UV +Face 2469 +UV Count: 3 + UV + UV + UV +Face 2470 +UV Count: 3 + UV + UV + UV +Face 2471 +UV Count: 3 + UV + UV + UV +Face 2472 +UV Count: 3 + UV + UV + UV +Face 2473 +UV Count: 3 + UV + UV + UV +Face 2474 +UV Count: 3 + UV + UV + UV +Face 2475 +UV Count: 3 + UV + UV + UV +Face 2476 +UV Count: 3 + UV + UV + UV +Face 2477 +UV Count: 3 + UV + UV + UV +Face 2478 +UV Count: 3 + UV + UV + UV +Face 2479 +UV Count: 3 + UV + UV + UV +Face 2480 +UV Count: 3 + UV + UV + UV +Face 2481 +UV Count: 3 + UV + UV + UV +Face 2482 +UV Count: 3 + UV + UV + UV +Face 2483 +UV Count: 3 + UV + UV + UV +Face 2484 +UV Count: 3 + UV + UV + UV +Face 2485 +UV Count: 3 + UV + UV + UV +Face 2486 +UV Count: 3 + UV + UV + UV +Face 2487 +UV Count: 3 + UV + UV + UV +Face 2488 +UV Count: 3 + UV + UV + UV +Face 2489 +UV Count: 3 + UV + UV + UV +Face 2490 +UV Count: 3 + UV + UV + UV +Face 2491 +UV Count: 3 + UV + UV + UV +Face 2492 +UV Count: 3 + UV + UV + UV +Face 2493 +UV Count: 3 + UV + UV + UV +Face 2494 +UV Count: 3 + UV + UV + UV +Face 2495 +UV Count: 3 + UV + UV + UV +Face 2496 +UV Count: 3 + UV + UV + UV +Face 2497 +UV Count: 3 + UV + UV + UV +Face 2498 +UV Count: 3 + UV + UV + UV +Face 2499 +UV Count: 3 + UV + UV + UV +Face 2500 +UV Count: 3 + UV + UV + UV +Face 2501 +UV Count: 3 + UV + UV + UV +Face 2502 +UV Count: 3 + UV + UV + UV +Face 2503 +UV Count: 3 + UV + UV + UV +Face 2504 +UV Count: 3 + UV + UV + UV +Face 2505 +UV Count: 3 + UV + UV + UV +Face 2506 +UV Count: 3 + UV + UV + UV +Face 2507 +UV Count: 3 + UV + UV + UV +Face 2508 +UV Count: 3 + UV + UV + UV +Face 2509 +UV Count: 3 + UV + UV + UV +Face 2510 +UV Count: 3 + UV + UV + UV +Face 2511 +UV Count: 3 + UV + UV + UV +Face 2512 +UV Count: 3 + UV + UV + UV +Face 2513 +UV Count: 3 + UV + UV + UV +Face 2514 +UV Count: 3 + UV + UV + UV +Face 2515 +UV Count: 3 + UV + UV + UV +Face 2516 +UV Count: 3 + UV + UV + UV +Face 2517 +UV Count: 3 + UV + UV + UV +Face 2518 +UV Count: 3 + UV + UV + UV +Face 2519 +UV Count: 3 + UV + UV + UV +Face 2520 +UV Count: 3 + UV + UV + UV +Face 2521 +UV Count: 3 + UV + UV + UV +Face 2522 +UV Count: 3 + UV + UV + UV +Face 2523 +UV Count: 3 + UV + UV + UV +Face 2524 +UV Count: 3 + UV + UV + UV +Face 2525 +UV Count: 3 + UV + UV + UV +Face 2526 +UV Count: 3 + UV + UV + UV +Face 2527 +UV Count: 3 + UV + UV + UV +Face 2528 +UV Count: 3 + UV + UV + UV +Face 2529 +UV Count: 3 + UV + UV + UV +Face 2530 +UV Count: 3 + UV + UV + UV +Face 2531 +UV Count: 3 + UV + UV + UV +Face 2532 +UV Count: 3 + UV + UV + UV +Face 2533 +UV Count: 3 + UV + UV + UV +Face 2534 +UV Count: 3 + UV + UV + UV +Face 2535 +UV Count: 3 + UV + UV + UV +Face 2536 +UV Count: 3 + UV + UV + UV +Face 2537 +UV Count: 3 + UV + UV + UV +Face 2538 +UV Count: 3 + UV + UV + UV +Face 2539 +UV Count: 3 + UV + UV + UV +Face 2540 +UV Count: 3 + UV + UV + UV +Face 2541 +UV Count: 3 + UV + UV + UV +Face 2542 +UV Count: 3 + UV + UV + UV +Face 2543 +UV Count: 3 + UV + UV + UV +Face 2544 +UV Count: 3 + UV + UV + UV +Face 2545 +UV Count: 3 + UV + UV + UV +Face 2546 +UV Count: 3 + UV + UV + UV +Face 2547 +UV Count: 3 + UV + UV + UV +Face 2548 +UV Count: 3 + UV + UV + UV +Face 2549 +UV Count: 3 + UV + UV + UV +Face 2550 +UV Count: 3 + UV + UV + UV +Face 2551 +UV Count: 3 + UV + UV + UV +Face 2552 +UV Count: 3 + UV + UV + UV +Face 2553 +UV Count: 3 + UV + UV + UV +Face 2554 +UV Count: 3 + UV + UV + UV +Face 2555 +UV Count: 3 + UV + UV + UV +Face 2556 +UV Count: 3 + UV + UV + UV +Face 2557 +UV Count: 3 + UV + UV + UV +Face 2558 +UV Count: 3 + UV + UV + UV +Face 2559 +UV Count: 3 + UV + UV + UV +Face 2560 +UV Count: 3 + UV + UV + UV +Face 2561 +UV Count: 3 + UV + UV + UV +Face 2562 +UV Count: 3 + UV + UV + UV +Face 2563 +UV Count: 3 + UV + UV + UV +Face 2564 +UV Count: 3 + UV + UV + UV +Face 2565 +UV Count: 3 + UV + UV + UV +Face 2566 +UV Count: 3 + UV + UV + UV +Face 2567 +UV Count: 3 + UV + UV + UV +Face 2568 +UV Count: 3 + UV + UV + UV +Face 2569 +UV Count: 3 + UV + UV + UV +Face 2570 +UV Count: 3 + UV + UV + UV +Face 2571 +UV Count: 3 + UV + UV + UV +Face 2572 +UV Count: 3 + UV + UV + UV +Face 2573 +UV Count: 3 + UV + UV + UV +Face 2574 +UV Count: 3 + UV + UV + UV +Face 2575 +UV Count: 3 + UV + UV + UV +Face 2576 +UV Count: 3 + UV + UV + UV +Face 2577 +UV Count: 3 + UV + UV + UV +Face 2578 +UV Count: 3 + UV + UV + UV +Face 2579 +UV Count: 3 + UV + UV + UV +Face 2580 +UV Count: 3 + UV + UV + UV +Face 2581 +UV Count: 3 + UV + UV + UV +Face 2582 +UV Count: 3 + UV + UV + UV +Face 2583 +UV Count: 3 + UV + UV + UV +Face 2584 +UV Count: 3 + UV + UV + UV +Face 2585 +UV Count: 3 + UV + UV + UV +Face 2586 +UV Count: 3 + UV + UV + UV +Face 2587 +UV Count: 3 + UV + UV + UV +Face 2588 +UV Count: 3 + UV + UV + UV +Face 2589 +UV Count: 3 + UV + UV + UV +Face 2590 +UV Count: 3 + UV + UV + UV +Face 2591 +UV Count: 3 + UV + UV + UV +Face 2592 +UV Count: 3 + UV + UV + UV +Face 2593 +UV Count: 3 + UV + UV + UV +Face 2594 +UV Count: 3 + UV + UV + UV +Face 2595 +UV Count: 3 + UV + UV + UV +Face 2596 +UV Count: 3 + UV + UV + UV +Face 2597 +UV Count: 3 + UV + UV + UV +Face 2598 +UV Count: 3 + UV + UV + UV +Face 2599 +UV Count: 3 + UV + UV + UV +Face 2600 +UV Count: 3 + UV + UV + UV +Face 2601 +UV Count: 3 + UV + UV + UV +Face 2602 +UV Count: 3 + UV + UV + UV +Face 2603 +UV Count: 3 + UV + UV + UV +Face 2604 +UV Count: 3 + UV + UV + UV +Face 2605 +UV Count: 3 + UV + UV + UV +Face 2606 +UV Count: 3 + UV + UV + UV +Face 2607 +UV Count: 3 + UV + UV + UV +Face 2608 +UV Count: 3 + UV + UV + UV +Face 2609 +UV Count: 3 + UV + UV + UV +Face 2610 +UV Count: 3 + UV + UV + UV +Face 2611 +UV Count: 3 + UV + UV + UV +Face 2612 +UV Count: 3 + UV + UV + UV +Face 2613 +UV Count: 3 + UV + UV + UV +Face 2614 +UV Count: 3 + UV + UV + UV +Face 2615 +UV Count: 3 + UV + UV + UV +Face 2616 +UV Count: 3 + UV + UV + UV +Face 2617 +UV Count: 3 + UV + UV + UV +Face 2618 +UV Count: 3 + UV + UV + UV +Face 2619 +UV Count: 3 + UV + UV + UV +Face 2620 +UV Count: 3 + UV + UV + UV +Face 2621 +UV Count: 3 + UV + UV + UV +Face 2622 +UV Count: 3 + UV + UV + UV +Face 2623 +UV Count: 3 + UV + UV + UV +Face 2624 +UV Count: 3 + UV + UV + UV +Face 2625 +UV Count: 3 + UV + UV + UV +Face 2626 +UV Count: 3 + UV + UV + UV +Face 2627 +UV Count: 3 + UV + UV + UV +Face 2628 +UV Count: 3 + UV + UV + UV +Face 2629 +UV Count: 3 + UV + UV + UV +Face 2630 +UV Count: 3 + UV + UV + UV +Face 2631 +UV Count: 3 + UV + UV + UV +Face 2632 +UV Count: 3 + UV + UV + UV +Face 2633 +UV Count: 3 + UV + UV + UV +Face 2634 +UV Count: 3 + UV + UV + UV +Face 2635 +UV Count: 3 + UV + UV + UV +Face 2636 +UV Count: 3 + UV + UV + UV +Face 2637 +UV Count: 3 + UV + UV + UV +Face 2638 +UV Count: 3 + UV + UV + UV +Face 2639 +UV Count: 3 + UV + UV + UV +Face 2640 +UV Count: 3 + UV + UV + UV +Face 2641 +UV Count: 3 + UV + UV + UV +Face 2642 +UV Count: 3 + UV + UV + UV +Face 2643 +UV Count: 3 + UV + UV + UV +Face 2644 +UV Count: 3 + UV + UV + UV +Face 2645 +UV Count: 3 + UV + UV + UV +Face 2646 +UV Count: 3 + UV + UV + UV +Face 2647 +UV Count: 3 + UV + UV + UV +Face 2648 +UV Count: 3 + UV + UV + UV +Face 2649 +UV Count: 3 + UV + UV + UV +Face 2650 +UV Count: 3 + UV + UV + UV +Face 2651 +UV Count: 3 + UV + UV + UV +Face 2652 +UV Count: 3 + UV + UV + UV +Face 2653 +UV Count: 3 + UV + UV + UV +Face 2654 +UV Count: 3 + UV + UV + UV +Face 2655 +UV Count: 3 + UV + UV + UV +Face 2656 +UV Count: 3 + UV + UV + UV +Face 2657 +UV Count: 3 + UV + UV + UV +Face 2658 +UV Count: 3 + UV + UV + UV +Face 2659 +UV Count: 3 + UV + UV + UV +Face 2660 +UV Count: 3 + UV + UV + UV +Face 2661 +UV Count: 3 + UV + UV + UV +Face 2662 +UV Count: 3 + UV + UV + UV +Face 2663 +UV Count: 3 + UV + UV + UV +Face 2664 +UV Count: 3 + UV + UV + UV +Face 2665 +UV Count: 3 + UV + UV + UV +Face 2666 +UV Count: 3 + UV + UV + UV +Face 2667 +UV Count: 3 + UV + UV + UV +Face 2668 +UV Count: 3 + UV + UV + UV +Face 2669 +UV Count: 3 + UV + UV + UV +Face 2670 +UV Count: 3 + UV + UV + UV +Face 2671 +UV Count: 3 + UV + UV + UV +Face 2672 +UV Count: 3 + UV + UV + UV +Face 2673 +UV Count: 3 + UV + UV + UV +Face 2674 +UV Count: 3 + UV + UV + UV +Face 2675 +UV Count: 3 + UV + UV + UV +Face 2676 +UV Count: 3 + UV + UV + UV +Face 2677 +UV Count: 3 + UV + UV + UV +Face 2678 +UV Count: 3 + UV + UV + UV +Face 2679 +UV Count: 3 + UV + UV + UV +Face 2680 +UV Count: 3 + UV + UV + UV +Face 2681 +UV Count: 3 + UV + UV + UV +Face 2682 +UV Count: 3 + UV + UV + UV +Face 2683 +UV Count: 3 + UV + UV + UV +Face 2684 +UV Count: 3 + UV + UV + UV +Face 2685 +UV Count: 3 + UV + UV + UV +Face 2686 +UV Count: 3 + UV + UV + UV +Face 2687 +UV Count: 3 + UV + UV + UV +Face 2688 +UV Count: 3 + UV + UV + UV +Face 2689 +UV Count: 3 + UV + UV + UV +===Normals: +Vertex 0: Normal +Vertex 1: Normal +Vertex 2: Normal +Vertex 3: Normal +Vertex 4: Normal +Vertex 5: Normal +Vertex 6: Normal +Vertex 7: Normal +Vertex 8: Normal +Vertex 9: Normal +Vertex 10: Normal +Vertex 11: Normal +Vertex 12: Normal +Vertex 13: Normal +Vertex 14: Normal +Vertex 15: Normal +Vertex 16: Normal +Vertex 17: Normal +Vertex 18: Normal +Vertex 19: Normal +Vertex 20: Normal +Vertex 21: Normal +Vertex 22: Normal +Vertex 23: Normal +Vertex 24: Normal +Vertex 25: Normal +Vertex 26: Normal +Vertex 27: Normal +Vertex 28: Normal +Vertex 29: Normal +Vertex 30: Normal +Vertex 31: Normal +Vertex 32: Normal +Vertex 33: Normal +Vertex 34: Normal +Vertex 35: Normal +Vertex 36: Normal +Vertex 37: Normal +Vertex 38: Normal +Vertex 39: Normal +Vertex 40: Normal +Vertex 41: Normal +Vertex 42: Normal +Vertex 43: Normal +Vertex 44: Normal +Vertex 45: Normal +Vertex 46: Normal +Vertex 47: Normal +Vertex 48: Normal +Vertex 49: Normal +Vertex 50: Normal +Vertex 51: Normal +Vertex 52: Normal +Vertex 53: Normal +Vertex 54: Normal +Vertex 55: Normal +Vertex 56: Normal +Vertex 57: Normal +Vertex 58: Normal +Vertex 59: Normal +Vertex 60: Normal +Vertex 61: Normal +Vertex 62: Normal +Vertex 63: Normal +Vertex 64: Normal +Vertex 65: Normal +Vertex 66: Normal +Vertex 67: Normal +Vertex 68: Normal +Vertex 69: Normal +Vertex 70: Normal +Vertex 71: Normal +Vertex 72: Normal +Vertex 73: Normal +Vertex 74: Normal +Vertex 75: Normal +Vertex 76: Normal +Vertex 77: Normal +Vertex 78: Normal +Vertex 79: Normal +Vertex 80: Normal +Vertex 81: Normal +Vertex 82: Normal +Vertex 83: Normal +Vertex 84: Normal +Vertex 85: Normal +Vertex 86: Normal +Vertex 87: Normal +Vertex 88: Normal +Vertex 89: Normal +Vertex 90: Normal +Vertex 91: Normal +Vertex 92: Normal +Vertex 93: Normal +Vertex 94: Normal +Vertex 95: Normal +Vertex 96: Normal +Vertex 97: Normal +Vertex 98: Normal +Vertex 99: Normal +Vertex 100: Normal +Vertex 101: Normal +Vertex 102: Normal +Vertex 103: Normal +Vertex 104: Normal +Vertex 105: Normal +Vertex 106: Normal +Vertex 107: Normal +Vertex 108: Normal +Vertex 109: Normal +Vertex 110: Normal +Vertex 111: Normal +Vertex 112: Normal +Vertex 113: Normal +Vertex 114: Normal +Vertex 115: Normal +Vertex 116: Normal +Vertex 117: Normal +Vertex 118: Normal +Vertex 119: Normal +Vertex 120: Normal +Vertex 121: Normal +Vertex 122: Normal +Vertex 123: Normal +Vertex 124: Normal +Vertex 125: Normal +Vertex 126: Normal +Vertex 127: Normal +Vertex 128: Normal +Vertex 129: Normal +Vertex 130: Normal +Vertex 131: Normal +Vertex 132: Normal +Vertex 133: Normal +Vertex 134: Normal +Vertex 135: Normal +Vertex 136: Normal +Vertex 137: Normal +Vertex 138: Normal +Vertex 139: Normal +Vertex 140: Normal +Vertex 141: Normal +Vertex 142: Normal +Vertex 143: Normal +Vertex 144: Normal +Vertex 145: Normal +Vertex 146: Normal +Vertex 147: Normal +Vertex 148: Normal +Vertex 149: Normal +Vertex 150: Normal +Vertex 151: Normal +Vertex 152: Normal +Vertex 153: Normal +Vertex 154: Normal +Vertex 155: Normal +Vertex 156: Normal +Vertex 157: Normal +Vertex 158: Normal +Vertex 159: Normal +Vertex 160: Normal +Vertex 161: Normal +Vertex 162: Normal +Vertex 163: Normal +Vertex 164: Normal +Vertex 165: Normal +Vertex 166: Normal +Vertex 167: Normal +Vertex 168: Normal +Vertex 169: Normal +Vertex 170: Normal +Vertex 171: Normal +Vertex 172: Normal +Vertex 173: Normal +Vertex 174: Normal +Vertex 175: Normal +Vertex 176: Normal +Vertex 177: Normal +Vertex 178: Normal +Vertex 179: Normal +Vertex 180: Normal +Vertex 181: Normal +Vertex 182: Normal +Vertex 183: Normal +Vertex 184: Normal +Vertex 185: Normal +Vertex 186: Normal +Vertex 187: Normal +Vertex 188: Normal +Vertex 189: Normal +Vertex 190: Normal +Vertex 191: Normal +Vertex 192: Normal +Vertex 193: Normal +Vertex 194: Normal +Vertex 195: Normal +Vertex 196: Normal +Vertex 197: Normal +Vertex 198: Normal +Vertex 199: Normal +Vertex 200: Normal +Vertex 201: Normal +Vertex 202: Normal +Vertex 203: Normal +Vertex 204: Normal +Vertex 205: Normal +Vertex 206: Normal +Vertex 207: Normal +Vertex 208: Normal +Vertex 209: Normal +Vertex 210: Normal +Vertex 211: Normal +Vertex 212: Normal +Vertex 213: Normal +Vertex 214: Normal +Vertex 215: Normal +Vertex 216: Normal +Vertex 217: Normal +Vertex 218: Normal +Vertex 219: Normal +Vertex 220: Normal +Vertex 221: Normal +Vertex 222: Normal +Vertex 223: Normal +Vertex 224: Normal +Vertex 225: Normal +Vertex 226: Normal +Vertex 227: Normal +Vertex 228: Normal +Vertex 229: Normal +Vertex 230: Normal +Vertex 231: Normal +Vertex 232: Normal +Vertex 233: Normal +Vertex 234: Normal +Vertex 235: Normal +Vertex 236: Normal +Vertex 237: Normal +Vertex 238: Normal +Vertex 239: Normal +Vertex 240: Normal +Vertex 241: Normal +Vertex 242: Normal +Vertex 243: Normal +Vertex 244: Normal +Vertex 245: Normal +Vertex 246: Normal +Vertex 247: Normal +Vertex 248: Normal +Vertex 249: Normal +Vertex 250: Normal +Vertex 251: Normal +Vertex 252: Normal +Vertex 253: Normal +Vertex 254: Normal +Vertex 255: Normal +Vertex 256: Normal +Vertex 257: Normal +Vertex 258: Normal +Vertex 259: Normal +Vertex 260: Normal +Vertex 261: Normal +Vertex 262: Normal +Vertex 263: Normal +Vertex 264: Normal +Vertex 265: Normal +Vertex 266: Normal +Vertex 267: Normal +Vertex 268: Normal +Vertex 269: Normal +Vertex 270: Normal +Vertex 271: Normal +Vertex 272: Normal +Vertex 273: Normal +Vertex 274: Normal +Vertex 275: Normal +Vertex 276: Normal +Vertex 277: Normal +Vertex 278: Normal +Vertex 279: Normal +Vertex 280: Normal +Vertex 281: Normal +Vertex 282: Normal +Vertex 283: Normal +Vertex 284: Normal +Vertex 285: Normal +Vertex 286: Normal +Vertex 287: Normal +Vertex 288: Normal +Vertex 289: Normal +Vertex 290: Normal +Vertex 291: Normal +Vertex 292: Normal +Vertex 293: Normal +Vertex 294: Normal +Vertex 295: Normal +Vertex 296: Normal +Vertex 297: Normal +Vertex 298: Normal +Vertex 299: Normal +Vertex 300: Normal +Vertex 301: Normal +Vertex 302: Normal +Vertex 303: Normal +Vertex 304: Normal +Vertex 305: Normal +Vertex 306: Normal +Vertex 307: Normal +Vertex 308: Normal +Vertex 309: Normal +Vertex 310: Normal +Vertex 311: Normal +Vertex 312: Normal +Vertex 313: Normal +Vertex 314: Normal +Vertex 315: Normal +Vertex 316: Normal +Vertex 317: Normal +Vertex 318: Normal +Vertex 319: Normal +Vertex 320: Normal +Vertex 321: Normal +Vertex 322: Normal +Vertex 323: Normal +Vertex 324: Normal +Vertex 325: Normal +Vertex 326: Normal +Vertex 327: Normal +Vertex 328: Normal +Vertex 329: Normal +Vertex 330: Normal +Vertex 331: Normal +Vertex 332: Normal +Vertex 333: Normal +Vertex 334: Normal +Vertex 335: Normal +Vertex 336: Normal +Vertex 337: Normal +Vertex 338: Normal +Vertex 339: Normal +Vertex 340: Normal +Vertex 341: Normal +Vertex 342: Normal +Vertex 343: Normal +Vertex 344: Normal +Vertex 345: Normal +Vertex 346: Normal +Vertex 347: Normal +Vertex 348: Normal +Vertex 349: Normal +Vertex 350: Normal +Vertex 351: Normal +Vertex 352: Normal +Vertex 353: Normal +Vertex 354: Normal +Vertex 355: Normal +Vertex 356: Normal +Vertex 357: Normal +Vertex 358: Normal +Vertex 359: Normal +Vertex 360: Normal +Vertex 361: Normal +Vertex 362: Normal +Vertex 363: Normal +Vertex 364: Normal +Vertex 365: Normal +Vertex 366: Normal +Vertex 367: Normal +Vertex 368: Normal +Vertex 369: Normal +Vertex 370: Normal +Vertex 371: Normal +Vertex 372: Normal +Vertex 373: Normal +Vertex 374: Normal +Vertex 375: Normal +Vertex 376: Normal +Vertex 377: Normal +Vertex 378: Normal +Vertex 379: Normal +Vertex 380: Normal +Vertex 381: Normal +Vertex 382: Normal +Vertex 383: Normal +Vertex 384: Normal +Vertex 385: Normal +Vertex 386: Normal +Vertex 387: Normal +Vertex 388: Normal +Vertex 389: Normal +Vertex 390: Normal +Vertex 391: Normal +Vertex 392: Normal +Vertex 393: Normal +Vertex 394: Normal +Vertex 395: Normal +Vertex 396: Normal +Vertex 397: Normal +Vertex 398: Normal +Vertex 399: Normal +Vertex 400: Normal +Vertex 401: Normal +Vertex 402: Normal +Vertex 403: Normal +Vertex 404: Normal +Vertex 405: Normal +Vertex 406: Normal +Vertex 407: Normal +Vertex 408: Normal +Vertex 409: Normal +Vertex 410: Normal +Vertex 411: Normal +Vertex 412: Normal +Vertex 413: Normal +Vertex 414: Normal +Vertex 415: Normal +Vertex 416: Normal +Vertex 417: Normal +Vertex 418: Normal +Vertex 419: Normal +Vertex 420: Normal +Vertex 421: Normal +Vertex 422: Normal +Vertex 423: Normal +Vertex 424: Normal +Vertex 425: Normal +Vertex 426: Normal +Vertex 427: Normal +Vertex 428: Normal +Vertex 429: Normal +Vertex 430: Normal +Vertex 431: Normal +Vertex 432: Normal +Vertex 433: Normal +Vertex 434: Normal +Vertex 435: Normal +Vertex 436: Normal +Vertex 437: Normal +Vertex 438: Normal +Vertex 439: Normal +Vertex 440: Normal +Vertex 441: Normal +Vertex 442: Normal +Vertex 443: Normal +Vertex 444: Normal +Vertex 445: Normal +Vertex 446: Normal +Vertex 447: Normal +Vertex 448: Normal +Vertex 449: Normal +Vertex 450: Normal +Vertex 451: Normal +Vertex 452: Normal +Vertex 453: Normal +Vertex 454: Normal +Vertex 455: Normal +Vertex 456: Normal +Vertex 457: Normal +Vertex 458: Normal +Vertex 459: Normal +Vertex 460: Normal +Vertex 461: Normal +Vertex 462: Normal +Vertex 463: Normal +Vertex 464: Normal +Vertex 465: Normal +Vertex 466: Normal +Vertex 467: Normal +Vertex 468: Normal +Vertex 469: Normal +Vertex 470: Normal +Vertex 471: Normal +Vertex 472: Normal +Vertex 473: Normal +Vertex 474: Normal +Vertex 475: Normal +Vertex 476: Normal +Vertex 477: Normal +Vertex 478: Normal +Vertex 479: Normal +Vertex 480: Normal +Vertex 481: Normal +Vertex 482: Normal +Vertex 483: Normal +Vertex 484: Normal +Vertex 485: Normal +Vertex 486: Normal +Vertex 487: Normal +Vertex 488: Normal +Vertex 489: Normal +Vertex 490: Normal +Vertex 491: Normal +Vertex 492: Normal +Vertex 493: Normal +Vertex 494: Normal +Vertex 495: Normal +Vertex 496: Normal +Vertex 497: Normal +Vertex 498: Normal +Vertex 499: Normal +Vertex 500: Normal +Vertex 501: Normal +Vertex 502: Normal +Vertex 503: Normal +Vertex 504: Normal +Vertex 505: Normal +Vertex 506: Normal +Vertex 507: Normal +Vertex 508: Normal +Vertex 509: Normal +Vertex 510: Normal +Vertex 511: Normal +Vertex 512: Normal +Vertex 513: Normal +Vertex 514: Normal +Vertex 515: Normal +Vertex 516: Normal +Vertex 517: Normal +Vertex 518: Normal +Vertex 519: Normal +Vertex 520: Normal +Vertex 521: Normal +Vertex 522: Normal +Vertex 523: Normal +Vertex 524: Normal +Vertex 525: Normal +Vertex 526: Normal +Vertex 527: Normal +Vertex 528: Normal +Vertex 529: Normal +Vertex 530: Normal +Vertex 531: Normal +Vertex 532: Normal +Vertex 533: Normal +Vertex 534: Normal +Vertex 535: Normal +Vertex 536: Normal +Vertex 537: Normal +Vertex 538: Normal +Vertex 539: Normal +Vertex 540: Normal +Vertex 541: Normal +Vertex 542: Normal +Vertex 543: Normal +Vertex 544: Normal +Vertex 545: Normal +Vertex 546: Normal +Vertex 547: Normal +Vertex 548: Normal +Vertex 549: Normal +Vertex 550: Normal +Vertex 551: Normal +Vertex 552: Normal +Vertex 553: Normal +Vertex 554: Normal +Vertex 555: Normal +Vertex 556: Normal +Vertex 557: Normal +Vertex 558: Normal +Vertex 559: Normal +Vertex 560: Normal +Vertex 561: Normal +Vertex 562: Normal +Vertex 563: Normal +Vertex 564: Normal +Vertex 565: Normal +Vertex 566: Normal +Vertex 567: Normal +Vertex 568: Normal +Vertex 569: Normal +Vertex 570: Normal +Vertex 571: Normal +Vertex 572: Normal +Vertex 573: Normal +Vertex 574: Normal +Vertex 575: Normal +Vertex 576: Normal +Vertex 577: Normal +Vertex 578: Normal +Vertex 579: Normal +Vertex 580: Normal +Vertex 581: Normal +Vertex 582: Normal +Vertex 583: Normal +Vertex 584: Normal +Vertex 585: Normal +Vertex 586: Normal +Vertex 587: Normal +Vertex 588: Normal +Vertex 589: Normal +Vertex 590: Normal +Vertex 591: Normal +Vertex 592: Normal +Vertex 593: Normal +Vertex 594: Normal +Vertex 595: Normal +Vertex 596: Normal +Vertex 597: Normal +Vertex 598: Normal +Vertex 599: Normal +Vertex 600: Normal +Vertex 601: Normal +Vertex 602: Normal +Vertex 603: Normal +Vertex 604: Normal +Vertex 605: Normal +Vertex 606: Normal +Vertex 607: Normal +Vertex 608: Normal +Vertex 609: Normal +Vertex 610: Normal +Vertex 611: Normal +Vertex 612: Normal +Vertex 613: Normal +Vertex 614: Normal +Vertex 615: Normal +Vertex 616: Normal +Vertex 617: Normal +Vertex 618: Normal +Vertex 619: Normal +Vertex 620: Normal +Vertex 621: Normal +Vertex 622: Normal +Vertex 623: Normal +Vertex 624: Normal +Vertex 625: Normal +Vertex 626: Normal +Vertex 627: Normal +Vertex 628: Normal +Vertex 629: Normal +Vertex 630: Normal +Vertex 631: Normal +Vertex 632: Normal +Vertex 633: Normal +Vertex 634: Normal +Vertex 635: Normal +Vertex 636: Normal +Vertex 637: Normal +Vertex 638: Normal +Vertex 639: Normal +Vertex 640: Normal +Vertex 641: Normal +Vertex 642: Normal +Vertex 643: Normal +Vertex 644: Normal +Vertex 645: Normal +Vertex 646: Normal +Vertex 647: Normal +Vertex 648: Normal +Vertex 649: Normal +Vertex 650: Normal +Vertex 651: Normal +Vertex 652: Normal +Vertex 653: Normal +Vertex 654: Normal +Vertex 655: Normal +Vertex 656: Normal +Vertex 657: Normal +Vertex 658: Normal +Vertex 659: Normal +Vertex 660: Normal +Vertex 661: Normal +Vertex 662: Normal +Vertex 663: Normal +Vertex 664: Normal +Vertex 665: Normal +Vertex 666: Normal +Vertex 667: Normal +Vertex 668: Normal +Vertex 669: Normal +Vertex 670: Normal +Vertex 671: Normal +Vertex 672: Normal +Vertex 673: Normal +Vertex 674: Normal +Vertex 675: Normal +Vertex 676: Normal +Vertex 677: Normal +Vertex 678: Normal +Vertex 679: Normal +Vertex 680: Normal +Vertex 681: Normal +Vertex 682: Normal +Vertex 683: Normal +Vertex 684: Normal +Vertex 685: Normal +Vertex 686: Normal +Vertex 687: Normal +Vertex 688: Normal +Vertex 689: Normal +Vertex 690: Normal +Vertex 691: Normal +Vertex 692: Normal +Vertex 693: Normal +Vertex 694: Normal +Vertex 695: Normal +Vertex 696: Normal +Vertex 697: Normal +Vertex 698: Normal +Vertex 699: Normal +Vertex 700: Normal +Vertex 701: Normal +Vertex 702: Normal +Vertex 703: Normal +Vertex 704: Normal +Vertex 705: Normal +Vertex 706: Normal +Vertex 707: Normal +Vertex 708: Normal +Vertex 709: Normal +Vertex 710: Normal +Vertex 711: Normal +Vertex 712: Normal +Vertex 713: Normal +Vertex 714: Normal +Vertex 715: Normal +Vertex 716: Normal +Vertex 717: Normal +Vertex 718: Normal +Vertex 719: Normal +Vertex 720: Normal +Vertex 721: Normal +Vertex 722: Normal +Vertex 723: Normal +Vertex 724: Normal +Vertex 725: Normal +Vertex 726: Normal +Vertex 727: Normal +Vertex 728: Normal +Vertex 729: Normal +Vertex 730: Normal +Vertex 731: Normal +Vertex 732: Normal +Vertex 733: Normal +Vertex 734: Normal +Vertex 735: Normal +Vertex 736: Normal +Vertex 737: Normal +Vertex 738: Normal +Vertex 739: Normal +Vertex 740: Normal +Vertex 741: Normal +Vertex 742: Normal +Vertex 743: Normal +Vertex 744: Normal +Vertex 745: Normal +Vertex 746: Normal +Vertex 747: Normal +Vertex 748: Normal +Vertex 749: Normal +Vertex 750: Normal +Vertex 751: Normal +Vertex 752: Normal +Vertex 753: Normal +Vertex 754: Normal +Vertex 755: Normal +Vertex 756: Normal +Vertex 757: Normal +Vertex 758: Normal +Vertex 759: Normal +Vertex 760: Normal +Vertex 761: Normal +Vertex 762: Normal +Vertex 763: Normal +Vertex 764: Normal +Vertex 765: Normal +Vertex 766: Normal +Vertex 767: Normal +Vertex 768: Normal +Vertex 769: Normal +Vertex 770: Normal +Vertex 771: Normal +Vertex 772: Normal +Vertex 773: Normal +Vertex 774: Normal +Vertex 775: Normal +Vertex 776: Normal +Vertex 777: Normal +Vertex 778: Normal +Vertex 779: Normal +Vertex 780: Normal +Vertex 781: Normal +Vertex 782: Normal +Vertex 783: Normal +Vertex 784: Normal +Vertex 785: Normal +Vertex 786: Normal +Vertex 787: Normal +Vertex 788: Normal +Vertex 789: Normal +Vertex 790: Normal +Vertex 791: Normal +Vertex 792: Normal +Vertex 793: Normal +Vertex 794: Normal +Vertex 795: Normal +Vertex 796: Normal +Vertex 797: Normal +Vertex 798: Normal +Vertex 799: Normal +Vertex 800: Normal +Vertex 801: Normal +Vertex 802: Normal +Vertex 803: Normal +Vertex 804: Normal +Vertex 805: Normal +Vertex 806: Normal +Vertex 807: Normal +Vertex 808: Normal +Vertex 809: Normal +Vertex 810: Normal +Vertex 811: Normal +Vertex 812: Normal +Vertex 813: Normal +Vertex 814: Normal +Vertex 815: Normal +Vertex 816: Normal +Vertex 817: Normal +Vertex 818: Normal +Vertex 819: Normal +Vertex 820: Normal +Vertex 821: Normal +Vertex 822: Normal +Vertex 823: Normal +Vertex 824: Normal +Vertex 825: Normal +Vertex 826: Normal +Vertex 827: Normal +Vertex 828: Normal +Vertex 829: Normal +Vertex 830: Normal +Vertex 831: Normal +Vertex 832: Normal +Vertex 833: Normal +Vertex 834: Normal +Vertex 835: Normal +Vertex 836: Normal +Vertex 837: Normal +Vertex 838: Normal +Vertex 839: Normal +Vertex 840: Normal +Vertex 841: Normal +Vertex 842: Normal +Vertex 843: Normal +Vertex 844: Normal +Vertex 845: Normal +Vertex 846: Normal +Vertex 847: Normal +Vertex 848: Normal +Vertex 849: Normal +Vertex 850: Normal +Vertex 851: Normal +Vertex 852: Normal +Vertex 853: Normal +Vertex 854: Normal +Vertex 855: Normal +Vertex 856: Normal +Vertex 857: Normal +Vertex 858: Normal +Vertex 859: Normal +Vertex 860: Normal +Vertex 861: Normal +Vertex 862: Normal +Vertex 863: Normal +Vertex 864: Normal +Vertex 865: Normal +Vertex 866: Normal +Vertex 867: Normal +Vertex 868: Normal +Vertex 869: Normal +Vertex 870: Normal +Vertex 871: Normal +Vertex 872: Normal +Vertex 873: Normal +Vertex 874: Normal +Vertex 875: Normal +Vertex 876: Normal +Vertex 877: Normal +Vertex 878: Normal +Vertex 879: Normal +Vertex 880: Normal +Vertex 881: Normal +Vertex 882: Normal +Vertex 883: Normal +Vertex 884: Normal +Vertex 885: Normal +Vertex 886: Normal +Vertex 887: Normal +Vertex 888: Normal +Vertex 889: Normal +Vertex 890: Normal +Vertex 891: Normal +Vertex 892: Normal +Vertex 893: Normal +Vertex 894: Normal +Vertex 895: Normal +Vertex 896: Normal +Vertex 897: Normal +Vertex 898: Normal +Vertex 899: Normal +Vertex 900: Normal +Vertex 901: Normal +Vertex 902: Normal +Vertex 903: Normal +Vertex 904: Normal +Vertex 905: Normal +Vertex 906: Normal +Vertex 907: Normal +Vertex 908: Normal +Vertex 909: Normal +Vertex 910: Normal +Vertex 911: Normal +Vertex 912: Normal +Vertex 913: Normal +Vertex 914: Normal +Vertex 915: Normal +Vertex 916: Normal +Vertex 917: Normal +Vertex 918: Normal +Vertex 919: Normal +Vertex 920: Normal +Vertex 921: Normal +Vertex 922: Normal +Vertex 923: Normal +Vertex 924: Normal +Vertex 925: Normal +Vertex 926: Normal +Vertex 927: Normal +Vertex 928: Normal +Vertex 929: Normal +Vertex 930: Normal +Vertex 931: Normal +Vertex 932: Normal +Vertex 933: Normal +Vertex 934: Normal +Vertex 935: Normal +Vertex 936: Normal +Vertex 937: Normal +Vertex 938: Normal +Vertex 939: Normal +Vertex 940: Normal +Vertex 941: Normal +Vertex 942: Normal +Vertex 943: Normal +Vertex 944: Normal +Vertex 945: Normal +Vertex 946: Normal +Vertex 947: Normal +Vertex 948: Normal +Vertex 949: Normal +Vertex 950: Normal +Vertex 951: Normal +Vertex 952: Normal +Vertex 953: Normal +Vertex 954: Normal +Vertex 955: Normal +Vertex 956: Normal +Vertex 957: Normal +Vertex 958: Normal +Vertex 959: Normal +Vertex 960: Normal +Vertex 961: Normal +Vertex 962: Normal +Vertex 963: Normal +Vertex 964: Normal +Vertex 965: Normal +Vertex 966: Normal +Vertex 967: Normal +Vertex 968: Normal +Vertex 969: Normal +Vertex 970: Normal +Vertex 971: Normal +Vertex 972: Normal +Vertex 973: Normal +Vertex 974: Normal +Vertex 975: Normal +Vertex 976: Normal +Vertex 977: Normal +Vertex 978: Normal +Vertex 979: Normal +Vertex 980: Normal +Vertex 981: Normal +Vertex 982: Normal +Vertex 983: Normal +Vertex 984: Normal +Vertex 985: Normal +Vertex 986: Normal +Vertex 987: Normal +Vertex 988: Normal +Vertex 989: Normal +Vertex 990: Normal +Vertex 991: Normal +Vertex 992: Normal +Vertex 993: Normal +Vertex 994: Normal +Vertex 995: Normal +Vertex 996: Normal +Vertex 997: Normal +Vertex 998: Normal +Vertex 999: Normal +Vertex 1000: Normal +Vertex 1001: Normal +Vertex 1002: Normal +Vertex 1003: Normal +Vertex 1004: Normal +Vertex 1005: Normal +Vertex 1006: Normal +Vertex 1007: Normal +Vertex 1008: Normal +Vertex 1009: Normal +Vertex 1010: Normal +Vertex 1011: Normal +Vertex 1012: Normal +Vertex 1013: Normal +Vertex 1014: Normal +Vertex 1015: Normal +Vertex 1016: Normal +Vertex 1017: Normal +Vertex 1018: Normal +Vertex 1019: Normal +Vertex 1020: Normal +Vertex 1021: Normal +Vertex 1022: Normal +Vertex 1023: Normal +Vertex 1024: Normal +Vertex 1025: Normal +Vertex 1026: Normal +Vertex 1027: Normal +Vertex 1028: Normal +Vertex 1029: Normal +Vertex 1030: Normal +Vertex 1031: Normal +Vertex 1032: Normal +Vertex 1033: Normal +Vertex 1034: Normal +Vertex 1035: Normal +Vertex 1036: Normal +Vertex 1037: Normal +Vertex 1038: Normal +Vertex 1039: Normal +Vertex 1040: Normal +Vertex 1041: Normal +Vertex 1042: Normal +Vertex 1043: Normal +Vertex 1044: Normal +Vertex 1045: Normal +Vertex 1046: Normal +Vertex 1047: Normal +Vertex 1048: Normal +Vertex 1049: Normal +Vertex 1050: Normal +Vertex 1051: Normal +Vertex 1052: Normal +Vertex 1053: Normal +Vertex 1054: Normal +Vertex 1055: Normal +Vertex 1056: Normal +Vertex 1057: Normal +Vertex 1058: Normal +Vertex 1059: Normal +Vertex 1060: Normal +Vertex 1061: Normal +Vertex 1062: Normal +Vertex 1063: Normal +Vertex 1064: Normal +Vertex 1065: Normal +Vertex 1066: Normal +Vertex 1067: Normal +Vertex 1068: Normal +Vertex 1069: Normal +Vertex 1070: Normal +Vertex 1071: Normal +Vertex 1072: Normal +Vertex 1073: Normal +Vertex 1074: Normal +Vertex 1075: Normal +Vertex 1076: Normal +Vertex 1077: Normal +Vertex 1078: Normal +Vertex 1079: Normal +Vertex 1080: Normal +Vertex 1081: Normal +Vertex 1082: Normal +Vertex 1083: Normal +Vertex 1084: Normal +Vertex 1085: Normal +Vertex 1086: Normal +Vertex 1087: Normal +Vertex 1088: Normal +Vertex 1089: Normal +Vertex 1090: Normal +Vertex 1091: Normal +Vertex 1092: Normal +Vertex 1093: Normal +Vertex 1094: Normal +Vertex 1095: Normal +Vertex 1096: Normal +Vertex 1097: Normal +Vertex 1098: Normal +Vertex 1099: Normal +Vertex 1100: Normal +Vertex 1101: Normal +Vertex 1102: Normal +Vertex 1103: Normal +Vertex 1104: Normal +Vertex 1105: Normal +Vertex 1106: Normal +Vertex 1107: Normal +Vertex 1108: Normal +Vertex 1109: Normal +Vertex 1110: Normal +Vertex 1111: Normal +Vertex 1112: Normal +Vertex 1113: Normal +Vertex 1114: Normal +Vertex 1115: Normal +Vertex 1116: Normal +Vertex 1117: Normal +Vertex 1118: Normal +Vertex 1119: Normal +Vertex 1120: Normal +Vertex 1121: Normal +Vertex 1122: Normal +Vertex 1123: Normal +Vertex 1124: Normal +Vertex 1125: Normal +Vertex 1126: Normal +Vertex 1127: Normal +Vertex 1128: Normal +Vertex 1129: Normal +Vertex 1130: Normal +Vertex 1131: Normal +Vertex 1132: Normal +Vertex 1133: Normal +Vertex 1134: Normal +Vertex 1135: Normal +Vertex 1136: Normal +Vertex 1137: Normal +Vertex 1138: Normal +Vertex 1139: Normal +Vertex 1140: Normal +Vertex 1141: Normal +Vertex 1142: Normal +Vertex 1143: Normal +Vertex 1144: Normal +Vertex 1145: Normal +Vertex 1146: Normal +Vertex 1147: Normal +Vertex 1148: Normal +Vertex 1149: Normal +Vertex 1150: Normal +Vertex 1151: Normal +Vertex 1152: Normal +Vertex 1153: Normal +Vertex 1154: Normal +Vertex 1155: Normal +Vertex 1156: Normal +Vertex 1157: Normal +Vertex 1158: Normal +Vertex 1159: Normal +Vertex 1160: Normal +Vertex 1161: Normal +Vertex 1162: Normal +Vertex 1163: Normal +Vertex 1164: Normal +Vertex 1165: Normal +Vertex 1166: Normal +Vertex 1167: Normal +Vertex 1168: Normal +Vertex 1169: Normal +Vertex 1170: Normal +Vertex 1171: Normal +Vertex 1172: Normal +Vertex 1173: Normal +Vertex 1174: Normal +Vertex 1175: Normal +Vertex 1176: Normal +Vertex 1177: Normal +Vertex 1178: Normal +Vertex 1179: Normal +Vertex 1180: Normal +Vertex 1181: Normal +Vertex 1182: Normal +Vertex 1183: Normal +Vertex 1184: Normal +Vertex 1185: Normal +Vertex 1186: Normal +Vertex 1187: Normal +Vertex 1188: Normal +Vertex 1189: Normal +Vertex 1190: Normal +Vertex 1191: Normal +Vertex 1192: Normal +Vertex 1193: Normal +Vertex 1194: Normal +Vertex 1195: Normal +Vertex 1196: Normal +Vertex 1197: Normal +Vertex 1198: Normal +Vertex 1199: Normal +Vertex 1200: Normal +Vertex 1201: Normal +Vertex 1202: Normal +Vertex 1203: Normal +Vertex 1204: Normal +Vertex 1205: Normal +Vertex 1206: Normal +Vertex 1207: Normal +Vertex 1208: Normal +Vertex 1209: Normal +Vertex 1210: Normal +Vertex 1211: Normal +Vertex 1212: Normal +Vertex 1213: Normal +Vertex 1214: Normal +Vertex 1215: Normal +Vertex 1216: Normal +Vertex 1217: Normal +Vertex 1218: Normal +Vertex 1219: Normal +Vertex 1220: Normal +Vertex 1221: Normal +Vertex 1222: Normal +Vertex 1223: Normal +Vertex 1224: Normal +Vertex 1225: Normal +Vertex 1226: Normal +Vertex 1227: Normal +Vertex 1228: Normal +Vertex 1229: Normal +Vertex 1230: Normal +Vertex 1231: Normal +Vertex 1232: Normal +Vertex 1233: Normal +Vertex 1234: Normal +Vertex 1235: Normal +Vertex 1236: Normal +Vertex 1237: Normal +Vertex 1238: Normal +Vertex 1239: Normal +Vertex 1240: Normal +Vertex 1241: Normal +Vertex 1242: Normal +Vertex 1243: Normal +Vertex 1244: Normal +Vertex 1245: Normal +Vertex 1246: Normal +Vertex 1247: Normal +Vertex 1248: Normal +Vertex 1249: Normal +Vertex 1250: Normal +Vertex 1251: Normal +Vertex 1252: Normal +Vertex 1253: Normal +Vertex 1254: Normal +Vertex 1255: Normal +Vertex 1256: Normal +Vertex 1257: Normal +Vertex 1258: Normal +Vertex 1259: Normal +Vertex 1260: Normal +Vertex 1261: Normal +Vertex 1262: Normal +Vertex 1263: Normal +Vertex 1264: Normal +Vertex 1265: Normal +Vertex 1266: Normal +Vertex 1267: Normal +Vertex 1268: Normal +Vertex 1269: Normal +Vertex 1270: Normal +Vertex 1271: Normal +Vertex 1272: Normal +Vertex 1273: Normal +Vertex 1274: Normal +Vertex 1275: Normal +Vertex 1276: Normal +Vertex 1277: Normal +Vertex 1278: Normal +Vertex 1279: Normal +Vertex 1280: Normal +Vertex 1281: Normal +Vertex 1282: Normal +Vertex 1283: Normal +Vertex 1284: Normal +Vertex 1285: Normal +Vertex 1286: Normal +Vertex 1287: Normal +Vertex 1288: Normal +Vertex 1289: Normal +Vertex 1290: Normal +Vertex 1291: Normal +Vertex 1292: Normal +Vertex 1293: Normal +Vertex 1294: Normal +Vertex 1295: Normal +Vertex 1296: Normal +Vertex 1297: Normal +Vertex 1298: Normal +Vertex 1299: Normal +Vertex 1300: Normal +Vertex 1301: Normal +Vertex 1302: Normal +Vertex 1303: Normal +Vertex 1304: Normal +Vertex 1305: Normal +Vertex 1306: Normal +Vertex 1307: Normal +Vertex 1308: Normal +Vertex 1309: Normal +Vertex 1310: Normal +Vertex 1311: Normal +Vertex 1312: Normal +Vertex 1313: Normal +Vertex 1314: Normal +Vertex 1315: Normal +Vertex 1316: Normal +Vertex 1317: Normal +Vertex 1318: Normal +Vertex 1319: Normal +Vertex 1320: Normal +Vertex 1321: Normal +Vertex 1322: Normal +Vertex 1323: Normal +Vertex 1324: Normal +Vertex 1325: Normal +Vertex 1326: Normal +Vertex 1327: Normal +Vertex 1328: Normal +Vertex 1329: Normal +Vertex 1330: Normal +Vertex 1331: Normal +Vertex 1332: Normal +Vertex 1333: Normal +Vertex 1334: Normal +Vertex 1335: Normal +Vertex 1336: Normal +Vertex 1337: Normal +Vertex 1338: Normal +Vertex 1339: Normal +Vertex 1340: Normal +Vertex 1341: Normal +Vertex 1342: Normal +Vertex 1343: Normal +Vertex 1344: Normal +Vertex 1345: Normal +Vertex 1346: Normal +Vertex 1347: Normal +Vertex 1348: Normal +Vertex 1349: Normal +Vertex 1350: Normal +Vertex 1351: Normal +Vertex 1352: Normal +Vertex 1353: Normal +Vertex 1354: Normal +Vertex 1355: Normal +Vertex 1356: Normal +Vertex 1357: Normal +Vertex 1358: Normal +===Triangles: 2690 +Triangle: [1, 3, 0] +Triangle: [5, 0, 4] +Triangle: [6, 5, 4] +Triangle: [6, 9, 7] +Triangle: [10, 2, 11] +Triangle: [2, 12, 11] +Triangle: [13, 1, 5] +Triangle: [13, 7, 14] +Triangle: [15, 17, 18] +Triangle: [19, 18, 20] +Triangle: [21, 15, 19] +Triangle: [14, 9, 23] +Triangle: [24, 26, 27] +Triangle: [28, 27, 29] +Triangle: [30, 28, 29] +Triangle: [30, 32, 33] +Triangle: [29, 34, 32] +Triangle: [35, 23, 9] +Triangle: [36, 38, 39] +Triangle: [36, 39, 40] +Triangle: [41, 36, 40] +Triangle: [43, 42, 41] +Triangle: [46, 48, 45] +Triangle: [39, 49, 50] +Triangle: [45, 50, 49] +Triangle: [47, 52, 48] +Triangle: [48, 53, 50] +Triangle: [54, 50, 53] +Triangle: [39, 55, 40] +Triangle: [40, 56, 41] +Triangle: [41, 57, 43] +Triangle: [58, 45, 59] +Triangle: [3, 10, 60] +Triangle: [3, 61, 0] +Triangle: [4, 61, 62] +Triangle: [6, 62, 63] +Triangle: [35, 8, 64] +Triangle: [8, 63, 64] +Triangle: [64, 66, 65] +Triangle: [63, 67, 66] +Triangle: [69, 71, 68] +Triangle: [61, 72, 73] +Triangle: [62, 73, 67] +Triangle: [74, 65, 66] +Triangle: [75, 76, 68] +Triangle: [67, 78, 77] +Triangle: [73, 79, 78] +Triangle: [77, 81, 80] +Triangle: [78, 82, 81] +Triangle: [80, 84, 83] +Triangle: [86, 88, 85] +Triangle: [87, 90, 88] +Triangle: [88, 92, 91] +Triangle: [91, 92, 93] +Triangle: [94, 88, 91] +Triangle: [94, 91, 93] +Triangle: [95, 81, 82] +Triangle: [95, 96, 97] +Triangle: [98, 84, 95] +Triangle: [99, 101, 100] +Triangle: [98, 103, 101] +Triangle: [89, 100, 101] +Triangle: [98, 97, 102] +Triangle: [69, 105, 106] +Triangle: [83, 99, 107] +Triangle: [107, 99, 100] +Triangle: [100, 86, 107] +Triangle: [109, 111, 108] +Triangle: [93, 110, 109] +Triangle: [106, 114, 112] +Triangle: [69, 112, 70] +Triangle: [111, 113, 108] +Triangle: [44, 116, 42] +Triangle: [112, 118, 117] +Triangle: [117, 70, 112] +Triangle: [115, 122, 120] +Triangle: [123, 122, 71] +Triangle: [42, 124, 36] +Triangle: [37, 124, 125] +Triangle: [126, 117, 118] +Triangle: [128, 111, 110] +Triangle: [126, 118, 128] +Triangle: [128, 110, 93] +Triangle: [129, 128, 93] +Triangle: [130, 128, 129] +Triangle: [127, 130, 131] +Triangle: [127, 132, 133] +Triangle: [134, 125, 135] +Triangle: [37, 136, 38] +Triangle: [38, 137, 49] +Triangle: [59, 49, 137] +Triangle: [139, 59, 138] +Triangle: [140, 139, 138] +Triangle: [59, 142, 138] +Triangle: [137, 143, 142] +Triangle: [143, 134, 144] +Triangle: [134, 145, 144] +Triangle: [146, 147, 148] +Triangle: [130, 149, 147] +Triangle: [149, 129, 93] +Triangle: [150, 149, 93] +Triangle: [149, 151, 147] +Triangle: [152, 147, 151] +Triangle: [148, 153, 154] +Triangle: [155, 144, 145] +Triangle: [153, 156, 157] +Triangle: [144, 159, 158] +Triangle: [143, 158, 160] +Triangle: [142, 160, 161] +Triangle: [161, 138, 142] +Triangle: [163, 140, 162] +Triangle: [162, 161, 164] +Triangle: [164, 160, 165] +Triangle: [160, 166, 165] +Triangle: [158, 167, 166] +Triangle: [151, 150, 168] +Triangle: [169, 156, 170] +Triangle: [171, 150, 93] +Triangle: [168, 171, 172] +Triangle: [173, 170, 172] +Triangle: [175, 171, 93] +Triangle: [92, 176, 93] +Triangle: [176, 90, 177] +Triangle: [177, 89, 178] +Triangle: [178, 101, 103] +Triangle: [96, 79, 179] +Triangle: [179, 72, 180] +Triangle: [180, 60, 181] +Triangle: [181, 10, 182] +Triangle: [11, 184, 185] +Triangle: [182, 11, 185] +Triangle: [176, 186, 93] +Triangle: [186, 177, 187] +Triangle: [188, 177, 178] +Triangle: [189, 178, 103] +Triangle: [189, 102, 190] +Triangle: [190, 97, 191] +Triangle: [191, 96, 192] +Triangle: [193, 96, 179] +Triangle: [194, 179, 180] +Triangle: [195, 180, 181] +Triangle: [196, 181, 182] +Triangle: [182, 197, 196] +Triangle: [197, 184, 198] +Triangle: [199, 200, 201] +Triangle: [199, 203, 202] +Triangle: [203, 205, 202] +Triangle: [206, 31, 30] +Triangle: [202, 209, 208] +Triangle: [205, 211, 209] +Triangle: [210, 213, 211] +Triangle: [214, 216, 217] +Triangle: [207, 217, 216] +Triangle: [206, 33, 218] +Triangle: [217, 218, 219] +Triangle: [221, 162, 220] +Triangle: [220, 164, 222] +Triangle: [222, 165, 223] +Triangle: [223, 166, 224] +Triangle: [225, 166, 167] +Triangle: [226, 175, 93] +Triangle: [226, 173, 175] +Triangle: [174, 227, 228] +Triangle: [229, 228, 230] +Triangle: [232, 230, 231] +Triangle: [225, 235, 233] +Triangle: [224, 233, 236] +Triangle: [223, 236, 237] +Triangle: [222, 237, 238] +Triangle: [220, 238, 239] +Triangle: [240, 220, 239] +Triangle: [241, 240, 239] +Triangle: [243, 239, 238] +Triangle: [244, 238, 237] +Triangle: [244, 236, 245] +Triangle: [245, 233, 246] +Triangle: [228, 248, 230] +Triangle: [247, 227, 249] +Triangle: [249, 226, 250] +Triangle: [250, 226, 93] +Triangle: [251, 211, 252] +Triangle: [193, 254, 253] +Triangle: [192, 253, 255] +Triangle: [256, 192, 255] +Triangle: [257, 191, 256] +Triangle: [258, 190, 257] +Triangle: [259, 189, 258] +Triangle: [260, 188, 259] +Triangle: [186, 260, 261] +Triangle: [186, 261, 93] +Triangle: [254, 263, 253] +Triangle: [255, 263, 264] +Triangle: [255, 265, 256] +Triangle: [256, 266, 257] +Triangle: [257, 267, 258] +Triangle: [258, 268, 259] +Triangle: [260, 268, 269] +Triangle: [261, 269, 270] +Triangle: [261, 270, 93] +Triangle: [270, 271, 93] +Triangle: [271, 269, 272] +Triangle: [267, 266, 273] +Triangle: [266, 274, 273] +Triangle: [274, 264, 275] +Triangle: [264, 276, 275] +Triangle: [276, 262, 277] +Triangle: [279, 281, 278] +Triangle: [282, 242, 241] +Triangle: [282, 243, 284] +Triangle: [284, 244, 285] +Triangle: [286, 250, 93] +Triangle: [249, 286, 287] +Triangle: [247, 287, 288] +Triangle: [288, 289, 290] +Triangle: [247, 291, 248] +Triangle: [292, 288, 290] +Triangle: [293, 246, 294] +Triangle: [285, 245, 293] +Triangle: [294, 296, 293] +Triangle: [271, 297, 93] +Triangle: [298, 275, 299] +Triangle: [300, 275, 276] +Triangle: [301, 276, 277] +Triangle: [303, 278, 302] +Triangle: [305, 282, 304] +Triangle: [304, 284, 306] +Triangle: [306, 285, 307] +Triangle: [307, 293, 296] +Triangle: [289, 286, 308] +Triangle: [308, 286, 93] +Triangle: [309, 308, 93] +Triangle: [310, 308, 309] +Triangle: [290, 310, 311] +Triangle: [311, 314, 312] +Triangle: [316, 304, 315] +Triangle: [315, 306, 317] +Triangle: [317, 307, 318] +Triangle: [300, 320, 319] +Triangle: [299, 319, 321] +Triangle: [299, 322, 298] +Triangle: [297, 323, 93] +Triangle: [323, 324, 93] +Triangle: [324, 325, 93] +Triangle: [326, 309, 93] +Triangle: [325, 326, 93] +Triangle: [327, 326, 325] +Triangle: [309, 328, 310] +Triangle: [310, 313, 311] +Triangle: [329, 295, 330] +Triangle: [318, 296, 329] +Triangle: [331, 318, 332] +Triangle: [333, 332, 334] +Triangle: [332, 329, 335] +Triangle: [335, 330, 336] +Triangle: [337, 313, 338] +Triangle: [323, 340, 324] +Triangle: [327, 324, 340] +Triangle: [338, 328, 341] +Triangle: [326, 341, 328] +Triangle: [327, 342, 341] +Triangle: [342, 345, 343] +Triangle: [343, 341, 342] +Triangle: [346, 348, 349] +Triangle: [321, 351, 350] +Triangle: [319, 352, 351] +Triangle: [353, 334, 354] +Triangle: [355, 353, 354] +Triangle: [357, 355, 359] +Triangle: [352, 359, 360] +Triangle: [351, 360, 361] +Triangle: [348, 351, 361] +Triangle: [343, 362, 347] +Triangle: [345, 363, 364] +Triangle: [365, 350, 362] +Triangle: [363, 366, 367] +Triangle: [366, 271, 272] +Triangle: [339, 297, 366] +Triangle: [272, 268, 368] +Triangle: [364, 367, 369] +Triangle: [348, 362, 350] +Triangle: [371, 349, 370] +Triangle: [334, 335, 372] +Triangle: [354, 372, 373] +Triangle: [355, 373, 359] +Triangle: [360, 373, 374] +Triangle: [361, 374, 375] +Triangle: [349, 361, 375] +Triangle: [376, 314, 337] +Triangle: [376, 378, 377] +Triangle: [375, 370, 349] +Triangle: [372, 336, 379] +Triangle: [373, 379, 374] +Triangle: [377, 379, 336] +Triangle: [378, 374, 379] +Triangle: [200, 380, 201] +Triangle: [380, 17, 201] +Triangle: [203, 381, 204] +Triangle: [210, 204, 382] +Triangle: [382, 381, 383] +Triangle: [212, 382, 384] +Triangle: [382, 385, 384] +Triangle: [212, 387, 386] +Triangle: [384, 388, 387] +Triangle: [386, 389, 215] +Triangle: [387, 390, 389] +Triangle: [215, 391, 216] +Triangle: [392, 389, 390] +Triangle: [207, 391, 393] +Triangle: [391, 394, 393] +Triangle: [395, 207, 393] +Triangle: [393, 396, 395] +Triangle: [397, 31, 395] +Triangle: [395, 398, 397] +Triangle: [399, 28, 397] +Triangle: [397, 400, 399] +Triangle: [25, 399, 401] +Triangle: [399, 402, 401] +Triangle: [403, 25, 401] +Triangle: [401, 405, 403] +Triangle: [402, 400, 406] +Triangle: [392, 390, 406] +Triangle: [396, 394, 406] +Triangle: [406, 390, 388] +Triangle: [406, 381, 201] +Triangle: [406, 394, 392] +Triangle: [398, 396, 406] +Triangle: [400, 398, 406] +Triangle: [406, 388, 385] +Triangle: [406, 385, 383] +Triangle: [406, 383, 381] +Triangle: [406, 405, 402] +Triangle: [407, 406, 408] +Triangle: [405, 406, 407] +Triangle: [408, 17, 16] +Triangle: [406, 201, 408] +Triangle: [16, 407, 408] +Triangle: [16, 22, 409] +Triangle: [409, 404, 403] +Triangle: [409, 405, 407] +Triangle: [411, 413, 410] +Triangle: [415, 315, 414] +Triangle: [416, 315, 317] +Triangle: [417, 317, 331] +Triangle: [417, 333, 418] +Triangle: [418, 353, 419] +Triangle: [196, 421, 420] +Triangle: [422, 420, 421] +Triangle: [423, 194, 195] +Triangle: [195, 420, 423] +Triangle: [423, 422, 424] +Triangle: [422, 280, 425] +Triangle: [254, 426, 262] +Triangle: [424, 425, 427] +Triangle: [426, 424, 427] +Triangle: [428, 280, 279] +Triangle: [262, 429, 277] +Triangle: [427, 428, 430] +Triangle: [426, 430, 429] +Triangle: [301, 429, 431] +Triangle: [432, 429, 430] +Triangle: [357, 320, 433] +Triangle: [433, 301, 431] +Triangle: [431, 434, 433] +Triangle: [435, 279, 303] +Triangle: [432, 428, 435] +Triangle: [358, 433, 436] +Triangle: [437, 303, 438] +Triangle: [433, 437, 436] +Triangle: [438, 436, 437] +Triangle: [432, 437, 434] +Triangle: [439, 419, 440] +Triangle: [441, 418, 439] +Triangle: [442, 417, 441] +Triangle: [443, 416, 442] +Triangle: [443, 415, 414] +Triangle: [446, 443, 445] +Triangle: [445, 442, 447] +Triangle: [447, 441, 448] +Triangle: [448, 439, 449] +Triangle: [449, 440, 450] +Triangle: [451, 450, 452] +Triangle: [453, 449, 451] +Triangle: [454, 448, 453] +Triangle: [455, 447, 454] +Triangle: [456, 445, 455] +Triangle: [453, 458, 454] +Triangle: [454, 459, 455] +Triangle: [455, 460, 456] +Triangle: [461, 458, 462] +Triangle: [463, 465, 466] +Triangle: [467, 466, 468] +Triangle: [469, 468, 470] +Triangle: [470, 472, 471] +Triangle: [468, 473, 472] +Triangle: [474, 476, 477] +Triangle: [356, 358, 478] +Triangle: [478, 436, 438] +Triangle: [419, 356, 479] +Triangle: [479, 478, 480] +Triangle: [450, 482, 481] +Triangle: [440, 479, 482] +Triangle: [481, 484, 483] +Triangle: [485, 476, 475] +Triangle: [487, 475, 474] +Triangle: [411, 490, 489] +Triangle: [491, 485, 493] +Triangle: [452, 481, 494] +Triangle: [494, 483, 491] +Triangle: [451, 496, 495] +Triangle: [493, 494, 491] +Triangle: [497, 452, 494] +Triangle: [475, 493, 485] +Triangle: [486, 492, 498] +Triangle: [498, 500, 499] +Triangle: [489, 501, 499] +Triangle: [499, 502, 489] +Triangle: [504, 1353, 1354] +Triangle: [1352, 474, 1343] +Triangle: [507, 505, 506] +Triangle: [508, 506, 509] +Triangle: [511, 513, 510] +Triangle: [514, 516, 517] +Triangle: [506, 1344, 518] +Triangle: [519, 516, 515] +Triangle: [509, 518, 519] +Triangle: [508, 511, 510] +Triangle: [521, 522, 510] +Triangle: [523, 525, 526] +Triangle: [527, 528, 529] +Triangle: [530, 529, 528] +Triangle: [532, 534, 527] +Triangle: [535, 527, 534] +Triangle: [521, 513, 534] +Triangle: [536, 528, 535] +Triangle: [234, 167, 537] +Triangle: [537, 232, 234] +Triangle: [234, 231, 235] +Triangle: [537, 159, 539] +Triangle: [159, 540, 539] +Triangle: [541, 169, 538] +Triangle: [538, 539, 541] +Triangle: [155, 542, 540] +Triangle: [541, 540, 543] +Triangle: [544, 153, 543] +Triangle: [544, 540, 542] +Triangle: [542, 135, 545] +Triangle: [545, 125, 546] +Triangle: [547, 154, 544] +Triangle: [544, 545, 547] +Triangle: [549, 120, 123] +Triangle: [71, 119, 123] +Triangle: [549, 119, 133] +Triangle: [550, 115, 120] +Triangle: [124, 116, 550] +Triangle: [546, 124, 550] +Triangle: [549, 546, 550] +Triangle: [551, 133, 132] +Triangle: [547, 546, 551] +Triangle: [552, 230, 248] +Triangle: [246, 235, 553] +Triangle: [248, 554, 552] +Triangle: [294, 553, 555] +Triangle: [555, 552, 554] +Triangle: [291, 556, 554] +Triangle: [295, 555, 557] +Triangle: [330, 557, 558] +Triangle: [554, 557, 555] +Triangle: [556, 558, 557] +Triangle: [336, 558, 377] +Triangle: [559, 377, 558] +Triangle: [560, 526, 561] +Triangle: [562, 505, 507] +Triangle: [510, 522, 562] +Triangle: [563, 561, 564] +Triangle: [565, 503, 562] +Triangle: [564, 565, 562] +Triangle: [522, 564, 562] +Triangle: [562, 508, 510] +Triangle: [507, 508, 562] +Triangle: [567, 564, 561] +Triangle: [466, 568, 473] +Triangle: [1351, 465, 1350] +Triangle: [459, 571, 460] +Triangle: [473, 572, 524] +Triangle: [1358, 1351, 569] +Triangle: [495, 574, 573] +Triangle: [458, 575, 462] +Triangle: [576, 575, 577] +Triangle: [570, 578, 571] +Triangle: [465, 1349, 1350] +Triangle: [570, 571, 579] +Triangle: [579, 580, 570] +Triangle: [580, 462, 576] +Triangle: [579, 461, 580] +Triangle: [576, 1357, 580] +Triangle: [497, 488, 581] +Triangle: [581, 487, 504] +Triangle: [496, 581, 574] +Triangle: [581, 504, 582] +Triangle: [582, 1354, 1355] +Triangle: [582, 574, 581] +Triangle: [566, 567, 583] +Triangle: [573, 582, 584] +Triangle: [524, 585, 525] +Triangle: [1357, 577, 1356] +Triangle: [586, 583, 585] +Triangle: [577, 586, 1356] +Triangle: [586, 584, 582] +Triangle: [586, 582, 1355] +Triangle: [51, 588, 587] +Triangle: [589, 587, 588] +Triangle: [591, 47, 46] +Triangle: [592, 588, 591] +Triangle: [593, 46, 58] +Triangle: [594, 591, 593] +Triangle: [595, 34, 596] +Triangle: [597, 58, 139] +Triangle: [596, 593, 597] +Triangle: [33, 595, 598] +Triangle: [139, 599, 597] +Triangle: [595, 597, 599] +Triangle: [33, 600, 218] +Triangle: [601, 141, 163] +Triangle: [598, 599, 601] +Triangle: [602, 163, 221] +Triangle: [600, 601, 602] +Triangle: [603, 218, 600] +Triangle: [604, 221, 240] +Triangle: [600, 604, 603] +Triangle: [604, 242, 605] +Triangle: [605, 283, 606] +Triangle: [606, 305, 607] +Triangle: [607, 316, 608] +Triangle: [609, 316, 415] +Triangle: [610, 415, 444] +Triangle: [444, 611, 610] +Triangle: [612, 446, 456] +Triangle: [460, 614, 613] +Triangle: [456, 613, 612] +Triangle: [615, 571, 578] +Triangle: [614, 616, 617] +Triangle: [618, 1349, 464] +Triangle: [520, 620, 516] +Triangle: [618, 463, 621] +Triangle: [622, 463, 467] +Triangle: [623, 621, 619] +Triangle: [619, 622, 620] +Triangle: [624, 625, 626] +Triangle: [627, 467, 469] +Triangle: [469, 629, 627] +Triangle: [627, 630, 631] +Triangle: [631, 516, 620] +Triangle: [630, 517, 631] +Triangle: [618, 1347, 1348] +Triangle: [619, 632, 623] +Triangle: [633, 1346, 632] +Triangle: [617, 613, 614] +Triangle: [634, 638, 635] +Triangle: [617, 635, 638] +Triangle: [612, 636, 639] +Triangle: [638, 640, 641] +Triangle: [617, 641, 636] +Triangle: [611, 639, 642] +Triangle: [641, 643, 644] +Triangle: [636, 644, 639] +Triangle: [610, 642, 645] +Triangle: [644, 501, 646] +Triangle: [639, 646, 642] +Triangle: [609, 645, 647] +Triangle: [646, 490, 648] +Triangle: [642, 648, 645] +Triangle: [608, 647, 649] +Triangle: [648, 410, 650] +Triangle: [645, 650, 647] +Triangle: [607, 649, 651] +Triangle: [410, 652, 650] +Triangle: [649, 650, 652] +Triangle: [606, 651, 653] +Triangle: [413, 655, 652] +Triangle: [651, 652, 655] +Triangle: [603, 605, 656] +Triangle: [605, 653, 656] +Triangle: [654, 658, 655] +Triangle: [651, 658, 653] +Triangle: [215, 659, 386] +Triangle: [659, 660, 661] +Triangle: [213, 386, 659] +Triangle: [661, 213, 659] +Triangle: [252, 213, 661] +Triangle: [663, 661, 662] +Triangle: [660, 662, 661] +Triangle: [660, 217, 219] +Triangle: [219, 656, 660] +Triangle: [657, 662, 658] +Triangle: [653, 662, 656] +Triangle: [664, 19, 665] +Triangle: [666, 22, 21] +Triangle: [25, 666, 26] +Triangle: [664, 668, 667] +Triangle: [669, 26, 666] +Triangle: [34, 26, 669] +Triangle: [666, 664, 669] +Triangle: [667, 671, 670] +Triangle: [34, 672, 596] +Triangle: [669, 667, 672] +Triangle: [670, 673, 674] +Triangle: [594, 672, 675] +Triangle: [672, 670, 675] +Triangle: [674, 676, 677] +Triangle: [592, 675, 678] +Triangle: [675, 674, 678] +Triangle: [589, 678, 679] +Triangle: [678, 677, 679] +Triangle: [677, 680, 681] +Triangle: [589, 682, 590] +Triangle: [679, 681, 682] +Triangle: [683, 685, 471] +Triangle: [471, 523, 683] +Triangle: [686, 683, 687] +Triangle: [523, 526, 688] +Triangle: [683, 688, 687] +Triangle: [689, 687, 690] +Triangle: [688, 560, 691] +Triangle: [687, 691, 690] +Triangle: [690, 533, 532] +Triangle: [692, 534, 533] +Triangle: [691, 563, 692] +Triangle: [563, 521, 692] +Triangle: [692, 690, 691] +Triangle: [532, 689, 690] +Triangle: [693, 183, 694] +Triangle: [200, 694, 380] +Triangle: [695, 11, 12] +Triangle: [696, 380, 694] +Triangle: [20, 380, 696] +Triangle: [665, 20, 696] +Triangle: [694, 695, 696] +Triangle: [697, 12, 13] +Triangle: [200, 698, 693] +Triangle: [198, 693, 698] +Triangle: [699, 197, 198] +Triangle: [280, 699, 281] +Triangle: [665, 700, 668] +Triangle: [700, 695, 697] +Triangle: [697, 14, 701] +Triangle: [668, 702, 671] +Triangle: [700, 701, 702] +Triangle: [701, 23, 703] +Triangle: [671, 704, 673] +Triangle: [702, 703, 704] +Triangle: [703, 706, 705] +Triangle: [673, 707, 676] +Triangle: [704, 705, 707] +Triangle: [676, 708, 680] +Triangle: [707, 709, 708] +Triangle: [710, 303, 302] +Triangle: [654, 412, 711] +Triangle: [657, 711, 712] +Triangle: [199, 208, 713] +Triangle: [698, 199, 713] +Triangle: [713, 209, 251] +Triangle: [251, 715, 713] +Triangle: [699, 698, 713] +Triangle: [281, 713, 715] +Triangle: [252, 714, 251] +Triangle: [663, 712, 714] +Triangle: [714, 716, 715] +Triangle: [278, 715, 716] +Triangle: [717, 278, 716] +Triangle: [712, 717, 716] +Triangle: [491, 500, 492] +Triangle: [500, 484, 502] +Triangle: [711, 718, 717] +Triangle: [412, 719, 718] +Triangle: [710, 719, 480] +Triangle: [718, 302, 717] +Triangle: [480, 438, 710] +Triangle: [719, 489, 502] +Triangle: [720, 689, 532] +Triangle: [720, 527, 529] +Triangle: [721, 723, 724] +Triangle: [720, 722, 721] +Triangle: [725, 684, 686] +Triangle: [686, 720, 725] +Triangle: [726, 724, 727] +Triangle: [725, 721, 726] +Triangle: [729, 731, 728] +Triangle: [629, 732, 630] +Triangle: [733, 734, 735] +Triangle: [733, 729, 728] +Triangle: [626, 732, 736] +Triangle: [733, 738, 737] +Triangle: [736, 733, 737] +Triangle: [624, 736, 739] +Triangle: [737, 741, 740] +Triangle: [739, 737, 740] +Triangle: [531, 624, 739] +Triangle: [531, 740, 742] +Triangle: [529, 742, 722] +Triangle: [743, 722, 742] +Triangle: [741, 742, 740] +Triangle: [744, 728, 731] +Triangle: [628, 470, 745] +Triangle: [746, 471, 685] +Triangle: [746, 745, 470] +Triangle: [748, 750, 747] +Triangle: [751, 746, 749] +Triangle: [749, 685, 750] +Triangle: [685, 725, 750] +Triangle: [750, 726, 747] +Triangle: [730, 751, 752] +Triangle: [754, 730, 752] +Triangle: [751, 749, 752] +Triangle: [752, 748, 754] +Triangle: [753, 729, 629] +Triangle: [753, 629, 628] +Triangle: [753, 745, 751] +Triangle: [755, 756, 757] +Triangle: [758, 56, 759] +Triangle: [759, 55, 760] +Triangle: [761, 759, 762] +Triangle: [762, 760, 763] +Triangle: [760, 54, 764] +Triangle: [764, 53, 765] +Triangle: [763, 764, 766] +Triangle: [767, 769, 770] +Triangle: [771, 766, 773] +Triangle: [766, 765, 773] +Triangle: [765, 52, 774] +Triangle: [774, 51, 775] +Triangle: [773, 774, 776] +Triangle: [775, 587, 777] +Triangle: [587, 778, 777] +Triangle: [779, 777, 780] +Triangle: [779, 782, 781] +Triangle: [783, 785, 786] +Triangle: [590, 787, 778] +Triangle: [780, 778, 788] +Triangle: [782, 788, 789] +Triangle: [682, 790, 787] +Triangle: [778, 791, 788] +Triangle: [789, 791, 792] +Triangle: [793, 792, 794] +Triangle: [796, 798, 795] +Triangle: [797, 800, 798] +Triangle: [801, 803, 804] +Triangle: [803, 792, 804] +Triangle: [805, 807, 808] +Triangle: [804, 791, 809] +Triangle: [810, 709, 755] +Triangle: [810, 755, 808] +Triangle: [755, 805, 808] +Triangle: [708, 811, 680] +Triangle: [811, 809, 790] +Triangle: [790, 680, 811] +Triangle: [787, 809, 791] +Triangle: [813, 806, 814] +Triangle: [816, 817, 815] +Triangle: [818, 798, 819] +Triangle: [818, 820, 821] +Triangle: [795, 823, 822] +Triangle: [818, 824, 823] +Triangle: [796, 826, 797] +Triangle: [826, 828, 827] +Triangle: [776, 781, 829] +Triangle: [776, 775, 779] +Triangle: [771, 831, 830] +Triangle: [829, 773, 776] +Triangle: [832, 762, 833] +Triangle: [833, 763, 834] +Triangle: [834, 766, 772] +Triangle: [835, 833, 834] +Triangle: [837, 769, 835] +Triangle: [837, 834, 772] +Triangle: [772, 830, 837] +Triangle: [838, 833, 836] +Triangle: [839, 835, 769] +Triangle: [836, 840, 838] +Triangle: [841, 842, 840] +Triangle: [841, 769, 768] +Triangle: [1336, 844, 843] +Triangle: [845, 846, 847] +Triangle: [849, 825, 848] +Triangle: [796, 822, 850] +Triangle: [825, 850, 848] +Triangle: [851, 853, 854] +Triangle: [854, 848, 851] +Triangle: [852, 855, 856] +Triangle: [848, 855, 851] +Triangle: [850, 857, 855] +Triangle: [858, 855, 857] +Triangle: [822, 859, 857] +Triangle: [847, 857, 859] +Triangle: [847, 860, 858] +Triangle: [862, 820, 861] +Triangle: [823, 863, 859] +Triangle: [847, 859, 863] +Triangle: [845, 863, 864] +Triangle: [863, 865, 864] +Triangle: [866, 865, 862] +Triangle: [1333, 862, 1332] +Triangle: [869, 840, 842] +Triangle: [814, 871, 870] +Triangle: [832, 870, 871] +Triangle: [806, 872, 871] +Triangle: [761, 871, 872] +Triangle: [872, 757, 873] +Triangle: [758, 872, 873] +Triangle: [756, 705, 706] +Triangle: [757, 874, 873] +Triangle: [57, 873, 874] +Triangle: [706, 35, 875] +Triangle: [875, 64, 876] +Triangle: [875, 43, 874] +Triangle: [121, 44, 876] +Triangle: [874, 43, 57] +Triangle: [875, 756, 706] +Triangle: [803, 877, 878] +Triangle: [1331, 862, 861] +Triangle: [785, 881, 879] +Triangle: [794, 878, 882] +Triangle: [1329, 883, 884] +Triangle: [781, 886, 885] +Triangle: [782, 793, 886] +Triangle: [887, 794, 882] +Triangle: [1329, 881, 1328] +Triangle: [880, 784, 888] +Triangle: [1328, 880, 1342] +Triangle: [793, 889, 886] +Triangle: [890, 886, 889] +Triangle: [1342, 888, 1341] +Triangle: [888, 891, 892] +Triangle: [890, 894, 885] +Triangle: [837, 895, 770] +Triangle: [895, 830, 831] +Triangle: [829, 885, 831] +Triangle: [831, 885, 894] +Triangle: [896, 1337, 1338] +Triangle: [891, 898, 892] +Triangle: [895, 894, 899] +Triangle: [770, 899, 767] +Triangle: [1338, 898, 896] +Triangle: [900, 898, 897] +Triangle: [899, 894, 893] +Triangle: [1341, 892, 1340] +Triangle: [892, 1339, 1340] +Triangle: [901, 1335, 902] +Triangle: [902, 1336, 843] +Triangle: [845, 901, 902] +Triangle: [843, 845, 902] +Triangle: [843, 903, 846] +Triangle: [844, 900, 903] +Triangle: [904, 897, 905] +Triangle: [860, 846, 903] +Triangle: [860, 900, 904] +Triangle: [858, 906, 856] +Triangle: [860, 907, 906] +Triangle: [852, 906, 908] +Triangle: [853, 908, 909] +Triangle: [908, 907, 910] +Triangle: [910, 909, 908] +Triangle: [913, 914, 912] +Triangle: [915, 913, 912] +Triangle: [911, 910, 914] +Triangle: [786, 879, 817] +Triangle: [817, 879, 815] +Triangle: [879, 884, 815] +Triangle: [815, 883, 917] +Triangle: [786, 919, 918] +Triangle: [919, 800, 799] +Triangle: [799, 826, 920] +Triangle: [921, 918, 919] +Triangle: [919, 920, 921] +Triangle: [922, 826, 827] +Triangle: [923, 921, 925] +Triangle: [925, 920, 922] +Triangle: [926, 786, 918] +Triangle: [904, 927, 907] +Triangle: [905, 929, 927] +Triangle: [914, 907, 927] +Triangle: [927, 915, 912] +Triangle: [927, 912, 914] +Triangle: [930, 916, 915] +Triangle: [924, 931, 930] +Triangle: [783, 929, 928] +Triangle: [928, 897, 891] +Triangle: [928, 784, 783] +Triangle: [932, 909, 933] +Triangle: [909, 934, 933] +Triangle: [935, 911, 913] +Triangle: [935, 916, 936] +Triangle: [936, 931, 937] +Triangle: [937, 923, 938] +Triangle: [938, 925, 939] +Triangle: [939, 922, 940] +Triangle: [922, 941, 940] +Triangle: [941, 828, 942] +Triangle: [942, 849, 943] +Triangle: [849, 944, 943] +Triangle: [854, 932, 944] +Triangle: [945, 932, 946] +Triangle: [947, 944, 945] +Triangle: [945, 949, 947] +Triangle: [950, 943, 947] +Triangle: [947, 951, 950] +Triangle: [952, 942, 950] +Triangle: [950, 953, 952] +Triangle: [954, 941, 952] +Triangle: [954, 953, 955] +Triangle: [956, 940, 954] +Triangle: [954, 957, 956] +Triangle: [958, 939, 956] +Triangle: [956, 959, 958] +Triangle: [960, 938, 958] +Triangle: [958, 961, 960] +Triangle: [962, 937, 960] +Triangle: [960, 963, 962] +Triangle: [964, 936, 962] +Triangle: [934, 964, 965] +Triangle: [966, 934, 965] +Triangle: [946, 933, 966] +Triangle: [948, 946, 967] +Triangle: [967, 966, 968] +Triangle: [965, 969, 970] +Triangle: [962, 971, 964] +Triangle: [969, 964, 971] +Triangle: [972, 969, 971] +Triangle: [966, 970, 968] +Triangle: [970, 972, 968] +Triangle: [747, 727, 973] +Triangle: [748, 973, 974] +Triangle: [975, 731, 754] +Triangle: [976, 748, 974] +Triangle: [977, 976, 974] +Triangle: [974, 973, 977] +Triangle: [754, 976, 975] +Triangle: [948, 979, 949] +Triangle: [949, 980, 951] +Triangle: [953, 980, 981] +Triangle: [955, 981, 982] +Triangle: [957, 982, 983] +Triangle: [959, 983, 984] +Triangle: [959, 985, 961] +Triangle: [961, 986, 963] +Triangle: [948, 987, 978] +Triangle: [967, 988, 987] +Triangle: [963, 989, 971] +Triangle: [972, 989, 990] +Triangle: [972, 988, 968] +Triangle: [979, 978, 991] +Triangle: [980, 979, 991] +Triangle: [981, 980, 991] +Triangle: [982, 981, 991] +Triangle: [983, 982, 991] +Triangle: [984, 983, 991] +Triangle: [985, 984, 991] +Triangle: [986, 985, 991] +Triangle: [978, 987, 991] +Triangle: [987, 988, 991] +Triangle: [989, 986, 991] +Triangle: [990, 989, 991] +Triangle: [988, 990, 991] +Triangle: [723, 993, 724] +Triangle: [727, 993, 994] +Triangle: [735, 995, 996] +Triangle: [738, 996, 997] +Triangle: [738, 998, 741] +Triangle: [743, 992, 723] +Triangle: [741, 999, 743] +Triangle: [744, 995, 734] +Triangle: [727, 1001, 973] +Triangle: [975, 1000, 744] +Triangle: [977, 1002, 975] +Triangle: [977, 1001, 1003] +Triangle: [993, 992, 1004] +Triangle: [994, 993, 1004] +Triangle: [996, 995, 1004] +Triangle: [997, 996, 1004] +Triangle: [998, 997, 1004] +Triangle: [992, 999, 1004] +Triangle: [999, 998, 1004] +Triangle: [995, 1000, 1004] +Triangle: [1001, 994, 1004] +Triangle: [1000, 1002, 1004] +Triangle: [1002, 1003, 1004] +Triangle: [1003, 1001, 1004] +Triangle: [570, 580, 569] +Triangle: [368, 369, 367] +Triangle: [267, 368, 268] +Triangle: [814, 867, 813] +Triangle: [868, 870, 869] +Triangle: [866, 1334, 901] +Triangle: [901, 865, 866] +Triangle: [840, 870, 838] +Triangle: [841, 840, 839] +Triangle: [824, 862, 865] +Triangle: [620, 627, 631] +Triangle: [625, 517, 626] +Triangle: [512, 535, 513] +Triangle: [534, 513, 535] +Triangle: [632, 1347, 623] +Triangle: [453, 495, 457] +Triangle: [575, 495, 573] +Triangle: [575, 584, 577] +Triangle: [804, 812, 801] +Triangle: [1330, 861, 883] +Triangle: [917, 861, 820] +Triangle: [820, 816, 917] +Triangle: [800, 819, 798] +Triangle: [810, 812, 811] +Triangle: [807, 812, 808] +Triangle: [813, 801, 807] +Triangle: [802, 867, 877] +Triangle: [815, 917, 816] +Triangle: [930, 926, 924] +Triangle: [918, 924, 926] +Triangle: [929, 915, 927] +Triangle: [347, 346, 343] +Triangle: [345, 365, 362] +Triangle: [364, 322, 365] +Triangle: [298, 364, 369] +Triangle: [273, 298, 369] +Triangle: [338, 371, 337] +Triangle: [292, 559, 556] +Triangle: [312, 290, 311] +Triangle: [312, 376, 559] +Triangle: [337, 370, 376] +Triangle: [365, 321, 350] +Triangle: [344, 342, 340] +Triangle: [344, 339, 363] +Triangle: [367, 272, 368] +Triangle: [553, 231, 552] +Triangle: [172, 156, 168] +Triangle: [173, 171, 175] +Triangle: [133, 117, 127] +Triangle: [148, 548, 146] +Triangle: [118, 114, 111] +Triangle: [637, 486, 640] +Triangle: [643, 499, 501] +Triangle: [640, 498, 643] +Triangle: [477, 637, 634] +Triangle: [518, 1345, 633] +Triangle: [633, 520, 519] +Triangle: [519, 518, 633] +Triangle: [515, 509, 519] +Triangle: [512, 515, 514] +Triangle: [536, 514, 625] +Triangle: [530, 625, 624] +Triangle: [525, 583, 567] +Triangle: [526, 567, 561] +Triangle: [524, 472, 473] +Triangle: [1353, 487, 1352] +Triangle: [121, 75, 122] +Triangle: [68, 122, 75] +Triangle: [876, 65, 121] +Triangle: [43, 876, 44] +Triangle: [484, 719, 502] +Triangle: [482, 480, 484] +Triangle: [169, 174, 229] +Triangle: [538, 229, 232] +Triangle: [152, 168, 156] +Triangle: [338, 346, 371] +Triangle: [68, 104, 69] +Triangle: [66, 77, 74] +Triangle: [74, 80, 76] +Triangle: [83, 76, 80] +Triangle: [105, 83, 107] +Triangle: [1005, 107, 86] +Triangle: [85, 1005, 86] +Triangle: [1006, 94, 1007] +Triangle: [93, 1007, 94] +Triangle: [106, 1005, 113] +Triangle: [1006, 113, 1005] +Triangle: [1007, 108, 1006] +Triangle: [109, 1007, 93] +Triangle: [157, 543, 153] +Triangle: [548, 551, 132] +Triangle: [146, 132, 131] +Triangle: [131, 147, 146] +Triangle: [1008, 1010, 1011] +Triangle: [1012, 1013, 1014] +Triangle: [1016, 1018, 1015] +Triangle: [1019, 1021, 1022] +Triangle: [1021, 1024, 1022] +Triangle: [1025, 1024, 1023] +Triangle: [1025, 1028, 1026] +Triangle: [1028, 1029, 1030] +Triangle: [1032, 1034, 1031] +Triangle: [1035, 1036, 1037] +Triangle: [1038, 1040, 1041] +Triangle: [1031, 1010, 1009] +Triangle: [1034, 1012, 1010] +Triangle: [1037, 1016, 1012] +Triangle: [1016, 1041, 1017] +Triangle: [1042, 1017, 1041] +Triangle: [1044, 1009, 1045] +Triangle: [1014, 1010, 1012] +Triangle: [1016, 1013, 1012] +Triangle: [1034, 1035, 1037] +Triangle: [1036, 1038, 1037] +Triangle: [1009, 1008, 1045] +Triangle: [1017, 1043, 1018] +Triangle: [1044, 1020, 1019] +Triangle: [1021, 1008, 1011] +Triangle: [1011, 1023, 1021] +Triangle: [1023, 1013, 1025] +Triangle: [1025, 1015, 1027] +Triangle: [1027, 1018, 1029] +Triangle: [1030, 1043, 1042] +Triangle: [1044, 1032, 1031] +Triangle: [1032, 1022, 1033] +Triangle: [1033, 1024, 1035] +Triangle: [1035, 1026, 1036] +Triangle: [1026, 1039, 1036] +Triangle: [1040, 1028, 1030] +Triangle: [1040, 1042, 1041] +Triangle: [1020, 1045, 1008] +Triangle: [1043, 1029, 1018] +Triangle: [1032, 1044, 1019] +Triangle: [1042, 1040, 1030] +Triangle: [1046, 1048, 1049] +Triangle: [1047, 1051, 1048] +Triangle: [1052, 1051, 1050] +Triangle: [1054, 1053, 1052] +Triangle: [1054, 1057, 1055] +Triangle: [1056, 1059, 1057] +Triangle: [1058, 1061, 1059] +Triangle: [1062, 1061, 1060] +Triangle: [1046, 1063, 1062] +Triangle: [1064, 1065, 1066] +Triangle: [1067, 1064, 1066] +Triangle: [1068, 1067, 1066] +Triangle: [1069, 1068, 1066] +Triangle: [1070, 1069, 1066] +Triangle: [1071, 1070, 1066] +Triangle: [1072, 1071, 1066] +Triangle: [1073, 1072, 1066] +Triangle: [1065, 1073, 1066] +Triangle: [1074, 1075, 1076] +Triangle: [1075, 1077, 1076] +Triangle: [1077, 1078, 1076] +Triangle: [1078, 1079, 1076] +Triangle: [1079, 1080, 1076] +Triangle: [1080, 1081, 1076] +Triangle: [1081, 1082, 1076] +Triangle: [1082, 1083, 1076] +Triangle: [1083, 1074, 1076] +Triangle: [1084, 1086, 1087] +Triangle: [1088, 1087, 1089] +Triangle: [1090, 1089, 1091] +Triangle: [1090, 1093, 1092] +Triangle: [1092, 1095, 1094] +Triangle: [1096, 1095, 1097] +Triangle: [1098, 1097, 1099] +Triangle: [1098, 1101, 1100] +Triangle: [1100, 1086, 1085] +Triangle: [1065, 1047, 1046] +Triangle: [1064, 1050, 1047] +Triangle: [1050, 1068, 1052] +Triangle: [1052, 1069, 1054] +Triangle: [1069, 1056, 1054] +Triangle: [1070, 1058, 1056] +Triangle: [1071, 1060, 1058] +Triangle: [1060, 1073, 1062] +Triangle: [1062, 1065, 1046] +Triangle: [1074, 1097, 1075] +Triangle: [1075, 1095, 1077] +Triangle: [1095, 1078, 1077] +Triangle: [1093, 1079, 1078] +Triangle: [1079, 1089, 1080] +Triangle: [1080, 1087, 1081] +Triangle: [1081, 1086, 1082] +Triangle: [1086, 1083, 1082] +Triangle: [1101, 1074, 1083] +Triangle: [1059, 1085, 1084] +Triangle: [1057, 1084, 1088] +Triangle: [1055, 1088, 1090] +Triangle: [1055, 1092, 1053] +Triangle: [1053, 1094, 1051] +Triangle: [1048, 1094, 1096] +Triangle: [1049, 1096, 1098] +Triangle: [1049, 1100, 1063] +Triangle: [1063, 1085, 1061] +Triangle: [1103, 1105, 1102] +Triangle: [1105, 1104, 1106] +Triangle: [1106, 1107, 1108] +Triangle: [1108, 1109, 1110] +Triangle: [1111, 1112, 1113] +Triangle: [1114, 1109, 1107] +Triangle: [1114, 1104, 1116] +Triangle: [1116, 1103, 1117] +Triangle: [1103, 1119, 1118] +Triangle: [1117, 1118, 1120] +Triangle: [1121, 1117, 1120] +Triangle: [1122, 1116, 1121] +Triangle: [1112, 1124, 1123] +Triangle: [1123, 1124, 1125] +Triangle: [1124, 1126, 1125] +Triangle: [1127, 1102, 1105] +Triangle: [1128, 1105, 1106] +Triangle: [1129, 1127, 1128] +Triangle: [1121, 1118, 1129] +Triangle: [1118, 1127, 1129] +Triangle: [1130, 1106, 1108] +Triangle: [1131, 1128, 1130] +Triangle: [1122, 1129, 1131] +Triangle: [1132, 1108, 1110] +Triangle: [1131, 1132, 1133] +Triangle: [1134, 1110, 1135] +Triangle: [1135, 1123, 1134] +Triangle: [1115, 1122, 1136] +Triangle: [1136, 1131, 1133] +Triangle: [1133, 1134, 1137] +Triangle: [1138, 1110, 1109] +Triangle: [1139, 1133, 1137] +Triangle: [1123, 1137, 1134] +Triangle: [1138, 1112, 1135] +Triangle: [1140, 1124, 1111] +Triangle: [1109, 1141, 1138] +Triangle: [1111, 1113, 1140] +Triangle: [1113, 1142, 1140] +Triangle: [1125, 1143, 1137] +Triangle: [1115, 1139, 1141] +Triangle: [1142, 1138, 1141] +Triangle: [1126, 1142, 1143] +Triangle: [1143, 1139, 1137] +Triangle: [1141, 1143, 1142] +Triangle: [1145, 1147, 1144] +Triangle: [1148, 1144, 1147] +Triangle: [1144, 1148, 1149] +Triangle: [1144, 1150, 1145] +Triangle: [1151, 1150, 1152] +Triangle: [1151, 1154, 1153] +Triangle: [1155, 1157, 1158] +Triangle: [1151, 1159, 1160] +Triangle: [1146, 1151, 1160] +Triangle: [1155, 1162, 1161] +Triangle: [1160, 1163, 1164] +Triangle: [1165, 1160, 1164] +Triangle: [1166, 1146, 1165] +Triangle: [1147, 1167, 1148] +Triangle: [1149, 1167, 1168] +Triangle: [1168, 1167, 1169] +Triangle: [1167, 1166, 1169] +Triangle: [1156, 1170, 1157] +Triangle: [1154, 1171, 1170] +Triangle: [1173, 1171, 1172] +Triangle: [1164, 1173, 1172] +Triangle: [1150, 1168, 1174] +Triangle: [1168, 1175, 1174] +Triangle: [1152, 1174, 1171] +Triangle: [1172, 1174, 1175] +Triangle: [1165, 1172, 1175] +Triangle: [1166, 1175, 1169] +Triangle: [1162, 1157, 1176] +Triangle: [1170, 1176, 1157] +Triangle: [1176, 1163, 1177] +Triangle: [1178, 1162, 1176] +Triangle: [1178, 1176, 1177] +Triangle: [1177, 1159, 1180] +Triangle: [1161, 1179, 1181] +Triangle: [1182, 1154, 1156] +Triangle: [1181, 1178, 1183] +Triangle: [1180, 1153, 1182] +Triangle: [1161, 1183, 1182] +Triangle: [1156, 1161, 1182] +Triangle: [1183, 1180, 1182] +Triangle: [1183, 1177, 1180] +Triangle: [1185, 1187, 1184] +Triangle: [1188, 1184, 1189] +Triangle: [1186, 1188, 1190] +Triangle: [1187, 1190, 1191] +Triangle: [1192, 1194, 1195] +Triangle: [1197, 1192, 1196] +Triangle: [1192, 1198, 1196] +Triangle: [1199, 1191, 1190] +Triangle: [1200, 1191, 1199] +Triangle: [1201, 1202, 1203] +Triangle: [1197, 1202, 1201] +Triangle: [1201, 1193, 1197] +Triangle: [1203, 1199, 1201] +Triangle: [1199, 1188, 1204] +Triangle: [1205, 1194, 1201] +Triangle: [1188, 1189, 1204] +Triangle: [1201, 1199, 1204] +Triangle: [1206, 1205, 1201] +Triangle: [1206, 1201, 1204] +Triangle: [1187, 1207, 1184] +Triangle: [1204, 1184, 1207] +Triangle: [1208, 1207, 1200] +Triangle: [1204, 1209, 1206] +Triangle: [1198, 1195, 1210] +Triangle: [1210, 1194, 1205] +Triangle: [1209, 1207, 1208] +Triangle: [1210, 1206, 1209] +Triangle: [1211, 1210, 1209] +Triangle: [1196, 1198, 1212] +Triangle: [1202, 1196, 1212] +Triangle: [1209, 1213, 1211] +Triangle: [1198, 1211, 1213] +Triangle: [1214, 1199, 1203] +Triangle: [1208, 1200, 1214] +Triangle: [1213, 1214, 1215] +Triangle: [1203, 1212, 1214] +Triangle: [1214, 1212, 1215] +Triangle: [1215, 1198, 1213] +Triangle: [1216, 1218, 1219] +Triangle: [1218, 1220, 1219] +Triangle: [1219, 1221, 1216] +Triangle: [1222, 1223, 1224] +Triangle: [1225, 1226, 1227] +Triangle: [1228, 1230, 1225] +Triangle: [1227, 1228, 1225] +Triangle: [1231, 1218, 1217] +Triangle: [1218, 1232, 1220] +Triangle: [1232, 1231, 1233] +Triangle: [1223, 1234, 1235] +Triangle: [1225, 1236, 1226] +Triangle: [1230, 1238, 1225] +Triangle: [1238, 1236, 1225] +Triangle: [1239, 1240, 1241] +Triangle: [1243, 1245, 1242] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1249, 1250] +Triangle: [1239, 1251, 1240] +Triangle: [1252, 1245, 1253] +Triangle: [1247, 1254, 1255] +Triangle: [1246, 1250, 1254] +Triangle: [1240, 1256, 1257] +Triangle: [1241, 1257, 1258] +Triangle: [1244, 1259, 1260] +Triangle: [1249, 1261, 1262] +Triangle: [1249, 1263, 1250] +Triangle: [1240, 1264, 1256] +Triangle: [1251, 1264, 1240] +Triangle: [1266, 1253, 1267] +Triangle: [1254, 1269, 1255] +Triangle: [1254, 1270, 1268] +Triangle: [1270, 1250, 1271] +Triangle: [1217, 1264, 1231] +Triangle: [1217, 1257, 1256] +Triangle: [1216, 1258, 1257] +Triangle: [1260, 1222, 1224] +Triangle: [1261, 1228, 1262] +Triangle: [1262, 1227, 1263] +Triangle: [1236, 1268, 1270] +Triangle: [1231, 1265, 1233] +Triangle: [1234, 1267, 1235] +Triangle: [1269, 1238, 1237] +Triangle: [1270, 1226, 1236] +Triangle: [1271, 1250, 1263] +Triangle: [1226, 1263, 1227] +Triangle: [1234, 1232, 1233] +Triangle: [1233, 1266, 1234] +Triangle: [1252, 1265, 1251] +Triangle: [1242, 1251, 1239] +Triangle: [1242, 1241, 1243] +Triangle: [1243, 1258, 1259] +Triangle: [1221, 1259, 1258] +Triangle: [1222, 1219, 1220] +Triangle: [1272, 1224, 1223] +Triangle: [1224, 1274, 1260] +Triangle: [1275, 1260, 1274] +Triangle: [1276, 1244, 1275] +Triangle: [1253, 1276, 1277] +Triangle: [1267, 1277, 1278] +Triangle: [1235, 1278, 1279] +Triangle: [1272, 1235, 1279] +Triangle: [1280, 1273, 1272] +Triangle: [1274, 1281, 1282] +Triangle: [1283, 1274, 1282] +Triangle: [1284, 1275, 1283] +Triangle: [1277, 1284, 1285] +Triangle: [1278, 1285, 1286] +Triangle: [1278, 1287, 1279] +Triangle: [1280, 1279, 1287] +Triangle: [1281, 1288, 1289] +Triangle: [1282, 1289, 1290] +Triangle: [1291, 1282, 1290] +Triangle: [1283, 1292, 1284] +Triangle: [1285, 1292, 1293] +Triangle: [1286, 1293, 1294] +Triangle: [1295, 1286, 1294] +Triangle: [1288, 1287, 1295] +Triangle: [1289, 1296, 1297] +Triangle: [1298, 1289, 1297] +Triangle: [1299, 1290, 1298] +Triangle: [1291, 1300, 1292] +Triangle: [1293, 1300, 1301] +Triangle: [1294, 1301, 1302] +Triangle: [1295, 1302, 1303] +Triangle: [1296, 1295, 1303] +Triangle: [1297, 1304, 1305] +Triangle: [1298, 1305, 1306] +Triangle: [1307, 1298, 1306] +Triangle: [1299, 1308, 1300] +Triangle: [1301, 1308, 1309] +Triangle: [1302, 1309, 1310] +Triangle: [1311, 1302, 1310] +Triangle: [1304, 1303, 1311] +Triangle: [1312, 1305, 1304] +Triangle: [1306, 1313, 1314] +Triangle: [1307, 1314, 1315] +Triangle: [1316, 1307, 1315] +Triangle: [1308, 1317, 1309] +Triangle: [1310, 1317, 1318] +Triangle: [1311, 1318, 1319] +Triangle: [1312, 1311, 1319] +Triangle: [1312, 1321, 1313] +Triangle: [1322, 1313, 1321] +Triangle: [1323, 1314, 1322] +Triangle: [1316, 1323, 1324] +Triangle: [1317, 1324, 1325] +Triangle: [1318, 1325, 1326] +Triangle: [1327, 1318, 1326] +Triangle: [1320, 1319, 1327] +Triangle: [1321, 1230, 1229] +Triangle: [1322, 1229, 1261] +Triangle: [1322, 1248, 1323] +Triangle: [1323, 1247, 1324] +Triangle: [1325, 1247, 1255] +Triangle: [1255, 1326, 1325] +Triangle: [1237, 1326, 1269] +Triangle: [1230, 1327, 1237] +Triangle: [887, 1329, 1328] +Triangle: [882, 1330, 1329] +Triangle: [1331, 878, 877] +Triangle: [877, 1332, 1331] +Triangle: [868, 1332, 867] +Triangle: [1333, 869, 1334] +Triangle: [1334, 842, 1335] +Triangle: [1335, 841, 1336] +Triangle: [1336, 768, 1337] +Triangle: [1338, 768, 767] +Triangle: [1339, 767, 899] +Triangle: [1340, 899, 893] +Triangle: [890, 1340, 893] +Triangle: [889, 1341, 890] +Triangle: [887, 1342, 889] +Triangle: [1343, 477, 1344] +Triangle: [1344, 634, 1345] +Triangle: [1345, 635, 1346] +Triangle: [1346, 616, 1347] +Triangle: [615, 1347, 616] +Triangle: [1348, 578, 1349] +Triangle: [1350, 578, 570] +Triangle: [569, 1350, 570] +Triangle: [506, 1352, 1343] +Triangle: [505, 1352, 506] +Triangle: [1354, 505, 503] +Triangle: [1355, 503, 566] +Triangle: [1355, 583, 586] +Triangle: [585, 1356, 586] +Triangle: [572, 1356, 585] +Triangle: [1358, 1357, 572] +Triangle: [568, 1358, 572] +Triangle: [1357, 569, 580] +Triangle: [1, 2, 3] +Triangle: [5, 1, 0] +Triangle: [6, 7, 5] +Triangle: [6, 8, 9] +Triangle: [2, 1, 12] +Triangle: [13, 12, 1] +Triangle: [13, 5, 7] +Triangle: [15, 16, 17] +Triangle: [19, 15, 18] +Triangle: [21, 22, 15] +Triangle: [14, 7, 9] +Triangle: [24, 25, 26] +Triangle: [28, 24, 27] +Triangle: [30, 31, 28] +Triangle: [30, 29, 32] +Triangle: [29, 27, 34] +Triangle: [36, 37, 38] +Triangle: [41, 42, 36] +Triangle: [43, 44, 42] +Triangle: [46, 47, 48] +Triangle: [39, 38, 49] +Triangle: [45, 48, 50] +Triangle: [47, 51, 52] +Triangle: [48, 52, 53] +Triangle: [54, 39, 50] +Triangle: [39, 54, 55] +Triangle: [40, 55, 56] +Triangle: [41, 56, 57] +Triangle: [58, 46, 45] +Triangle: [3, 2, 10] +Triangle: [3, 60, 61] +Triangle: [4, 0, 61] +Triangle: [6, 4, 62] +Triangle: [35, 9, 8] +Triangle: [8, 6, 63] +Triangle: [64, 63, 66] +Triangle: [63, 62, 67] +Triangle: [69, 70, 71] +Triangle: [61, 60, 72] +Triangle: [62, 61, 73] +Triangle: [74, 75, 65] +Triangle: [75, 74, 76] +Triangle: [67, 73, 78] +Triangle: [73, 72, 79] +Triangle: [77, 78, 81] +Triangle: [78, 79, 82] +Triangle: [80, 81, 84] +Triangle: [86, 87, 88] +Triangle: [87, 89, 90] +Triangle: [88, 90, 92] +Triangle: [94, 85, 88] +Triangle: [95, 84, 81] +Triangle: [95, 82, 96] +Triangle: [98, 99, 84] +Triangle: [99, 98, 101] +Triangle: [98, 102, 103] +Triangle: [89, 87, 100] +Triangle: [98, 95, 97] +Triangle: [69, 104, 105] +Triangle: [83, 84, 99] +Triangle: [100, 87, 86] +Triangle: [109, 110, 111] +Triangle: [106, 113, 114] +Triangle: [69, 106, 112] +Triangle: [111, 114, 113] +Triangle: [44, 115, 116] +Triangle: [112, 114, 118] +Triangle: [117, 119, 70] +Triangle: [115, 121, 122] +Triangle: [123, 120, 122] +Triangle: [42, 116, 124] +Triangle: [37, 36, 124] +Triangle: [126, 127, 117] +Triangle: [128, 118, 111] +Triangle: [130, 126, 128] +Triangle: [127, 126, 130] +Triangle: [127, 131, 132] +Triangle: [134, 37, 125] +Triangle: [37, 134, 136] +Triangle: [38, 136, 137] +Triangle: [59, 45, 49] +Triangle: [139, 58, 59] +Triangle: [140, 141, 139] +Triangle: [59, 137, 142] +Triangle: [137, 136, 143] +Triangle: [143, 136, 134] +Triangle: [134, 135, 145] +Triangle: [130, 129, 149] +Triangle: [149, 150, 151] +Triangle: [152, 148, 147] +Triangle: [148, 152, 153] +Triangle: [153, 152, 156] +Triangle: [144, 155, 159] +Triangle: [143, 144, 158] +Triangle: [142, 143, 160] +Triangle: [161, 140, 138] +Triangle: [163, 141, 140] +Triangle: [162, 140, 161] +Triangle: [164, 161, 160] +Triangle: [160, 158, 166] +Triangle: [158, 159, 167] +Triangle: [169, 157, 156] +Triangle: [168, 150, 171] +Triangle: [173, 174, 170] +Triangle: [176, 92, 90] +Triangle: [177, 90, 89] +Triangle: [178, 89, 101] +Triangle: [96, 82, 79] +Triangle: [179, 79, 72] +Triangle: [180, 72, 60] +Triangle: [181, 60, 10] +Triangle: [11, 183, 184] +Triangle: [182, 10, 11] +Triangle: [186, 176, 177] +Triangle: [188, 187, 177] +Triangle: [189, 188, 178] +Triangle: [189, 103, 102] +Triangle: [190, 102, 97] +Triangle: [191, 97, 96] +Triangle: [193, 192, 96] +Triangle: [194, 193, 179] +Triangle: [195, 194, 180] +Triangle: [196, 195, 181] +Triangle: [182, 185, 197] +Triangle: [197, 185, 184] +Triangle: [199, 201, 203] +Triangle: [203, 204, 205] +Triangle: [206, 207, 31] +Triangle: [202, 205, 209] +Triangle: [205, 210, 211] +Triangle: [210, 212, 213] +Triangle: [214, 215, 216] +Triangle: [207, 206, 217] +Triangle: [206, 30, 33] +Triangle: [217, 206, 218] +Triangle: [221, 163, 162] +Triangle: [220, 162, 164] +Triangle: [222, 164, 165] +Triangle: [223, 165, 166] +Triangle: [225, 224, 166] +Triangle: [226, 227, 173] +Triangle: [174, 173, 227] +Triangle: [229, 174, 228] +Triangle: [232, 229, 230] +Triangle: [225, 234, 235] +Triangle: [224, 225, 233] +Triangle: [223, 224, 236] +Triangle: [222, 223, 237] +Triangle: [220, 222, 238] +Triangle: [240, 221, 220] +Triangle: [241, 242, 240] +Triangle: [243, 241, 239] +Triangle: [244, 243, 238] +Triangle: [244, 237, 236] +Triangle: [245, 236, 233] +Triangle: [228, 247, 248] +Triangle: [247, 228, 227] +Triangle: [249, 227, 226] +Triangle: [251, 209, 211] +Triangle: [193, 194, 254] +Triangle: [192, 193, 253] +Triangle: [256, 191, 192] +Triangle: [257, 190, 191] +Triangle: [258, 189, 190] +Triangle: [259, 188, 189] +Triangle: [260, 187, 188] +Triangle: [186, 187, 260] +Triangle: [254, 262, 263] +Triangle: [255, 253, 263] +Triangle: [255, 264, 265] +Triangle: [256, 265, 266] +Triangle: [257, 266, 267] +Triangle: [258, 267, 268] +Triangle: [260, 259, 268] +Triangle: [261, 260, 269] +Triangle: [271, 270, 269] +Triangle: [266, 265, 274] +Triangle: [274, 265, 264] +Triangle: [264, 263, 276] +Triangle: [276, 263, 262] +Triangle: [279, 280, 281] +Triangle: [282, 283, 242] +Triangle: [282, 241, 243] +Triangle: [284, 243, 244] +Triangle: [249, 250, 286] +Triangle: [247, 249, 287] +Triangle: [288, 287, 289] +Triangle: [247, 288, 291] +Triangle: [292, 291, 288] +Triangle: [293, 245, 246] +Triangle: [285, 244, 245] +Triangle: [294, 295, 296] +Triangle: [298, 274, 275] +Triangle: [300, 299, 275] +Triangle: [301, 300, 276] +Triangle: [303, 279, 278] +Triangle: [305, 283, 282] +Triangle: [304, 282, 284] +Triangle: [306, 284, 285] +Triangle: [307, 285, 293] +Triangle: [289, 287, 286] +Triangle: [310, 289, 308] +Triangle: [290, 289, 310] +Triangle: [311, 313, 314] +Triangle: [316, 305, 304] +Triangle: [315, 304, 306] +Triangle: [317, 306, 307] +Triangle: [300, 301, 320] +Triangle: [299, 300, 319] +Triangle: [299, 321, 322] +Triangle: [309, 326, 328] +Triangle: [310, 328, 313] +Triangle: [329, 296, 295] +Triangle: [318, 307, 296] +Triangle: [331, 317, 318] +Triangle: [333, 331, 332] +Triangle: [332, 318, 329] +Triangle: [335, 329, 330] +Triangle: [337, 314, 313] +Triangle: [323, 339, 340] +Triangle: [327, 325, 324] +Triangle: [338, 313, 328] +Triangle: [326, 327, 341] +Triangle: [327, 340, 342] +Triangle: [342, 344, 345] +Triangle: [343, 338, 341] +Triangle: [346, 347, 348] +Triangle: [321, 319, 351] +Triangle: [319, 320, 352] +Triangle: [353, 333, 334] +Triangle: [355, 356, 353] +Triangle: [357, 358, 355] +Triangle: [352, 357, 359] +Triangle: [351, 352, 360] +Triangle: [348, 350, 351] +Triangle: [343, 345, 362] +Triangle: [345, 344, 363] +Triangle: [363, 339, 366] +Triangle: [366, 297, 271] +Triangle: [339, 323, 297] +Triangle: [272, 269, 268] +Triangle: [364, 363, 367] +Triangle: [348, 347, 362] +Triangle: [371, 346, 349] +Triangle: [334, 332, 335] +Triangle: [354, 334, 372] +Triangle: [355, 354, 373] +Triangle: [360, 359, 373] +Triangle: [361, 360, 374] +Triangle: [349, 348, 361] +Triangle: [376, 370, 378] +Triangle: [375, 378, 370] +Triangle: [372, 335, 336] +Triangle: [373, 372, 379] +Triangle: [377, 378, 379] +Triangle: [378, 375, 374] +Triangle: [380, 18, 17] +Triangle: [203, 201, 381] +Triangle: [210, 205, 204] +Triangle: [382, 204, 381] +Triangle: [212, 210, 382] +Triangle: [382, 383, 385] +Triangle: [212, 384, 387] +Triangle: [384, 385, 388] +Triangle: [386, 387, 389] +Triangle: [387, 388, 390] +Triangle: [215, 389, 391] +Triangle: [392, 391, 389] +Triangle: [207, 216, 391] +Triangle: [391, 392, 394] +Triangle: [395, 31, 207] +Triangle: [393, 394, 396] +Triangle: [397, 28, 31] +Triangle: [395, 396, 398] +Triangle: [399, 24, 28] +Triangle: [397, 398, 400] +Triangle: [25, 24, 399] +Triangle: [399, 400, 402] +Triangle: [403, 404, 25] +Triangle: [401, 402, 405] +Triangle: [408, 201, 17] +Triangle: [16, 409, 407] +Triangle: [16, 15, 22] +Triangle: [409, 22, 404] +Triangle: [409, 403, 405] +Triangle: [411, 412, 413] +Triangle: [415, 316, 315] +Triangle: [416, 414, 315] +Triangle: [417, 416, 317] +Triangle: [417, 331, 333] +Triangle: [418, 333, 353] +Triangle: [196, 197, 421] +Triangle: [423, 254, 194] +Triangle: [195, 196, 420] +Triangle: [423, 420, 422] +Triangle: [422, 421, 280] +Triangle: [254, 423, 426] +Triangle: [424, 422, 425] +Triangle: [426, 423, 424] +Triangle: [428, 425, 280] +Triangle: [262, 426, 429] +Triangle: [427, 425, 428] +Triangle: [426, 427, 430] +Triangle: [301, 277, 429] +Triangle: [432, 431, 429] +Triangle: [357, 352, 320] +Triangle: [433, 320, 301] +Triangle: [431, 432, 434] +Triangle: [435, 428, 279] +Triangle: [432, 430, 428] +Triangle: [358, 357, 433] +Triangle: [437, 435, 303] +Triangle: [433, 434, 437] +Triangle: [432, 435, 437] +Triangle: [439, 418, 419] +Triangle: [441, 417, 418] +Triangle: [442, 416, 417] +Triangle: [443, 414, 416] +Triangle: [443, 444, 415] +Triangle: [446, 444, 443] +Triangle: [445, 443, 442] +Triangle: [447, 442, 441] +Triangle: [448, 441, 439] +Triangle: [449, 439, 440] +Triangle: [451, 449, 450] +Triangle: [453, 448, 449] +Triangle: [454, 447, 448] +Triangle: [455, 445, 447] +Triangle: [456, 446, 445] +Triangle: [453, 457, 458] +Triangle: [454, 458, 459] +Triangle: [455, 459, 460] +Triangle: [461, 459, 458] +Triangle: [463, 464, 465] +Triangle: [467, 463, 466] +Triangle: [469, 467, 468] +Triangle: [470, 468, 472] +Triangle: [468, 466, 473] +Triangle: [474, 475, 476] +Triangle: [356, 355, 358] +Triangle: [478, 358, 436] +Triangle: [419, 353, 356] +Triangle: [479, 356, 478] +Triangle: [450, 440, 482] +Triangle: [440, 419, 479] +Triangle: [481, 482, 484] +Triangle: [485, 486, 476] +Triangle: [487, 488, 475] +Triangle: [411, 410, 490] +Triangle: [491, 492, 485] +Triangle: [452, 450, 481] +Triangle: [494, 481, 483] +Triangle: [451, 452, 496] +Triangle: [493, 497, 494] +Triangle: [497, 496, 452] +Triangle: [475, 488, 493] +Triangle: [486, 485, 492] +Triangle: [498, 492, 500] +Triangle: [489, 490, 501] +Triangle: [499, 500, 502] +Triangle: [504, 487, 1353] +Triangle: [1352, 487, 474] +Triangle: [508, 507, 506] +Triangle: [511, 512, 513] +Triangle: [514, 515, 516] +Triangle: [506, 1343, 1344] +Triangle: [519, 520, 516] +Triangle: [509, 506, 518] +Triangle: [508, 509, 511] +Triangle: [523, 524, 525] +Triangle: [530, 531, 529] +Triangle: [532, 533, 534] +Triangle: [535, 528, 527] +Triangle: [521, 510, 513] +Triangle: [536, 530, 528] +Triangle: [234, 225, 167] +Triangle: [537, 538, 232] +Triangle: [234, 232, 231] +Triangle: [537, 167, 159] +Triangle: [159, 155, 540] +Triangle: [541, 157, 169] +Triangle: [538, 537, 539] +Triangle: [155, 145, 542] +Triangle: [541, 539, 540] +Triangle: [544, 154, 153] +Triangle: [544, 543, 540] +Triangle: [542, 145, 135] +Triangle: [545, 135, 125] +Triangle: [547, 548, 154] +Triangle: [544, 542, 545] +Triangle: [549, 550, 120] +Triangle: [71, 70, 119] +Triangle: [549, 123, 119] +Triangle: [550, 116, 115] +Triangle: [546, 125, 124] +Triangle: [549, 551, 546] +Triangle: [551, 549, 133] +Triangle: [547, 545, 546] +Triangle: [552, 231, 230] +Triangle: [246, 233, 235] +Triangle: [248, 291, 554] +Triangle: [294, 246, 553] +Triangle: [555, 553, 552] +Triangle: [291, 292, 556] +Triangle: [295, 294, 555] +Triangle: [330, 295, 557] +Triangle: [554, 556, 557] +Triangle: [556, 559, 558] +Triangle: [336, 330, 558] +Triangle: [559, 376, 377] +Triangle: [562, 503, 505] +Triangle: [563, 560, 561] +Triangle: [565, 566, 503] +Triangle: [522, 563, 564] +Triangle: [567, 565, 564] +Triangle: [466, 465, 568] +Triangle: [1351, 568, 465] +Triangle: [459, 461, 571] +Triangle: [473, 568, 572] +Triangle: [495, 496, 574] +Triangle: [458, 457, 575] +Triangle: [576, 462, 575] +Triangle: [465, 464, 1349] +Triangle: [580, 461, 462] +Triangle: [579, 571, 461] +Triangle: [497, 493, 488] +Triangle: [581, 488, 487] +Triangle: [496, 497, 581] +Triangle: [582, 504, 1354] +Triangle: [566, 565, 567] +Triangle: [573, 574, 582] +Triangle: [524, 572, 585] +Triangle: [1357, 576, 577] +Triangle: [577, 584, 586] +Triangle: [51, 47, 588] +Triangle: [589, 590, 587] +Triangle: [591, 588, 47] +Triangle: [592, 589, 588] +Triangle: [593, 591, 46] +Triangle: [594, 592, 591] +Triangle: [595, 32, 34] +Triangle: [597, 593, 58] +Triangle: [596, 594, 593] +Triangle: [33, 32, 595] +Triangle: [139, 141, 599] +Triangle: [595, 596, 597] +Triangle: [33, 598, 600] +Triangle: [601, 599, 141] +Triangle: [598, 595, 599] +Triangle: [602, 601, 163] +Triangle: [600, 598, 601] +Triangle: [603, 219, 218] +Triangle: [604, 602, 221] +Triangle: [600, 602, 604] +Triangle: [604, 240, 242] +Triangle: [605, 242, 283] +Triangle: [606, 283, 305] +Triangle: [607, 305, 316] +Triangle: [609, 608, 316] +Triangle: [610, 609, 415] +Triangle: [444, 446, 611] +Triangle: [612, 611, 446] +Triangle: [460, 571, 614] +Triangle: [456, 460, 613] +Triangle: [615, 614, 571] +Triangle: [614, 615, 616] +Triangle: [618, 1348, 1349] +Triangle: [520, 619, 620] +Triangle: [618, 464, 463] +Triangle: [622, 621, 463] +Triangle: [623, 618, 621] +Triangle: [619, 621, 622] +Triangle: [627, 622, 467] +Triangle: [469, 628, 629] +Triangle: [627, 629, 630] +Triangle: [631, 517, 516] +Triangle: [630, 626, 517] +Triangle: [618, 623, 1347] +Triangle: [619, 520, 632] +Triangle: [633, 1345, 1346] +Triangle: [617, 636, 613] +Triangle: [634, 637, 638] +Triangle: [617, 616, 635] +Triangle: [612, 613, 636] +Triangle: [638, 637, 640] +Triangle: [617, 638, 641] +Triangle: [611, 612, 639] +Triangle: [641, 640, 643] +Triangle: [636, 641, 644] +Triangle: [610, 611, 642] +Triangle: [644, 643, 501] +Triangle: [639, 644, 646] +Triangle: [609, 610, 645] +Triangle: [646, 501, 490] +Triangle: [642, 646, 648] +Triangle: [608, 609, 647] +Triangle: [648, 490, 410] +Triangle: [645, 648, 650] +Triangle: [607, 608, 649] +Triangle: [410, 413, 652] +Triangle: [649, 647, 650] +Triangle: [606, 607, 651] +Triangle: [413, 654, 655] +Triangle: [651, 649, 652] +Triangle: [603, 604, 605] +Triangle: [605, 606, 653] +Triangle: [654, 657, 658] +Triangle: [651, 655, 658] +Triangle: [215, 214, 659] +Triangle: [659, 214, 660] +Triangle: [213, 212, 386] +Triangle: [252, 211, 213] +Triangle: [663, 252, 661] +Triangle: [660, 656, 662] +Triangle: [660, 214, 217] +Triangle: [219, 603, 656] +Triangle: [657, 663, 662] +Triangle: [653, 658, 662] +Triangle: [664, 21, 19] +Triangle: [666, 404, 22] +Triangle: [25, 404, 666] +Triangle: [664, 665, 668] +Triangle: [34, 27, 26] +Triangle: [666, 21, 664] +Triangle: [667, 668, 671] +Triangle: [34, 669, 672] +Triangle: [669, 664, 667] +Triangle: [670, 671, 673] +Triangle: [594, 596, 672] +Triangle: [672, 667, 670] +Triangle: [674, 673, 676] +Triangle: [592, 594, 675] +Triangle: [675, 670, 674] +Triangle: [589, 592, 678] +Triangle: [678, 674, 677] +Triangle: [677, 676, 680] +Triangle: [589, 679, 682] +Triangle: [679, 677, 681] +Triangle: [683, 684, 685] +Triangle: [471, 472, 523] +Triangle: [686, 684, 683] +Triangle: [683, 523, 688] +Triangle: [689, 686, 687] +Triangle: [688, 526, 560] +Triangle: [687, 688, 691] +Triangle: [692, 521, 534] +Triangle: [691, 560, 563] +Triangle: [563, 522, 521] +Triangle: [692, 533, 690] +Triangle: [693, 184, 183] +Triangle: [200, 693, 694] +Triangle: [695, 183, 11] +Triangle: [20, 18, 380] +Triangle: [665, 19, 20] +Triangle: [694, 183, 695] +Triangle: [697, 695, 12] +Triangle: [200, 199, 698] +Triangle: [198, 184, 693] +Triangle: [699, 421, 197] +Triangle: [280, 421, 699] +Triangle: [665, 696, 700] +Triangle: [700, 696, 695] +Triangle: [697, 13, 14] +Triangle: [668, 700, 702] +Triangle: [700, 697, 701] +Triangle: [701, 14, 23] +Triangle: [671, 702, 704] +Triangle: [702, 701, 703] +Triangle: [703, 23, 706] +Triangle: [673, 704, 707] +Triangle: [704, 703, 705] +Triangle: [676, 707, 708] +Triangle: [707, 705, 709] +Triangle: [710, 438, 303] +Triangle: [654, 413, 412] +Triangle: [657, 654, 711] +Triangle: [199, 202, 208] +Triangle: [713, 208, 209] +Triangle: [251, 714, 715] +Triangle: [699, 198, 698] +Triangle: [281, 699, 713] +Triangle: [252, 663, 714] +Triangle: [663, 657, 712] +Triangle: [714, 712, 716] +Triangle: [278, 281, 715] +Triangle: [717, 302, 278] +Triangle: [712, 711, 717] +Triangle: [491, 483, 500] +Triangle: [500, 483, 484] +Triangle: [711, 412, 718] +Triangle: [412, 411, 719] +Triangle: [710, 718, 719] +Triangle: [718, 710, 302] +Triangle: [480, 478, 438] +Triangle: [719, 411, 489] +Triangle: [720, 532, 527] +Triangle: [721, 722, 723] +Triangle: [720, 529, 722] +Triangle: [686, 689, 720] +Triangle: [726, 721, 724] +Triangle: [725, 720, 721] +Triangle: [729, 730, 731] +Triangle: [629, 729, 732] +Triangle: [733, 728, 734] +Triangle: [733, 732, 729] +Triangle: [626, 630, 732] +Triangle: [733, 735, 738] +Triangle: [736, 732, 733] +Triangle: [624, 626, 736] +Triangle: [737, 738, 741] +Triangle: [739, 736, 737] +Triangle: [531, 530, 624] +Triangle: [531, 739, 740] +Triangle: [529, 531, 742] +Triangle: [743, 723, 722] +Triangle: [741, 743, 742] +Triangle: [744, 734, 728] +Triangle: [628, 469, 470] +Triangle: [746, 470, 471] +Triangle: [748, 749, 750] +Triangle: [751, 745, 746] +Triangle: [749, 746, 685] +Triangle: [685, 684, 725] +Triangle: [750, 725, 726] +Triangle: [730, 753, 751] +Triangle: [754, 731, 730] +Triangle: [752, 749, 748] +Triangle: [753, 730, 729] +Triangle: [753, 628, 745] +Triangle: [755, 709, 756] +Triangle: [758, 57, 56] +Triangle: [759, 56, 55] +Triangle: [761, 758, 759] +Triangle: [762, 759, 760] +Triangle: [760, 55, 54] +Triangle: [764, 54, 53] +Triangle: [763, 760, 764] +Triangle: [767, 768, 769] +Triangle: [771, 772, 766] +Triangle: [766, 764, 765] +Triangle: [765, 53, 52] +Triangle: [774, 52, 51] +Triangle: [773, 765, 774] +Triangle: [775, 51, 587] +Triangle: [587, 590, 778] +Triangle: [779, 775, 777] +Triangle: [779, 780, 782] +Triangle: [783, 784, 785] +Triangle: [590, 682, 787] +Triangle: [780, 777, 778] +Triangle: [782, 780, 788] +Triangle: [682, 681, 790] +Triangle: [778, 787, 791] +Triangle: [789, 788, 791] +Triangle: [793, 789, 792] +Triangle: [796, 797, 798] +Triangle: [797, 799, 800] +Triangle: [801, 802, 803] +Triangle: [803, 794, 792] +Triangle: [805, 806, 807] +Triangle: [804, 792, 791] +Triangle: [810, 708, 709] +Triangle: [755, 757, 805] +Triangle: [708, 810, 811] +Triangle: [811, 812, 809] +Triangle: [790, 681, 680] +Triangle: [787, 790, 809] +Triangle: [813, 807, 806] +Triangle: [816, 800, 817] +Triangle: [818, 795, 798] +Triangle: [818, 819, 820] +Triangle: [795, 818, 823] +Triangle: [818, 821, 824] +Triangle: [796, 825, 826] +Triangle: [826, 825, 828] +Triangle: [776, 779, 781] +Triangle: [776, 774, 775] +Triangle: [771, 829, 831] +Triangle: [829, 771, 773] +Triangle: [832, 761, 762] +Triangle: [833, 762, 763] +Triangle: [834, 763, 766] +Triangle: [835, 836, 833] +Triangle: [837, 770, 769] +Triangle: [837, 835, 834] +Triangle: [772, 771, 830] +Triangle: [838, 832, 833] +Triangle: [839, 836, 835] +Triangle: [836, 839, 840] +Triangle: [841, 839, 769] +Triangle: [1336, 1337, 844] +Triangle: [845, 843, 846] +Triangle: [849, 828, 825] +Triangle: [796, 795, 822] +Triangle: [825, 796, 850] +Triangle: [851, 852, 853] +Triangle: [854, 849, 848] +Triangle: [852, 851, 855] +Triangle: [848, 850, 855] +Triangle: [850, 822, 857] +Triangle: [858, 856, 855] +Triangle: [822, 823, 859] +Triangle: [847, 858, 857] +Triangle: [847, 846, 860] +Triangle: [862, 821, 820] +Triangle: [823, 824, 863] +Triangle: [845, 847, 863] +Triangle: [863, 824, 865] +Triangle: [1333, 866, 862] +Triangle: [869, 870, 840] +Triangle: [814, 806, 871] +Triangle: [832, 838, 870] +Triangle: [806, 805, 872] +Triangle: [761, 832, 871] +Triangle: [872, 805, 757] +Triangle: [758, 761, 872] +Triangle: [756, 709, 705] +Triangle: [757, 756, 874] +Triangle: [57, 758, 873] +Triangle: [706, 23, 35] +Triangle: [875, 35, 64] +Triangle: [121, 115, 44] +Triangle: [875, 874, 756] +Triangle: [803, 802, 877] +Triangle: [1331, 1332, 862] +Triangle: [785, 880, 881] +Triangle: [794, 803, 878] +Triangle: [1329, 1330, 883] +Triangle: [781, 782, 886] +Triangle: [782, 789, 793] +Triangle: [887, 793, 794] +Triangle: [1329, 884, 881] +Triangle: [880, 785, 784] +Triangle: [1328, 881, 880] +Triangle: [793, 887, 889] +Triangle: [890, 885, 886] +Triangle: [1342, 880, 888] +Triangle: [888, 784, 891] +Triangle: [890, 893, 894] +Triangle: [837, 830, 895] +Triangle: [829, 781, 885] +Triangle: [896, 844, 1337] +Triangle: [891, 897, 898] +Triangle: [895, 831, 894] +Triangle: [770, 895, 899] +Triangle: [1338, 1339, 898] +Triangle: [900, 896, 898] +Triangle: [1341, 888, 892] +Triangle: [892, 898, 1339] +Triangle: [901, 1334, 1335] +Triangle: [902, 1335, 1336] +Triangle: [845, 864, 901] +Triangle: [843, 844, 903] +Triangle: [844, 896, 900] +Triangle: [904, 900, 897] +Triangle: [860, 903, 900] +Triangle: [858, 860, 906] +Triangle: [860, 904, 907] +Triangle: [852, 856, 906] +Triangle: [853, 852, 908] +Triangle: [908, 906, 907] +Triangle: [910, 911, 909] +Triangle: [913, 911, 914] +Triangle: [915, 916, 913] +Triangle: [786, 785, 879] +Triangle: [879, 881, 884] +Triangle: [815, 884, 883] +Triangle: [786, 817, 919] +Triangle: [919, 817, 800] +Triangle: [799, 797, 826] +Triangle: [919, 799, 920] +Triangle: [922, 920, 826] +Triangle: [923, 924, 921] +Triangle: [925, 921, 920] +Triangle: [926, 783, 786] +Triangle: [904, 905, 927] +Triangle: [905, 928, 929] +Triangle: [914, 910, 907] +Triangle: [930, 931, 916] +Triangle: [924, 923, 931] +Triangle: [783, 926, 929] +Triangle: [928, 905, 897] +Triangle: [928, 891, 784] +Triangle: [932, 853, 909] +Triangle: [909, 911, 934] +Triangle: [935, 934, 911] +Triangle: [935, 913, 916] +Triangle: [936, 916, 931] +Triangle: [937, 931, 923] +Triangle: [938, 923, 925] +Triangle: [939, 925, 922] +Triangle: [922, 827, 941] +Triangle: [941, 827, 828] +Triangle: [942, 828, 849] +Triangle: [849, 854, 944] +Triangle: [854, 853, 932] +Triangle: [945, 944, 932] +Triangle: [947, 943, 944] +Triangle: [945, 948, 949] +Triangle: [950, 942, 943] +Triangle: [947, 949, 951] +Triangle: [952, 941, 942] +Triangle: [950, 951, 953] +Triangle: [954, 940, 941] +Triangle: [954, 952, 953] +Triangle: [956, 939, 940] +Triangle: [954, 955, 957] +Triangle: [958, 938, 939] +Triangle: [956, 957, 959] +Triangle: [960, 937, 938] +Triangle: [958, 959, 961] +Triangle: [962, 936, 937] +Triangle: [960, 961, 963] +Triangle: [964, 935, 936] +Triangle: [934, 935, 964] +Triangle: [966, 933, 934] +Triangle: [946, 932, 933] +Triangle: [948, 945, 946] +Triangle: [967, 946, 966] +Triangle: [965, 964, 969] +Triangle: [962, 963, 971] +Triangle: [972, 970, 969] +Triangle: [966, 965, 970] +Triangle: [747, 726, 727] +Triangle: [748, 747, 973] +Triangle: [975, 744, 731] +Triangle: [976, 754, 748] +Triangle: [977, 975, 976] +Triangle: [948, 978, 979] +Triangle: [949, 979, 980] +Triangle: [953, 951, 980] +Triangle: [955, 953, 981] +Triangle: [957, 955, 982] +Triangle: [959, 957, 983] +Triangle: [959, 984, 985] +Triangle: [961, 985, 986] +Triangle: [948, 967, 987] +Triangle: [967, 968, 988] +Triangle: [963, 986, 989] +Triangle: [972, 971, 989] +Triangle: [972, 990, 988] +Triangle: [723, 992, 993] +Triangle: [727, 724, 993] +Triangle: [735, 734, 995] +Triangle: [738, 735, 996] +Triangle: [738, 997, 998] +Triangle: [743, 999, 992] +Triangle: [741, 998, 999] +Triangle: [744, 1000, 995] +Triangle: [727, 994, 1001] +Triangle: [975, 1002, 1000] +Triangle: [977, 1003, 1002] +Triangle: [977, 973, 1001] +Triangle: [368, 273, 369] +Triangle: [267, 273, 368] +Triangle: [814, 868, 867] +Triangle: [868, 814, 870] +Triangle: [866, 1333, 1334] +Triangle: [901, 864, 865] +Triangle: [824, 821, 862] +Triangle: [620, 622, 627] +Triangle: [625, 514, 517] +Triangle: [512, 536, 535] +Triangle: [632, 1346, 1347] +Triangle: [453, 451, 495] +Triangle: [575, 457, 495] +Triangle: [575, 573, 584] +Triangle: [804, 809, 812] +Triangle: [1330, 1331, 861] +Triangle: [917, 883, 861] +Triangle: [820, 819, 816] +Triangle: [800, 816, 819] +Triangle: [810, 808, 812] +Triangle: [807, 801, 812] +Triangle: [813, 802, 801] +Triangle: [802, 813, 867] +Triangle: [930, 929, 926] +Triangle: [918, 921, 924] +Triangle: [929, 930, 915] +Triangle: [345, 364, 365] +Triangle: [298, 322, 364] +Triangle: [273, 274, 298] +Triangle: [292, 312, 559] +Triangle: [312, 292, 290] +Triangle: [312, 314, 376] +Triangle: [337, 371, 370] +Triangle: [365, 322, 321] +Triangle: [344, 340, 339] +Triangle: [367, 366, 272] +Triangle: [553, 235, 231] +Triangle: [172, 170, 156] +Triangle: [173, 172, 171] +Triangle: [133, 119, 117] +Triangle: [148, 154, 548] +Triangle: [637, 476, 486] +Triangle: [643, 498, 499] +Triangle: [640, 486, 498] +Triangle: [477, 476, 637] +Triangle: [518, 1344, 1345] +Triangle: [633, 632, 520] +Triangle: [515, 511, 509] +Triangle: [512, 511, 515] +Triangle: [536, 512, 514] +Triangle: [530, 536, 625] +Triangle: [525, 585, 583] +Triangle: [526, 525, 567] +Triangle: [524, 523, 472] +Triangle: [121, 65, 75] +Triangle: [68, 71, 122] +Triangle: [876, 64, 65] +Triangle: [43, 875, 876] +Triangle: [484, 480, 719] +Triangle: [482, 479, 480] +Triangle: [169, 170, 174] +Triangle: [538, 169, 229] +Triangle: [152, 151, 168] +Triangle: [338, 343, 346] +Triangle: [68, 76, 104] +Triangle: [66, 67, 77] +Triangle: [74, 77, 80] +Triangle: [83, 104, 76] +Triangle: [105, 104, 83] +Triangle: [1005, 105, 107] +Triangle: [85, 1006, 1005] +Triangle: [1006, 85, 94] +Triangle: [106, 105, 1005] +Triangle: [1006, 108, 113] +Triangle: [1007, 109, 108] +Triangle: [157, 541, 543] +Triangle: [548, 547, 551] +Triangle: [146, 548, 132] +Triangle: [131, 130, 147] +Triangle: [1008, 1009, 1010] +Triangle: [1016, 1017, 1018] +Triangle: [1019, 1020, 1021] +Triangle: [1021, 1023, 1024] +Triangle: [1025, 1026, 1024] +Triangle: [1025, 1027, 1028] +Triangle: [1028, 1027, 1029] +Triangle: [1032, 1033, 1034] +Triangle: [1038, 1039, 1040] +Triangle: [1031, 1034, 1010] +Triangle: [1034, 1037, 1012] +Triangle: [1037, 1038, 1016] +Triangle: [1016, 1038, 1041] +Triangle: [1042, 1043, 1017] +Triangle: [1044, 1031, 1009] +Triangle: [1014, 1011, 1010] +Triangle: [1016, 1015, 1013] +Triangle: [1034, 1033, 1035] +Triangle: [1036, 1039, 1038] +Triangle: [1044, 1045, 1020] +Triangle: [1021, 1020, 1008] +Triangle: [1011, 1014, 1023] +Triangle: [1023, 1014, 1013] +Triangle: [1025, 1013, 1015] +Triangle: [1027, 1015, 1018] +Triangle: [1030, 1029, 1043] +Triangle: [1032, 1019, 1022] +Triangle: [1033, 1022, 1024] +Triangle: [1035, 1024, 1026] +Triangle: [1026, 1028, 1039] +Triangle: [1040, 1039, 1028] +Triangle: [1046, 1047, 1048] +Triangle: [1047, 1050, 1051] +Triangle: [1052, 1053, 1051] +Triangle: [1054, 1055, 1053] +Triangle: [1054, 1056, 1057] +Triangle: [1056, 1058, 1059] +Triangle: [1058, 1060, 1061] +Triangle: [1062, 1063, 1061] +Triangle: [1046, 1049, 1063] +Triangle: [1084, 1085, 1086] +Triangle: [1088, 1084, 1087] +Triangle: [1090, 1088, 1089] +Triangle: [1090, 1091, 1093] +Triangle: [1092, 1093, 1095] +Triangle: [1096, 1094, 1095] +Triangle: [1098, 1096, 1097] +Triangle: [1098, 1099, 1101] +Triangle: [1100, 1101, 1086] +Triangle: [1065, 1064, 1047] +Triangle: [1064, 1067, 1050] +Triangle: [1050, 1067, 1068] +Triangle: [1052, 1068, 1069] +Triangle: [1069, 1070, 1056] +Triangle: [1070, 1071, 1058] +Triangle: [1071, 1072, 1060] +Triangle: [1060, 1072, 1073] +Triangle: [1062, 1073, 1065] +Triangle: [1074, 1099, 1097] +Triangle: [1075, 1097, 1095] +Triangle: [1095, 1093, 1078] +Triangle: [1093, 1091, 1079] +Triangle: [1079, 1091, 1089] +Triangle: [1080, 1089, 1087] +Triangle: [1081, 1087, 1086] +Triangle: [1086, 1101, 1083] +Triangle: [1101, 1099, 1074] +Triangle: [1059, 1061, 1085] +Triangle: [1057, 1059, 1084] +Triangle: [1055, 1057, 1088] +Triangle: [1055, 1090, 1092] +Triangle: [1053, 1092, 1094] +Triangle: [1048, 1051, 1094] +Triangle: [1049, 1048, 1096] +Triangle: [1049, 1098, 1100] +Triangle: [1063, 1100, 1085] +Triangle: [1103, 1104, 1105] +Triangle: [1106, 1104, 1107] +Triangle: [1108, 1107, 1109] +Triangle: [1114, 1115, 1109] +Triangle: [1114, 1107, 1104] +Triangle: [1116, 1104, 1103] +Triangle: [1103, 1102, 1119] +Triangle: [1117, 1103, 1118] +Triangle: [1121, 1116, 1117] +Triangle: [1122, 1114, 1116] +Triangle: [1112, 1111, 1124] +Triangle: [1127, 1119, 1102] +Triangle: [1128, 1127, 1105] +Triangle: [1121, 1120, 1118] +Triangle: [1118, 1119, 1127] +Triangle: [1130, 1128, 1106] +Triangle: [1131, 1129, 1128] +Triangle: [1122, 1121, 1129] +Triangle: [1132, 1130, 1108] +Triangle: [1131, 1130, 1132] +Triangle: [1134, 1132, 1110] +Triangle: [1135, 1112, 1123] +Triangle: [1115, 1114, 1122] +Triangle: [1136, 1122, 1131] +Triangle: [1133, 1132, 1134] +Triangle: [1138, 1135, 1110] +Triangle: [1139, 1136, 1133] +Triangle: [1123, 1125, 1137] +Triangle: [1138, 1113, 1112] +Triangle: [1140, 1126, 1124] +Triangle: [1109, 1115, 1141] +Triangle: [1113, 1138, 1142] +Triangle: [1125, 1126, 1143] +Triangle: [1115, 1136, 1139] +Triangle: [1126, 1140, 1142] +Triangle: [1141, 1139, 1143] +Triangle: [1145, 1146, 1147] +Triangle: [1144, 1149, 1150] +Triangle: [1151, 1145, 1150] +Triangle: [1151, 1152, 1154] +Triangle: [1155, 1156, 1157] +Triangle: [1151, 1153, 1159] +Triangle: [1146, 1145, 1151] +Triangle: [1155, 1158, 1162] +Triangle: [1160, 1159, 1163] +Triangle: [1165, 1146, 1160] +Triangle: [1166, 1147, 1146] +Triangle: [1147, 1166, 1167] +Triangle: [1149, 1148, 1167] +Triangle: [1156, 1154, 1170] +Triangle: [1154, 1152, 1171] +Triangle: [1173, 1170, 1171] +Triangle: [1164, 1163, 1173] +Triangle: [1150, 1149, 1168] +Triangle: [1168, 1169, 1175] +Triangle: [1152, 1150, 1174] +Triangle: [1172, 1171, 1174] +Triangle: [1165, 1164, 1172] +Triangle: [1166, 1165, 1175] +Triangle: [1162, 1158, 1157] +Triangle: [1170, 1173, 1176] +Triangle: [1176, 1173, 1163] +Triangle: [1178, 1179, 1162] +Triangle: [1177, 1163, 1159] +Triangle: [1161, 1162, 1179] +Triangle: [1182, 1153, 1154] +Triangle: [1181, 1179, 1178] +Triangle: [1180, 1159, 1153] +Triangle: [1161, 1181, 1183] +Triangle: [1156, 1155, 1161] +Triangle: [1183, 1178, 1177] +Triangle: [1185, 1186, 1187] +Triangle: [1188, 1185, 1184] +Triangle: [1186, 1185, 1188] +Triangle: [1187, 1186, 1190] +Triangle: [1192, 1193, 1194] +Triangle: [1197, 1193, 1192] +Triangle: [1192, 1195, 1198] +Triangle: [1200, 1187, 1191] +Triangle: [1201, 1194, 1193] +Triangle: [1199, 1190, 1188] +Triangle: [1187, 1200, 1207] +Triangle: [1204, 1189, 1184] +Triangle: [1204, 1207, 1209] +Triangle: [1210, 1195, 1194] +Triangle: [1210, 1205, 1206] +Triangle: [1202, 1197, 1196] +Triangle: [1209, 1208, 1213] +Triangle: [1198, 1210, 1211] +Triangle: [1214, 1200, 1199] +Triangle: [1213, 1208, 1214] +Triangle: [1203, 1202, 1212] +Triangle: [1215, 1212, 1198] +Triangle: [1216, 1217, 1218] +Triangle: [1222, 1220, 1223] +Triangle: [1228, 1229, 1230] +Triangle: [1231, 1232, 1218] +Triangle: [1223, 1220, 1234] +Triangle: [1230, 1237, 1238] +Triangle: [1243, 1244, 1245] +Triangle: [1247, 1248, 1249] +Triangle: [1252, 1242, 1245] +Triangle: [1247, 1246, 1254] +Triangle: [1241, 1240, 1257] +Triangle: [1244, 1243, 1259] +Triangle: [1249, 1248, 1261] +Triangle: [1249, 1262, 1263] +Triangle: [1251, 1265, 1264] +Triangle: [1266, 1252, 1253] +Triangle: [1254, 1268, 1269] +Triangle: [1254, 1250, 1270] +Triangle: [1217, 1256, 1264] +Triangle: [1217, 1216, 1257] +Triangle: [1216, 1221, 1258] +Triangle: [1260, 1259, 1222] +Triangle: [1261, 1229, 1228] +Triangle: [1262, 1228, 1227] +Triangle: [1236, 1238, 1268] +Triangle: [1231, 1264, 1265] +Triangle: [1234, 1266, 1267] +Triangle: [1269, 1268, 1238] +Triangle: [1270, 1271, 1226] +Triangle: [1226, 1271, 1263] +Triangle: [1234, 1220, 1232] +Triangle: [1233, 1265, 1266] +Triangle: [1252, 1266, 1265] +Triangle: [1242, 1252, 1251] +Triangle: [1242, 1239, 1241] +Triangle: [1243, 1241, 1258] +Triangle: [1221, 1222, 1259] +Triangle: [1222, 1221, 1219] +Triangle: [1272, 1273, 1224] +Triangle: [1224, 1273, 1274] +Triangle: [1275, 1244, 1260] +Triangle: [1276, 1245, 1244] +Triangle: [1253, 1245, 1276] +Triangle: [1267, 1253, 1277] +Triangle: [1235, 1267, 1278] +Triangle: [1272, 1223, 1235] +Triangle: [1280, 1281, 1273] +Triangle: [1274, 1273, 1281] +Triangle: [1283, 1275, 1274] +Triangle: [1284, 1276, 1275] +Triangle: [1277, 1276, 1284] +Triangle: [1278, 1277, 1285] +Triangle: [1278, 1286, 1287] +Triangle: [1280, 1272, 1279] +Triangle: [1281, 1280, 1288] +Triangle: [1282, 1281, 1289] +Triangle: [1291, 1283, 1282] +Triangle: [1283, 1291, 1292] +Triangle: [1285, 1284, 1292] +Triangle: [1286, 1285, 1293] +Triangle: [1295, 1287, 1286] +Triangle: [1288, 1280, 1287] +Triangle: [1289, 1288, 1296] +Triangle: [1298, 1290, 1289] +Triangle: [1299, 1291, 1290] +Triangle: [1291, 1299, 1300] +Triangle: [1293, 1292, 1300] +Triangle: [1294, 1293, 1301] +Triangle: [1295, 1294, 1302] +Triangle: [1296, 1288, 1295] +Triangle: [1297, 1296, 1304] +Triangle: [1298, 1297, 1305] +Triangle: [1307, 1299, 1298] +Triangle: [1299, 1307, 1308] +Triangle: [1301, 1300, 1308] +Triangle: [1302, 1301, 1309] +Triangle: [1311, 1303, 1302] +Triangle: [1304, 1296, 1303] +Triangle: [1312, 1313, 1305] +Triangle: [1306, 1305, 1313] +Triangle: [1307, 1306, 1314] +Triangle: [1316, 1308, 1307] +Triangle: [1308, 1316, 1317] +Triangle: [1310, 1309, 1317] +Triangle: [1311, 1310, 1318] +Triangle: [1312, 1304, 1311] +Triangle: [1312, 1320, 1321] +Triangle: [1322, 1314, 1313] +Triangle: [1323, 1315, 1314] +Triangle: [1316, 1315, 1323] +Triangle: [1317, 1316, 1324] +Triangle: [1318, 1317, 1325] +Triangle: [1327, 1319, 1318] +Triangle: [1320, 1312, 1319] +Triangle: [1321, 1320, 1230] +Triangle: [1322, 1321, 1229] +Triangle: [1322, 1261, 1248] +Triangle: [1323, 1248, 1247] +Triangle: [1325, 1324, 1247] +Triangle: [1255, 1269, 1326] +Triangle: [1237, 1327, 1326] +Triangle: [1230, 1320, 1327] +Triangle: [887, 882, 1329] +Triangle: [882, 878, 1330] +Triangle: [1331, 1330, 878] +Triangle: [877, 867, 1332] +Triangle: [868, 1333, 1332] +Triangle: [1333, 868, 869] +Triangle: [1334, 869, 842] +Triangle: [1335, 842, 841] +Triangle: [1336, 841, 768] +Triangle: [1338, 1337, 768] +Triangle: [1339, 1338, 767] +Triangle: [1340, 1339, 899] +Triangle: [890, 1341, 1340] +Triangle: [889, 1342, 1341] +Triangle: [887, 1328, 1342] +Triangle: [1343, 474, 477] +Triangle: [1344, 477, 634] +Triangle: [1345, 634, 635] +Triangle: [1346, 635, 616] +Triangle: [615, 1348, 1347] +Triangle: [1348, 615, 578] +Triangle: [1350, 1349, 578] +Triangle: [569, 1351, 1350] +Triangle: [505, 1353, 1352] +Triangle: [1354, 1353, 505] +Triangle: [1355, 1354, 503] +Triangle: [1355, 566, 583] +Triangle: [572, 1357, 1356] +Triangle: [568, 1351, 1358] +Triangle: [1357, 1358, 569] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.020336 + Group: 'mixamorig:Spine1', Weight: 0.400016 + Group: 'mixamorig:Spine2', Weight: 0.579648 +Vertex 1: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.005677 + Group: 'mixamorig:Spine1', Weight: 0.271054 + Group: 'mixamorig:Spine2', Weight: 0.723269 +Vertex 2: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004550 + Group: 'mixamorig:Spine1', Weight: 0.289792 + Group: 'mixamorig:Spine2', Weight: 0.705659 +Vertex 3: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.017053 + Group: 'mixamorig:Spine1', Weight: 0.405698 + Group: 'mixamorig:Spine2', Weight: 0.577249 +Vertex 4: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.036891 + Group: 'mixamorig:Spine1', Weight: 0.458997 + Group: 'mixamorig:Spine2', Weight: 0.504111 +Vertex 5: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.007548 + Group: 'mixamorig:Spine1', Weight: 0.273098 + Group: 'mixamorig:Spine2', Weight: 0.719355 +Vertex 6: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.029418 + Group: 'mixamorig:Spine1', Weight: 0.419092 + Group: 'mixamorig:Spine2', Weight: 0.534300 + Group: 'mixamorig:LeftShoulder', Weight: 0.017190 +Vertex 7: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.007543 + Group: 'mixamorig:Spine1', Weight: 0.260232 + Group: 'mixamorig:Spine2', Weight: 0.728028 + Group: 'mixamorig:LeftShoulder', Weight: 0.004197 +Vertex 8: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.029331 + Group: 'mixamorig:Spine1', Weight: 0.437370 + Group: 'mixamorig:Spine2', Weight: 0.437317 + Group: 'mixamorig:LeftShoulder', Weight: 0.093013 + Group: 'mixamorig:LeftArm', Weight: 0.002969 +Vertex 9: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.275330 + Group: 'mixamorig:Spine2', Weight: 0.589023 + Group: 'mixamorig:LeftShoulder', Weight: 0.130089 + Group: 'mixamorig:LeftArm', Weight: 0.005558 +Vertex 10: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004243 + Group: 'mixamorig:Spine1', Weight: 0.287376 + Group: 'mixamorig:Spine2', Weight: 0.708381 +Vertex 11: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.108450 + Group: 'mixamorig:Spine2', Weight: 0.891550 +Vertex 12: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.061291 + Group: 'mixamorig:Spine2', Weight: 0.938709 +Vertex 13: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.032128 + Group: 'mixamorig:Spine2', Weight: 0.967872 +Vertex 14: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.036198 + Group: 'mixamorig:Spine2', Weight: 0.963802 +Vertex 15: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.944651 + Group: 'mixamorig:Neck', Weight: 0.048591 + Group: 'mixamorig:Head', Weight: 0.006757 +Vertex 16: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.664055 + Group: 'mixamorig:Neck', Weight: 0.205878 + Group: 'mixamorig:Head', Weight: 0.130067 +Vertex 17: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.830522 + Group: 'mixamorig:Neck', Weight: 0.132256 + Group: 'mixamorig:Head', Weight: 0.037222 +Vertex 18: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 19: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 20: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 21: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.894847 + Group: 'mixamorig:Neck', Weight: 0.039261 + Group: 'mixamorig:Head', Weight: 0.023379 + Group: 'mixamorig:LeftShoulder', Weight: 0.042513 +Vertex 22: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.730996 + Group: 'mixamorig:Neck', Weight: 0.148854 + Group: 'mixamorig:Head', Weight: 0.119657 + Group: 'mixamorig:LeftShoulder', Weight: 0.000493 +Vertex 23: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.128940 + Group: 'mixamorig:Spine2', Weight: 0.692091 + Group: 'mixamorig:LeftShoulder', Weight: 0.168989 + Group: 'mixamorig:LeftArm', Weight: 0.009979 +Vertex 24: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.335246 + Group: 'mixamorig:Neck', Weight: 0.302821 + Group: 'mixamorig:Head', Weight: 0.361933 +Vertex 25: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.354209 + Group: 'mixamorig:Neck', Weight: 0.286389 + Group: 'mixamorig:Head', Weight: 0.359402 +Vertex 26: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.464752 + Group: 'mixamorig:Neck', Weight: 0.261185 + Group: 'mixamorig:Head', Weight: 0.274063 +Vertex 27: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.482421 + Group: 'mixamorig:Neck', Weight: 0.268145 + Group: 'mixamorig:Head', Weight: 0.249434 +Vertex 28: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.389562 + Group: 'mixamorig:Neck', Weight: 0.294210 + Group: 'mixamorig:Head', Weight: 0.316228 +Vertex 29: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.534936 + Group: 'mixamorig:Neck', Weight: 0.260722 + Group: 'mixamorig:Head', Weight: 0.204342 +Vertex 30: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.550817 + Group: 'mixamorig:Neck', Weight: 0.263549 + Group: 'mixamorig:Head', Weight: 0.185634 +Vertex 31: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.391868 + Group: 'mixamorig:Neck', Weight: 0.310907 + Group: 'mixamorig:Head', Weight: 0.297225 +Vertex 32: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.560720 + Group: 'mixamorig:Neck', Weight: 0.251707 + Group: 'mixamorig:Head', Weight: 0.187573 +Vertex 33: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.595265 + Group: 'mixamorig:Neck', Weight: 0.248493 + Group: 'mixamorig:Head', Weight: 0.156242 +Vertex 34: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.519515 + Group: 'mixamorig:Neck', Weight: 0.257227 + Group: 'mixamorig:Head', Weight: 0.223258 +Vertex 35: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.001083 + Group: 'mixamorig:Spine1', Weight: 0.283800 + Group: 'mixamorig:Spine2', Weight: 0.564601 + Group: 'mixamorig:LeftShoulder', Weight: 0.143594 + Group: 'mixamorig:LeftArm', Weight: 0.006922 +Vertex 36: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.327095 + Group: 'mixamorig:Spine2', Weight: 0.260421 + Group: 'mixamorig:LeftShoulder', Weight: 0.314326 + Group: 'mixamorig:LeftArm', Weight: 0.098159 +Vertex 37: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.365840 + Group: 'mixamorig:Spine2', Weight: 0.333850 + Group: 'mixamorig:LeftShoulder', Weight: 0.245180 + Group: 'mixamorig:LeftArm', Weight: 0.055130 +Vertex 38: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.166970 + Group: 'mixamorig:Spine2', Weight: 0.409776 + Group: 'mixamorig:LeftShoulder', Weight: 0.296934 + Group: 'mixamorig:LeftArm', Weight: 0.126320 +Vertex 39: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.124593 + Group: 'mixamorig:Spine2', Weight: 0.289881 + Group: 'mixamorig:LeftShoulder', Weight: 0.356142 + Group: 'mixamorig:LeftArm', Weight: 0.229384 +Vertex 40: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.172552 + Group: 'mixamorig:Spine2', Weight: 0.196328 + Group: 'mixamorig:LeftShoulder', Weight: 0.380185 + Group: 'mixamorig:LeftArm', Weight: 0.250935 +Vertex 41: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.275057 + Group: 'mixamorig:Spine2', Weight: 0.136790 + Group: 'mixamorig:LeftShoulder', Weight: 0.396094 + Group: 'mixamorig:LeftArm', Weight: 0.192059 +Vertex 42: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.449841 + Group: 'mixamorig:Spine2', Weight: 0.150005 + Group: 'mixamorig:LeftShoulder', Weight: 0.325433 + Group: 'mixamorig:LeftArm', Weight: 0.074721 +Vertex 43: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.314183 + Group: 'mixamorig:Spine2', Weight: 0.130093 + Group: 'mixamorig:LeftShoulder', Weight: 0.404811 + Group: 'mixamorig:LeftArm', Weight: 0.150914 +Vertex 44: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.537041 + Group: 'mixamorig:Spine2', Weight: 0.123977 + Group: 'mixamorig:LeftShoulder', Weight: 0.289788 + Group: 'mixamorig:LeftArm', Weight: 0.049194 +Vertex 45: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.447513 + Group: 'mixamorig:LeftShoulder', Weight: 0.367577 + Group: 'mixamorig:LeftArm', Weight: 0.184910 +Vertex 46: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.375019 + Group: 'mixamorig:LeftShoulder', Weight: 0.438801 + Group: 'mixamorig:LeftArm', Weight: 0.186180 +Vertex 47: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.157288 + Group: 'mixamorig:LeftShoulder', Weight: 0.463934 + Group: 'mixamorig:LeftArm', Weight: 0.378778 +Vertex 48: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.183093 + Group: 'mixamorig:LeftShoulder', Weight: 0.390161 + Group: 'mixamorig:LeftArm', Weight: 0.426746 +Vertex 49: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.018839 + Group: 'mixamorig:Spine2', Weight: 0.482529 + Group: 'mixamorig:LeftShoulder', Weight: 0.316724 + Group: 'mixamorig:LeftArm', Weight: 0.181908 +Vertex 50: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.015504 + Group: 'mixamorig:Spine2', Weight: 0.254227 + Group: 'mixamorig:LeftShoulder', Weight: 0.370975 + Group: 'mixamorig:LeftArm', Weight: 0.359294 +Vertex 51: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.073201 + Group: 'mixamorig:LeftShoulder', Weight: 0.392377 + Group: 'mixamorig:LeftArm', Weight: 0.534422 +Vertex 52: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.072915 + Group: 'mixamorig:LeftShoulder', Weight: 0.340372 + Group: 'mixamorig:LeftArm', Weight: 0.586713 +Vertex 53: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.000818 + Group: 'mixamorig:Spine2', Weight: 0.082629 + Group: 'mixamorig:LeftShoulder', Weight: 0.336201 + Group: 'mixamorig:LeftArm', Weight: 0.580352 +Vertex 54: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.013653 + Group: 'mixamorig:Spine2', Weight: 0.085742 + Group: 'mixamorig:LeftShoulder', Weight: 0.351028 + Group: 'mixamorig:LeftArm', Weight: 0.549577 +Vertex 55: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.018378 + Group: 'mixamorig:Spine2', Weight: 0.065534 + Group: 'mixamorig:LeftShoulder', Weight: 0.354623 + Group: 'mixamorig:LeftArm', Weight: 0.561464 +Vertex 56: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.061445 + Group: 'mixamorig:Spine2', Weight: 0.052079 + Group: 'mixamorig:LeftShoulder', Weight: 0.394126 + Group: 'mixamorig:LeftArm', Weight: 0.492350 +Vertex 57: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.100779 + Group: 'mixamorig:Spine2', Weight: 0.058050 + Group: 'mixamorig:LeftShoulder', Weight: 0.455310 + Group: 'mixamorig:LeftArm', Weight: 0.385862 +Vertex 58: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.642686 + Group: 'mixamorig:LeftShoulder', Weight: 0.285877 + Group: 'mixamorig:LeftArm', Weight: 0.071437 +Vertex 59: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.693120 + Group: 'mixamorig:LeftShoulder', Weight: 0.239732 + Group: 'mixamorig:LeftArm', Weight: 0.067149 +Vertex 60: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.019773 + Group: 'mixamorig:Spine1', Weight: 0.419311 + Group: 'mixamorig:Spine2', Weight: 0.560915 +Vertex 61: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.021780 + Group: 'mixamorig:Spine1', Weight: 0.409341 + Group: 'mixamorig:Spine2', Weight: 0.568878 +Vertex 62: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.043208 + Group: 'mixamorig:Spine1', Weight: 0.474333 + Group: 'mixamorig:Spine2', Weight: 0.482460 +Vertex 63: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.033501 + Group: 'mixamorig:Spine1', Weight: 0.432147 + Group: 'mixamorig:Spine2', Weight: 0.517227 + Group: 'mixamorig:LeftShoulder', Weight: 0.017124 +Vertex 64: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.036688 + Group: 'mixamorig:Spine1', Weight: 0.461893 + Group: 'mixamorig:Spine2', Weight: 0.400865 + Group: 'mixamorig:LeftShoulder', Weight: 0.096880 + Group: 'mixamorig:LeftArm', Weight: 0.003675 +Vertex 65: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.167190 + Group: 'mixamorig:Spine1', Weight: 0.575206 + Group: 'mixamorig:Spine2', Weight: 0.213404 + Group: 'mixamorig:LeftShoulder', Weight: 0.044200 +Vertex 66: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.132770 + Group: 'mixamorig:Spine1', Weight: 0.549697 + Group: 'mixamorig:Spine2', Weight: 0.312169 + Group: 'mixamorig:LeftShoulder', Weight: 0.005364 +Vertex 67: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.120309 + Group: 'mixamorig:Spine1', Weight: 0.561669 + Group: 'mixamorig:Spine2', Weight: 0.318021 +Vertex 68: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.007944 + Group: 'mixamorig:Spine', Weight: 0.795826 + Group: 'mixamorig:Spine1', Weight: 0.195962 + Group: 'mixamorig:Spine2', Weight: 0.000269 +Vertex 69: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.836841 + Group: 'mixamorig:Spine', Weight: 0.163159 +Vertex 70: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.783743 + Group: 'mixamorig:Spine', Weight: 0.216257 +Vertex 71: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.036430 + Group: 'mixamorig:Spine', Weight: 0.795656 + Group: 'mixamorig:Spine1', Weight: 0.167886 + Group: 'mixamorig:Spine2', Weight: 0.000027 +Vertex 72: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.127445 + Group: 'mixamorig:Spine1', Weight: 0.618561 + Group: 'mixamorig:Spine2', Weight: 0.253995 +Vertex 73: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.099067 + Group: 'mixamorig:Spine1', Weight: 0.581185 + Group: 'mixamorig:Spine2', Weight: 0.319749 +Vertex 74: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000002 + Group: 'mixamorig:Spine', Weight: 0.453840 + Group: 'mixamorig:Spine1', Weight: 0.490548 + Group: 'mixamorig:Spine2', Weight: 0.055610 +Vertex 75: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000004 + Group: 'mixamorig:Spine', Weight: 0.506889 + Group: 'mixamorig:Spine1', Weight: 0.461348 + Group: 'mixamorig:Spine2', Weight: 0.031760 +Vertex 76: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.010978 + Group: 'mixamorig:Spine', Weight: 0.759174 + Group: 'mixamorig:Spine1', Weight: 0.228649 + Group: 'mixamorig:Spine2', Weight: 0.001200 +Vertex 77: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000001 + Group: 'mixamorig:Spine', Weight: 0.422472 + Group: 'mixamorig:Spine1', Weight: 0.514417 + Group: 'mixamorig:Spine2', Weight: 0.063110 +Vertex 78: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000001 + Group: 'mixamorig:Spine', Weight: 0.432680 + Group: 'mixamorig:Spine1', Weight: 0.523210 + Group: 'mixamorig:Spine2', Weight: 0.044109 +Vertex 79: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000003 + Group: 'mixamorig:Spine', Weight: 0.452858 + Group: 'mixamorig:Spine1', Weight: 0.518276 + Group: 'mixamorig:Spine2', Weight: 0.028862 +Vertex 80: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.035316 + Group: 'mixamorig:Spine', Weight: 0.724812 + Group: 'mixamorig:Spine1', Weight: 0.238072 + Group: 'mixamorig:Spine2', Weight: 0.001801 +Vertex 81: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.024215 + Group: 'mixamorig:Spine', Weight: 0.722556 + Group: 'mixamorig:Spine1', Weight: 0.251638 + Group: 'mixamorig:Spine2', Weight: 0.001590 +Vertex 82: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.009521 + Group: 'mixamorig:Spine', Weight: 0.722227 + Group: 'mixamorig:Spine1', Weight: 0.266847 + Group: 'mixamorig:Spine2', Weight: 0.001406 +Vertex 83: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.898076 + Group: 'mixamorig:Spine', Weight: 0.101924 +Vertex 84: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.848759 + Group: 'mixamorig:Spine', Weight: 0.151241 +Vertex 85: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.989194 + Group: 'mixamorig:LeftUpLeg', Weight: 0.010806 +Vertex 86: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 87: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 88: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.975473 + Group: 'mixamorig:LeftUpLeg', Weight: 0.024527 +Vertex 89: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 90: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 91: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.955614 + Group: 'mixamorig:LeftUpLeg', Weight: 0.044386 +Vertex 92: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.964742 + Group: 'mixamorig:LeftUpLeg', Weight: 0.035258 +Vertex 93: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 94: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.986588 + Group: 'mixamorig:LeftUpLeg', Weight: 0.013412 +Vertex 95: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.842395 + Group: 'mixamorig:Spine', Weight: 0.157605 +Vertex 96: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.020659 + Group: 'mixamorig:Spine', Weight: 0.710509 + Group: 'mixamorig:Spine1', Weight: 0.266810 + Group: 'mixamorig:Spine2', Weight: 0.002022 +Vertex 97: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.881159 + Group: 'mixamorig:Spine', Weight: 0.118841 +Vertex 98: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:Spine', Weight: 0.000000 +Vertex 99: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 100: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 101: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 102: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997208 + Group: 'mixamorig:Spine', Weight: 0.002792 +Vertex 103: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 104: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.852676 + Group: 'mixamorig:Spine', Weight: 0.147324 +Vertex 105: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 106: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 107: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 108: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 109: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 110: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 111: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 112: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.983576 + Group: 'mixamorig:Spine', Weight: 0.016424 +Vertex 113: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 114: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 115: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.156984 + Group: 'mixamorig:Spine1', Weight: 0.622120 + Group: 'mixamorig:Spine2', Weight: 0.076862 + Group: 'mixamorig:LeftShoulder', Weight: 0.128838 + Group: 'mixamorig:LeftArm', Weight: 0.015196 +Vertex 116: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.036364 + Group: 'mixamorig:Spine1', Weight: 0.604919 + Group: 'mixamorig:Spine2', Weight: 0.123425 + Group: 'mixamorig:LeftShoulder', Weight: 0.206057 + Group: 'mixamorig:LeftArm', Weight: 0.029234 +Vertex 117: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.836923 + Group: 'mixamorig:Spine', Weight: 0.163077 +Vertex 118: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997339 + Group: 'mixamorig:Spine', Weight: 0.002661 +Vertex 119: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.205711 + Group: 'mixamorig:Spine', Weight: 0.718575 + Group: 'mixamorig:Spine1', Weight: 0.075714 +Vertex 120: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000004 + Group: 'mixamorig:Spine', Weight: 0.526702 + Group: 'mixamorig:Spine1', Weight: 0.464816 + Group: 'mixamorig:Spine2', Weight: 0.008477 +Vertex 121: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.166497 + Group: 'mixamorig:Spine1', Weight: 0.607672 + Group: 'mixamorig:Spine2', Weight: 0.123893 + Group: 'mixamorig:LeftShoulder', Weight: 0.094467 + Group: 'mixamorig:LeftArm', Weight: 0.007470 +Vertex 122: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000003 + Group: 'mixamorig:Spine', Weight: 0.543261 + Group: 'mixamorig:Spine1', Weight: 0.444989 + Group: 'mixamorig:Spine2', Weight: 0.011746 +Vertex 123: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.001894 + Group: 'mixamorig:Spine', Weight: 0.732645 + Group: 'mixamorig:Spine1', Weight: 0.265023 + Group: 'mixamorig:Spine2', Weight: 0.000438 +Vertex 124: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.552016 + Group: 'mixamorig:Spine2', Weight: 0.179948 + Group: 'mixamorig:LeftShoulder', Weight: 0.231614 + Group: 'mixamorig:LeftArm', Weight: 0.036422 +Vertex 125: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.037394 + Group: 'mixamorig:Spine1', Weight: 0.552696 + Group: 'mixamorig:Spine2', Weight: 0.214976 + Group: 'mixamorig:LeftShoulder', Weight: 0.169700 + Group: 'mixamorig:LeftArm', Weight: 0.025235 +Vertex 126: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998013 + Group: 'mixamorig:Spine', Weight: 0.001987 +Vertex 127: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.791535 + Group: 'mixamorig:Spine', Weight: 0.208465 +Vertex 128: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 129: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 130: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 131: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.817056 + Group: 'mixamorig:Spine', Weight: 0.182944 +Vertex 132: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.180177 + Group: 'mixamorig:Spine', Weight: 0.702034 + Group: 'mixamorig:Spine1', Weight: 0.117789 +Vertex 133: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.266079 + Group: 'mixamorig:Spine', Weight: 0.661310 + Group: 'mixamorig:Spine1', Weight: 0.072611 +Vertex 134: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.008506 + Group: 'mixamorig:Spine1', Weight: 0.395049 + Group: 'mixamorig:Spine2', Weight: 0.447564 + Group: 'mixamorig:LeftShoulder', Weight: 0.129385 + Group: 'mixamorig:LeftArm', Weight: 0.019497 +Vertex 135: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.068523 + Group: 'mixamorig:Spine1', Weight: 0.577286 + Group: 'mixamorig:Spine2', Weight: 0.261848 + Group: 'mixamorig:LeftShoulder', Weight: 0.084565 + Group: 'mixamorig:LeftArm', Weight: 0.007778 +Vertex 136: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.137478 + Group: 'mixamorig:Spine2', Weight: 0.680177 + Group: 'mixamorig:LeftShoulder', Weight: 0.150558 + Group: 'mixamorig:LeftArm', Weight: 0.031787 +Vertex 137: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.753311 + Group: 'mixamorig:LeftShoulder', Weight: 0.185942 + Group: 'mixamorig:LeftArm', Weight: 0.060747 +Vertex 138: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.915298 + Group: 'mixamorig:LeftShoulder', Weight: 0.080111 + Group: 'mixamorig:LeftArm', Weight: 0.004591 +Vertex 139: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.873309 + Group: 'mixamorig:LeftShoulder', Weight: 0.114513 + Group: 'mixamorig:LeftArm', Weight: 0.012178 +Vertex 140: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.986401 + Group: 'mixamorig:LeftShoulder', Weight: 0.013599 +Vertex 141: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.988496 + Group: 'mixamorig:LeftShoulder', Weight: 0.011504 +Vertex 142: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.968027 + Group: 'mixamorig:LeftShoulder', Weight: 0.030970 + Group: 'mixamorig:LeftArm', Weight: 0.001003 +Vertex 143: +Vertex groups: 3 + Group: 'mixamorig:Spine1', Weight: 0.053720 + Group: 'mixamorig:Spine2', Weight: 0.934441 + Group: 'mixamorig:LeftShoulder', Weight: 0.011838 +Vertex 144: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.015780 + Group: 'mixamorig:Spine1', Weight: 0.426064 + Group: 'mixamorig:Spine2', Weight: 0.527164 + Group: 'mixamorig:LeftShoulder', Weight: 0.030992 +Vertex 145: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.074222 + Group: 'mixamorig:Spine1', Weight: 0.585903 + Group: 'mixamorig:Spine2', Weight: 0.307785 + Group: 'mixamorig:LeftShoulder', Weight: 0.031758 + Group: 'mixamorig:LeftArm', Weight: 0.000331 +Vertex 146: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.807025 + Group: 'mixamorig:Spine', Weight: 0.192975 +Vertex 147: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.997660 + Group: 'mixamorig:Spine', Weight: 0.002340 +Vertex 148: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.798663 + Group: 'mixamorig:Spine', Weight: 0.201337 +Vertex 149: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 150: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 151: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.993153 + Group: 'mixamorig:Spine', Weight: 0.006847 +Vertex 152: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.887025 + Group: 'mixamorig:Spine', Weight: 0.112975 +Vertex 153: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.128465 + Group: 'mixamorig:Spine', Weight: 0.654105 + Group: 'mixamorig:Spine1', Weight: 0.216511 + Group: 'mixamorig:Spine2', Weight: 0.000920 +Vertex 154: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.091464 + Group: 'mixamorig:Spine', Weight: 0.728118 + Group: 'mixamorig:Spine1', Weight: 0.180261 + Group: 'mixamorig:Spine2', Weight: 0.000157 +Vertex 155: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.077140 + Group: 'mixamorig:Spine1', Weight: 0.599737 + Group: 'mixamorig:Spine2', Weight: 0.316457 + Group: 'mixamorig:LeftShoulder', Weight: 0.006666 +Vertex 156: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.867148 + Group: 'mixamorig:Spine', Weight: 0.132852 +Vertex 157: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.153178 + Group: 'mixamorig:Spine', Weight: 0.596673 + Group: 'mixamorig:Spine1', Weight: 0.247971 + Group: 'mixamorig:Spine2', Weight: 0.002178 +Vertex 158: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.010158 + Group: 'mixamorig:Spine1', Weight: 0.393147 + Group: 'mixamorig:Spine2', Weight: 0.596695 +Vertex 159: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.070554 + Group: 'mixamorig:Spine1', Weight: 0.597269 + Group: 'mixamorig:Spine2', Weight: 0.332177 +Vertex 160: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.093898 + Group: 'mixamorig:Spine2', Weight: 0.906102 +Vertex 161: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 162: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 163: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 164: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 165: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.167506 + Group: 'mixamorig:Spine2', Weight: 0.832494 +Vertex 166: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.008716 + Group: 'mixamorig:Spine1', Weight: 0.408618 + Group: 'mixamorig:Spine2', Weight: 0.582666 +Vertex 167: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.065274 + Group: 'mixamorig:Spine1', Weight: 0.598793 + Group: 'mixamorig:Spine2', Weight: 0.335934 +Vertex 168: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 169: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.103536 + Group: 'mixamorig:Spine', Weight: 0.619395 + Group: 'mixamorig:Spine1', Weight: 0.275257 + Group: 'mixamorig:Spine2', Weight: 0.001812 +Vertex 170: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.908014 + Group: 'mixamorig:Spine', Weight: 0.091986 +Vertex 171: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 172: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 173: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 174: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.860562 + Group: 'mixamorig:Spine', Weight: 0.139438 +Vertex 175: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 176: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 177: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 178: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 179: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000009 + Group: 'mixamorig:Spine', Weight: 0.479802 + Group: 'mixamorig:Spine1', Weight: 0.498235 + Group: 'mixamorig:Spine2', Weight: 0.021954 +Vertex 180: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.115239 + Group: 'mixamorig:Spine1', Weight: 0.830181 + Group: 'mixamorig:Spine2', Weight: 0.054580 +Vertex 181: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.017854 + Group: 'mixamorig:Spine1', Weight: 0.440890 + Group: 'mixamorig:Spine2', Weight: 0.541256 +Vertex 182: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003336 + Group: 'mixamorig:Spine1', Weight: 0.296049 + Group: 'mixamorig:Spine2', Weight: 0.700615 +Vertex 183: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 184: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 185: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.130276 + Group: 'mixamorig:Spine2', Weight: 0.869724 +Vertex 186: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.992002 + Group: 'mixamorig:RightUpLeg', Weight: 0.007998 +Vertex 187: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 188: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 189: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 190: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 191: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.891619 + Group: 'mixamorig:Spine', Weight: 0.108381 +Vertex 192: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.024769 + Group: 'mixamorig:Spine', Weight: 0.725072 + Group: 'mixamorig:Spine1', Weight: 0.248779 + Group: 'mixamorig:Spine2', Weight: 0.001379 +Vertex 193: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000011 + Group: 'mixamorig:Spine', Weight: 0.461050 + Group: 'mixamorig:Spine1', Weight: 0.494547 + Group: 'mixamorig:Spine2', Weight: 0.044392 +Vertex 194: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.078047 + Group: 'mixamorig:Spine1', Weight: 0.867875 + Group: 'mixamorig:Spine2', Weight: 0.054079 +Vertex 195: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.012525 + Group: 'mixamorig:Spine1', Weight: 0.438800 + Group: 'mixamorig:Spine2', Weight: 0.548674 +Vertex 196: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004392 + Group: 'mixamorig:Spine1', Weight: 0.325040 + Group: 'mixamorig:Spine2', Weight: 0.670567 +Vertex 197: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.135472 + Group: 'mixamorig:Spine2', Weight: 0.864528 +Vertex 198: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 199: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 200: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 201: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.789738 + Group: 'mixamorig:Neck', Weight: 0.156185 + Group: 'mixamorig:Head', Weight: 0.054076 +Vertex 202: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.997064 + Group: 'mixamorig:Neck', Weight: 0.002936 +Vertex 203: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.795425 + Group: 'mixamorig:Neck', Weight: 0.153435 + Group: 'mixamorig:Head', Weight: 0.051140 +Vertex 204: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.653238 + Group: 'mixamorig:Neck', Weight: 0.224399 + Group: 'mixamorig:Head', Weight: 0.122363 +Vertex 205: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.860736 + Group: 'mixamorig:Neck', Weight: 0.105306 + Group: 'mixamorig:Head', Weight: 0.033958 +Vertex 206: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.522182 + Group: 'mixamorig:Neck', Weight: 0.290753 + Group: 'mixamorig:Head', Weight: 0.187065 +Vertex 207: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.388842 + Group: 'mixamorig:Neck', Weight: 0.323444 + Group: 'mixamorig:Head', Weight: 0.287714 +Vertex 208: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 209: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.988721 + Group: 'mixamorig:Neck', Weight: 0.011279 +Vertex 210: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.666571 + Group: 'mixamorig:Neck', Weight: 0.192742 + Group: 'mixamorig:Head', Weight: 0.140687 +Vertex 211: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.836885 + Group: 'mixamorig:Neck', Weight: 0.076082 + Group: 'mixamorig:Head', Weight: 0.049951 + Group: 'mixamorig:RightShoulder', Weight: 0.037083 +Vertex 212: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.454532 + Group: 'mixamorig:Neck', Weight: 0.262767 + Group: 'mixamorig:Head', Weight: 0.282700 +Vertex 213: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.579615 + Group: 'mixamorig:Neck', Weight: 0.217079 + Group: 'mixamorig:Head', Weight: 0.203306 +Vertex 214: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.448271 + Group: 'mixamorig:Neck', Weight: 0.310029 + Group: 'mixamorig:Head', Weight: 0.241700 +Vertex 215: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.288904 + Group: 'mixamorig:Neck', Weight: 0.341036 + Group: 'mixamorig:Head', Weight: 0.370060 +Vertex 216: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.361489 + Group: 'mixamorig:Neck', Weight: 0.331282 + Group: 'mixamorig:Head', Weight: 0.307229 +Vertex 217: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.516770 + Group: 'mixamorig:Neck', Weight: 0.291291 + Group: 'mixamorig:Head', Weight: 0.191939 +Vertex 218: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.570099 + Group: 'mixamorig:Neck', Weight: 0.272958 + Group: 'mixamorig:Head', Weight: 0.156943 +Vertex 219: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.562178 + Group: 'mixamorig:Neck', Weight: 0.273930 + Group: 'mixamorig:Head', Weight: 0.163892 +Vertex 220: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 221: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 222: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.007585 + Group: 'mixamorig:Spine2', Weight: 0.992415 +Vertex 223: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.206306 + Group: 'mixamorig:Spine2', Weight: 0.793694 +Vertex 224: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.007513 + Group: 'mixamorig:Spine1', Weight: 0.412202 + Group: 'mixamorig:Spine2', Weight: 0.580285 +Vertex 225: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.054652 + Group: 'mixamorig:Spine1', Weight: 0.592654 + Group: 'mixamorig:Spine2', Weight: 0.352694 +Vertex 226: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 227: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 228: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.791328 + Group: 'mixamorig:Spine', Weight: 0.186491 + Group: 'mixamorig:Spine1', Weight: 0.022138 + Group: 'mixamorig:Spine2', Weight: 0.000043 +Vertex 229: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.066951 + Group: 'mixamorig:Spine', Weight: 0.650364 + Group: 'mixamorig:Spine1', Weight: 0.281857 + Group: 'mixamorig:Spine2', Weight: 0.000829 +Vertex 230: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.096009 + Group: 'mixamorig:Spine', Weight: 0.613597 + Group: 'mixamorig:Spine1', Weight: 0.288811 + Group: 'mixamorig:Spine2', Weight: 0.001582 +Vertex 231: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.006391 + Group: 'mixamorig:Spine', Weight: 0.557171 + Group: 'mixamorig:Spine1', Weight: 0.426251 + Group: 'mixamorig:Spine2', Weight: 0.010187 +Vertex 232: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.002892 + Group: 'mixamorig:Spine', Weight: 0.547161 + Group: 'mixamorig:Spine1', Weight: 0.441080 + Group: 'mixamorig:Spine2', Weight: 0.008867 +Vertex 233: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.066470 + Group: 'mixamorig:Spine1', Weight: 0.582936 + Group: 'mixamorig:Spine2', Weight: 0.350594 +Vertex 234: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000255 + Group: 'mixamorig:Spine', Weight: 0.334304 + Group: 'mixamorig:Spine1', Weight: 0.598011 + Group: 'mixamorig:Spine2', Weight: 0.067430 +Vertex 235: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000227 + Group: 'mixamorig:Spine', Weight: 0.328591 + Group: 'mixamorig:Spine1', Weight: 0.589948 + Group: 'mixamorig:Spine2', Weight: 0.081235 +Vertex 236: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.006839 + Group: 'mixamorig:Spine1', Weight: 0.399390 + Group: 'mixamorig:Spine2', Weight: 0.593772 +Vertex 237: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.191634 + Group: 'mixamorig:Spine2', Weight: 0.808366 +Vertex 238: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 239: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 240: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 241: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.983274 + Group: 'mixamorig:RightShoulder', Weight: 0.016726 +Vertex 242: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.889496 + Group: 'mixamorig:RightShoulder', Weight: 0.107412 + Group: 'mixamorig:RightArm', Weight: 0.003093 +Vertex 243: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 244: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.168420 + Group: 'mixamorig:Spine2', Weight: 0.831580 +Vertex 245: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.009186 + Group: 'mixamorig:Spine1', Weight: 0.399164 + Group: 'mixamorig:Spine2', Weight: 0.591650 +Vertex 246: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.071660 + Group: 'mixamorig:Spine1', Weight: 0.579041 + Group: 'mixamorig:Spine2', Weight: 0.349299 +Vertex 247: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.816243 + Group: 'mixamorig:Spine', Weight: 0.157676 + Group: 'mixamorig:Spine1', Weight: 0.026002 + Group: 'mixamorig:Spine2', Weight: 0.000079 +Vertex 248: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.141623 + Group: 'mixamorig:Spine', Weight: 0.608424 + Group: 'mixamorig:Spine1', Weight: 0.248902 + Group: 'mixamorig:Spine2', Weight: 0.001052 +Vertex 249: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 250: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 251: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.989050 + Group: 'mixamorig:Neck', Weight: 0.010950 +Vertex 252: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.861826 + Group: 'mixamorig:Neck', Weight: 0.048534 + Group: 'mixamorig:Head', Weight: 0.033637 + Group: 'mixamorig:RightShoulder', Weight: 0.056003 +Vertex 253: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000002 + Group: 'mixamorig:Spine', Weight: 0.431724 + Group: 'mixamorig:Spine1', Weight: 0.511161 + Group: 'mixamorig:Spine2', Weight: 0.057113 +Vertex 254: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.073924 + Group: 'mixamorig:Spine1', Weight: 0.593346 + Group: 'mixamorig:Spine2', Weight: 0.332730 +Vertex 255: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.011093 + Group: 'mixamorig:Spine', Weight: 0.735777 + Group: 'mixamorig:Spine1', Weight: 0.251330 + Group: 'mixamorig:Spine2', Weight: 0.001801 +Vertex 256: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.898140 + Group: 'mixamorig:Spine', Weight: 0.101860 +Vertex 257: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 258: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 260: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.969041 + Group: 'mixamorig:RightUpLeg', Weight: 0.030959 +Vertex 261: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.923999 + Group: 'mixamorig:RightUpLeg', Weight: 0.076001 +Vertex 262: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.075976 + Group: 'mixamorig:Spine1', Weight: 0.595037 + Group: 'mixamorig:Spine2', Weight: 0.328987 +Vertex 263: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000005 + Group: 'mixamorig:Spine', Weight: 0.406821 + Group: 'mixamorig:Spine1', Weight: 0.529003 + Group: 'mixamorig:Spine2', Weight: 0.064171 +Vertex 264: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.023610 + Group: 'mixamorig:Spine', Weight: 0.707384 + Group: 'mixamorig:Spine1', Weight: 0.266298 + Group: 'mixamorig:Spine2', Weight: 0.002708 +Vertex 265: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.880629 + Group: 'mixamorig:Spine', Weight: 0.119371 +Vertex 266: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 267: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 268: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 269: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.926153 + Group: 'mixamorig:RightUpLeg', Weight: 0.073847 +Vertex 270: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.897458 + Group: 'mixamorig:RightUpLeg', Weight: 0.102542 +Vertex 271: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.880012 + Group: 'mixamorig:RightUpLeg', Weight: 0.119988 +Vertex 272: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.907095 + Group: 'mixamorig:RightUpLeg', Weight: 0.092904 +Vertex 273: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 274: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.858198 + Group: 'mixamorig:Spine', Weight: 0.141802 +Vertex 275: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.030272 + Group: 'mixamorig:Spine', Weight: 0.693118 + Group: 'mixamorig:Spine1', Weight: 0.273003 + Group: 'mixamorig:Spine2', Weight: 0.003606 +Vertex 276: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000003 + Group: 'mixamorig:Spine', Weight: 0.388424 + Group: 'mixamorig:Spine1', Weight: 0.538414 + Group: 'mixamorig:Spine2', Weight: 0.073159 +Vertex 277: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.070929 + Group: 'mixamorig:Spine1', Weight: 0.604354 + Group: 'mixamorig:Spine2', Weight: 0.324717 +Vertex 278: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.973851 + Group: 'mixamorig:RightShoulder', Weight: 0.026149 +Vertex 279: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.158713 + Group: 'mixamorig:Spine2', Weight: 0.841287 +Vertex 280: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.161118 + Group: 'mixamorig:Spine2', Weight: 0.838882 +Vertex 281: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 282: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.848473 + Group: 'mixamorig:RightShoulder', Weight: 0.136378 + Group: 'mixamorig:RightArm', Weight: 0.015149 +Vertex 283: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.703469 + Group: 'mixamorig:RightShoulder', Weight: 0.258213 + Group: 'mixamorig:RightArm', Weight: 0.038318 +Vertex 284: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.983661 + Group: 'mixamorig:RightShoulder', Weight: 0.016339 +Vertex 285: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.182024 + Group: 'mixamorig:Spine2', Weight: 0.817976 +Vertex 286: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 287: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 288: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.894590 + Group: 'mixamorig:Spine', Weight: 0.105410 +Vertex 289: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.886455 + Group: 'mixamorig:Spine', Weight: 0.113545 +Vertex 291: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.113771 + Group: 'mixamorig:Spine', Weight: 0.671895 + Group: 'mixamorig:Spine1', Weight: 0.213909 + Group: 'mixamorig:Spine2', Weight: 0.000425 +Vertex 292: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.289283 + Group: 'mixamorig:Spine', Weight: 0.603798 + Group: 'mixamorig:Spine1', Weight: 0.106811 + Group: 'mixamorig:Spine2', Weight: 0.000109 +Vertex 293: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.012666 + Group: 'mixamorig:Spine1', Weight: 0.444503 + Group: 'mixamorig:Spine2', Weight: 0.542831 +Vertex 294: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.087793 + Group: 'mixamorig:Spine1', Weight: 0.634016 + Group: 'mixamorig:Spine2', Weight: 0.278191 +Vertex 295: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.148024 + Group: 'mixamorig:Spine1', Weight: 0.667165 + Group: 'mixamorig:Spine2', Weight: 0.169959 + Group: 'mixamorig:RightShoulder', Weight: 0.014852 +Vertex 296: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.016545 + Group: 'mixamorig:Spine1', Weight: 0.517360 + Group: 'mixamorig:Spine2', Weight: 0.401036 + Group: 'mixamorig:RightShoulder', Weight: 0.058636 + Group: 'mixamorig:RightArm', Weight: 0.006423 +Vertex 297: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.905738 + Group: 'mixamorig:RightUpLeg', Weight: 0.094262 +Vertex 298: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.872727 + Group: 'mixamorig:Spine', Weight: 0.127273 +Vertex 299: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.044965 + Group: 'mixamorig:Spine', Weight: 0.687908 + Group: 'mixamorig:Spine1', Weight: 0.264476 + Group: 'mixamorig:Spine2', Weight: 0.002651 +Vertex 300: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.406683 + Group: 'mixamorig:Spine1', Weight: 0.528348 + Group: 'mixamorig:Spine2', Weight: 0.064969 +Vertex 301: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.076236 + Group: 'mixamorig:Spine1', Weight: 0.619664 + Group: 'mixamorig:Spine2', Weight: 0.286637 + Group: 'mixamorig:RightShoulder', Weight: 0.017464 +Vertex 302: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.048882 + Group: 'mixamorig:Spine2', Weight: 0.749458 + Group: 'mixamorig:RightShoulder', Weight: 0.188941 + Group: 'mixamorig:RightArm', Weight: 0.012719 +Vertex 303: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.214849 + Group: 'mixamorig:Spine2', Weight: 0.687818 + Group: 'mixamorig:RightShoulder', Weight: 0.096143 + Group: 'mixamorig:RightArm', Weight: 0.001191 +Vertex 304: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.613915 + Group: 'mixamorig:RightShoulder', Weight: 0.300187 + Group: 'mixamorig:RightArm', Weight: 0.085898 +Vertex 305: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.463104 + Group: 'mixamorig:RightShoulder', Weight: 0.410360 + Group: 'mixamorig:RightArm', Weight: 0.126537 +Vertex 306: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.066065 + Group: 'mixamorig:Spine2', Weight: 0.700712 + Group: 'mixamorig:RightShoulder', Weight: 0.192361 + Group: 'mixamorig:RightArm', Weight: 0.040862 +Vertex 307: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.001107 + Group: 'mixamorig:Spine1', Weight: 0.275208 + Group: 'mixamorig:Spine2', Weight: 0.601149 + Group: 'mixamorig:RightShoulder', Weight: 0.103244 + Group: 'mixamorig:RightArm', Weight: 0.019292 +Vertex 308: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 309: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.995774 + Group: 'mixamorig:RightUpLeg', Weight: 0.004226 +Vertex 310: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 311: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.914772 + Group: 'mixamorig:Spine', Weight: 0.085228 +Vertex 312: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.374304 + Group: 'mixamorig:Spine', Weight: 0.573895 + Group: 'mixamorig:Spine1', Weight: 0.051801 +Vertex 313: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.946480 + Group: 'mixamorig:Spine', Weight: 0.053520 +Vertex 314: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.523756 + Group: 'mixamorig:Spine', Weight: 0.444635 + Group: 'mixamorig:Spine1', Weight: 0.031609 +Vertex 315: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.323771 + Group: 'mixamorig:RightShoulder', Weight: 0.407230 + Group: 'mixamorig:RightArm', Weight: 0.268998 +Vertex 316: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.194237 + Group: 'mixamorig:RightShoulder', Weight: 0.456468 + Group: 'mixamorig:RightArm', Weight: 0.349295 +Vertex 317: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.126781 + Group: 'mixamorig:Spine2', Weight: 0.358621 + Group: 'mixamorig:RightShoulder', Weight: 0.338560 + Group: 'mixamorig:RightArm', Weight: 0.176038 +Vertex 318: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.355739 + Group: 'mixamorig:Spine2', Weight: 0.336495 + Group: 'mixamorig:RightShoulder', Weight: 0.241156 + Group: 'mixamorig:RightArm', Weight: 0.066610 +Vertex 319: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.452559 + Group: 'mixamorig:Spine1', Weight: 0.506199 + Group: 'mixamorig:Spine2', Weight: 0.041242 +Vertex 320: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.122793 + Group: 'mixamorig:Spine1', Weight: 0.640379 + Group: 'mixamorig:Spine2', Weight: 0.196956 + Group: 'mixamorig:RightShoulder', Weight: 0.039871 +Vertex 321: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.057228 + Group: 'mixamorig:Spine', Weight: 0.710305 + Group: 'mixamorig:Spine1', Weight: 0.230837 + Group: 'mixamorig:Spine2', Weight: 0.001629 +Vertex 322: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.832041 + Group: 'mixamorig:Spine', Weight: 0.167959 +Vertex 323: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 1.000000 + Group: 'mixamorig:RightUpLeg', Weight: 0.000000 +Vertex 324: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 325: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 326: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 327: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 328: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 329: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.027937 + Group: 'mixamorig:Spine1', Weight: 0.597971 + Group: 'mixamorig:Spine2', Weight: 0.238754 + Group: 'mixamorig:RightShoulder', Weight: 0.117223 + Group: 'mixamorig:RightArm', Weight: 0.018114 +Vertex 330: +Vertex groups: 5 + Group: 'mixamorig:Hips', Weight: 0.000001 + Group: 'mixamorig:Spine', Weight: 0.233153 + Group: 'mixamorig:Spine1', Weight: 0.656283 + Group: 'mixamorig:Spine2', Weight: 0.089978 + Group: 'mixamorig:RightShoulder', Weight: 0.020585 +Vertex 331: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.187270 + Group: 'mixamorig:Spine2', Weight: 0.191780 + Group: 'mixamorig:RightShoulder', Weight: 0.371689 + Group: 'mixamorig:RightArm', Weight: 0.249261 +Vertex 332: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.428251 + Group: 'mixamorig:Spine2', Weight: 0.209082 + Group: 'mixamorig:RightShoulder', Weight: 0.285804 + Group: 'mixamorig:RightArm', Weight: 0.076863 +Vertex 333: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.256728 + Group: 'mixamorig:Spine2', Weight: 0.119097 + Group: 'mixamorig:RightShoulder', Weight: 0.371980 + Group: 'mixamorig:RightArm', Weight: 0.252195 +Vertex 334: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.486618 + Group: 'mixamorig:Spine2', Weight: 0.140787 + Group: 'mixamorig:RightShoulder', Weight: 0.296952 + Group: 'mixamorig:RightArm', Weight: 0.075643 +Vertex 335: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.057690 + Group: 'mixamorig:Spine1', Weight: 0.657155 + Group: 'mixamorig:Spine2', Weight: 0.141417 + Group: 'mixamorig:RightShoulder', Weight: 0.124206 + Group: 'mixamorig:RightArm', Weight: 0.019531 +Vertex 336: +Vertex groups: 5 + Group: 'mixamorig:Spine1', Weight: 0.650194 + Group: 'mixamorig:Spine', Weight: 0.280449 + Group: 'mixamorig:Spine2', Weight: 0.055617 + Group: 'mixamorig:RightShoulder', Weight: 0.012146 + Group: 'mixamorig:RightArm', Weight: 0.001593 +Vertex 337: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.552390 + Group: 'mixamorig:Spine', Weight: 0.426600 + Group: 'mixamorig:Spine1', Weight: 0.021010 +Vertex 338: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.953575 + Group: 'mixamorig:Spine', Weight: 0.046425 +Vertex 339: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.989194 + Group: 'mixamorig:RightUpLeg', Weight: 0.010806 +Vertex 340: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 341: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 342: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 343: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.998051 + Group: 'mixamorig:Spine', Weight: 0.001949 +Vertex 344: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 345: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 346: +Vertex groups: 3 + Group: 'mixamorig:Hips', Weight: 0.704190 + Group: 'mixamorig:Spine', Weight: 0.290161 + Group: 'mixamorig:Spine1', Weight: 0.005650 +Vertex 347: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.783362 + Group: 'mixamorig:Spine', Weight: 0.216638 +Vertex 348: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.019696 + Group: 'mixamorig:Spine', Weight: 0.724069 + Group: 'mixamorig:Spine1', Weight: 0.255171 + Group: 'mixamorig:Spine2', Weight: 0.001065 +Vertex 349: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.021914 + Group: 'mixamorig:Spine', Weight: 0.697562 + Group: 'mixamorig:Spine1', Weight: 0.279262 + Group: 'mixamorig:Spine2', Weight: 0.001263 +Vertex 350: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.015818 + Group: 'mixamorig:Spine', Weight: 0.756342 + Group: 'mixamorig:Spine1', Weight: 0.227251 + Group: 'mixamorig:Spine2', Weight: 0.000590 +Vertex 351: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000004 + Group: 'mixamorig:Spine', Weight: 0.480819 + Group: 'mixamorig:Spine1', Weight: 0.494567 + Group: 'mixamorig:Spine2', Weight: 0.024610 +Vertex 352: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.151781 + Group: 'mixamorig:Spine1', Weight: 0.651133 + Group: 'mixamorig:Spine2', Weight: 0.142832 + Group: 'mixamorig:RightShoulder', Weight: 0.051711 + Group: 'mixamorig:RightArm', Weight: 0.002542 +Vertex 353: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.321418 + Group: 'mixamorig:Spine2', Weight: 0.085613 + Group: 'mixamorig:RightShoulder', Weight: 0.394306 + Group: 'mixamorig:RightArm', Weight: 0.198663 +Vertex 354: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.543058 + Group: 'mixamorig:Spine2', Weight: 0.096984 + Group: 'mixamorig:RightShoulder', Weight: 0.300214 + Group: 'mixamorig:RightArm', Weight: 0.059743 +Vertex 355: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.547503 + Group: 'mixamorig:Spine2', Weight: 0.129484 + Group: 'mixamorig:RightShoulder', Weight: 0.282058 + Group: 'mixamorig:RightArm', Weight: 0.040956 +Vertex 356: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.352641 + Group: 'mixamorig:Spine2', Weight: 0.123726 + Group: 'mixamorig:RightShoulder', Weight: 0.394142 + Group: 'mixamorig:RightArm', Weight: 0.129492 +Vertex 357: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.030668 + Group: 'mixamorig:Spine1', Weight: 0.625488 + Group: 'mixamorig:Spine2', Weight: 0.200049 + Group: 'mixamorig:RightShoulder', Weight: 0.133523 + Group: 'mixamorig:RightArm', Weight: 0.010271 +Vertex 358: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.508710 + Group: 'mixamorig:Spine2', Weight: 0.204051 + Group: 'mixamorig:RightShoulder', Weight: 0.259848 + Group: 'mixamorig:RightArm', Weight: 0.027391 +Vertex 359: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.052920 + Group: 'mixamorig:Spine1', Weight: 0.667168 + Group: 'mixamorig:Spine2', Weight: 0.124158 + Group: 'mixamorig:RightShoulder', Weight: 0.140038 + Group: 'mixamorig:RightArm', Weight: 0.015715 +Vertex 360: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.200480 + Group: 'mixamorig:Spine1', Weight: 0.676983 + Group: 'mixamorig:Spine2', Weight: 0.082716 + Group: 'mixamorig:RightShoulder', Weight: 0.038055 + Group: 'mixamorig:RightArm', Weight: 0.001766 +Vertex 361: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000026 + Group: 'mixamorig:Spine', Weight: 0.497623 + Group: 'mixamorig:Spine1', Weight: 0.487231 + Group: 'mixamorig:Spine2', Weight: 0.015120 +Vertex 362: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.799124 + Group: 'mixamorig:Spine', Weight: 0.200876 +Vertex 363: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 364: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 365: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.810997 + Group: 'mixamorig:Spine', Weight: 0.189002 +Vertex 366: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.921506 + Group: 'mixamorig:RightUpLeg', Weight: 0.078494 +Vertex 367: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.977653 + Group: 'mixamorig:RightUpLeg', Weight: 0.022347 +Vertex 368: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 369: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 370: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.025959 + Group: 'mixamorig:Spine', Weight: 0.702055 + Group: 'mixamorig:Spine1', Weight: 0.270978 + Group: 'mixamorig:Spine2', Weight: 0.001008 +Vertex 371: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.690696 + Group: 'mixamorig:Spine', Weight: 0.309304 +Vertex 372: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.074139 + Group: 'mixamorig:Spine1', Weight: 0.680681 + Group: 'mixamorig:Spine2', Weight: 0.100090 + Group: 'mixamorig:RightShoulder', Weight: 0.124921 + Group: 'mixamorig:RightArm', Weight: 0.020169 +Vertex 373: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.066548 + Group: 'mixamorig:Spine1', Weight: 0.685544 + Group: 'mixamorig:Spine2', Weight: 0.087628 + Group: 'mixamorig:RightShoulder', Weight: 0.139074 + Group: 'mixamorig:RightArm', Weight: 0.021207 +Vertex 374: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.210838 + Group: 'mixamorig:Spine1', Weight: 0.689409 + Group: 'mixamorig:Spine2', Weight: 0.056083 + Group: 'mixamorig:RightShoulder', Weight: 0.038537 + Group: 'mixamorig:RightArm', Weight: 0.005133 +Vertex 375: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000191 + Group: 'mixamorig:Spine', Weight: 0.501804 + Group: 'mixamorig:Spine1', Weight: 0.485180 + Group: 'mixamorig:Spine2', Weight: 0.012825 +Vertex 376: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.007537 + Group: 'mixamorig:Spine', Weight: 0.707956 + Group: 'mixamorig:Spine1', Weight: 0.283671 + Group: 'mixamorig:Spine2', Weight: 0.000836 +Vertex 377: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000058 + Group: 'mixamorig:Spine', Weight: 0.520998 + Group: 'mixamorig:Spine1', Weight: 0.470414 + Group: 'mixamorig:Spine2', Weight: 0.008530 +Vertex 378: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000119 + Group: 'mixamorig:Spine', Weight: 0.500273 + Group: 'mixamorig:Spine1', Weight: 0.489574 + Group: 'mixamorig:Spine2', Weight: 0.010033 +Vertex 379: +Vertex groups: 5 + Group: 'mixamorig:Spine1', Weight: 0.664213 + Group: 'mixamorig:Spine', Weight: 0.248755 + Group: 'mixamorig:Spine2', Weight: 0.050211 + Group: 'mixamorig:RightShoulder', Weight: 0.032089 + Group: 'mixamorig:RightArm', Weight: 0.004731 +Vertex 380: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 381: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.616896 + Group: 'mixamorig:Neck', Weight: 0.240485 + Group: 'mixamorig:Head', Weight: 0.142619 +Vertex 382: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.475757 + Group: 'mixamorig:Neck', Weight: 0.272017 + Group: 'mixamorig:Head', Weight: 0.252225 +Vertex 383: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.455362 + Group: 'mixamorig:Neck', Weight: 0.279247 + Group: 'mixamorig:Head', Weight: 0.265392 +Vertex 384: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.244843 + Group: 'mixamorig:Neck', Weight: 0.303187 + Group: 'mixamorig:Head', Weight: 0.451970 +Vertex 385: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.241361 + Group: 'mixamorig:Neck', Weight: 0.303483 + Group: 'mixamorig:Head', Weight: 0.455155 +Vertex 386: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.303358 + Group: 'mixamorig:Neck', Weight: 0.325342 + Group: 'mixamorig:Head', Weight: 0.371300 +Vertex 387: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.110931 + Group: 'mixamorig:Neck', Weight: 0.324022 + Group: 'mixamorig:Head', Weight: 0.565047 +Vertex 388: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.109839 + Group: 'mixamorig:Neck', Weight: 0.323886 + Group: 'mixamorig:Head', Weight: 0.566275 +Vertex 389: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.117140 + Group: 'mixamorig:Neck', Weight: 0.335881 + Group: 'mixamorig:Head', Weight: 0.546979 +Vertex 390: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.102214 + Group: 'mixamorig:Neck', Weight: 0.334298 + Group: 'mixamorig:Head', Weight: 0.563488 +Vertex 391: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.160036 + Group: 'mixamorig:Neck', Weight: 0.346533 + Group: 'mixamorig:Head', Weight: 0.493431 +Vertex 392: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.121611 + Group: 'mixamorig:Neck', Weight: 0.343819 + Group: 'mixamorig:Head', Weight: 0.534570 +Vertex 393: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.172082 + Group: 'mixamorig:Neck', Weight: 0.350490 + Group: 'mixamorig:Head', Weight: 0.477428 +Vertex 394: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.131490 + Group: 'mixamorig:Neck', Weight: 0.347931 + Group: 'mixamorig:Head', Weight: 0.520579 +Vertex 395: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.159470 + Group: 'mixamorig:Neck', Weight: 0.343326 + Group: 'mixamorig:Head', Weight: 0.497203 +Vertex 396: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.058772 + Group: 'mixamorig:Neck', Weight: 0.348832 + Group: 'mixamorig:Head', Weight: 0.592396 +Vertex 397: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.093069 + Group: 'mixamorig:Neck', Weight: 0.322045 + Group: 'mixamorig:Head', Weight: 0.584887 +Vertex 398: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.049212 + Group: 'mixamorig:Neck', Weight: 0.323177 + Group: 'mixamorig:Head', Weight: 0.627611 +Vertex 399: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.099192 + Group: 'mixamorig:Neck', Weight: 0.312875 + Group: 'mixamorig:Head', Weight: 0.587933 +Vertex 400: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.084207 + Group: 'mixamorig:Neck', Weight: 0.306735 + Group: 'mixamorig:Head', Weight: 0.609058 +Vertex 401: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.149640 + Group: 'mixamorig:Neck', Weight: 0.307239 + Group: 'mixamorig:Head', Weight: 0.543121 +Vertex 402: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.117714 + Group: 'mixamorig:Neck', Weight: 0.307941 + Group: 'mixamorig:Head', Weight: 0.574345 +Vertex 403: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.378836 + Group: 'mixamorig:Neck', Weight: 0.259621 + Group: 'mixamorig:Head', Weight: 0.361543 +Vertex 404: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.581981 + Group: 'mixamorig:Neck', Weight: 0.198431 + Group: 'mixamorig:Head', Weight: 0.219588 +Vertex 405: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.354719 + Group: 'mixamorig:Neck', Weight: 0.265977 + Group: 'mixamorig:Head', Weight: 0.379304 +Vertex 406: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 407: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.491489 + Group: 'mixamorig:Neck', Weight: 0.250434 + Group: 'mixamorig:Head', Weight: 0.258078 +Vertex 408: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.630684 + Group: 'mixamorig:Neck', Weight: 0.221819 + Group: 'mixamorig:Head', Weight: 0.147498 +Vertex 409: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.511099 + Group: 'mixamorig:Neck', Weight: 0.243292 + Group: 'mixamorig:Head', Weight: 0.245610 +Vertex 410: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.101429 + Group: 'mixamorig:RightShoulder', Weight: 0.551196 + Group: 'mixamorig:RightArm', Weight: 0.347375 +Vertex 411: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.134231 + Group: 'mixamorig:RightShoulder', Weight: 0.518874 + Group: 'mixamorig:RightArm', Weight: 0.346895 +Vertex 412: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.267334 + Group: 'mixamorig:RightShoulder', Weight: 0.525277 + Group: 'mixamorig:RightArm', Weight: 0.207389 +Vertex 413: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.202929 + Group: 'mixamorig:RightShoulder', Weight: 0.581536 + Group: 'mixamorig:RightArm', Weight: 0.215534 +Vertex 414: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.104867 + Group: 'mixamorig:RightShoulder', Weight: 0.366144 + Group: 'mixamorig:RightArm', Weight: 0.528990 +Vertex 415: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.030465 + Group: 'mixamorig:RightShoulder', Weight: 0.383954 + Group: 'mixamorig:RightArm', Weight: 0.585581 +Vertex 416: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.022972 + Group: 'mixamorig:Spine2', Weight: 0.132652 + Group: 'mixamorig:RightShoulder', Weight: 0.351748 + Group: 'mixamorig:RightArm', Weight: 0.492628 +Vertex 417: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.002853 + Group: 'mixamorig:Spine2', Weight: 0.076950 + Group: 'mixamorig:RightShoulder', Weight: 0.336035 + Group: 'mixamorig:RightArm', Weight: 0.584161 +Vertex 418: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.049023 + Group: 'mixamorig:RightShoulder', Weight: 0.358123 + Group: 'mixamorig:RightArm', Weight: 0.592855 +Vertex 419: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.027887 + Group: 'mixamorig:RightShoulder', Weight: 0.384788 + Group: 'mixamorig:RightArm', Weight: 0.587325 +Vertex 420: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004113 + Group: 'mixamorig:Spine1', Weight: 0.329206 + Group: 'mixamorig:Spine2', Weight: 0.666682 +Vertex 421: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.000165 + Group: 'mixamorig:Spine1', Weight: 0.157455 + Group: 'mixamorig:Spine2', Weight: 0.842380 +Vertex 422: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004247 + Group: 'mixamorig:Spine1', Weight: 0.335723 + Group: 'mixamorig:Spine2', Weight: 0.660031 +Vertex 423: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.014788 + Group: 'mixamorig:Spine1', Weight: 0.457269 + Group: 'mixamorig:Spine2', Weight: 0.527943 +Vertex 424: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.013170 + Group: 'mixamorig:Spine1', Weight: 0.449950 + Group: 'mixamorig:Spine2', Weight: 0.536880 +Vertex 425: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004137 + Group: 'mixamorig:Spine1', Weight: 0.342009 + Group: 'mixamorig:Spine2', Weight: 0.653854 +Vertex 426: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.012257 + Group: 'mixamorig:Spine1', Weight: 0.460602 + Group: 'mixamorig:Spine2', Weight: 0.527141 +Vertex 427: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.010680 + Group: 'mixamorig:Spine1', Weight: 0.443263 + Group: 'mixamorig:Spine2', Weight: 0.546057 +Vertex 428: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.003529 + Group: 'mixamorig:Spine1', Weight: 0.362445 + Group: 'mixamorig:Spine2', Weight: 0.633159 + Group: 'mixamorig:RightShoulder', Weight: 0.000867 +Vertex 429: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.023632 + Group: 'mixamorig:Spine1', Weight: 0.536537 + Group: 'mixamorig:Spine2', Weight: 0.439831 +Vertex 430: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.018060 + Group: 'mixamorig:Spine1', Weight: 0.513451 + Group: 'mixamorig:Spine2', Weight: 0.467144 + Group: 'mixamorig:RightShoulder', Weight: 0.001345 +Vertex 431: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.017217 + Group: 'mixamorig:Spine1', Weight: 0.515300 + Group: 'mixamorig:Spine2', Weight: 0.426802 + Group: 'mixamorig:RightShoulder', Weight: 0.040681 +Vertex 432: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.013816 + Group: 'mixamorig:Spine1', Weight: 0.499542 + Group: 'mixamorig:Spine2', Weight: 0.444550 + Group: 'mixamorig:RightShoulder', Weight: 0.042092 +Vertex 433: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.021331 + Group: 'mixamorig:Spine1', Weight: 0.580633 + Group: 'mixamorig:Spine2', Weight: 0.277581 + Group: 'mixamorig:RightShoulder', Weight: 0.114378 + Group: 'mixamorig:RightArm', Weight: 0.006077 +Vertex 434: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.013397 + Group: 'mixamorig:Spine1', Weight: 0.548788 + Group: 'mixamorig:Spine2', Weight: 0.312305 + Group: 'mixamorig:RightShoulder', Weight: 0.119511 + Group: 'mixamorig:RightArm', Weight: 0.005999 +Vertex 435: +Vertex groups: 4 + Group: 'mixamorig:Spine', Weight: 0.003599 + Group: 'mixamorig:Spine1', Weight: 0.388061 + Group: 'mixamorig:Spine2', Weight: 0.557372 + Group: 'mixamorig:RightShoulder', Weight: 0.050968 +Vertex 436: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.452048 + Group: 'mixamorig:Spine2', Weight: 0.303415 + Group: 'mixamorig:RightShoulder', Weight: 0.225703 + Group: 'mixamorig:RightArm', Weight: 0.018833 +Vertex 437: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.455388 + Group: 'mixamorig:Spine2', Weight: 0.323069 + Group: 'mixamorig:RightShoulder', Weight: 0.206327 + Group: 'mixamorig:RightArm', Weight: 0.015217 +Vertex 438: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.288236 + Group: 'mixamorig:Spine2', Weight: 0.363878 + Group: 'mixamorig:RightShoulder', Weight: 0.305516 + Group: 'mixamorig:RightArm', Weight: 0.042371 +Vertex 439: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.007469 + Group: 'mixamorig:RightShoulder', Weight: 0.212146 + Group: 'mixamorig:RightArm', Weight: 0.779944 + Group: 'mixamorig:RightForeArm', Weight: 0.000441 +Vertex 440: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.004100 + Group: 'mixamorig:RightShoulder', Weight: 0.254231 + Group: 'mixamorig:RightArm', Weight: 0.741284 + Group: 'mixamorig:RightForeArm', Weight: 0.000385 +Vertex 441: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.012658 + Group: 'mixamorig:RightShoulder', Weight: 0.206492 + Group: 'mixamorig:RightArm', Weight: 0.780603 + Group: 'mixamorig:RightForeArm', Weight: 0.000247 +Vertex 442: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.018888 + Group: 'mixamorig:RightShoulder', Weight: 0.224858 + Group: 'mixamorig:RightArm', Weight: 0.756111 + Group: 'mixamorig:RightForeArm', Weight: 0.000142 +Vertex 443: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.012109 + Group: 'mixamorig:RightShoulder', Weight: 0.249711 + Group: 'mixamorig:RightArm', Weight: 0.738115 + Group: 'mixamorig:RightForeArm', Weight: 0.000065 +Vertex 444: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.004134 + Group: 'mixamorig:RightShoulder', Weight: 0.274953 + Group: 'mixamorig:RightArm', Weight: 0.720891 + Group: 'mixamorig:RightForeArm', Weight: 0.000023 +Vertex 445: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.001301 + Group: 'mixamorig:RightShoulder', Weight: 0.133589 + Group: 'mixamorig:RightArm', Weight: 0.864808 + Group: 'mixamorig:RightForeArm', Weight: 0.000303 +Vertex 446: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000286 + Group: 'mixamorig:RightShoulder', Weight: 0.157767 + Group: 'mixamorig:RightArm', Weight: 0.841834 + Group: 'mixamorig:RightForeArm', Weight: 0.000113 +Vertex 447: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.001234 + Group: 'mixamorig:RightShoulder', Weight: 0.116624 + Group: 'mixamorig:RightArm', Weight: 0.881552 + Group: 'mixamorig:RightForeArm', Weight: 0.000590 +Vertex 448: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.001313 + Group: 'mixamorig:RightShoulder', Weight: 0.112340 + Group: 'mixamorig:RightArm', Weight: 0.885332 + Group: 'mixamorig:RightForeArm', Weight: 0.001016 +Vertex 449: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000701 + Group: 'mixamorig:RightShoulder', Weight: 0.113658 + Group: 'mixamorig:RightArm', Weight: 0.884078 + Group: 'mixamorig:RightForeArm', Weight: 0.001563 +Vertex 450: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000179 + Group: 'mixamorig:RightShoulder', Weight: 0.127190 + Group: 'mixamorig:RightArm', Weight: 0.870758 + Group: 'mixamorig:RightForeArm', Weight: 0.001873 +Vertex 451: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000084 + Group: 'mixamorig:RightShoulder', Weight: 0.065103 + Group: 'mixamorig:RightArm', Weight: 0.930252 + Group: 'mixamorig:RightForeArm', Weight: 0.004561 +Vertex 452: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000009 + Group: 'mixamorig:RightShoulder', Weight: 0.072700 + Group: 'mixamorig:RightArm', Weight: 0.922451 + Group: 'mixamorig:RightForeArm', Weight: 0.004840 +Vertex 453: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000113 + Group: 'mixamorig:RightShoulder', Weight: 0.062432 + Group: 'mixamorig:RightArm', Weight: 0.934340 + Group: 'mixamorig:RightForeArm', Weight: 0.003115 +Vertex 454: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000103 + Group: 'mixamorig:RightShoulder', Weight: 0.065466 + Group: 'mixamorig:RightArm', Weight: 0.932689 + Group: 'mixamorig:RightForeArm', Weight: 0.001742 +Vertex 455: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000071 + Group: 'mixamorig:RightShoulder', Weight: 0.077256 + Group: 'mixamorig:RightArm', Weight: 0.921785 + Group: 'mixamorig:RightForeArm', Weight: 0.000888 +Vertex 456: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000021 + Group: 'mixamorig:RightShoulder', Weight: 0.100926 + Group: 'mixamorig:RightArm', Weight: 0.898759 + Group: 'mixamorig:RightForeArm', Weight: 0.000294 +Vertex 457: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000011 + Group: 'mixamorig:RightShoulder', Weight: 0.036464 + Group: 'mixamorig:RightArm', Weight: 0.954824 + Group: 'mixamorig:RightForeArm', Weight: 0.008701 +Vertex 458: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000009 + Group: 'mixamorig:RightShoulder', Weight: 0.038573 + Group: 'mixamorig:RightArm', Weight: 0.956211 + Group: 'mixamorig:RightForeArm', Weight: 0.005207 +Vertex 459: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000008 + Group: 'mixamorig:RightShoulder', Weight: 0.046233 + Group: 'mixamorig:RightArm', Weight: 0.950784 + Group: 'mixamorig:RightForeArm', Weight: 0.002975 +Vertex 460: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000002 + Group: 'mixamorig:RightShoulder', Weight: 0.063153 + Group: 'mixamorig:RightArm', Weight: 0.935539 + Group: 'mixamorig:RightForeArm', Weight: 0.001305 +Vertex 461: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.030620 + Group: 'mixamorig:RightArm', Weight: 0.963085 + Group: 'mixamorig:RightForeArm', Weight: 0.006294 +Vertex 462: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.025182 + Group: 'mixamorig:RightArm', Weight: 0.962282 + Group: 'mixamorig:RightForeArm', Weight: 0.012535 +Vertex 463: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.287049 + Group: 'mixamorig:RightForeArm', Weight: 0.712949 + Group: 'mixamorig:RightHand', Weight: 0.000002 +Vertex 464: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.627159 + Group: 'mixamorig:RightForeArm', Weight: 0.372841 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 465: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.612406 + Group: 'mixamorig:RightForeArm', Weight: 0.387593 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 466: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.238596 + Group: 'mixamorig:RightForeArm', Weight: 0.761397 + Group: 'mixamorig:RightHand', Weight: 0.000006 +Vertex 467: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.135702 + Group: 'mixamorig:RightForeArm', Weight: 0.864267 + Group: 'mixamorig:RightHand', Weight: 0.000031 +Vertex 468: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.110868 + Group: 'mixamorig:RightForeArm', Weight: 0.889051 + Group: 'mixamorig:RightHand', Weight: 0.000081 +Vertex 469: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.054752 + Group: 'mixamorig:RightForeArm', Weight: 0.944392 + Group: 'mixamorig:RightHand', Weight: 0.000856 +Vertex 470: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.046138 + Group: 'mixamorig:RightForeArm', Weight: 0.952222 + Group: 'mixamorig:RightHand', Weight: 0.001639 +Vertex 471: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.034115 + Group: 'mixamorig:RightForeArm', Weight: 0.963329 + Group: 'mixamorig:RightHand', Weight: 0.002557 +Vertex 472: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.085181 + Group: 'mixamorig:RightForeArm', Weight: 0.914672 + Group: 'mixamorig:RightHand', Weight: 0.000147 +Vertex 473: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.197534 + Group: 'mixamorig:RightForeArm', Weight: 0.802454 + Group: 'mixamorig:RightHand', Weight: 0.000012 +Vertex 474: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.025394 + Group: 'mixamorig:RightArm', Weight: 0.873671 + Group: 'mixamorig:RightForeArm', Weight: 0.100935 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 475: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.043364 + Group: 'mixamorig:RightArm', Weight: 0.928069 + Group: 'mixamorig:RightForeArm', Weight: 0.028567 +Vertex 476: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.053805 + Group: 'mixamorig:RightArm', Weight: 0.927693 + Group: 'mixamorig:RightForeArm', Weight: 0.018502 +Vertex 477: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.029889 + Group: 'mixamorig:RightArm', Weight: 0.881900 + Group: 'mixamorig:RightForeArm', Weight: 0.088211 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 478: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.326151 + Group: 'mixamorig:Spine2', Weight: 0.236392 + Group: 'mixamorig:RightShoulder', Weight: 0.354647 + Group: 'mixamorig:RightArm', Weight: 0.082810 +Vertex 479: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.121028 + Group: 'mixamorig:Spine2', Weight: 0.071980 + Group: 'mixamorig:RightShoulder', Weight: 0.440812 + Group: 'mixamorig:RightArm', Weight: 0.366180 +Vertex 480: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.064701 + Group: 'mixamorig:Spine2', Weight: 0.125591 + Group: 'mixamorig:RightShoulder', Weight: 0.478278 + Group: 'mixamorig:RightArm', Weight: 0.331430 +Vertex 481: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000041 + Group: 'mixamorig:RightShoulder', Weight: 0.144400 + Group: 'mixamorig:RightArm', Weight: 0.853702 + Group: 'mixamorig:RightForeArm', Weight: 0.001856 +Vertex 482: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.013164 + Group: 'mixamorig:RightShoulder', Weight: 0.349391 + Group: 'mixamorig:RightArm', Weight: 0.637308 + Group: 'mixamorig:RightForeArm', Weight: 0.000137 +Vertex 483: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000043 + Group: 'mixamorig:RightShoulder', Weight: 0.169446 + Group: 'mixamorig:RightArm', Weight: 0.828957 + Group: 'mixamorig:RightForeArm', Weight: 0.001554 +Vertex 484: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.005770 + Group: 'mixamorig:RightShoulder', Weight: 0.350363 + Group: 'mixamorig:RightArm', Weight: 0.643821 + Group: 'mixamorig:RightForeArm', Weight: 0.000046 +Vertex 485: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.071158 + Group: 'mixamorig:RightArm', Weight: 0.921572 + Group: 'mixamorig:RightForeArm', Weight: 0.007270 +Vertex 486: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.091381 + Group: 'mixamorig:RightArm', Weight: 0.904420 + Group: 'mixamorig:RightForeArm', Weight: 0.004200 +Vertex 487: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.023165 + Group: 'mixamorig:RightArm', Weight: 0.904252 + Group: 'mixamorig:RightForeArm', Weight: 0.072583 +Vertex 488: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.034186 + Group: 'mixamorig:RightArm', Weight: 0.931604 + Group: 'mixamorig:RightForeArm', Weight: 0.034210 +Vertex 489: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.008403 + Group: 'mixamorig:RightShoulder', Weight: 0.419055 + Group: 'mixamorig:RightArm', Weight: 0.572486 + Group: 'mixamorig:RightForeArm', Weight: 0.000056 +Vertex 490: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.005363 + Group: 'mixamorig:RightShoulder', Weight: 0.445799 + Group: 'mixamorig:RightArm', Weight: 0.548819 + Group: 'mixamorig:RightForeArm', Weight: 0.000019 +Vertex 491: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.104855 + Group: 'mixamorig:RightArm', Weight: 0.891655 + Group: 'mixamorig:RightForeArm', Weight: 0.003489 +Vertex 492: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.133482 + Group: 'mixamorig:RightArm', Weight: 0.864319 + Group: 'mixamorig:RightForeArm', Weight: 0.002199 +Vertex 493: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.053507 + Group: 'mixamorig:RightArm', Weight: 0.934817 + Group: 'mixamorig:RightForeArm', Weight: 0.011676 +Vertex 494: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000002 + Group: 'mixamorig:RightShoulder', Weight: 0.085942 + Group: 'mixamorig:RightArm', Weight: 0.909471 + Group: 'mixamorig:RightForeArm', Weight: 0.004585 +Vertex 495: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000008 + Group: 'mixamorig:RightShoulder', Weight: 0.037336 + Group: 'mixamorig:RightArm', Weight: 0.950076 + Group: 'mixamorig:RightForeArm', Weight: 0.012581 +Vertex 496: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.040149 + Group: 'mixamorig:RightArm', Weight: 0.944359 + Group: 'mixamorig:RightForeArm', Weight: 0.015491 +Vertex 497: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.044381 + Group: 'mixamorig:RightArm', Weight: 0.942149 + Group: 'mixamorig:RightForeArm', Weight: 0.013470 +Vertex 498: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.163536 + Group: 'mixamorig:RightArm', Weight: 0.835563 + Group: 'mixamorig:RightForeArm', Weight: 0.000901 +Vertex 499: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000050 + Group: 'mixamorig:RightShoulder', Weight: 0.260770 + Group: 'mixamorig:RightArm', Weight: 0.738854 + Group: 'mixamorig:RightForeArm', Weight: 0.000326 +Vertex 500: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000083 + Group: 'mixamorig:RightShoulder', Weight: 0.220691 + Group: 'mixamorig:RightArm', Weight: 0.778392 + Group: 'mixamorig:RightForeArm', Weight: 0.000833 +Vertex 501: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000032 + Group: 'mixamorig:RightShoulder', Weight: 0.278503 + Group: 'mixamorig:RightArm', Weight: 0.721293 + Group: 'mixamorig:RightForeArm', Weight: 0.000172 +Vertex 502: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.004852 + Group: 'mixamorig:RightShoulder', Weight: 0.372020 + Group: 'mixamorig:RightArm', Weight: 0.623034 + Group: 'mixamorig:RightForeArm', Weight: 0.000094 +Vertex 503: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.449036 + Group: 'mixamorig:RightForeArm', Weight: 0.550963 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 504: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.019457 + Group: 'mixamorig:RightArm', Weight: 0.903741 + Group: 'mixamorig:RightForeArm', Weight: 0.076802 +Vertex 505: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.492333 + Group: 'mixamorig:RightForeArm', Weight: 0.507667 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 506: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.544395 + Group: 'mixamorig:RightForeArm', Weight: 0.455605 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 507: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.272028 + Group: 'mixamorig:RightForeArm', Weight: 0.727971 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 508: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.094740 + Group: 'mixamorig:RightForeArm', Weight: 0.905254 + Group: 'mixamorig:RightHand', Weight: 0.000006 +Vertex 509: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.161081 + Group: 'mixamorig:RightForeArm', Weight: 0.838918 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 510: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.047479 + Group: 'mixamorig:RightForeArm', Weight: 0.952495 + Group: 'mixamorig:RightHand', Weight: 0.000026 +Vertex 511: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.066695 + Group: 'mixamorig:RightForeArm', Weight: 0.933294 + Group: 'mixamorig:RightHand', Weight: 0.000012 +Vertex 512: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.021990 + Group: 'mixamorig:RightForeArm', Weight: 0.977747 + Group: 'mixamorig:RightHand', Weight: 0.000263 +Vertex 513: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.015148 + Group: 'mixamorig:RightForeArm', Weight: 0.984385 + Group: 'mixamorig:RightHand', Weight: 0.000467 +Vertex 514: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.029628 + Group: 'mixamorig:RightForeArm', Weight: 0.970183 + Group: 'mixamorig:RightHand', Weight: 0.000189 +Vertex 515: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.084970 + Group: 'mixamorig:RightForeArm', Weight: 0.915026 + Group: 'mixamorig:RightHand', Weight: 0.000004 +Vertex 516: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.106647 + Group: 'mixamorig:RightForeArm', Weight: 0.893350 + Group: 'mixamorig:RightHand', Weight: 0.000003 +Vertex 517: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.036076 + Group: 'mixamorig:RightForeArm', Weight: 0.963639 + Group: 'mixamorig:RightHand', Weight: 0.000286 +Vertex 518: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.553506 + Group: 'mixamorig:RightForeArm', Weight: 0.446494 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 519: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.260231 + Group: 'mixamorig:RightForeArm', Weight: 0.739769 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 520: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.287827 + Group: 'mixamorig:RightForeArm', Weight: 0.712173 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 521: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.020812 + Group: 'mixamorig:RightForeArm', Weight: 0.978945 + Group: 'mixamorig:RightHand', Weight: 0.000244 +Vertex 522: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.028450 + Group: 'mixamorig:RightForeArm', Weight: 0.971453 + Group: 'mixamorig:RightHand', Weight: 0.000097 +Vertex 523: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.063470 + Group: 'mixamorig:RightForeArm', Weight: 0.936360 + Group: 'mixamorig:RightHand', Weight: 0.000170 +Vertex 524: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.186937 + Group: 'mixamorig:RightForeArm', Weight: 0.813048 + Group: 'mixamorig:RightHand', Weight: 0.000015 +Vertex 525: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.166179 + Group: 'mixamorig:RightForeArm', Weight: 0.833809 + Group: 'mixamorig:RightHand', Weight: 0.000012 +Vertex 526: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.053424 + Group: 'mixamorig:RightForeArm', Weight: 0.946473 + Group: 'mixamorig:RightHand', Weight: 0.000103 +Vertex 527: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.006915 + Group: 'mixamorig:RightForeArm', Weight: 0.986986 + Group: 'mixamorig:RightHand', Weight: 0.006099 +Vertex 528: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.008484 + Group: 'mixamorig:RightForeArm', Weight: 0.985209 + Group: 'mixamorig:RightHand', Weight: 0.006307 +Vertex 529: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003919 + Group: 'mixamorig:RightForeArm', Weight: 0.920000 + Group: 'mixamorig:RightHand', Weight: 0.076081 +Vertex 530: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.010016 + Group: 'mixamorig:RightForeArm', Weight: 0.983676 + Group: 'mixamorig:RightHand', Weight: 0.006307 +Vertex 531: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.005314 + Group: 'mixamorig:RightForeArm', Weight: 0.924381 + Group: 'mixamorig:RightHand', Weight: 0.070305 +Vertex 532: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.007230 + Group: 'mixamorig:RightForeArm', Weight: 0.987969 + Group: 'mixamorig:RightHand', Weight: 0.004801 +Vertex 533: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012022 + Group: 'mixamorig:RightForeArm', Weight: 0.986939 + Group: 'mixamorig:RightHand', Weight: 0.001039 +Vertex 534: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012217 + Group: 'mixamorig:RightForeArm', Weight: 0.987023 + Group: 'mixamorig:RightHand', Weight: 0.000761 +Vertex 535: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012774 + Group: 'mixamorig:RightForeArm', Weight: 0.986309 + Group: 'mixamorig:RightHand', Weight: 0.000917 +Vertex 536: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.014115 + Group: 'mixamorig:RightForeArm', Weight: 0.984539 + Group: 'mixamorig:RightHand', Weight: 0.001347 +Vertex 537: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000365 + Group: 'mixamorig:Spine', Weight: 0.335897 + Group: 'mixamorig:Spine1', Weight: 0.601993 + Group: 'mixamorig:Spine2', Weight: 0.061745 +Vertex 538: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.014757 + Group: 'mixamorig:Spine', Weight: 0.555745 + Group: 'mixamorig:Spine1', Weight: 0.420204 + Group: 'mixamorig:Spine2', Weight: 0.009294 +Vertex 539: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000811 + Group: 'mixamorig:Spine', Weight: 0.341042 + Group: 'mixamorig:Spine1', Weight: 0.593393 + Group: 'mixamorig:Spine2', Weight: 0.064754 +Vertex 540: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000271 + Group: 'mixamorig:Spine', Weight: 0.352450 + Group: 'mixamorig:Spine1', Weight: 0.586837 + Group: 'mixamorig:Spine2', Weight: 0.060442 +Vertex 541: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.030310 + Group: 'mixamorig:Spine', Weight: 0.561870 + Group: 'mixamorig:Spine1', Weight: 0.398565 + Group: 'mixamorig:Spine2', Weight: 0.009255 +Vertex 542: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000042 + Group: 'mixamorig:Spine', Weight: 0.361943 + Group: 'mixamorig:Spine1', Weight: 0.584091 + Group: 'mixamorig:Spine2', Weight: 0.053924 +Vertex 543: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.041178 + Group: 'mixamorig:Spine', Weight: 0.608956 + Group: 'mixamorig:Spine1', Weight: 0.345684 + Group: 'mixamorig:Spine2', Weight: 0.004183 +Vertex 544: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.007511 + Group: 'mixamorig:Spine', Weight: 0.667760 + Group: 'mixamorig:Spine1', Weight: 0.323222 + Group: 'mixamorig:Spine2', Weight: 0.001508 +Vertex 545: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000017 + Group: 'mixamorig:Spine', Weight: 0.390762 + Group: 'mixamorig:Spine1', Weight: 0.567674 + Group: 'mixamorig:Spine2', Weight: 0.041546 +Vertex 546: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000013 + Group: 'mixamorig:Spine', Weight: 0.424078 + Group: 'mixamorig:Spine1', Weight: 0.545879 + Group: 'mixamorig:Spine2', Weight: 0.030030 +Vertex 547: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.005584 + Group: 'mixamorig:Spine', Weight: 0.684710 + Group: 'mixamorig:Spine1', Weight: 0.308591 + Group: 'mixamorig:Spine2', Weight: 0.001115 +Vertex 548: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.133240 + Group: 'mixamorig:Spine', Weight: 0.712018 + Group: 'mixamorig:Spine1', Weight: 0.154619 + Group: 'mixamorig:Spine2', Weight: 0.000124 +Vertex 549: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.006857 + Group: 'mixamorig:Spine', Weight: 0.726033 + Group: 'mixamorig:Spine1', Weight: 0.266613 + Group: 'mixamorig:Spine2', Weight: 0.000497 +Vertex 550: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000004 + Group: 'mixamorig:Spine', Weight: 0.436922 + Group: 'mixamorig:Spine1', Weight: 0.541566 + Group: 'mixamorig:Spine2', Weight: 0.021508 +Vertex 551: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.008175 + Group: 'mixamorig:Spine', Weight: 0.719212 + Group: 'mixamorig:Spine1', Weight: 0.271951 + Group: 'mixamorig:Spine2', Weight: 0.000662 +Vertex 552: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.004291 + Group: 'mixamorig:Spine', Weight: 0.577634 + Group: 'mixamorig:Spine1', Weight: 0.410639 + Group: 'mixamorig:Spine2', Weight: 0.007436 +Vertex 553: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000169 + Group: 'mixamorig:Spine', Weight: 0.358992 + Group: 'mixamorig:Spine1', Weight: 0.577320 + Group: 'mixamorig:Spine2', Weight: 0.063519 +Vertex 554: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.003121 + Group: 'mixamorig:Spine', Weight: 0.609326 + Group: 'mixamorig:Spine1', Weight: 0.383289 + Group: 'mixamorig:Spine2', Weight: 0.004265 +Vertex 555: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000087 + Group: 'mixamorig:Spine', Weight: 0.409781 + Group: 'mixamorig:Spine1', Weight: 0.554361 + Group: 'mixamorig:Spine2', Weight: 0.035772 +Vertex 556: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.002920 + Group: 'mixamorig:Spine', Weight: 0.656855 + Group: 'mixamorig:Spine1', Weight: 0.338258 + Group: 'mixamorig:Spine2', Weight: 0.001967 +Vertex 557: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000035 + Group: 'mixamorig:Spine', Weight: 0.460884 + Group: 'mixamorig:Spine1', Weight: 0.518471 + Group: 'mixamorig:Spine2', Weight: 0.020610 +Vertex 558: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000057 + Group: 'mixamorig:Spine', Weight: 0.508110 + Group: 'mixamorig:Spine1', Weight: 0.480569 + Group: 'mixamorig:Spine2', Weight: 0.011264 +Vertex 559: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.005600 + Group: 'mixamorig:Spine', Weight: 0.691997 + Group: 'mixamorig:Spine1', Weight: 0.301447 + Group: 'mixamorig:Spine2', Weight: 0.000956 +Vertex 560: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.031770 + Group: 'mixamorig:RightForeArm', Weight: 0.968078 + Group: 'mixamorig:RightHand', Weight: 0.000152 +Vertex 561: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.048257 + Group: 'mixamorig:RightForeArm', Weight: 0.951672 + Group: 'mixamorig:RightHand', Weight: 0.000070 +Vertex 562: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.088204 + Group: 'mixamorig:RightForeArm', Weight: 0.911788 + Group: 'mixamorig:RightHand', Weight: 0.000008 +Vertex 563: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.024452 + Group: 'mixamorig:RightForeArm', Weight: 0.975375 + Group: 'mixamorig:RightHand', Weight: 0.000173 +Vertex 564: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.070785 + Group: 'mixamorig:RightForeArm', Weight: 0.929194 + Group: 'mixamorig:RightHand', Weight: 0.000020 +Vertex 565: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.108366 + Group: 'mixamorig:RightForeArm', Weight: 0.891623 + Group: 'mixamorig:RightHand', Weight: 0.000011 +Vertex 566: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.404491 + Group: 'mixamorig:RightForeArm', Weight: 0.595508 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 567: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.111672 + Group: 'mixamorig:RightForeArm', Weight: 0.888312 + Group: 'mixamorig:RightHand', Weight: 0.000016 +Vertex 568: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.000456 + Group: 'mixamorig:RightArm', Weight: 0.617511 + Group: 'mixamorig:RightForeArm', Weight: 0.382032 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 569: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.006462 + Group: 'mixamorig:RightArm', Weight: 0.857513 + Group: 'mixamorig:RightForeArm', Weight: 0.136025 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 570: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.016499 + Group: 'mixamorig:RightArm', Weight: 0.949482 + Group: 'mixamorig:RightForeArm', Weight: 0.034019 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 571: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.037355 + Group: 'mixamorig:RightArm', Weight: 0.957452 + Group: 'mixamorig:RightForeArm', Weight: 0.005194 +Vertex 572: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.553805 + Group: 'mixamorig:RightForeArm', Weight: 0.446194 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 573: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.024742 + Group: 'mixamorig:RightArm', Weight: 0.942595 + Group: 'mixamorig:RightForeArm', Weight: 0.032663 +Vertex 574: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.026659 + Group: 'mixamorig:RightArm', Weight: 0.935376 + Group: 'mixamorig:RightForeArm', Weight: 0.037965 +Vertex 575: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.022879 + Group: 'mixamorig:RightArm', Weight: 0.956184 + Group: 'mixamorig:RightForeArm', Weight: 0.020935 +Vertex 576: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.011618 + Group: 'mixamorig:RightArm', Weight: 0.913102 + Group: 'mixamorig:RightForeArm', Weight: 0.075280 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 577: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.010881 + Group: 'mixamorig:RightArm', Weight: 0.897535 + Group: 'mixamorig:RightForeArm', Weight: 0.091584 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 578: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.018242 + Group: 'mixamorig:RightArm', Weight: 0.937968 + Group: 'mixamorig:RightForeArm', Weight: 0.043790 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 579: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.023161 + Group: 'mixamorig:RightArm', Weight: 0.960181 + Group: 'mixamorig:RightForeArm', Weight: 0.016658 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 580: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.013598 + Group: 'mixamorig:RightArm', Weight: 0.940657 + Group: 'mixamorig:RightForeArm', Weight: 0.045745 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 581: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.027963 + Group: 'mixamorig:RightArm', Weight: 0.935979 + Group: 'mixamorig:RightForeArm', Weight: 0.036057 +Vertex 582: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.015305 + Group: 'mixamorig:RightArm', Weight: 0.891947 + Group: 'mixamorig:RightForeArm', Weight: 0.092748 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 583: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.419666 + Group: 'mixamorig:RightForeArm', Weight: 0.580333 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 584: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.013772 + Group: 'mixamorig:RightArm', Weight: 0.901816 + Group: 'mixamorig:RightForeArm', Weight: 0.084412 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 585: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.391208 + Group: 'mixamorig:RightForeArm', Weight: 0.608790 + Group: 'mixamorig:RightHand', Weight: 0.000002 +Vertex 586: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.004885 + Group: 'mixamorig:RightArm', Weight: 0.741492 + Group: 'mixamorig:RightForeArm', Weight: 0.253623 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 587: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.062206 + Group: 'mixamorig:LeftShoulder', Weight: 0.449944 + Group: 'mixamorig:LeftArm', Weight: 0.487851 +Vertex 588: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.141404 + Group: 'mixamorig:LeftShoulder', Weight: 0.533344 + Group: 'mixamorig:LeftArm', Weight: 0.325252 +Vertex 589: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.134864 + Group: 'mixamorig:LeftShoulder', Weight: 0.582667 + Group: 'mixamorig:LeftArm', Weight: 0.282469 +Vertex 590: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.067129 + Group: 'mixamorig:LeftShoulder', Weight: 0.496108 + Group: 'mixamorig:LeftArm', Weight: 0.436764 +Vertex 591: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.332839 + Group: 'mixamorig:LeftShoulder', Weight: 0.501049 + Group: 'mixamorig:LeftArm', Weight: 0.166112 +Vertex 592: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.302414 + Group: 'mixamorig:LeftShoulder', Weight: 0.557708 + Group: 'mixamorig:LeftArm', Weight: 0.139878 +Vertex 593: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.649521 + Group: 'mixamorig:LeftShoulder', Weight: 0.292625 + Group: 'mixamorig:LeftArm', Weight: 0.057855 +Vertex 594: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.569181 + Group: 'mixamorig:LeftShoulder', Weight: 0.375502 + Group: 'mixamorig:LeftArm', Weight: 0.055318 +Vertex 595: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.885723 + Group: 'mixamorig:Neck', Weight: 0.104587 + Group: 'mixamorig:Head', Weight: 0.009691 +Vertex 596: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.910793 + Group: 'mixamorig:Neck', Weight: 0.004344 + Group: 'mixamorig:Head', Weight: 0.002671 + Group: 'mixamorig:LeftShoulder', Weight: 0.081452 + Group: 'mixamorig:LeftArm', Weight: 0.000740 +Vertex 597: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.893081 + Group: 'mixamorig:LeftShoulder', Weight: 0.101720 + Group: 'mixamorig:LeftArm', Weight: 0.005199 +Vertex 598: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.865781 + Group: 'mixamorig:Neck', Weight: 0.115212 + Group: 'mixamorig:Head', Weight: 0.019007 +Vertex 599: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 600: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.874425 + Group: 'mixamorig:Neck', Weight: 0.116143 + Group: 'mixamorig:Head', Weight: 0.009432 +Vertex 601: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 602: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 603: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.884120 + Group: 'mixamorig:Neck', Weight: 0.101671 + Group: 'mixamorig:Head', Weight: 0.014209 +Vertex 604: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 605: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.843169 + Group: 'mixamorig:RightShoulder', Weight: 0.156831 +Vertex 606: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.636671 + Group: 'mixamorig:RightShoulder', Weight: 0.317460 + Group: 'mixamorig:RightArm', Weight: 0.045869 +Vertex 607: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.382774 + Group: 'mixamorig:RightShoulder', Weight: 0.478954 + Group: 'mixamorig:RightArm', Weight: 0.138272 +Vertex 608: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.120721 + Group: 'mixamorig:RightShoulder', Weight: 0.502854 + Group: 'mixamorig:RightArm', Weight: 0.376425 +Vertex 609: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.028669 + Group: 'mixamorig:RightShoulder', Weight: 0.446541 + Group: 'mixamorig:RightArm', Weight: 0.524790 +Vertex 610: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.001220 + Group: 'mixamorig:RightShoulder', Weight: 0.349539 + Group: 'mixamorig:RightArm', Weight: 0.649238 + Group: 'mixamorig:RightForeArm', Weight: 0.000004 +Vertex 611: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000007 + Group: 'mixamorig:RightShoulder', Weight: 0.223076 + Group: 'mixamorig:RightArm', Weight: 0.776897 + Group: 'mixamorig:RightForeArm', Weight: 0.000019 +Vertex 612: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.158854 + Group: 'mixamorig:RightArm', Weight: 0.841072 + Group: 'mixamorig:RightForeArm', Weight: 0.000074 +Vertex 613: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.093481 + Group: 'mixamorig:RightArm', Weight: 0.906121 + Group: 'mixamorig:RightForeArm', Weight: 0.000399 +Vertex 614: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.054416 + Group: 'mixamorig:RightArm', Weight: 0.942725 + Group: 'mixamorig:RightForeArm', Weight: 0.002859 +Vertex 615: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.022525 + Group: 'mixamorig:RightArm', Weight: 0.932591 + Group: 'mixamorig:RightForeArm', Weight: 0.044884 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 616: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.029570 + Group: 'mixamorig:RightArm', Weight: 0.928374 + Group: 'mixamorig:RightForeArm', Weight: 0.042056 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 617: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.066587 + Group: 'mixamorig:RightArm', Weight: 0.930494 + Group: 'mixamorig:RightForeArm', Weight: 0.002918 +Vertex 618: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.635565 + Group: 'mixamorig:RightForeArm', Weight: 0.364435 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 619: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.290214 + Group: 'mixamorig:RightForeArm', Weight: 0.709786 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 620: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.136244 + Group: 'mixamorig:RightForeArm', Weight: 0.863751 + Group: 'mixamorig:RightHand', Weight: 0.000005 +Vertex 621: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.291988 + Group: 'mixamorig:RightForeArm', Weight: 0.708010 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 622: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.146819 + Group: 'mixamorig:RightForeArm', Weight: 0.853168 + Group: 'mixamorig:RightHand', Weight: 0.000013 +Vertex 623: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.589909 + Group: 'mixamorig:RightForeArm', Weight: 0.410091 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 624: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.013834 + Group: 'mixamorig:RightForeArm', Weight: 0.979758 + Group: 'mixamorig:RightHand', Weight: 0.006408 +Vertex 625: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.017809 + Group: 'mixamorig:RightForeArm', Weight: 0.980153 + Group: 'mixamorig:RightHand', Weight: 0.002038 +Vertex 626: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.022689 + Group: 'mixamorig:RightForeArm', Weight: 0.974178 + Group: 'mixamorig:RightHand', Weight: 0.003133 +Vertex 627: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.062221 + Group: 'mixamorig:RightForeArm', Weight: 0.937461 + Group: 'mixamorig:RightHand', Weight: 0.000317 +Vertex 628: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.030434 + Group: 'mixamorig:RightForeArm', Weight: 0.961795 + Group: 'mixamorig:RightHand', Weight: 0.007771 +Vertex 629: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.031367 + Group: 'mixamorig:RightForeArm', Weight: 0.960770 + Group: 'mixamorig:RightHand', Weight: 0.007863 +Vertex 630: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.031474 + Group: 'mixamorig:RightForeArm', Weight: 0.964162 + Group: 'mixamorig:RightHand', Weight: 0.004363 +Vertex 631: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.055386 + Group: 'mixamorig:RightForeArm', Weight: 0.944449 + Group: 'mixamorig:RightHand', Weight: 0.000165 +Vertex 632: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.597856 + Group: 'mixamorig:RightForeArm', Weight: 0.402144 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 633: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.001863 + Group: 'mixamorig:RightArm', Weight: 0.601944 + Group: 'mixamorig:RightForeArm', Weight: 0.396193 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 634: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.032672 + Group: 'mixamorig:RightArm', Weight: 0.911396 + Group: 'mixamorig:RightForeArm', Weight: 0.055932 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 635: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.032827 + Group: 'mixamorig:RightArm', Weight: 0.922470 + Group: 'mixamorig:RightForeArm', Weight: 0.044703 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 636: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.113771 + Group: 'mixamorig:RightArm', Weight: 0.885783 + Group: 'mixamorig:RightForeArm', Weight: 0.000446 +Vertex 637: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.062201 + Group: 'mixamorig:RightArm', Weight: 0.927260 + Group: 'mixamorig:RightForeArm', Weight: 0.010539 +Vertex 638: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.068557 + Group: 'mixamorig:RightArm', Weight: 0.926046 + Group: 'mixamorig:RightForeArm', Weight: 0.005397 +Vertex 639: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:RightShoulder', Weight: 0.194424 + Group: 'mixamorig:RightArm', Weight: 0.805498 + Group: 'mixamorig:RightForeArm', Weight: 0.000077 +Vertex 640: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.105009 + Group: 'mixamorig:RightArm', Weight: 0.892995 + Group: 'mixamorig:RightForeArm', Weight: 0.001995 +Vertex 641: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.115529 + Group: 'mixamorig:RightArm', Weight: 0.883446 + Group: 'mixamorig:RightForeArm', Weight: 0.001025 +Vertex 642: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000043 + Group: 'mixamorig:RightShoulder', Weight: 0.281222 + Group: 'mixamorig:RightArm', Weight: 0.718709 + Group: 'mixamorig:RightForeArm', Weight: 0.000027 +Vertex 643: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.180385 + Group: 'mixamorig:RightArm', Weight: 0.819126 + Group: 'mixamorig:RightForeArm', Weight: 0.000489 +Vertex 644: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.194851 + Group: 'mixamorig:RightArm', Weight: 0.804918 + Group: 'mixamorig:RightForeArm', Weight: 0.000231 +Vertex 645: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.022106 + Group: 'mixamorig:RightShoulder', Weight: 0.418497 + Group: 'mixamorig:RightArm', Weight: 0.559390 + Group: 'mixamorig:RightForeArm', Weight: 0.000006 +Vertex 646: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000018 + Group: 'mixamorig:RightShoulder', Weight: 0.287030 + Group: 'mixamorig:RightArm', Weight: 0.712882 + Group: 'mixamorig:RightForeArm', Weight: 0.000070 +Vertex 647: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.060194 + Group: 'mixamorig:RightShoulder', Weight: 0.500126 + Group: 'mixamorig:RightArm', Weight: 0.439680 +Vertex 648: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.002647 + Group: 'mixamorig:RightShoulder', Weight: 0.437499 + Group: 'mixamorig:RightArm', Weight: 0.559841 + Group: 'mixamorig:RightForeArm', Weight: 0.000013 +Vertex 649: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.133572 + Group: 'mixamorig:RightShoulder', Weight: 0.565443 + Group: 'mixamorig:RightArm', Weight: 0.300985 +Vertex 650: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.085507 + Group: 'mixamorig:RightShoulder', Weight: 0.558246 + Group: 'mixamorig:RightArm', Weight: 0.356248 +Vertex 651: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.287122 + Group: 'mixamorig:RightShoulder', Weight: 0.606175 + Group: 'mixamorig:RightArm', Weight: 0.106703 +Vertex 652: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.155675 + Group: 'mixamorig:RightShoulder', Weight: 0.617304 + Group: 'mixamorig:RightArm', Weight: 0.227021 +Vertex 653: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.583638 + Group: 'mixamorig:RightShoulder', Weight: 0.381669 + Group: 'mixamorig:RightArm', Weight: 0.034693 +Vertex 654: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.386021 + Group: 'mixamorig:RightShoulder', Weight: 0.528544 + Group: 'mixamorig:RightArm', Weight: 0.085435 +Vertex 655: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.256544 + Group: 'mixamorig:RightShoulder', Weight: 0.639265 + Group: 'mixamorig:RightArm', Weight: 0.104191 +Vertex 656: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.788898 + Group: 'mixamorig:Neck', Weight: 0.121845 + Group: 'mixamorig:Head', Weight: 0.062066 + Group: 'mixamorig:RightShoulder', Weight: 0.027191 +Vertex 657: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.600160 + Group: 'mixamorig:RightShoulder', Weight: 0.372398 + Group: 'mixamorig:RightArm', Weight: 0.027442 +Vertex 658: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.491699 + Group: 'mixamorig:RightShoulder', Weight: 0.470903 + Group: 'mixamorig:RightArm', Weight: 0.037398 +Vertex 659: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.394539 + Group: 'mixamorig:Neck', Weight: 0.306930 + Group: 'mixamorig:Head', Weight: 0.298531 +Vertex 660: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.474776 + Group: 'mixamorig:Neck', Weight: 0.299838 + Group: 'mixamorig:Head', Weight: 0.225386 +Vertex 661: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.480891 + Group: 'mixamorig:Neck', Weight: 0.274730 + Group: 'mixamorig:Head', Weight: 0.244379 +Vertex 662: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.731414 + Group: 'mixamorig:Neck', Weight: 0.148293 + Group: 'mixamorig:Head', Weight: 0.105422 + Group: 'mixamorig:RightShoulder', Weight: 0.014385 + Group: 'mixamorig:RightArm', Weight: 0.000487 +Vertex 663: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.826058 + Group: 'mixamorig:RightShoulder', Weight: 0.173610 + Group: 'mixamorig:RightArm', Weight: 0.000332 +Vertex 664: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.909680 + Group: 'mixamorig:Neck', Weight: 0.020690 + Group: 'mixamorig:Head', Weight: 0.013351 + Group: 'mixamorig:LeftShoulder', Weight: 0.056278 +Vertex 665: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 666: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.748892 + Group: 'mixamorig:Neck', Weight: 0.116835 + Group: 'mixamorig:Head', Weight: 0.112635 + Group: 'mixamorig:LeftShoulder', Weight: 0.021638 +Vertex 667: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.805307 + Group: 'mixamorig:LeftShoulder', Weight: 0.193983 + Group: 'mixamorig:LeftArm', Weight: 0.000709 +Vertex 668: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.926943 + Group: 'mixamorig:LeftShoulder', Weight: 0.073057 +Vertex 669: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.546545 + Group: 'mixamorig:Neck', Weight: 0.228404 + Group: 'mixamorig:Head', Weight: 0.225051 +Vertex 670: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.613718 + Group: 'mixamorig:LeftShoulder', Weight: 0.366926 + Group: 'mixamorig:LeftArm', Weight: 0.019356 +Vertex 671: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.692971 + Group: 'mixamorig:LeftShoulder', Weight: 0.297117 + Group: 'mixamorig:LeftArm', Weight: 0.009912 +Vertex 672: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.806399 + Group: 'mixamorig:Neck', Weight: 0.012959 + Group: 'mixamorig:Head', Weight: 0.010191 + Group: 'mixamorig:LeftShoulder', Weight: 0.160459 + Group: 'mixamorig:LeftArm', Weight: 0.009992 +Vertex 673: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.504308 + Group: 'mixamorig:LeftShoulder', Weight: 0.441603 + Group: 'mixamorig:LeftArm', Weight: 0.054089 +Vertex 674: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.397717 + Group: 'mixamorig:LeftShoulder', Weight: 0.529068 + Group: 'mixamorig:LeftArm', Weight: 0.073215 +Vertex 675: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.502476 + Group: 'mixamorig:LeftShoulder', Weight: 0.450238 + Group: 'mixamorig:LeftArm', Weight: 0.047287 +Vertex 676: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.336986 + Group: 'mixamorig:LeftShoulder', Weight: 0.523692 + Group: 'mixamorig:LeftArm', Weight: 0.139322 +Vertex 677: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.216447 + Group: 'mixamorig:LeftShoulder', Weight: 0.589925 + Group: 'mixamorig:LeftArm', Weight: 0.193629 +Vertex 678: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.293634 + Group: 'mixamorig:LeftShoulder', Weight: 0.583624 + Group: 'mixamorig:LeftArm', Weight: 0.122743 +Vertex 679: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.146969 + Group: 'mixamorig:LeftShoulder', Weight: 0.600955 + Group: 'mixamorig:LeftArm', Weight: 0.252075 +Vertex 680: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.212330 + Group: 'mixamorig:LeftShoulder', Weight: 0.534678 + Group: 'mixamorig:LeftArm', Weight: 0.252992 +Vertex 681: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.147674 + Group: 'mixamorig:LeftShoulder', Weight: 0.566302 + Group: 'mixamorig:LeftArm', Weight: 0.286024 +Vertex 682: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.093865 + Group: 'mixamorig:LeftShoulder', Weight: 0.559221 + Group: 'mixamorig:LeftArm', Weight: 0.346914 +Vertex 683: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.022995 + Group: 'mixamorig:RightForeArm', Weight: 0.974035 + Group: 'mixamorig:RightHand', Weight: 0.002971 +Vertex 684: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012806 + Group: 'mixamorig:RightForeArm', Weight: 0.968661 + Group: 'mixamorig:RightHand', Weight: 0.018533 +Vertex 685: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.017762 + Group: 'mixamorig:RightForeArm', Weight: 0.958519 + Group: 'mixamorig:RightHand', Weight: 0.023719 +Vertex 686: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.010056 + Group: 'mixamorig:RightForeArm', Weight: 0.981388 + Group: 'mixamorig:RightHand', Weight: 0.008555 +Vertex 687: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.016101 + Group: 'mixamorig:RightForeArm', Weight: 0.981805 + Group: 'mixamorig:RightHand', Weight: 0.002094 +Vertex 688: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.031398 + Group: 'mixamorig:RightForeArm', Weight: 0.968243 + Group: 'mixamorig:RightHand', Weight: 0.000359 +Vertex 689: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.008757 + Group: 'mixamorig:RightForeArm', Weight: 0.984499 + Group: 'mixamorig:RightHand', Weight: 0.006744 +Vertex 690: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012654 + Group: 'mixamorig:RightForeArm', Weight: 0.986055 + Group: 'mixamorig:RightHand', Weight: 0.001291 +Vertex 691: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.020210 + Group: 'mixamorig:RightForeArm', Weight: 0.979325 + Group: 'mixamorig:RightHand', Weight: 0.000465 +Vertex 692: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.017510 + Group: 'mixamorig:RightForeArm', Weight: 0.982135 + Group: 'mixamorig:RightHand', Weight: 0.000355 +Vertex 693: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 694: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 695: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 696: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 697: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 698: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 699: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 700: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.847357 + Group: 'mixamorig:LeftShoulder', Weight: 0.152643 +Vertex 701: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.922365 + Group: 'mixamorig:LeftShoulder', Weight: 0.077635 +Vertex 702: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.778877 + Group: 'mixamorig:LeftShoulder', Weight: 0.217138 + Group: 'mixamorig:LeftArm', Weight: 0.003984 +Vertex 703: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.028916 + Group: 'mixamorig:Spine2', Weight: 0.704791 + Group: 'mixamorig:LeftShoulder', Weight: 0.247568 + Group: 'mixamorig:LeftArm', Weight: 0.018725 +Vertex 704: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.605495 + Group: 'mixamorig:LeftShoulder', Weight: 0.363076 + Group: 'mixamorig:LeftArm', Weight: 0.031430 +Vertex 705: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.043175 + Group: 'mixamorig:Spine2', Weight: 0.484264 + Group: 'mixamorig:LeftShoulder', Weight: 0.387968 + Group: 'mixamorig:LeftArm', Weight: 0.084593 +Vertex 706: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.151962 + Group: 'mixamorig:Spine2', Weight: 0.470365 + Group: 'mixamorig:LeftShoulder', Weight: 0.322876 + Group: 'mixamorig:LeftArm', Weight: 0.054796 +Vertex 707: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.424806 + Group: 'mixamorig:LeftShoulder', Weight: 0.471264 + Group: 'mixamorig:LeftArm', Weight: 0.103929 +Vertex 708: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.254788 + Group: 'mixamorig:LeftShoulder', Weight: 0.505460 + Group: 'mixamorig:LeftArm', Weight: 0.239753 +Vertex 709: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.006697 + Group: 'mixamorig:Spine2', Weight: 0.261904 + Group: 'mixamorig:LeftShoulder', Weight: 0.471416 + Group: 'mixamorig:LeftArm', Weight: 0.259984 +Vertex 710: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.134550 + Group: 'mixamorig:Spine2', Weight: 0.427015 + Group: 'mixamorig:RightShoulder', Weight: 0.366844 + Group: 'mixamorig:RightArm', Weight: 0.071591 +Vertex 711: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.494603 + Group: 'mixamorig:RightShoulder', Weight: 0.440906 + Group: 'mixamorig:RightArm', Weight: 0.064491 +Vertex 712: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.709185 + Group: 'mixamorig:RightShoulder', Weight: 0.276004 + Group: 'mixamorig:RightArm', Weight: 0.014811 +Vertex 713: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 714: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.906634 + Group: 'mixamorig:RightShoulder', Weight: 0.093366 +Vertex 715: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 716: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.850679 + Group: 'mixamorig:RightShoulder', Weight: 0.145232 + Group: 'mixamorig:RightArm', Weight: 0.004089 +Vertex 717: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.643489 + Group: 'mixamorig:RightShoulder', Weight: 0.322431 + Group: 'mixamorig:RightArm', Weight: 0.034080 +Vertex 718: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.002597 + Group: 'mixamorig:Spine2', Weight: 0.377064 + Group: 'mixamorig:RightShoulder', Weight: 0.475702 + Group: 'mixamorig:RightArm', Weight: 0.144636 +Vertex 719: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.003206 + Group: 'mixamorig:Spine2', Weight: 0.146846 + Group: 'mixamorig:RightShoulder', Weight: 0.489400 + Group: 'mixamorig:RightArm', Weight: 0.360548 +Vertex 720: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.003600 + Group: 'mixamorig:RightForeArm', Weight: 0.902888 + Group: 'mixamorig:RightHand', Weight: 0.093513 +Vertex 721: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000129 + Group: 'mixamorig:RightForeArm', Weight: 0.449091 + Group: 'mixamorig:RightHand', Weight: 0.550780 +Vertex 722: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.000021 + Group: 'mixamorig:RightForeArm', Weight: 0.463765 + Group: 'mixamorig:RightHand', Weight: 0.536214 +Vertex 723: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.133632 + Group: 'mixamorig:RightHand', Weight: 0.747834 + Group: 'mixamorig:RightHandThumb1', Weight: 0.118534 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 724: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.101375 + Group: 'mixamorig:RightHand', Weight: 0.757434 + Group: 'mixamorig:RightHandThumb1', Weight: 0.141191 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 725: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.005191 + Group: 'mixamorig:RightForeArm', Weight: 0.867181 + Group: 'mixamorig:RightHand', Weight: 0.127629 +Vertex 726: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.379756 + Group: 'mixamorig:RightHand', Weight: 0.620244 +Vertex 727: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.081134 + Group: 'mixamorig:RightHand', Weight: 0.831329 + Group: 'mixamorig:RightHandThumb1', Weight: 0.087538 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 728: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.151994 + Group: 'mixamorig:RightHand', Weight: 0.848006 +Vertex 729: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.010355 + Group: 'mixamorig:RightForeArm', Weight: 0.767178 + Group: 'mixamorig:RightHand', Weight: 0.222467 +Vertex 730: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.008088 + Group: 'mixamorig:RightForeArm', Weight: 0.730188 + Group: 'mixamorig:RightHand', Weight: 0.261724 +Vertex 731: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.155970 + Group: 'mixamorig:RightHand', Weight: 0.844030 +Vertex 732: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.012714 + Group: 'mixamorig:RightForeArm', Weight: 0.867340 + Group: 'mixamorig:RightHand', Weight: 0.119947 +Vertex 733: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.213248 + Group: 'mixamorig:RightHand', Weight: 0.786752 +Vertex 734: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.022420 + Group: 'mixamorig:RightHand', Weight: 0.977580 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 735: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.034213 + Group: 'mixamorig:RightHand', Weight: 0.965787 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 736: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.010424 + Group: 'mixamorig:RightForeArm', Weight: 0.905240 + Group: 'mixamorig:RightHand', Weight: 0.084336 +Vertex 737: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.384544 + Group: 'mixamorig:RightHand', Weight: 0.615456 +Vertex 738: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.070696 + Group: 'mixamorig:RightHand', Weight: 0.929304 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 739: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.007001 + Group: 'mixamorig:RightForeArm', Weight: 0.913312 + Group: 'mixamorig:RightHand', Weight: 0.079687 +Vertex 740: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.001300 + Group: 'mixamorig:RightForeArm', Weight: 0.515850 + Group: 'mixamorig:RightHand', Weight: 0.482851 +Vertex 741: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.136676 + Group: 'mixamorig:RightHand', Weight: 0.853250 + Group: 'mixamorig:RightHandThumb1', Weight: 0.010074 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 742: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.512799 + Group: 'mixamorig:RightHand', Weight: 0.485244 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001957 +Vertex 743: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.157420 + Group: 'mixamorig:RightHand', Weight: 0.779214 + Group: 'mixamorig:RightHandThumb1', Weight: 0.063366 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 744: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.020973 + Group: 'mixamorig:RightHand', Weight: 0.979027 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 745: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.026190 + Group: 'mixamorig:RightForeArm', Weight: 0.959479 + Group: 'mixamorig:RightHand', Weight: 0.014331 +Vertex 746: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.024585 + Group: 'mixamorig:RightForeArm', Weight: 0.958985 + Group: 'mixamorig:RightHand', Weight: 0.016430 +Vertex 747: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.284214 + Group: 'mixamorig:RightHand', Weight: 0.715786 +Vertex 748: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.199401 + Group: 'mixamorig:RightHand', Weight: 0.800599 +Vertex 749: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.010825 + Group: 'mixamorig:RightForeArm', Weight: 0.840728 + Group: 'mixamorig:RightHand', Weight: 0.148446 +Vertex 750: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.007186 + Group: 'mixamorig:RightForeArm', Weight: 0.780539 + Group: 'mixamorig:RightHand', Weight: 0.212275 +Vertex 751: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.015776 + Group: 'mixamorig:RightForeArm', Weight: 0.915298 + Group: 'mixamorig:RightHand', Weight: 0.068926 +Vertex 752: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.007682 + Group: 'mixamorig:RightForeArm', Weight: 0.725186 + Group: 'mixamorig:RightHand', Weight: 0.267132 +Vertex 753: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.018907 + Group: 'mixamorig:RightForeArm', Weight: 0.931748 + Group: 'mixamorig:RightHand', Weight: 0.049345 +Vertex 754: +Vertex groups: 2 + Group: 'mixamorig:RightForeArm', Weight: 0.191667 + Group: 'mixamorig:RightHand', Weight: 0.808333 +Vertex 755: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.004614 + Group: 'mixamorig:LeftShoulder', Weight: 0.349957 + Group: 'mixamorig:LeftArm', Weight: 0.645429 +Vertex 756: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.040092 + Group: 'mixamorig:Spine2', Weight: 0.169091 + Group: 'mixamorig:LeftShoulder', Weight: 0.452717 + Group: 'mixamorig:LeftArm', Weight: 0.338100 +Vertex 757: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.004360 + Group: 'mixamorig:LeftShoulder', Weight: 0.343202 + Group: 'mixamorig:LeftArm', Weight: 0.652439 +Vertex 758: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.002310 + Group: 'mixamorig:LeftShoulder', Weight: 0.288277 + Group: 'mixamorig:LeftArm', Weight: 0.709414 +Vertex 759: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.000949 + Group: 'mixamorig:LeftShoulder', Weight: 0.214785 + Group: 'mixamorig:LeftArm', Weight: 0.784266 +Vertex 760: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.003221 + Group: 'mixamorig:LeftShoulder', Weight: 0.195629 + Group: 'mixamorig:LeftArm', Weight: 0.801150 +Vertex 761: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000004 + Group: 'mixamorig:LeftShoulder', Weight: 0.118121 + Group: 'mixamorig:LeftArm', Weight: 0.881417 + Group: 'mixamorig:LeftForeArm', Weight: 0.000458 +Vertex 762: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000005 + Group: 'mixamorig:LeftShoulder', Weight: 0.090743 + Group: 'mixamorig:LeftArm', Weight: 0.909003 + Group: 'mixamorig:LeftForeArm', Weight: 0.000249 +Vertex 763: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000017 + Group: 'mixamorig:LeftShoulder', Weight: 0.081614 + Group: 'mixamorig:LeftArm', Weight: 0.918264 + Group: 'mixamorig:LeftForeArm', Weight: 0.000105 +Vertex 764: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.004358 + Group: 'mixamorig:LeftShoulder', Weight: 0.201850 + Group: 'mixamorig:LeftArm', Weight: 0.793792 +Vertex 765: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.007820 + Group: 'mixamorig:LeftShoulder', Weight: 0.215420 + Group: 'mixamorig:LeftArm', Weight: 0.776760 +Vertex 766: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000093 + Group: 'mixamorig:LeftShoulder', Weight: 0.077433 + Group: 'mixamorig:LeftArm', Weight: 0.922409 + Group: 'mixamorig:LeftForeArm', Weight: 0.000065 +Vertex 767: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.887941 + Group: 'mixamorig:LeftForeArm', Weight: 0.112059 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 768: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.873241 + Group: 'mixamorig:LeftForeArm', Weight: 0.126759 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 769: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.966196 + Group: 'mixamorig:LeftForeArm', Weight: 0.033804 +Vertex 770: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.001187 + Group: 'mixamorig:LeftArm', Weight: 0.977311 + Group: 'mixamorig:LeftForeArm', Weight: 0.021502 +Vertex 771: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000009 + Group: 'mixamorig:LeftShoulder', Weight: 0.031966 + Group: 'mixamorig:LeftArm', Weight: 0.967773 + Group: 'mixamorig:LeftForeArm', Weight: 0.000251 +Vertex 772: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000002 + Group: 'mixamorig:LeftShoulder', Weight: 0.029343 + Group: 'mixamorig:LeftArm', Weight: 0.970348 + Group: 'mixamorig:LeftForeArm', Weight: 0.000307 +Vertex 773: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000210 + Group: 'mixamorig:LeftShoulder', Weight: 0.079813 + Group: 'mixamorig:LeftArm', Weight: 0.919939 + Group: 'mixamorig:LeftForeArm', Weight: 0.000038 +Vertex 774: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.015477 + Group: 'mixamorig:LeftShoulder', Weight: 0.237593 + Group: 'mixamorig:LeftArm', Weight: 0.746930 +Vertex 775: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.019412 + Group: 'mixamorig:LeftShoulder', Weight: 0.261882 + Group: 'mixamorig:LeftArm', Weight: 0.718706 +Vertex 776: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000420 + Group: 'mixamorig:LeftShoulder', Weight: 0.085068 + Group: 'mixamorig:LeftArm', Weight: 0.914482 + Group: 'mixamorig:LeftForeArm', Weight: 0.000030 +Vertex 777: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.014145 + Group: 'mixamorig:LeftShoulder', Weight: 0.288636 + Group: 'mixamorig:LeftArm', Weight: 0.697218 +Vertex 778: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.014607 + Group: 'mixamorig:LeftShoulder', Weight: 0.332261 + Group: 'mixamorig:LeftArm', Weight: 0.653132 +Vertex 779: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.001090 + Group: 'mixamorig:LeftShoulder', Weight: 0.111212 + Group: 'mixamorig:LeftArm', Weight: 0.887678 + Group: 'mixamorig:LeftForeArm', Weight: 0.000020 +Vertex 780: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000869 + Group: 'mixamorig:LeftShoulder', Weight: 0.135313 + Group: 'mixamorig:LeftArm', Weight: 0.863766 + Group: 'mixamorig:LeftForeArm', Weight: 0.000052 +Vertex 781: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000046 + Group: 'mixamorig:LeftShoulder', Weight: 0.047237 + Group: 'mixamorig:LeftArm', Weight: 0.952516 + Group: 'mixamorig:LeftForeArm', Weight: 0.000201 +Vertex 782: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000029 + Group: 'mixamorig:LeftShoulder', Weight: 0.060838 + Group: 'mixamorig:LeftArm', Weight: 0.938711 + Group: 'mixamorig:LeftForeArm', Weight: 0.000422 +Vertex 783: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.088415 + Group: 'mixamorig:LeftForeArm', Weight: 0.911526 + Group: 'mixamorig:LeftHand', Weight: 0.000059 +Vertex 784: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.184592 + Group: 'mixamorig:LeftForeArm', Weight: 0.815404 + Group: 'mixamorig:LeftHand', Weight: 0.000005 +Vertex 785: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.159394 + Group: 'mixamorig:LeftForeArm', Weight: 0.840603 + Group: 'mixamorig:LeftHand', Weight: 0.000003 +Vertex 786: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.063176 + Group: 'mixamorig:LeftForeArm', Weight: 0.936758 + Group: 'mixamorig:LeftHand', Weight: 0.000066 +Vertex 787: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.020292 + Group: 'mixamorig:LeftShoulder', Weight: 0.395991 + Group: 'mixamorig:LeftArm', Weight: 0.583718 +Vertex 788: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000637 + Group: 'mixamorig:LeftShoulder', Weight: 0.157110 + Group: 'mixamorig:LeftArm', Weight: 0.842114 + Group: 'mixamorig:LeftForeArm', Weight: 0.000138 +Vertex 789: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000023 + Group: 'mixamorig:LeftShoulder', Weight: 0.072731 + Group: 'mixamorig:LeftArm', Weight: 0.926199 + Group: 'mixamorig:LeftForeArm', Weight: 0.001047 +Vertex 790: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.048745 + Group: 'mixamorig:LeftShoulder', Weight: 0.452212 + Group: 'mixamorig:LeftArm', Weight: 0.499043 +Vertex 791: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000247 + Group: 'mixamorig:LeftShoulder', Weight: 0.171895 + Group: 'mixamorig:LeftArm', Weight: 0.827620 + Group: 'mixamorig:LeftForeArm', Weight: 0.000239 +Vertex 792: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000005 + Group: 'mixamorig:LeftShoulder', Weight: 0.076155 + Group: 'mixamorig:LeftArm', Weight: 0.922146 + Group: 'mixamorig:LeftForeArm', Weight: 0.001694 +Vertex 793: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:LeftShoulder', Weight: 0.031191 + Group: 'mixamorig:LeftArm', Weight: 0.963816 + Group: 'mixamorig:LeftForeArm', Weight: 0.004992 +Vertex 794: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.034473 + Group: 'mixamorig:LeftArm', Weight: 0.957708 + Group: 'mixamorig:LeftForeArm', Weight: 0.007818 +Vertex 795: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.041080 + Group: 'mixamorig:LeftForeArm', Weight: 0.958914 + Group: 'mixamorig:LeftHand', Weight: 0.000006 +Vertex 796: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.018492 + Group: 'mixamorig:LeftForeArm', Weight: 0.981400 + Group: 'mixamorig:LeftHand', Weight: 0.000107 +Vertex 797: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.020329 + Group: 'mixamorig:LeftForeArm', Weight: 0.979547 + Group: 'mixamorig:LeftHand', Weight: 0.000124 +Vertex 798: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.043006 + Group: 'mixamorig:LeftForeArm', Weight: 0.956980 + Group: 'mixamorig:LeftHand', Weight: 0.000013 +Vertex 799: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.022505 + Group: 'mixamorig:LeftForeArm', Weight: 0.977180 + Group: 'mixamorig:LeftHand', Weight: 0.000315 +Vertex 800: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.050698 + Group: 'mixamorig:LeftForeArm', Weight: 0.949276 + Group: 'mixamorig:LeftHand', Weight: 0.000026 +Vertex 801: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.085518 + Group: 'mixamorig:LeftArm', Weight: 0.910765 + Group: 'mixamorig:LeftForeArm', Weight: 0.003717 +Vertex 802: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.039699 + Group: 'mixamorig:LeftArm', Weight: 0.944258 + Group: 'mixamorig:LeftForeArm', Weight: 0.016043 +Vertex 803: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.037826 + Group: 'mixamorig:LeftArm', Weight: 0.948809 + Group: 'mixamorig:LeftForeArm', Weight: 0.013365 +Vertex 804: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:LeftShoulder', Weight: 0.083189 + Group: 'mixamorig:LeftArm', Weight: 0.914098 + Group: 'mixamorig:LeftForeArm', Weight: 0.002712 +Vertex 805: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000010 + Group: 'mixamorig:LeftShoulder', Weight: 0.166112 + Group: 'mixamorig:LeftArm', Weight: 0.833095 + Group: 'mixamorig:LeftForeArm', Weight: 0.000783 +Vertex 806: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.081473 + Group: 'mixamorig:LeftArm', Weight: 0.913830 + Group: 'mixamorig:LeftForeArm', Weight: 0.004697 +Vertex 807: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.088758 + Group: 'mixamorig:LeftArm', Weight: 0.906945 + Group: 'mixamorig:LeftForeArm', Weight: 0.004297 +Vertex 808: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000025 + Group: 'mixamorig:LeftShoulder', Weight: 0.178981 + Group: 'mixamorig:LeftArm', Weight: 0.820235 + Group: 'mixamorig:LeftForeArm', Weight: 0.000758 +Vertex 809: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000227 + Group: 'mixamorig:LeftShoulder', Weight: 0.189377 + Group: 'mixamorig:LeftArm', Weight: 0.810032 + Group: 'mixamorig:LeftForeArm', Weight: 0.000364 +Vertex 810: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.014029 + Group: 'mixamorig:LeftShoulder', Weight: 0.364129 + Group: 'mixamorig:LeftArm', Weight: 0.621842 +Vertex 811: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.020429 + Group: 'mixamorig:LeftShoulder', Weight: 0.417273 + Group: 'mixamorig:LeftArm', Weight: 0.562298 +Vertex 812: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000080 + Group: 'mixamorig:LeftShoulder', Weight: 0.192081 + Group: 'mixamorig:LeftArm', Weight: 0.807275 + Group: 'mixamorig:LeftForeArm', Weight: 0.000565 +Vertex 813: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.042291 + Group: 'mixamorig:LeftArm', Weight: 0.940789 + Group: 'mixamorig:LeftForeArm', Weight: 0.016919 +Vertex 814: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.040147 + Group: 'mixamorig:LeftArm', Weight: 0.943434 + Group: 'mixamorig:LeftForeArm', Weight: 0.016419 +Vertex 815: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.167079 + Group: 'mixamorig:LeftForeArm', Weight: 0.832919 + Group: 'mixamorig:LeftHand', Weight: 0.000002 +Vertex 816: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.142844 + Group: 'mixamorig:LeftForeArm', Weight: 0.857154 + Group: 'mixamorig:LeftHand', Weight: 0.000002 +Vertex 817: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.064052 + Group: 'mixamorig:LeftForeArm', Weight: 0.935925 + Group: 'mixamorig:LeftHand', Weight: 0.000022 +Vertex 818: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.116583 + Group: 'mixamorig:LeftForeArm', Weight: 0.883416 + Group: 'mixamorig:LeftHand', Weight: 0.000001 +Vertex 819: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.126659 + Group: 'mixamorig:LeftForeArm', Weight: 0.873340 + Group: 'mixamorig:LeftHand', Weight: 0.000001 +Vertex 820: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.304698 + Group: 'mixamorig:LeftForeArm', Weight: 0.695302 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 821: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.298418 + Group: 'mixamorig:LeftForeArm', Weight: 0.701582 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 822: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.044848 + Group: 'mixamorig:LeftForeArm', Weight: 0.955149 + Group: 'mixamorig:LeftHand', Weight: 0.000003 +Vertex 823: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.108951 + Group: 'mixamorig:LeftForeArm', Weight: 0.891049 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 824: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.224754 + Group: 'mixamorig:LeftForeArm', Weight: 0.775246 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 825: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.009232 + Group: 'mixamorig:LeftForeArm', Weight: 0.989674 + Group: 'mixamorig:LeftHand', Weight: 0.001095 +Vertex 826: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.010598 + Group: 'mixamorig:LeftForeArm', Weight: 0.987956 + Group: 'mixamorig:LeftHand', Weight: 0.001446 +Vertex 827: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.006954 + Group: 'mixamorig:LeftForeArm', Weight: 0.981851 + Group: 'mixamorig:LeftHand', Weight: 0.011195 +Vertex 828: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.006184 + Group: 'mixamorig:LeftForeArm', Weight: 0.981360 + Group: 'mixamorig:LeftHand', Weight: 0.012456 +Vertex 829: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000035 + Group: 'mixamorig:LeftShoulder', Weight: 0.039990 + Group: 'mixamorig:LeftArm', Weight: 0.959805 + Group: 'mixamorig:LeftForeArm', Weight: 0.000170 +Vertex 830: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:LeftShoulder', Weight: 0.013688 + Group: 'mixamorig:LeftArm', Weight: 0.984483 + Group: 'mixamorig:LeftForeArm', Weight: 0.001828 +Vertex 831: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000001 + Group: 'mixamorig:LeftShoulder', Weight: 0.015303 + Group: 'mixamorig:LeftArm', Weight: 0.983223 + Group: 'mixamorig:LeftForeArm', Weight: 0.001473 +Vertex 832: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.049675 + Group: 'mixamorig:LeftArm', Weight: 0.947232 + Group: 'mixamorig:LeftForeArm', Weight: 0.003093 +Vertex 833: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.035501 + Group: 'mixamorig:LeftArm', Weight: 0.963467 + Group: 'mixamorig:LeftForeArm', Weight: 0.001033 +Vertex 834: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.032649 + Group: 'mixamorig:LeftArm', Weight: 0.966737 + Group: 'mixamorig:LeftForeArm', Weight: 0.000614 +Vertex 835: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.013309 + Group: 'mixamorig:LeftArm', Weight: 0.981393 + Group: 'mixamorig:LeftForeArm', Weight: 0.005298 +Vertex 836: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.016273 + Group: 'mixamorig:LeftArm', Weight: 0.974768 + Group: 'mixamorig:LeftForeArm', Weight: 0.008958 +Vertex 837: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.013207 + Group: 'mixamorig:LeftArm', Weight: 0.984799 + Group: 'mixamorig:LeftForeArm', Weight: 0.001994 +Vertex 838: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.025154 + Group: 'mixamorig:LeftArm', Weight: 0.962375 + Group: 'mixamorig:LeftForeArm', Weight: 0.012471 +Vertex 839: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.002163 + Group: 'mixamorig:LeftArm', Weight: 0.959627 + Group: 'mixamorig:LeftForeArm', Weight: 0.038210 +Vertex 840: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.010158 + Group: 'mixamorig:LeftArm', Weight: 0.945767 + Group: 'mixamorig:LeftForeArm', Weight: 0.044075 +Vertex 841: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.892193 + Group: 'mixamorig:LeftForeArm', Weight: 0.107807 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 842: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.890056 + Group: 'mixamorig:LeftForeArm', Weight: 0.109944 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 843: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.411112 + Group: 'mixamorig:LeftForeArm', Weight: 0.588888 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 844: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.448576 + Group: 'mixamorig:LeftForeArm', Weight: 0.551424 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 845: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.214600 + Group: 'mixamorig:LeftForeArm', Weight: 0.785400 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 846: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.182964 + Group: 'mixamorig:LeftForeArm', Weight: 0.817036 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 847: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.117451 + Group: 'mixamorig:LeftForeArm', Weight: 0.882549 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 848: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.009887 + Group: 'mixamorig:LeftForeArm', Weight: 0.989181 + Group: 'mixamorig:LeftHand', Weight: 0.000932 +Vertex 849: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.006932 + Group: 'mixamorig:LeftForeArm', Weight: 0.986125 + Group: 'mixamorig:LeftHand', Weight: 0.006943 +Vertex 850: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.019538 + Group: 'mixamorig:LeftForeArm', Weight: 0.980419 + Group: 'mixamorig:LeftHand', Weight: 0.000044 +Vertex 851: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.013575 + Group: 'mixamorig:LeftForeArm', Weight: 0.986098 + Group: 'mixamorig:LeftHand', Weight: 0.000327 +Vertex 852: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.020213 + Group: 'mixamorig:LeftForeArm', Weight: 0.979671 + Group: 'mixamorig:LeftHand', Weight: 0.000116 +Vertex 853: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.013531 + Group: 'mixamorig:LeftForeArm', Weight: 0.983516 + Group: 'mixamorig:LeftHand', Weight: 0.002953 +Vertex 854: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.009753 + Group: 'mixamorig:LeftForeArm', Weight: 0.985610 + Group: 'mixamorig:LeftHand', Weight: 0.004638 +Vertex 855: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.022424 + Group: 'mixamorig:LeftForeArm', Weight: 0.977530 + Group: 'mixamorig:LeftHand', Weight: 0.000046 +Vertex 856: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.029682 + Group: 'mixamorig:LeftForeArm', Weight: 0.970281 + Group: 'mixamorig:LeftHand', Weight: 0.000036 +Vertex 857: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.048171 + Group: 'mixamorig:LeftForeArm', Weight: 0.951827 + Group: 'mixamorig:LeftHand', Weight: 0.000002 +Vertex 858: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.057349 + Group: 'mixamorig:LeftForeArm', Weight: 0.942648 + Group: 'mixamorig:LeftHand', Weight: 0.000002 +Vertex 859: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.101453 + Group: 'mixamorig:LeftForeArm', Weight: 0.898547 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 860: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.083197 + Group: 'mixamorig:LeftForeArm', Weight: 0.916800 + Group: 'mixamorig:LeftHand', Weight: 0.000003 +Vertex 861: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.624469 + Group: 'mixamorig:LeftForeArm', Weight: 0.375531 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 862: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.672716 + Group: 'mixamorig:LeftForeArm', Weight: 0.327284 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 863: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.171959 + Group: 'mixamorig:LeftForeArm', Weight: 0.828041 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 864: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.316961 + Group: 'mixamorig:LeftForeArm', Weight: 0.683038 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 865: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.493270 + Group: 'mixamorig:LeftForeArm', Weight: 0.506730 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 866: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.000249 + Group: 'mixamorig:LeftArm', Weight: 0.728294 + Group: 'mixamorig:LeftForeArm', Weight: 0.271457 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 867: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.013041 + Group: 'mixamorig:LeftArm', Weight: 0.915944 + Group: 'mixamorig:LeftForeArm', Weight: 0.071015 +Vertex 868: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.011297 + Group: 'mixamorig:LeftArm', Weight: 0.912685 + Group: 'mixamorig:LeftForeArm', Weight: 0.076018 +Vertex 869: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.006386 + Group: 'mixamorig:LeftArm', Weight: 0.903414 + Group: 'mixamorig:LeftForeArm', Weight: 0.090200 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 870: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.033920 + Group: 'mixamorig:LeftArm', Weight: 0.948855 + Group: 'mixamorig:LeftForeArm', Weight: 0.017226 +Vertex 871: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.072771 + Group: 'mixamorig:LeftArm', Weight: 0.922476 + Group: 'mixamorig:LeftForeArm', Weight: 0.004753 +Vertex 872: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000011 + Group: 'mixamorig:LeftShoulder', Weight: 0.157790 + Group: 'mixamorig:LeftArm', Weight: 0.841536 + Group: 'mixamorig:LeftForeArm', Weight: 0.000664 +Vertex 873: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.011054 + Group: 'mixamorig:LeftShoulder', Weight: 0.352322 + Group: 'mixamorig:LeftArm', Weight: 0.636624 +Vertex 874: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.073982 + Group: 'mixamorig:Spine2', Weight: 0.132589 + Group: 'mixamorig:LeftShoulder', Weight: 0.444012 + Group: 'mixamorig:LeftArm', Weight: 0.349417 +Vertex 875: +Vertex groups: 4 + Group: 'mixamorig:Spine1', Weight: 0.314629 + Group: 'mixamorig:Spine2', Weight: 0.348020 + Group: 'mixamorig:LeftShoulder', Weight: 0.296671 + Group: 'mixamorig:LeftArm', Weight: 0.040680 +Vertex 876: +Vertex groups: 5 + Group: 'mixamorig:Spine', Weight: 0.015298 + Group: 'mixamorig:Spine1', Weight: 0.505320 + Group: 'mixamorig:Spine2', Weight: 0.238239 + Group: 'mixamorig:LeftShoulder', Weight: 0.219127 + Group: 'mixamorig:LeftArm', Weight: 0.022017 +Vertex 877: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.011453 + Group: 'mixamorig:LeftArm', Weight: 0.908743 + Group: 'mixamorig:LeftForeArm', Weight: 0.079803 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 878: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.007791 + Group: 'mixamorig:LeftArm', Weight: 0.908244 + Group: 'mixamorig:LeftForeArm', Weight: 0.083965 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 879: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.152367 + Group: 'mixamorig:LeftForeArm', Weight: 0.847631 + Group: 'mixamorig:LeftHand', Weight: 0.000002 +Vertex 880: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.458540 + Group: 'mixamorig:LeftForeArm', Weight: 0.541460 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 881: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.465142 + Group: 'mixamorig:LeftForeArm', Weight: 0.534857 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 882: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.003766 + Group: 'mixamorig:LeftArm', Weight: 0.925016 + Group: 'mixamorig:LeftForeArm', Weight: 0.071218 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 883: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.506573 + Group: 'mixamorig:LeftForeArm', Weight: 0.493426 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 884: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.446378 + Group: 'mixamorig:LeftForeArm', Weight: 0.553622 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 885: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000005 + Group: 'mixamorig:LeftShoulder', Weight: 0.024588 + Group: 'mixamorig:LeftArm', Weight: 0.974230 + Group: 'mixamorig:LeftForeArm', Weight: 0.001176 +Vertex 886: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000002 + Group: 'mixamorig:LeftShoulder', Weight: 0.028345 + Group: 'mixamorig:LeftArm', Weight: 0.969301 + Group: 'mixamorig:LeftForeArm', Weight: 0.002353 +Vertex 887: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.004451 + Group: 'mixamorig:LeftArm', Weight: 0.942810 + Group: 'mixamorig:LeftForeArm', Weight: 0.052740 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 888: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.467741 + Group: 'mixamorig:LeftForeArm', Weight: 0.532259 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 889: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.005403 + Group: 'mixamorig:LeftArm', Weight: 0.963565 + Group: 'mixamorig:LeftForeArm', Weight: 0.031032 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 890: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.003708 + Group: 'mixamorig:LeftArm', Weight: 0.966775 + Group: 'mixamorig:LeftForeArm', Weight: 0.029517 +Vertex 891: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.206135 + Group: 'mixamorig:LeftForeArm', Weight: 0.793861 + Group: 'mixamorig:LeftHand', Weight: 0.000004 +Vertex 892: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.501762 + Group: 'mixamorig:LeftForeArm', Weight: 0.498238 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 893: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.000493 + Group: 'mixamorig:LeftArm', Weight: 0.968288 + Group: 'mixamorig:LeftForeArm', Weight: 0.031220 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 894: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.009534 + Group: 'mixamorig:LeftArm', Weight: 0.986334 + Group: 'mixamorig:LeftForeArm', Weight: 0.004132 +Vertex 895: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.004387 + Group: 'mixamorig:LeftArm', Weight: 0.985072 + Group: 'mixamorig:LeftForeArm', Weight: 0.010541 +Vertex 896: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.466986 + Group: 'mixamorig:LeftForeArm', Weight: 0.533014 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 897: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.202827 + Group: 'mixamorig:LeftForeArm', Weight: 0.797169 + Group: 'mixamorig:LeftHand', Weight: 0.000003 +Vertex 898: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.471557 + Group: 'mixamorig:LeftForeArm', Weight: 0.528443 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 899: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.940270 + Group: 'mixamorig:LeftForeArm', Weight: 0.059730 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 900: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.201347 + Group: 'mixamorig:LeftForeArm', Weight: 0.798652 + Group: 'mixamorig:LeftHand', Weight: 0.000001 +Vertex 901: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.708693 + Group: 'mixamorig:LeftForeArm', Weight: 0.291307 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 902: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.519641 + Group: 'mixamorig:LeftForeArm', Weight: 0.480359 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 903: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.203297 + Group: 'mixamorig:LeftForeArm', Weight: 0.796703 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 904: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.102023 + Group: 'mixamorig:LeftForeArm', Weight: 0.897957 + Group: 'mixamorig:LeftHand', Weight: 0.000020 +Vertex 905: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.108664 + Group: 'mixamorig:LeftForeArm', Weight: 0.891308 + Group: 'mixamorig:LeftHand', Weight: 0.000029 +Vertex 906: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.037523 + Group: 'mixamorig:LeftForeArm', Weight: 0.962424 + Group: 'mixamorig:LeftHand', Weight: 0.000053 +Vertex 907: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.058352 + Group: 'mixamorig:LeftForeArm', Weight: 0.941450 + Group: 'mixamorig:LeftHand', Weight: 0.000198 +Vertex 908: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.027795 + Group: 'mixamorig:LeftForeArm', Weight: 0.971281 + Group: 'mixamorig:LeftHand', Weight: 0.000924 +Vertex 909: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.019963 + Group: 'mixamorig:LeftForeArm', Weight: 0.974658 + Group: 'mixamorig:LeftHand', Weight: 0.005380 +Vertex 910: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.036880 + Group: 'mixamorig:LeftForeArm', Weight: 0.961367 + Group: 'mixamorig:LeftHand', Weight: 0.001753 +Vertex 911: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.023494 + Group: 'mixamorig:LeftForeArm', Weight: 0.964409 + Group: 'mixamorig:LeftHand', Weight: 0.012096 +Vertex 912: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.037960 + Group: 'mixamorig:LeftForeArm', Weight: 0.960483 + Group: 'mixamorig:LeftHand', Weight: 0.001558 +Vertex 913: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.023729 + Group: 'mixamorig:LeftForeArm', Weight: 0.964312 + Group: 'mixamorig:LeftHand', Weight: 0.011959 +Vertex 914: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.038527 + Group: 'mixamorig:LeftForeArm', Weight: 0.960008 + Group: 'mixamorig:LeftHand', Weight: 0.001465 +Vertex 915: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.037745 + Group: 'mixamorig:LeftForeArm', Weight: 0.960571 + Group: 'mixamorig:LeftHand', Weight: 0.001684 +Vertex 916: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.022585 + Group: 'mixamorig:LeftForeArm', Weight: 0.955858 + Group: 'mixamorig:LeftHand', Weight: 0.021557 +Vertex 917: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.242924 + Group: 'mixamorig:LeftForeArm', Weight: 0.757075 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 918: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.036909 + Group: 'mixamorig:LeftForeArm', Weight: 0.962718 + Group: 'mixamorig:LeftHand', Weight: 0.000373 +Vertex 919: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.030640 + Group: 'mixamorig:LeftForeArm', Weight: 0.968949 + Group: 'mixamorig:LeftHand', Weight: 0.000412 +Vertex 920: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.014990 + Group: 'mixamorig:LeftForeArm', Weight: 0.983245 + Group: 'mixamorig:LeftHand', Weight: 0.001765 +Vertex 921: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.021195 + Group: 'mixamorig:LeftForeArm', Weight: 0.976412 + Group: 'mixamorig:LeftHand', Weight: 0.002394 +Vertex 922: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.008696 + Group: 'mixamorig:LeftForeArm', Weight: 0.978477 + Group: 'mixamorig:LeftHand', Weight: 0.012827 +Vertex 923: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.016883 + Group: 'mixamorig:LeftForeArm', Weight: 0.958920 + Group: 'mixamorig:LeftHand', Weight: 0.024197 +Vertex 924: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.027629 + Group: 'mixamorig:LeftForeArm', Weight: 0.969044 + Group: 'mixamorig:LeftHand', Weight: 0.003328 +Vertex 925: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.012487 + Group: 'mixamorig:LeftForeArm', Weight: 0.970755 + Group: 'mixamorig:LeftHand', Weight: 0.016758 +Vertex 926: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.047149 + Group: 'mixamorig:LeftForeArm', Weight: 0.952371 + Group: 'mixamorig:LeftHand', Weight: 0.000480 +Vertex 927: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.060408 + Group: 'mixamorig:LeftForeArm', Weight: 0.939384 + Group: 'mixamorig:LeftHand', Weight: 0.000208 +Vertex 928: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.108793 + Group: 'mixamorig:LeftForeArm', Weight: 0.891174 + Group: 'mixamorig:LeftHand', Weight: 0.000034 +Vertex 929: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.057621 + Group: 'mixamorig:LeftForeArm', Weight: 0.942063 + Group: 'mixamorig:LeftHand', Weight: 0.000315 +Vertex 930: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.033028 + Group: 'mixamorig:LeftForeArm', Weight: 0.963784 + Group: 'mixamorig:LeftHand', Weight: 0.003188 +Vertex 931: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.020138 + Group: 'mixamorig:LeftForeArm', Weight: 0.948591 + Group: 'mixamorig:LeftHand', Weight: 0.031270 +Vertex 932: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.008015 + Group: 'mixamorig:LeftForeArm', Weight: 0.929365 + Group: 'mixamorig:LeftHand', Weight: 0.062620 +Vertex 933: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.009296 + Group: 'mixamorig:LeftForeArm', Weight: 0.864137 + Group: 'mixamorig:LeftHand', Weight: 0.126567 +Vertex 934: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.009177 + Group: 'mixamorig:LeftForeArm', Weight: 0.806311 + Group: 'mixamorig:LeftHand', Weight: 0.184512 +Vertex 935: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.010556 + Group: 'mixamorig:LeftForeArm', Weight: 0.835380 + Group: 'mixamorig:LeftHand', Weight: 0.154065 +Vertex 936: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.008701 + Group: 'mixamorig:LeftForeArm', Weight: 0.704750 + Group: 'mixamorig:LeftHand', Weight: 0.286549 +Vertex 937: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.008386 + Group: 'mixamorig:LeftForeArm', Weight: 0.690408 + Group: 'mixamorig:LeftHand', Weight: 0.301206 +Vertex 938: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.007099 + Group: 'mixamorig:LeftForeArm', Weight: 0.762271 + Group: 'mixamorig:LeftHand', Weight: 0.230630 +Vertex 939: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.005586 + Group: 'mixamorig:LeftForeArm', Weight: 0.837523 + Group: 'mixamorig:LeftHand', Weight: 0.156891 +Vertex 940: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004707 + Group: 'mixamorig:LeftForeArm', Weight: 0.888389 + Group: 'mixamorig:LeftHand', Weight: 0.106904 +Vertex 941: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004402 + Group: 'mixamorig:LeftForeArm', Weight: 0.912654 + Group: 'mixamorig:LeftHand', Weight: 0.082944 +Vertex 942: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.004312 + Group: 'mixamorig:LeftForeArm', Weight: 0.937505 + Group: 'mixamorig:LeftHand', Weight: 0.058182 +Vertex 943: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.004523 + Group: 'mixamorig:LeftForeArm', Weight: 0.917343 + Group: 'mixamorig:LeftHand', Weight: 0.074532 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.003602 +Vertex 944: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.006288 + Group: 'mixamorig:LeftForeArm', Weight: 0.928439 + Group: 'mixamorig:LeftHand', Weight: 0.065273 +Vertex 945: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.362881 + Group: 'mixamorig:LeftHand', Weight: 0.581178 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.055941 +Vertex 946: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000355 + Group: 'mixamorig:LeftForeArm', Weight: 0.332771 + Group: 'mixamorig:LeftHand', Weight: 0.634901 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.031973 +Vertex 947: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.393722 + Group: 'mixamorig:LeftHand', Weight: 0.526925 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.079353 +Vertex 948: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.065828 + Group: 'mixamorig:LeftHand', Weight: 0.792417 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.141700 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000056 +Vertex 949: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.061799 + Group: 'mixamorig:LeftHand', Weight: 0.706658 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.231543 +Vertex 950: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.401531 + Group: 'mixamorig:LeftHand', Weight: 0.514856 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.083613 +Vertex 951: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.058601 + Group: 'mixamorig:LeftHand', Weight: 0.637422 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.303978 +Vertex 952: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000479 + Group: 'mixamorig:LeftForeArm', Weight: 0.439121 + Group: 'mixamorig:LeftHand', Weight: 0.494096 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.066303 +Vertex 953: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.057097 + Group: 'mixamorig:LeftHand', Weight: 0.718713 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.224190 +Vertex 954: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.332756 + Group: 'mixamorig:LeftHand', Weight: 0.626527 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.040717 +Vertex 955: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.050518 + Group: 'mixamorig:LeftHand', Weight: 0.822942 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.126539 +Vertex 956: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.312413 + Group: 'mixamorig:LeftHand', Weight: 0.687150 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.000437 +Vertex 957: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.047377 + Group: 'mixamorig:LeftHand', Weight: 0.887894 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.064728 +Vertex 958: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.000288 + Group: 'mixamorig:LeftForeArm', Weight: 0.259869 + Group: 'mixamorig:LeftHand', Weight: 0.739844 +Vertex 959: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.037388 + Group: 'mixamorig:LeftHand', Weight: 0.961461 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000004 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001147 +Vertex 960: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.161640 + Group: 'mixamorig:LeftHand', Weight: 0.838360 +Vertex 961: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.024790 + Group: 'mixamorig:LeftHand', Weight: 0.973020 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000002 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002188 +Vertex 962: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.140592 + Group: 'mixamorig:LeftHand', Weight: 0.859387 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000021 +Vertex 963: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.025536 + Group: 'mixamorig:LeftHand', Weight: 0.972567 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000000 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001897 +Vertex 964: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.192060 + Group: 'mixamorig:LeftHand', Weight: 0.807891 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000049 +Vertex 965: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.183650 + Group: 'mixamorig:LeftHand', Weight: 0.816338 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000012 +Vertex 966: +Vertex groups: 2 + Group: 'mixamorig:LeftForeArm', Weight: 0.254195 + Group: 'mixamorig:LeftHand', Weight: 0.745805 +Vertex 967: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.068282 + Group: 'mixamorig:LeftHand', Weight: 0.835412 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.096168 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000138 +Vertex 968: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.063858 + Group: 'mixamorig:LeftHand', Weight: 0.923539 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.012276 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000327 +Vertex 969: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.059846 + Group: 'mixamorig:LeftHand', Weight: 0.939599 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000555 +Vertex 970: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.066263 + Group: 'mixamorig:LeftHand', Weight: 0.933277 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000459 +Vertex 971: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.041844 + Group: 'mixamorig:LeftHand', Weight: 0.957323 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000833 +Vertex 972: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.043940 + Group: 'mixamorig:LeftHand', Weight: 0.955209 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000852 +Vertex 973: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.043068 + Group: 'mixamorig:RightHand', Weight: 0.956648 + Group: 'mixamorig:RightHandThumb1', Weight: 0.000284 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 974: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.033484 + Group: 'mixamorig:RightHand', Weight: 0.966516 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 975: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.023473 + Group: 'mixamorig:RightHand', Weight: 0.976527 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 976: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.034416 + Group: 'mixamorig:RightHand', Weight: 0.965584 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 977: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.026565 + Group: 'mixamorig:RightHand', Weight: 0.973435 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 978: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.061458 + Group: 'mixamorig:LeftHand', Weight: 0.793216 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.145229 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000097 +Vertex 979: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.067866 + Group: 'mixamorig:LeftHand', Weight: 0.713213 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.218921 +Vertex 980: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.062421 + Group: 'mixamorig:LeftHand', Weight: 0.647249 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.290330 +Vertex 981: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.056857 + Group: 'mixamorig:LeftHand', Weight: 0.721876 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.221266 +Vertex 982: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.049135 + Group: 'mixamorig:LeftHand', Weight: 0.825877 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.124988 +Vertex 983: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.045131 + Group: 'mixamorig:LeftHand', Weight: 0.891572 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.063298 +Vertex 984: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.036062 + Group: 'mixamorig:LeftHand', Weight: 0.962700 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000004 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.001234 +Vertex 985: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.023065 + Group: 'mixamorig:LeftHand', Weight: 0.974493 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000004 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002438 +Vertex 986: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.024141 + Group: 'mixamorig:LeftHand', Weight: 0.973781 + Group: 'mixamorig:LeftHandRing1', Weight: 0.000001 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.002077 +Vertex 987: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.063294 + Group: 'mixamorig:LeftHand', Weight: 0.838677 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.097861 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000169 +Vertex 988: +Vertex groups: 4 + Group: 'mixamorig:LeftForeArm', Weight: 0.059799 + Group: 'mixamorig:LeftHand', Weight: 0.923352 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.016487 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000362 +Vertex 989: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.041403 + Group: 'mixamorig:LeftHand', Weight: 0.957755 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000842 +Vertex 990: +Vertex groups: 3 + Group: 'mixamorig:LeftForeArm', Weight: 0.043016 + Group: 'mixamorig:LeftHand', Weight: 0.956125 + Group: 'mixamorig:LeftHandPinky1', Weight: 0.000859 +Vertex 991: +Vertex groups: 4 + Group: 'mixamorig:LeftArm', Weight: 0.000000 + Group: 'mixamorig:LeftForeArm', Weight: 0.435684 + Group: 'mixamorig:LeftHand', Weight: 0.516420 + Group: 'mixamorig:LeftHandThumb1', Weight: 0.047896 +Vertex 992: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.133950 + Group: 'mixamorig:RightHand', Weight: 0.750896 + Group: 'mixamorig:RightHandThumb1', Weight: 0.115154 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 993: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.106098 + Group: 'mixamorig:RightHand', Weight: 0.760016 + Group: 'mixamorig:RightHandThumb1', Weight: 0.133886 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 994: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.079598 + Group: 'mixamorig:RightHand', Weight: 0.829396 + Group: 'mixamorig:RightHandThumb1', Weight: 0.091007 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 995: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.021942 + Group: 'mixamorig:RightHand', Weight: 0.978058 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 996: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.034274 + Group: 'mixamorig:RightHand', Weight: 0.965726 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 997: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.070924 + Group: 'mixamorig:RightHand', Weight: 0.929076 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 998: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.133577 + Group: 'mixamorig:RightHand', Weight: 0.855160 + Group: 'mixamorig:RightHandThumb1', Weight: 0.011263 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 999: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.149630 + Group: 'mixamorig:RightHand', Weight: 0.781875 + Group: 'mixamorig:RightHandThumb1', Weight: 0.068495 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1000: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.020760 + Group: 'mixamorig:RightHand', Weight: 0.979240 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1001: +Vertex groups: 4 + Group: 'mixamorig:RightForeArm', Weight: 0.043546 + Group: 'mixamorig:RightHand', Weight: 0.955129 + Group: 'mixamorig:RightHandThumb1', Weight: 0.001326 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1002: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.023450 + Group: 'mixamorig:RightHand', Weight: 0.976550 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1003: +Vertex groups: 3 + Group: 'mixamorig:RightForeArm', Weight: 0.027951 + Group: 'mixamorig:RightHand', Weight: 0.972049 + Group: 'mixamorig:RightHandMiddle1', Weight: 0.000000 +Vertex 1004: +Vertex groups: 3 + Group: 'mixamorig:RightArm', Weight: 0.002147 + Group: 'mixamorig:RightForeArm', Weight: 0.744164 + Group: 'mixamorig:RightHand', Weight: 0.253689 +Vertex 1005: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1006: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.996888 + Group: 'mixamorig:LeftUpLeg', Weight: 0.003112 +Vertex 1007: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1008: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.164560 + Group: 'mixamorig:Spine1', Weight: 0.600202 + Group: 'mixamorig:Spine2', Weight: 0.235238 +Vertex 1009: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.160100 + Group: 'mixamorig:Spine1', Weight: 0.599977 + Group: 'mixamorig:Spine2', Weight: 0.239922 +Vertex 1010: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.161082 + Group: 'mixamorig:Spine1', Weight: 0.598117 + Group: 'mixamorig:Spine2', Weight: 0.240801 +Vertex 1011: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.170186 + Group: 'mixamorig:Spine1', Weight: 0.597862 + Group: 'mixamorig:Spine2', Weight: 0.231952 +Vertex 1012: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.203232 + Group: 'mixamorig:Spine1', Weight: 0.588994 + Group: 'mixamorig:Spine2', Weight: 0.207774 +Vertex 1013: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.207228 + Group: 'mixamorig:Spine1', Weight: 0.586207 + Group: 'mixamorig:Spine2', Weight: 0.206564 +Vertex 1014: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.201627 + Group: 'mixamorig:Spine1', Weight: 0.591408 + Group: 'mixamorig:Spine2', Weight: 0.206964 +Vertex 1015: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.180410 + Group: 'mixamorig:Spine1', Weight: 0.586125 + Group: 'mixamorig:Spine2', Weight: 0.233464 +Vertex 1016: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.181132 + Group: 'mixamorig:Spine1', Weight: 0.586112 + Group: 'mixamorig:Spine2', Weight: 0.232756 +Vertex 1017: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.176502 + Group: 'mixamorig:Spine1', Weight: 0.585853 + Group: 'mixamorig:Spine2', Weight: 0.237645 +Vertex 1018: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.181006 + Group: 'mixamorig:Spine1', Weight: 0.585096 + Group: 'mixamorig:Spine2', Weight: 0.233898 +Vertex 1019: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.112543 + Group: 'mixamorig:Spine1', Weight: 0.592333 + Group: 'mixamorig:Spine2', Weight: 0.295123 +Vertex 1020: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.160293 + Group: 'mixamorig:Spine1', Weight: 0.599813 + Group: 'mixamorig:Spine2', Weight: 0.239894 +Vertex 1021: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.170434 + Group: 'mixamorig:Spine1', Weight: 0.597826 + Group: 'mixamorig:Spine2', Weight: 0.231740 +Vertex 1022: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.114978 + Group: 'mixamorig:Spine1', Weight: 0.588872 + Group: 'mixamorig:Spine2', Weight: 0.296150 +Vertex 1023: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.191301 + Group: 'mixamorig:Spine1', Weight: 0.593126 + Group: 'mixamorig:Spine2', Weight: 0.215573 +Vertex 1024: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.098539 + Group: 'mixamorig:Spine1', Weight: 0.581146 + Group: 'mixamorig:Spine2', Weight: 0.320314 +Vertex 1025: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.196820 + Group: 'mixamorig:Spine1', Weight: 0.587901 + Group: 'mixamorig:Spine2', Weight: 0.215279 +Vertex 1026: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.109196 + Group: 'mixamorig:Spine1', Weight: 0.582200 + Group: 'mixamorig:Spine2', Weight: 0.308605 +Vertex 1027: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.177929 + Group: 'mixamorig:Spine1', Weight: 0.585955 + Group: 'mixamorig:Spine2', Weight: 0.236116 +Vertex 1028: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.123592 + Group: 'mixamorig:Spine1', Weight: 0.582307 + Group: 'mixamorig:Spine2', Weight: 0.294101 +Vertex 1029: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.176060 + Group: 'mixamorig:Spine1', Weight: 0.586047 + Group: 'mixamorig:Spine2', Weight: 0.237893 +Vertex 1030: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.132426 + Group: 'mixamorig:Spine1', Weight: 0.580799 + Group: 'mixamorig:Spine2', Weight: 0.286775 +Vertex 1031: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.108340 + Group: 'mixamorig:Spine1', Weight: 0.590774 + Group: 'mixamorig:Spine2', Weight: 0.300886 +Vertex 1032: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.110267 + Group: 'mixamorig:Spine1', Weight: 0.591488 + Group: 'mixamorig:Spine2', Weight: 0.298245 +Vertex 1033: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.112915 + Group: 'mixamorig:Spine1', Weight: 0.588258 + Group: 'mixamorig:Spine2', Weight: 0.298827 +Vertex 1034: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.111848 + Group: 'mixamorig:Spine1', Weight: 0.588106 + Group: 'mixamorig:Spine2', Weight: 0.300046 +Vertex 1035: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.093629 + Group: 'mixamorig:Spine1', Weight: 0.578928 + Group: 'mixamorig:Spine2', Weight: 0.327443 +Vertex 1036: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.104100 + Group: 'mixamorig:Spine1', Weight: 0.580493 + Group: 'mixamorig:Spine2', Weight: 0.315407 +Vertex 1037: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.096370 + Group: 'mixamorig:Spine1', Weight: 0.579392 + Group: 'mixamorig:Spine2', Weight: 0.324238 +Vertex 1038: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.123238 + Group: 'mixamorig:Spine1', Weight: 0.582005 + Group: 'mixamorig:Spine2', Weight: 0.294757 +Vertex 1039: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.121544 + Group: 'mixamorig:Spine1', Weight: 0.582154 + Group: 'mixamorig:Spine2', Weight: 0.296302 +Vertex 1040: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.129218 + Group: 'mixamorig:Spine1', Weight: 0.580301 + Group: 'mixamorig:Spine2', Weight: 0.290481 +Vertex 1041: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.132257 + Group: 'mixamorig:Spine1', Weight: 0.581175 + Group: 'mixamorig:Spine2', Weight: 0.286568 +Vertex 1042: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.132104 + Group: 'mixamorig:Spine1', Weight: 0.581145 + Group: 'mixamorig:Spine2', Weight: 0.286751 +Vertex 1043: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.176490 + Group: 'mixamorig:Spine1', Weight: 0.585859 + Group: 'mixamorig:Spine2', Weight: 0.237651 +Vertex 1044: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.110173 + Group: 'mixamorig:Spine1', Weight: 0.591454 + Group: 'mixamorig:Spine2', Weight: 0.298373 +Vertex 1045: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.160152 + Group: 'mixamorig:Spine1', Weight: 0.599876 + Group: 'mixamorig:Spine2', Weight: 0.239973 +Vertex 1046: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1047: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1048: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1049: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1050: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1051: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1052: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1053: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1054: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1055: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1056: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1057: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1058: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1059: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1060: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1061: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1062: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1063: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1064: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1065: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1066: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1067: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1068: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1069: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1070: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1071: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1072: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1073: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1074: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.910029 + Group: 'mixamorig:Neck', Weight: 0.081273 + Group: 'mixamorig:Head', Weight: 0.008699 +Vertex 1075: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.845490 + Group: 'mixamorig:Neck', Weight: 0.122206 + Group: 'mixamorig:Head', Weight: 0.032304 +Vertex 1076: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.962785 + Group: 'mixamorig:Neck', Weight: 0.037215 +Vertex 1077: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.782524 + Group: 'mixamorig:Neck', Weight: 0.159624 + Group: 'mixamorig:Head', Weight: 0.057852 +Vertex 1078: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.845841 + Group: 'mixamorig:Neck', Weight: 0.123049 + Group: 'mixamorig:Head', Weight: 0.031110 +Vertex 1079: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.854954 + Group: 'mixamorig:Neck', Weight: 0.116222 + Group: 'mixamorig:Head', Weight: 0.028824 +Vertex 1080: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.837424 + Group: 'mixamorig:Neck', Weight: 0.130064 + Group: 'mixamorig:Head', Weight: 0.032512 +Vertex 1081: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.831251 + Group: 'mixamorig:Neck', Weight: 0.131023 + Group: 'mixamorig:Head', Weight: 0.037727 +Vertex 1082: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.853935 + Group: 'mixamorig:Neck', Weight: 0.121742 + Group: 'mixamorig:Head', Weight: 0.024323 +Vertex 1083: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.882699 + Group: 'mixamorig:Neck', Weight: 0.098277 + Group: 'mixamorig:Head', Weight: 0.019023 +Vertex 1084: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.988171 + Group: 'mixamorig:Neck', Weight: 0.011829 +Vertex 1086: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.888889 + Group: 'mixamorig:Neck', Weight: 0.102915 + Group: 'mixamorig:Head', Weight: 0.008196 +Vertex 1087: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.857143 + Group: 'mixamorig:Neck', Weight: 0.113755 + Group: 'mixamorig:Head', Weight: 0.029102 +Vertex 1088: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1089: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.869599 + Group: 'mixamorig:Neck', Weight: 0.108455 + Group: 'mixamorig:Head', Weight: 0.021946 +Vertex 1090: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1091: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.877940 + Group: 'mixamorig:Neck', Weight: 0.099550 + Group: 'mixamorig:Head', Weight: 0.022510 +Vertex 1092: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1093: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.868563 + Group: 'mixamorig:Neck', Weight: 0.106263 + Group: 'mixamorig:Head', Weight: 0.025174 +Vertex 1094: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1095: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.784226 + Group: 'mixamorig:Neck', Weight: 0.158682 + Group: 'mixamorig:Head', Weight: 0.057092 +Vertex 1096: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1097: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.868120 + Group: 'mixamorig:Neck', Weight: 0.107393 + Group: 'mixamorig:Head', Weight: 0.024487 +Vertex 1098: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1099: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.936355 + Group: 'mixamorig:Neck', Weight: 0.063645 +Vertex 1100: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1101: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.922389 + Group: 'mixamorig:Neck', Weight: 0.073992 + Group: 'mixamorig:Head', Weight: 0.003619 +Vertex 1102: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.135537 + Group: 'mixamorig:LeftShoulder', Weight: 0.603359 + Group: 'mixamorig:LeftArm', Weight: 0.261104 +Vertex 1103: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.107454 + Group: 'mixamorig:LeftShoulder', Weight: 0.573381 + Group: 'mixamorig:LeftArm', Weight: 0.319165 +Vertex 1104: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.187091 + Group: 'mixamorig:LeftShoulder', Weight: 0.604441 + Group: 'mixamorig:LeftArm', Weight: 0.208467 +Vertex 1105: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.175633 + Group: 'mixamorig:LeftShoulder', Weight: 0.613144 + Group: 'mixamorig:LeftArm', Weight: 0.211223 +Vertex 1106: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.232811 + Group: 'mixamorig:LeftShoulder', Weight: 0.610949 + Group: 'mixamorig:LeftArm', Weight: 0.156240 +Vertex 1107: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.256995 + Group: 'mixamorig:LeftShoulder', Weight: 0.592193 + Group: 'mixamorig:LeftArm', Weight: 0.150813 +Vertex 1108: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.286682 + Group: 'mixamorig:LeftShoulder', Weight: 0.592546 + Group: 'mixamorig:LeftArm', Weight: 0.120772 +Vertex 1109: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.343182 + Group: 'mixamorig:LeftShoulder', Weight: 0.550470 + Group: 'mixamorig:LeftArm', Weight: 0.106348 +Vertex 1110: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.361619 + Group: 'mixamorig:LeftShoulder', Weight: 0.555081 + Group: 'mixamorig:LeftArm', Weight: 0.083300 +Vertex 1111: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.802887 + Group: 'mixamorig:Neck', Weight: 0.044526 + Group: 'mixamorig:Head', Weight: 0.027378 + Group: 'mixamorig:LeftShoulder', Weight: 0.115457 + Group: 'mixamorig:LeftArm', Weight: 0.009752 +Vertex 1112: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.629921 + Group: 'mixamorig:LeftShoulder', Weight: 0.345848 + Group: 'mixamorig:LeftArm', Weight: 0.024230 +Vertex 1113: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.649162 + Group: 'mixamorig:LeftShoulder', Weight: 0.315892 + Group: 'mixamorig:LeftArm', Weight: 0.034946 +Vertex 1114: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.243258 + Group: 'mixamorig:LeftShoulder', Weight: 0.582000 + Group: 'mixamorig:LeftArm', Weight: 0.174742 +Vertex 1115: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.353813 + Group: 'mixamorig:LeftShoulder', Weight: 0.527911 + Group: 'mixamorig:LeftArm', Weight: 0.118276 +Vertex 1116: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.152630 + Group: 'mixamorig:LeftShoulder', Weight: 0.589189 + Group: 'mixamorig:LeftArm', Weight: 0.258181 +Vertex 1117: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.094093 + Group: 'mixamorig:LeftShoulder', Weight: 0.549779 + Group: 'mixamorig:LeftArm', Weight: 0.356128 +Vertex 1118: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.097630 + Group: 'mixamorig:LeftShoulder', Weight: 0.562152 + Group: 'mixamorig:LeftArm', Weight: 0.340218 +Vertex 1119: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.130214 + Group: 'mixamorig:LeftShoulder', Weight: 0.596047 + Group: 'mixamorig:LeftArm', Weight: 0.273739 +Vertex 1120: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.085181 + Group: 'mixamorig:LeftShoulder', Weight: 0.537006 + Group: 'mixamorig:LeftArm', Weight: 0.377813 +Vertex 1121: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.150788 + Group: 'mixamorig:LeftShoulder', Weight: 0.588284 + Group: 'mixamorig:LeftArm', Weight: 0.260928 +Vertex 1122: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.243338 + Group: 'mixamorig:LeftShoulder', Weight: 0.581207 + Group: 'mixamorig:LeftArm', Weight: 0.175455 +Vertex 1123: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.630047 + Group: 'mixamorig:LeftShoulder', Weight: 0.346203 + Group: 'mixamorig:LeftArm', Weight: 0.023750 +Vertex 1124: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.807171 + Group: 'mixamorig:Neck', Weight: 0.053351 + Group: 'mixamorig:Head', Weight: 0.032803 + Group: 'mixamorig:LeftShoulder', Weight: 0.098487 + Group: 'mixamorig:LeftArm', Weight: 0.008188 +Vertex 1125: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.649197 + Group: 'mixamorig:LeftShoulder', Weight: 0.315712 + Group: 'mixamorig:LeftArm', Weight: 0.035091 +Vertex 1126: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.667115 + Group: 'mixamorig:LeftShoulder', Weight: 0.294705 + Group: 'mixamorig:LeftArm', Weight: 0.038180 +Vertex 1127: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.176951 + Group: 'mixamorig:LeftShoulder', Weight: 0.612892 + Group: 'mixamorig:LeftArm', Weight: 0.210157 +Vertex 1128: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.233620 + Group: 'mixamorig:LeftShoulder', Weight: 0.611427 + Group: 'mixamorig:LeftArm', Weight: 0.154953 +Vertex 1129: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.182598 + Group: 'mixamorig:LeftShoulder', Weight: 0.604614 + Group: 'mixamorig:LeftArm', Weight: 0.212788 +Vertex 1130: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.282447 + Group: 'mixamorig:LeftShoulder', Weight: 0.595211 + Group: 'mixamorig:LeftArm', Weight: 0.122342 +Vertex 1131: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.271753 + Group: 'mixamorig:LeftShoulder', Weight: 0.584030 + Group: 'mixamorig:LeftArm', Weight: 0.144217 +Vertex 1132: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.363675 + Group: 'mixamorig:LeftShoulder', Weight: 0.554829 + Group: 'mixamorig:LeftArm', Weight: 0.081496 +Vertex 1133: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.373036 + Group: 'mixamorig:LeftShoulder', Weight: 0.532895 + Group: 'mixamorig:LeftArm', Weight: 0.094069 +Vertex 1134: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.476750 + Group: 'mixamorig:LeftShoulder', Weight: 0.477248 + Group: 'mixamorig:LeftArm', Weight: 0.046003 +Vertex 1135: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.497780 + Group: 'mixamorig:LeftShoulder', Weight: 0.459741 + Group: 'mixamorig:LeftArm', Weight: 0.042479 +Vertex 1136: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.345461 + Group: 'mixamorig:LeftShoulder', Weight: 0.531790 + Group: 'mixamorig:LeftArm', Weight: 0.122749 +Vertex 1137: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.522023 + Group: 'mixamorig:LeftShoulder', Weight: 0.423514 + Group: 'mixamorig:LeftArm', Weight: 0.054463 +Vertex 1138: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.500693 + Group: 'mixamorig:LeftShoulder', Weight: 0.442071 + Group: 'mixamorig:LeftArm', Weight: 0.057236 +Vertex 1139: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.439480 + Group: 'mixamorig:LeftShoulder', Weight: 0.472101 + Group: 'mixamorig:LeftArm', Weight: 0.088418 +Vertex 1140: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.671868 + Group: 'mixamorig:LeftShoulder', Weight: 0.291040 + Group: 'mixamorig:LeftArm', Weight: 0.037091 +Vertex 1141: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.471163 + Group: 'mixamorig:LeftShoulder', Weight: 0.449764 + Group: 'mixamorig:LeftArm', Weight: 0.079073 +Vertex 1142: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.549398 + Group: 'mixamorig:LeftShoulder', Weight: 0.389951 + Group: 'mixamorig:LeftArm', Weight: 0.060651 +Vertex 1143: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.562878 + Group: 'mixamorig:LeftShoulder', Weight: 0.379023 + Group: 'mixamorig:LeftArm', Weight: 0.058100 +Vertex 1144: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.791479 + Group: 'mixamorig:Neck', Weight: 0.004438 + Group: 'mixamorig:Head', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.188559 + Group: 'mixamorig:RightArm', Weight: 0.015525 +Vertex 1145: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.494961 + Group: 'mixamorig:RightShoulder', Weight: 0.461062 + Group: 'mixamorig:RightArm', Weight: 0.043977 +Vertex 1146: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.445938 + Group: 'mixamorig:RightShoulder', Weight: 0.507545 + Group: 'mixamorig:RightArm', Weight: 0.046517 +Vertex 1147: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.697223 + Group: 'mixamorig:RightShoulder', Weight: 0.283937 + Group: 'mixamorig:RightArm', Weight: 0.018840 +Vertex 1148: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.944685 + Group: 'mixamorig:Neck', Weight: 0.055315 + Group: 'mixamorig:Head', Weight: 0.000000 +Vertex 1149: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.692641 + Group: 'mixamorig:RightShoulder', Weight: 0.287175 + Group: 'mixamorig:RightArm', Weight: 0.020184 +Vertex 1150: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.460698 + Group: 'mixamorig:RightShoulder', Weight: 0.491041 + Group: 'mixamorig:RightArm', Weight: 0.048261 +Vertex 1151: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.355534 + Group: 'mixamorig:RightShoulder', Weight: 0.569539 + Group: 'mixamorig:RightArm', Weight: 0.074926 +Vertex 1152: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.336429 + Group: 'mixamorig:RightShoulder', Weight: 0.581889 + Group: 'mixamorig:RightArm', Weight: 0.081682 +Vertex 1153: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.252842 + Group: 'mixamorig:RightShoulder', Weight: 0.630923 + Group: 'mixamorig:RightArm', Weight: 0.116235 +Vertex 1154: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.253305 + Group: 'mixamorig:RightShoulder', Weight: 0.626484 + Group: 'mixamorig:RightArm', Weight: 0.120212 +Vertex 1155: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.098586 + Group: 'mixamorig:RightShoulder', Weight: 0.561152 + Group: 'mixamorig:RightArm', Weight: 0.340262 +Vertex 1156: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.155354 + Group: 'mixamorig:RightShoulder', Weight: 0.614508 + Group: 'mixamorig:RightArm', Weight: 0.230138 +Vertex 1157: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.152777 + Group: 'mixamorig:RightShoulder', Weight: 0.610397 + Group: 'mixamorig:RightArm', Weight: 0.236826 +Vertex 1158: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.089498 + Group: 'mixamorig:RightShoulder', Weight: 0.551691 + Group: 'mixamorig:RightArm', Weight: 0.358812 +Vertex 1159: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.254400 + Group: 'mixamorig:RightShoulder', Weight: 0.635764 + Group: 'mixamorig:RightArm', Weight: 0.109835 +Vertex 1160: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.352103 + Group: 'mixamorig:RightShoulder', Weight: 0.580529 + Group: 'mixamorig:RightArm', Weight: 0.067369 +Vertex 1161: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.100785 + Group: 'mixamorig:RightShoulder', Weight: 0.572756 + Group: 'mixamorig:RightArm', Weight: 0.326460 +Vertex 1162: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.090197 + Group: 'mixamorig:RightShoulder', Weight: 0.563094 + Group: 'mixamorig:RightArm', Weight: 0.346709 +Vertex 1163: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.269860 + Group: 'mixamorig:RightShoulder', Weight: 0.628837 + Group: 'mixamorig:RightArm', Weight: 0.101304 +Vertex 1164: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.355249 + Group: 'mixamorig:RightShoulder', Weight: 0.579061 + Group: 'mixamorig:RightArm', Weight: 0.065690 +Vertex 1165: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.422084 + Group: 'mixamorig:RightShoulder', Weight: 0.527197 + Group: 'mixamorig:RightArm', Weight: 0.050719 +Vertex 1166: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.703261 + Group: 'mixamorig:RightShoulder', Weight: 0.278843 + Group: 'mixamorig:RightArm', Weight: 0.017896 +Vertex 1167: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.945044 + Group: 'mixamorig:Neck', Weight: 0.054956 + Group: 'mixamorig:Head', Weight: 0.000000 +Vertex 1168: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.659767 + Group: 'mixamorig:RightShoulder', Weight: 0.318276 + Group: 'mixamorig:RightArm', Weight: 0.021957 +Vertex 1169: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.833341 + Group: 'mixamorig:Neck', Weight: 0.009800 + Group: 'mixamorig:Head', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.144838 + Group: 'mixamorig:RightArm', Weight: 0.012021 +Vertex 1170: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.249302 + Group: 'mixamorig:RightShoulder', Weight: 0.628653 + Group: 'mixamorig:RightArm', Weight: 0.122045 +Vertex 1171: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.324721 + Group: 'mixamorig:RightShoulder', Weight: 0.588829 + Group: 'mixamorig:RightArm', Weight: 0.086450 +Vertex 1172: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.352709 + Group: 'mixamorig:RightShoulder', Weight: 0.578221 + Group: 'mixamorig:RightArm', Weight: 0.069070 +Vertex 1173: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.279316 + Group: 'mixamorig:RightShoulder', Weight: 0.617326 + Group: 'mixamorig:RightArm', Weight: 0.103358 +Vertex 1174: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.460556 + Group: 'mixamorig:RightShoulder', Weight: 0.491349 + Group: 'mixamorig:RightArm', Weight: 0.048095 +Vertex 1175: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.478258 + Group: 'mixamorig:RightShoulder', Weight: 0.475029 + Group: 'mixamorig:RightArm', Weight: 0.046713 +Vertex 1176: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.206417 + Group: 'mixamorig:RightShoulder', Weight: 0.638921 + Group: 'mixamorig:RightArm', Weight: 0.154661 +Vertex 1177: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.218643 + Group: 'mixamorig:RightShoulder', Weight: 0.641688 + Group: 'mixamorig:RightArm', Weight: 0.139669 +Vertex 1178: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.171857 + Group: 'mixamorig:RightShoulder', Weight: 0.613045 + Group: 'mixamorig:RightArm', Weight: 0.215097 +Vertex 1179: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.119803 + Group: 'mixamorig:RightShoulder', Weight: 0.585009 + Group: 'mixamorig:RightArm', Weight: 0.295188 +Vertex 1180: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.217808 + Group: 'mixamorig:RightShoulder', Weight: 0.643540 + Group: 'mixamorig:RightArm', Weight: 0.138652 +Vertex 1181: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.124135 + Group: 'mixamorig:RightShoulder', Weight: 0.590703 + Group: 'mixamorig:RightArm', Weight: 0.285162 +Vertex 1182: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.188069 + Group: 'mixamorig:RightShoulder', Weight: 0.636375 + Group: 'mixamorig:RightArm', Weight: 0.175556 +Vertex 1183: +Vertex groups: 3 + Group: 'mixamorig:Spine2', Weight: 0.167152 + Group: 'mixamorig:RightShoulder', Weight: 0.614203 + Group: 'mixamorig:RightArm', Weight: 0.218645 +Vertex 1184: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.005573 + Group: 'mixamorig:Spine2', Weight: 0.994427 +Vertex 1185: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.048805 + Group: 'mixamorig:Spine2', Weight: 0.951195 +Vertex 1186: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1187: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1188: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.055013 + Group: 'mixamorig:Spine2', Weight: 0.944987 +Vertex 1189: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.004337 + Group: 'mixamorig:Spine2', Weight: 0.995663 +Vertex 1190: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1191: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1192: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.943819 + Group: 'mixamorig:LeftShoulder', Weight: 0.056181 +Vertex 1193: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.944049 + Group: 'mixamorig:LeftShoulder', Weight: 0.055951 +Vertex 1194: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1195: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1196: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.882328 + Group: 'mixamorig:LeftShoulder', Weight: 0.117672 +Vertex 1197: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.878872 + Group: 'mixamorig:LeftShoulder', Weight: 0.121128 +Vertex 1198: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.954190 + Group: 'mixamorig:LeftShoulder', Weight: 0.045810 +Vertex 1199: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1200: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1201: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.953070 + Group: 'mixamorig:LeftShoulder', Weight: 0.046930 +Vertex 1202: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.814754 + Group: 'mixamorig:LeftShoulder', Weight: 0.185246 +Vertex 1203: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.992888 + Group: 'mixamorig:LeftShoulder', Weight: 0.007112 +Vertex 1204: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.003087 + Group: 'mixamorig:Spine2', Weight: 0.996913 +Vertex 1205: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1206: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1207: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.002793 + Group: 'mixamorig:Spine2', Weight: 0.997207 +Vertex 1208: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1209: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1210: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1211: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1212: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.827098 + Group: 'mixamorig:LeftShoulder', Weight: 0.172902 +Vertex 1213: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.996204 + Group: 'mixamorig:LeftShoulder', Weight: 0.003796 +Vertex 1214: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.992308 + Group: 'mixamorig:LeftShoulder', Weight: 0.007692 +Vertex 1215: +Vertex groups: 2 + Group: 'mixamorig:Spine2', Weight: 0.937839 + Group: 'mixamorig:LeftShoulder', Weight: 0.062161 +Vertex 1216: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1217: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1218: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1219: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1220: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1221: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1222: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1223: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.141301 + Group: 'mixamorig:Spine2', Weight: 0.858699 +Vertex 1224: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.128359 + Group: 'mixamorig:Spine2', Weight: 0.871642 +Vertex 1225: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1226: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1227: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1228: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1229: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1230: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1231: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1232: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1233: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1234: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1235: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.140772 + Group: 'mixamorig:Spine2', Weight: 0.859228 +Vertex 1236: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1237: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1238: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1239: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1240: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1241: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1242: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1243: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1244: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.111293 + Group: 'mixamorig:Spine2', Weight: 0.888707 +Vertex 1245: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.124070 + Group: 'mixamorig:Spine2', Weight: 0.875930 +Vertex 1246: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1247: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1248: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1249: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1250: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1251: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1252: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1253: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.126256 + Group: 'mixamorig:Spine2', Weight: 0.873744 +Vertex 1254: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1255: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1256: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1257: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1258: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1259: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1260: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.123517 + Group: 'mixamorig:Spine2', Weight: 0.876483 +Vertex 1261: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1262: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1263: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1264: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1265: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1266: +Vertex groups: 1 + Group: 'mixamorig:Spine2', Weight: 1.000000 +Vertex 1267: +Vertex groups: 2 + Group: 'mixamorig:Spine1', Weight: 0.136891 + Group: 'mixamorig:Spine2', Weight: 0.863109 +Vertex 1268: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1269: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1270: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1271: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1272: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003990 + Group: 'mixamorig:Spine1', Weight: 0.308996 + Group: 'mixamorig:Spine2', Weight: 0.687014 +Vertex 1273: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004803 + Group: 'mixamorig:Spine1', Weight: 0.302090 + Group: 'mixamorig:Spine2', Weight: 0.693107 +Vertex 1274: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004870 + Group: 'mixamorig:Spine1', Weight: 0.299557 + Group: 'mixamorig:Spine2', Weight: 0.695572 +Vertex 1275: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.004580 + Group: 'mixamorig:Spine1', Weight: 0.295540 + Group: 'mixamorig:Spine2', Weight: 0.699880 +Vertex 1276: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003701 + Group: 'mixamorig:Spine1', Weight: 0.303189 + Group: 'mixamorig:Spine2', Weight: 0.693110 +Vertex 1277: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003658 + Group: 'mixamorig:Spine1', Weight: 0.308198 + Group: 'mixamorig:Spine2', Weight: 0.688144 +Vertex 1278: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003729 + Group: 'mixamorig:Spine1', Weight: 0.309823 + Group: 'mixamorig:Spine2', Weight: 0.686448 +Vertex 1279: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.003739 + Group: 'mixamorig:Spine1', Weight: 0.310583 + Group: 'mixamorig:Spine2', Weight: 0.685679 +Vertex 1280: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.018957 + Group: 'mixamorig:Spine1', Weight: 0.446986 + Group: 'mixamorig:Spine2', Weight: 0.534057 +Vertex 1281: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.023709 + Group: 'mixamorig:Spine1', Weight: 0.440030 + Group: 'mixamorig:Spine2', Weight: 0.536261 +Vertex 1282: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.023256 + Group: 'mixamorig:Spine1', Weight: 0.438405 + Group: 'mixamorig:Spine2', Weight: 0.538338 +Vertex 1283: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.022824 + Group: 'mixamorig:Spine1', Weight: 0.435021 + Group: 'mixamorig:Spine2', Weight: 0.542155 +Vertex 1284: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.018930 + Group: 'mixamorig:Spine1', Weight: 0.446749 + Group: 'mixamorig:Spine2', Weight: 0.534320 +Vertex 1285: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.012748 + Group: 'mixamorig:Spine1', Weight: 0.440795 + Group: 'mixamorig:Spine2', Weight: 0.546457 +Vertex 1286: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.015877 + Group: 'mixamorig:Spine1', Weight: 0.449904 + Group: 'mixamorig:Spine2', Weight: 0.534219 +Vertex 1287: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.016386 + Group: 'mixamorig:Spine1', Weight: 0.449645 + Group: 'mixamorig:Spine2', Weight: 0.533969 +Vertex 1288: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.085381 + Group: 'mixamorig:Spine1', Weight: 0.564774 + Group: 'mixamorig:Spine2', Weight: 0.349845 +Vertex 1289: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.091139 + Group: 'mixamorig:Spine1', Weight: 0.575313 + Group: 'mixamorig:Spine2', Weight: 0.333548 +Vertex 1290: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.091166 + Group: 'mixamorig:Spine1', Weight: 0.577190 + Group: 'mixamorig:Spine2', Weight: 0.331644 +Vertex 1291: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.091586 + Group: 'mixamorig:Spine1', Weight: 0.578444 + Group: 'mixamorig:Spine2', Weight: 0.329970 +Vertex 1292: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.115239 + Group: 'mixamorig:Spine1', Weight: 0.830181 + Group: 'mixamorig:Spine2', Weight: 0.054580 +Vertex 1293: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.078015 + Group: 'mixamorig:Spine1', Weight: 0.867912 + Group: 'mixamorig:Spine2', Weight: 0.054073 +Vertex 1294: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.075096 + Group: 'mixamorig:Spine1', Weight: 0.572851 + Group: 'mixamorig:Spine2', Weight: 0.352053 +Vertex 1295: +Vertex groups: 3 + Group: 'mixamorig:Spine', Weight: 0.076914 + Group: 'mixamorig:Spine1', Weight: 0.571886 + Group: 'mixamorig:Spine2', Weight: 0.351200 +Vertex 1296: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.427850 + Group: 'mixamorig:Spine1', Weight: 0.504203 + Group: 'mixamorig:Spine2', Weight: 0.067946 +Vertex 1297: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.437012 + Group: 'mixamorig:Spine1', Weight: 0.511277 + Group: 'mixamorig:Spine2', Weight: 0.051712 +Vertex 1298: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.439188 + Group: 'mixamorig:Spine1', Weight: 0.512748 + Group: 'mixamorig:Spine2', Weight: 0.048064 +Vertex 1299: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.436850 + Group: 'mixamorig:Spine1', Weight: 0.519456 + Group: 'mixamorig:Spine2', Weight: 0.043694 +Vertex 1300: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000001 + Group: 'mixamorig:Spine', Weight: 0.463065 + Group: 'mixamorig:Spine1', Weight: 0.510153 + Group: 'mixamorig:Spine2', Weight: 0.026780 +Vertex 1301: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.454758 + Group: 'mixamorig:Spine1', Weight: 0.497842 + Group: 'mixamorig:Spine2', Weight: 0.047400 +Vertex 1302: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.446519 + Group: 'mixamorig:Spine1', Weight: 0.500497 + Group: 'mixamorig:Spine2', Weight: 0.052984 +Vertex 1303: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000000 + Group: 'mixamorig:Spine', Weight: 0.442172 + Group: 'mixamorig:Spine1', Weight: 0.500350 + Group: 'mixamorig:Spine2', Weight: 0.057477 +Vertex 1304: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000629 + Group: 'mixamorig:Spine', Weight: 0.728010 + Group: 'mixamorig:Spine1', Weight: 0.268640 + Group: 'mixamorig:Spine2', Weight: 0.002720 +Vertex 1305: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000582 + Group: 'mixamorig:Spine', Weight: 0.734571 + Group: 'mixamorig:Spine1', Weight: 0.263332 + Group: 'mixamorig:Spine2', Weight: 0.001515 +Vertex 1306: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000348 + Group: 'mixamorig:Spine', Weight: 0.734865 + Group: 'mixamorig:Spine1', Weight: 0.263337 + Group: 'mixamorig:Spine2', Weight: 0.001450 +Vertex 1307: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000246 + Group: 'mixamorig:Spine', Weight: 0.733005 + Group: 'mixamorig:Spine1', Weight: 0.265211 + Group: 'mixamorig:Spine2', Weight: 0.001539 +Vertex 1308: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000759 + Group: 'mixamorig:Spine', Weight: 0.727612 + Group: 'mixamorig:Spine1', Weight: 0.270069 + Group: 'mixamorig:Spine2', Weight: 0.001560 +Vertex 1309: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000516 + Group: 'mixamorig:Spine', Weight: 0.730451 + Group: 'mixamorig:Spine1', Weight: 0.267198 + Group: 'mixamorig:Spine2', Weight: 0.001836 +Vertex 1310: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000392 + Group: 'mixamorig:Spine', Weight: 0.732352 + Group: 'mixamorig:Spine1', Weight: 0.265450 + Group: 'mixamorig:Spine2', Weight: 0.001806 +Vertex 1311: +Vertex groups: 4 + Group: 'mixamorig:Hips', Weight: 0.000577 + Group: 'mixamorig:Spine', Weight: 0.731331 + Group: 'mixamorig:Spine1', Weight: 0.266081 + Group: 'mixamorig:Spine2', Weight: 0.002010 +Vertex 1312: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.637374 + Group: 'mixamorig:Spine', Weight: 0.362626 +Vertex 1313: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.694310 + Group: 'mixamorig:Spine', Weight: 0.305690 +Vertex 1314: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.703939 + Group: 'mixamorig:Spine', Weight: 0.296061 +Vertex 1315: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.687033 + Group: 'mixamorig:Spine', Weight: 0.312967 +Vertex 1316: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.592450 + Group: 'mixamorig:Spine', Weight: 0.407550 +Vertex 1317: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.662535 + Group: 'mixamorig:Spine', Weight: 0.337465 +Vertex 1318: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.658134 + Group: 'mixamorig:Spine', Weight: 0.341866 +Vertex 1319: +Vertex groups: 2 + Group: 'mixamorig:Hips', Weight: 0.636336 + Group: 'mixamorig:Spine', Weight: 0.363664 +Vertex 1320: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1321: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1322: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1323: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1324: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1325: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1326: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1327: +Vertex groups: 1 + Group: 'mixamorig:Hips', Weight: 1.000000 +Vertex 1328: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.853688 + Group: 'mixamorig:LeftForeArm', Weight: 0.146312 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1329: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.805535 + Group: 'mixamorig:LeftForeArm', Weight: 0.194465 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1330: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.822806 + Group: 'mixamorig:LeftForeArm', Weight: 0.177194 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1331: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.001915 + Group: 'mixamorig:LeftArm', Weight: 0.850804 + Group: 'mixamorig:LeftForeArm', Weight: 0.147280 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1332: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.000410 + Group: 'mixamorig:LeftArm', Weight: 0.866483 + Group: 'mixamorig:LeftForeArm', Weight: 0.133107 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1333: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.001822 + Group: 'mixamorig:LeftArm', Weight: 0.874024 + Group: 'mixamorig:LeftForeArm', Weight: 0.124154 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1334: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftShoulder', Weight: 0.000397 + Group: 'mixamorig:LeftArm', Weight: 0.853742 + Group: 'mixamorig:LeftForeArm', Weight: 0.145860 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1335: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.798829 + Group: 'mixamorig:LeftForeArm', Weight: 0.201171 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1336: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.708240 + Group: 'mixamorig:LeftForeArm', Weight: 0.291760 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1337: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.712380 + Group: 'mixamorig:LeftForeArm', Weight: 0.287620 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1338: +Vertex groups: 3 + Group: 'mixamorig:LeftArm', Weight: 0.704265 + Group: 'mixamorig:LeftForeArm', Weight: 0.295735 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1339: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.764108 + Group: 'mixamorig:LeftForeArm', Weight: 0.235892 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1340: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.869224 + Group: 'mixamorig:LeftForeArm', Weight: 0.130776 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1341: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.874777 + Group: 'mixamorig:LeftForeArm', Weight: 0.125223 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1342: +Vertex groups: 4 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:LeftArm', Weight: 0.881865 + Group: 'mixamorig:LeftForeArm', Weight: 0.118135 + Group: 'mixamorig:LeftHand', Weight: 0.000000 +Vertex 1343: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.011904 + Group: 'mixamorig:RightArm', Weight: 0.744585 + Group: 'mixamorig:RightForeArm', Weight: 0.243511 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1344: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.013557 + Group: 'mixamorig:RightArm', Weight: 0.749496 + Group: 'mixamorig:RightForeArm', Weight: 0.236946 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1345: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.015081 + Group: 'mixamorig:RightArm', Weight: 0.797443 + Group: 'mixamorig:RightForeArm', Weight: 0.187476 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1346: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.015463 + Group: 'mixamorig:RightArm', Weight: 0.823195 + Group: 'mixamorig:RightForeArm', Weight: 0.161341 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1347: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.009862 + Group: 'mixamorig:RightArm', Weight: 0.819719 + Group: 'mixamorig:RightForeArm', Weight: 0.170419 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1348: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.006988 + Group: 'mixamorig:RightArm', Weight: 0.827988 + Group: 'mixamorig:RightForeArm', Weight: 0.165024 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1349: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.006572 + Group: 'mixamorig:RightArm', Weight: 0.827131 + Group: 'mixamorig:RightForeArm', Weight: 0.166297 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1350: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.006105 + Group: 'mixamorig:RightArm', Weight: 0.850862 + Group: 'mixamorig:RightForeArm', Weight: 0.143032 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1351: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.002761 + Group: 'mixamorig:RightArm', Weight: 0.755087 + Group: 'mixamorig:RightForeArm', Weight: 0.242151 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1352: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.013216 + Group: 'mixamorig:RightArm', Weight: 0.782173 + Group: 'mixamorig:RightForeArm', Weight: 0.204612 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1353: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.010987 + Group: 'mixamorig:RightArm', Weight: 0.769776 + Group: 'mixamorig:RightForeArm', Weight: 0.219236 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1354: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.008373 + Group: 'mixamorig:RightArm', Weight: 0.753972 + Group: 'mixamorig:RightForeArm', Weight: 0.237655 + Group: 'mixamorig:RightHand', Weight: 0.000000 +Vertex 1355: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.005871 + Group: 'mixamorig:RightArm', Weight: 0.710756 + Group: 'mixamorig:RightForeArm', Weight: 0.283373 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 1356: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.004438 + Group: 'mixamorig:RightArm', Weight: 0.734025 + Group: 'mixamorig:RightForeArm', Weight: 0.261536 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 1357: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.004575 + Group: 'mixamorig:RightArm', Weight: 0.770271 + Group: 'mixamorig:RightForeArm', Weight: 0.225154 + Group: 'mixamorig:RightHand', Weight: 0.000001 +Vertex 1358: +Vertex groups: 5 + Group: 'mixamorig:Spine2', Weight: 0.000000 + Group: 'mixamorig:RightShoulder', Weight: 0.004160 + Group: 'mixamorig:RightArm', Weight: 0.787411 + Group: 'mixamorig:RightForeArm', Weight: 0.208428 + Group: 'mixamorig:RightHand', Weight: 0.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 18 +Frame: 1 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: mixamorig:Hips + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Neck + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:Head + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:HeadTop_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHand + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandThumb4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandIndex4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandMiddle4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandRing4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightHandPinky4 + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:LeftToe_End + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToeBase + Location: + Rotation: + Matrix: + + + + + Bone: mixamorig:RightToe_End + Location: + Rotation: + Matrix: + + + + diff --git a/resources/out/main2/house1_Base_color_1001.png b/resources/out/main2/house1_Base_color_1001.png new file mode 100644 index 0000000..21dabe9 --- /dev/null +++ b/resources/out/main2/house1_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd02ee208e40b512312a928cd14f0c7e68f9e48e14ef8c787e4f2a0d90f9a36 +size 500226 diff --git a/resources/out/main2/house2_Base_color_1001.png b/resources/out/main2/house2_Base_color_1001.png new file mode 100644 index 0000000..c8ae80f --- /dev/null +++ b/resources/out/main2/house2_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c79b2932e8661c7e6919fbd42f0c09891a6af9488aa7dcf301a0fc47e78546e +size 832231 diff --git a/resources/out/main2/house3_Base_color_1001.png b/resources/out/main2/house3_Base_color_1001.png new file mode 100644 index 0000000..c7ac846 --- /dev/null +++ b/resources/out/main2/house3_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5661c8ce1ed1405c4c9ac9a0415dc99f7f5e818858b7af720ea5634e4f0a7981 +size 972656 diff --git a/resources/out/main2/house4_Base_color_1001.png b/resources/out/main2/house4_Base_color_1001.png new file mode 100644 index 0000000..3d23e51 --- /dev/null +++ b/resources/out/main2/house4_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55c80b10d75e895db948ec5d7c40e6a027cddb78ad288a7e47aaa4bf7d30ef3 +size 891417 diff --git a/resources/out/main2/leaf_Base_color_1001.png b/resources/out/main2/leaf_Base_color_1001.png new file mode 100644 index 0000000..90f553d --- /dev/null +++ b/resources/out/main2/leaf_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8e79affd78cbfd369ea857efc8c333988ca00181da0c26cfbc281c1b350e41 +size 1125674 diff --git a/resources/out/main2/log_Base_color_1001.png b/resources/out/main2/log_Base_color_1001.png new file mode 100644 index 0000000..d4dc467 --- /dev/null +++ b/resources/out/main2/log_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c76dd3def6f1edb946a362d11131ceb250d9175681e829493bab85256fdcea +size 152730 diff --git a/resources/out/main2/pole_Base_color_1001.png b/resources/out/main2/pole_Base_color_1001.png new file mode 100644 index 0000000..c79441f --- /dev/null +++ b/resources/out/main2/pole_Base_color_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196f0f3454bac166b40dabb5430a3f36146ce6ed030b5abd860d8908adadabdb +size 297664 diff --git a/resources/shaders/default_desktop.fragment b/resources/shaders/default_desktop.fragment index 7548e9e..3f222ea 100644 --- a/resources/shaders/default_desktop.fragment +++ b/resources/shaders/default_desktop.fragment @@ -7,6 +7,9 @@ void main() vec4 color = texture2D(Texture,texCoord).rgba; //gl_FragColor = vec4(color.rgb*0.1 + vec3(0.9, 0.9, 0.9), 1.0); + if(color.a < 0.1) + discard; + gl_FragColor = color; } \ No newline at end of file diff --git a/resources/shaders/default_web.fragment b/resources/shaders/default_web.fragment index 80c01d7..dc45229 100644 --- a/resources/shaders/default_web.fragment +++ b/resources/shaders/default_web.fragment @@ -6,7 +6,8 @@ void main() { vec4 color = texture2D(Texture,texCoord).rgba; //gl_FragColor = vec4(color.rgb*0.1 + vec3(0.9, 0.9, 0.9), 1.0); - + if(color.a < 0.1) + discard; gl_FragColor = color; } \ No newline at end of file diff --git a/src/Game.cpp b/src/Game.cpp index 14dc562..d56b7d8 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -144,10 +144,21 @@ namespace ZL std::cout << "Load resurces step 4" << std::endl; - currentLocation = std::make_unique(renderer, inventory, "default"); - //currentLocation = std::make_unique(renderer, inventory, "forest"); + forestLocation = std::make_shared(renderer, inventory, "forest"); + forestLocation->setup(); + forestLocation->onLocationChangeRequest = [this](const std::string& locId) { + this->changeLocation(locId); + }; - currentLocation->setup(); + + defaultLocation = std::make_shared(renderer, inventory, "default"); + defaultLocation->setup(); + defaultLocation->onLocationChangeRequest = [this](const std::string& locId) { + this->changeLocation(locId); + }; + + //currentLocation = defaultLocation; + currentLocation = forestLocation; std::cout << "Load resurces step 5" << std::endl; @@ -226,9 +237,10 @@ namespace ZL this->updateMusicForGameState(newState); }; - menuManager.setupMainMenu(); + //menuManager.setupMainMenu(); + menuManager.currentState = GameState::Gameplay; - SDL_ShowCursor(SDL_ENABLE); + SDL_ShowCursor(SDL_ENABLE); } void Game::drawUI() @@ -394,11 +406,12 @@ namespace ZL } if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_FOCUS_GAINED) { - if (menuManager.getState() == GameState::Gameplay) { + /*if (menuManager.getState() == GameState::Gameplay) { SDL_SetRelativeMouseMode(SDL_TRUE); } else { SDL_SetRelativeMouseMode(SDL_FALSE); - } + }*/ + SDL_SetRelativeMouseMode(SDL_TRUE); } if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_FOCUS_LOST) { SDL_SetRelativeMouseMode(SDL_FALSE); @@ -457,11 +470,12 @@ namespace ZL std::cout << "\n========== MOUSE DOWN EVENT ==========" << std::endl; handleDown(ZL::UiManager::MOUSE_FINGER_ID, mx, my); + /* if (menuManager.getState() != GameState::Gameplay || menuManager.uiManager.isUiInteractionForFinger(ZL::UiManager::MOUSE_FINGER_ID)) { std::cout << "[CLICK] UI handled or in menu, skipping game logic" << std::endl; continue; - } + }*/ if (currentLocation) { @@ -551,8 +565,8 @@ namespace ZL case SDLK_e: //currentLocation->dialogueSystem.startDialogue("test_cutscene_pan_dialogue"); if (currentLocation) { - currentLocation->navigation.build({}, "resources/config2/navigation2.json", CONST_ZIP_FILE); - currentLocation->buildDebugNavMeshes(); + //currentLocation->navigation.build({}, "resources/config2/navigation2.json", CONST_ZIP_FILE); + //currentLocation->buildDebugNavMeshes(); } break; @@ -713,8 +727,16 @@ namespace ZL void Game::changeLocation(const std::string& locId) { - currentLocation = std::make_unique(renderer, inventory, locId); - currentLocation->setup(); + if (locId == "forest") { + currentLocation = forestLocation; + } + else if (locId == "default") { + currentLocation = defaultLocation; + } + else { + std::cout << "[GAME] Unknown location id: " << locId << std::endl; + return; + } if (menuManager.getState() == GameState::Gameplay) { updateMusicForLocation(locId); diff --git a/src/Game.h b/src/Game.h index c4215af..8d5db6b 100644 --- a/src/Game.h +++ b/src/Game.h @@ -46,6 +46,8 @@ namespace ZL { bool loadingCompleted = false; std::shared_ptr currentLocation; + std::shared_ptr forestLocation; + std::shared_ptr defaultLocation; Inventory inventory; InteractiveObject* pickedUpObject = nullptr; diff --git a/src/Location.cpp b/src/Location.cpp index 93abf74..1a5693a 100644 --- a/src/Location.cpp +++ b/src/Location.cpp @@ -41,6 +41,8 @@ void Location::setup() roadTexture = std::make_shared(CreateTextureDataFromPng("resources/e/land/Gemini_Generated_Image_eq858beq858beq85.png", CONST_ZIP_FILE)); grassTexture = std::make_shared(CreateTextureDataFromPng("resources/e/land/Gemini_Generated_Image_321v9q321v9q321v.png", CONST_ZIP_FILE)); + azsTexture = std::make_shared(CreateTextureDataFromPng("resources/e/land/Gemini_Generated_Image_eq858beq858beq85_azs.png", CONST_ZIP_FILE)); + auto playerTexture0 = std::make_shared(CreateTextureDataFromPng("resources/e/male_packed0_diffuse.png", CONST_ZIP_FILE)); auto playerTexture1 = std::make_shared(CreateTextureDataFromPng("resources/e/male_packed1_diffuse.png", CONST_ZIP_FILE)); auto playerTexture2 = std::make_shared(CreateTextureDataFromPng("resources/e/male_packed2_diffuse.png", CONST_ZIP_FILE)); @@ -56,7 +58,7 @@ void Location::setup() player->setTexture("Gloves", playerTexture1); player->setTexture("Hair", playerTexture0); player->setTexture("Shoes", playerTexture1); - player->setTexture("Tops", playerTexture1); + player->setTexture("Tops", playerTexture2); player->walkSpeed = 3.0f; player->rotationSpeed = 8.0f; player->modelScale = 0.01f; @@ -104,6 +106,10 @@ void Location::setup() if (locationId == "forest") { + girlfriendRescued = true; + inCar = true; + girlfriendInCar = true; + auto salesPersonTexture0 = std::make_shared(CreateTextureDataFromPng("resources/e/Salesperson_packed0_diffuse.png", CONST_ZIP_FILE)); auto salesPersonTexture1 = std::make_shared(CreateTextureDataFromPng("resources/e/Salesperson_packed1_diffuse.png", CONST_ZIP_FILE)); auto salesPersonTexture2 = std::make_shared(CreateTextureDataFromPng("resources/e/Salesperson_packed2_diffuse.png", CONST_ZIP_FILE)); @@ -112,17 +118,18 @@ void Location::setup() salesperson->loadBinaryAnimation(AnimationState::STAND, "resources/e/salesperson_stand_idle003.anim2", CONST_ZIP_FILE); salesperson->loadBinaryAnimation(AnimationState::WALK, "resources/e/salesperson_stand_idle003.anim2", CONST_ZIP_FILE); salesperson->setTexture("Body", salesPersonTexture0); - salesperson->setTexture("Bottoms", salesPersonTexture1); + salesperson->setTexture("Bottoms", salesPersonTexture2); salesperson->setTexture("Eyelashes", salesPersonTexture0); salesperson->setTexture("Eyes", salesPersonTexture0); - salesperson->setTexture("Hair", salesPersonTexture1); + salesperson->setTexture("Hats", salesPersonTexture1); + salesperson->setTexture("Mustashes", salesPersonTexture1); salesperson->setTexture("Shoes", salesPersonTexture1); salesperson->setTexture("Tops", salesPersonTexture1); salesperson->walkSpeed = 3.0f; salesperson->rotationSpeed = 8.0f; salesperson->modelScale = 0.01f; salesperson->modelCorrectionRotation = Eigen::Quaternionf(Eigen::AngleAxisf(0, Eigen::Vector3f::UnitY())); - salesperson->position = Vector3f{ -8.31099, -0, -3.56868 }; + salesperson->position = Vector3f{ -8.31099-17, -0, -4.26868 }; salesperson->setTarget(salesperson->position); auto policeTexture0 = std::make_shared(CreateTextureDataFromPng("resources/e/police_packed0_diffuse.png", CONST_ZIP_FILE)); @@ -130,7 +137,7 @@ void Location::setup() police = std::make_unique(); police->loadBinaryAnimation(AnimationState::STAND, "resources/e/police_stand_idle003.anim2", CONST_ZIP_FILE); - police->loadBinaryAnimation(AnimationState::WALK, "resources/e/police_stand_idle003.anim2", CONST_ZIP_FILE); + police->loadBinaryAnimation(AnimationState::WALK, "resources/e/police_run003.anim2", CONST_ZIP_FILE); police->setTexture("Body", policeTexture0); police->setTexture("Bottoms", policeTexture1); police->setTexture("Eyelashes", policeTexture0); @@ -155,27 +162,26 @@ void Location::setup() player->position = { 9.5, 0, 0.95 + 200 }; player->setTarget(player->position); - //player->modelCorrectionRotation = Eigen::Quaternionf(Eigen::AngleAxisf(M_PI, Eigen::Vector3f::UnitY())); - //cameraAzimuth = M_PI; - - /* gameObjects.clear(); - interactiveObjects.clear(); - npcs.clear(); - debugNavMeshes.clear(); - - roomMesh.data = VertexDataStruct(); - //roomMesh.data = LoadFromTextFile02("resources/w/road001.txt", CONST_ZIP_FILE); - //roomMesh.RefreshVBO(); - roomTexture = std::make_unique(CreateTextureDataFromPng("resources/w/room005.png", CONST_ZIP_FILE)); - */ + Vector3f azsShift = { -17,0,0 }; + std::vector models = { + /* {"resources/out/AzsBase001.txt", "resources/ghost_avatar.png", {0.0f, 2.0f, 0.0f}, 2.0f}, {"resources/out/AzsRoof001.txt", "resources/ghost_avatar.png", {0.0f, 2.0f, 0.0f}, 2.0f}, {"resources/out/floor001.txt", "resources/ghost_avatar.png", {0.0f, -1.97f, 0.0f}, 2.0f}, {"resources/out/roof001.txt", "resources/ghost_avatar.png", {0.0f, 2.0f, 0.0f}, 2.0f}, {"resources/out/Walls001.txt", "resources/ghost_avatar.png", {0.0f, 2.0f, 0.0f}, 2.0f}, - {"resources/out/Price001.txt", "resources/w/blue.png", {0.0f, 1.0f, 5.0f}, 2.0f} + {"resources/out/Price001.txt", "resources/w/blue.png", {0.0f, 1.0f, 5.0f}, 2.0f}*/ + + {"resources/e/azs/AzsBase.txt", "resources/e/azs/AzsBase_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/AzsRoof.txt", "resources/e/azs/AzsRoof_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/floor.txt", "resources/e/azs/floor_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/roof.txt", "resources/e/azs/roof_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/Walls.txt", "resources/e/azs/Walls_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/shelves.txt", "resources/e/azs/shelves_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/showcase.txt", "resources/e/azs/showcase_Base_color_1001.png", azsShift, 2.0f}, + {"resources/e/azs/table.txt", "resources/e/azs/table_Base_color_1001.png", azsShift, 2.0f} }; for (size_t i = 0; i < models.size(); ++i) { @@ -187,17 +193,17 @@ void Location::setup() obj.mesh.RefreshVBO(); obj.texture = std::make_shared(CreateTextureDataFromPng(m.texPath, CONST_ZIP_FILE)); - if (std::string(m.meshPath) == "resources/out/AzsRoof001.txt") { + if (std::string(m.meshPath) == "resources/e/azs/AzsRoof.txt") { gameObjects["azsRoof"] = std::move(obj); azsRoofObjectKey = "azsRoof"; azsRoofHideZones.clear(); - azsRoofHideZones.emplace_back(Eigen::Vector2f(-7.0f, -14.0f), Eigen::Vector2f(0.1f, -8.5f)); + azsRoofHideZones.emplace_back(Eigen::Vector2f(-7.0f-17, -14.0f), Eigen::Vector2f(0.1f-17, -8.5f)); } - else if (std::string(m.meshPath) == "resources/out/roof001.txt") { + else if (std::string(m.meshPath) == "resources/e/azs/roof.txt") { gameObjects["roof"] = std::move(obj); roofObjectKey = "roof"; roofHideZones.clear(); - roofHideZones.emplace_back(Eigen::Vector2f(-9.3f, -5.0f), Eigen::Vector2f(2.5f, 1.7f)); + roofHideZones.emplace_back(Eigen::Vector2f(-9.3f-17, -5.0f), Eigen::Vector2f(2.5f-17, 1.7f)); } else { gameObjects["forest_model_" + std::to_string(i)] = std::move(obj); @@ -218,21 +224,24 @@ void Location::setup() } else // default { + girlfriendRescued = false; + auto banditTexture0 = std::make_shared(CreateTextureDataFromPng("resources/e/bandit_packed0_diffuse.png", CONST_ZIP_FILE)); auto banditTexture1 = std::make_shared(CreateTextureDataFromPng("resources/e/bandit_packed1_diffuse.png", CONST_ZIP_FILE)); auto banditTexture2 = std::make_shared(CreateTextureDataFromPng("resources/e/bandit_packed2_diffuse.png", CONST_ZIP_FILE)); bandit = std::make_unique(); bandit->loadBinaryAnimation(AnimationState::STAND, "resources/e/bandit_stand_idle003.anim2", CONST_ZIP_FILE); - bandit->loadBinaryAnimation(AnimationState::WALK, "resources/e/bandit_stand_idle003.anim2", CONST_ZIP_FILE); + bandit->loadBinaryAnimation(AnimationState::WALK, "resources/e/bandit_run003.anim2", CONST_ZIP_FILE); bandit->setTexture("Body", banditTexture0); - bandit->setTexture("Bottoms", banditTexture1); + bandit->setTexture("Bottoms", banditTexture2); bandit->setTexture("Eyelashes", banditTexture0); bandit->setTexture("Eyes", banditTexture0); - bandit->setTexture("Hair", banditTexture1); - bandit->setTexture("Shoes", banditTexture2); - bandit->setTexture("Tops", banditTexture2); - bandit->walkSpeed = 3.0f; + bandit->setTexture("Gloves", banditTexture1); + bandit->setTexture("Masks", banditTexture1); + bandit->setTexture("Shoes", banditTexture1); + bandit->setTexture("Tops", banditTexture1); + bandit->walkSpeed = 3.6f; bandit->rotationSpeed = 8.0f; bandit->modelScale = 0.01f; bandit->modelCorrectionRotation = Eigen::Quaternionf(Eigen::AngleAxisf(M_PI, Eigen::Vector3f::UnitY())); @@ -243,7 +252,7 @@ void Location::setup() carRotation = M_PI; npcCar.position = Vector3f{ 7.1782, 0, 68.4014 }; - player->position = { -6.61929, 0, -36.7197 }; + player->position = { -6.61929, 0, -40 }; player->setTarget(player->position); cameraAzimuth = M_PI; @@ -254,36 +263,35 @@ void Location::setup() Vector3f meshPos = { 18,0,0 }; std::vector models = { - {"resources/out/main2/birch-2.001.txt", "resources/ghost_avatar.png", meshPos, meshScale}, -{ "resources/out/main2/birch-2.002.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.003.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.004.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.005.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.006.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -//{ "resources/out/main2/birch-2.007.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.008.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.009.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.010.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.011.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/birch-2.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.001.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.002.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.003.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.004.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.005.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.006.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.007.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.008.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.009.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.010.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.011.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.012.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.013.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.014.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.015.txt", "resources/ghost_avatar.png", meshPos, meshScale }, -{ "resources/out/main2/Cube.txt", "resources/ghost_avatar.png", meshPos, meshScale } +{ "resources/out/main2/birch-2.002.txt", "resources/out/main2/log_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/birch-2.004.txt", "resources/out/main2/log_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/birch-2.008.txt", "resources/out/main2/log_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/birch-2.010.txt", "resources/out/main2/log_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/birch-2.txt", "resources/out/main2/log_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.001.txt", "resources/out/main2/house1_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.002.txt", "resources/out/main2/house2_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.003.txt", "resources/out/main2/house3_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.004.txt", "resources/out/main2/house4_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.005.txt", "resources/out/main2/house1_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.006.txt", "resources/out/main2/house2_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.007.txt", "resources/out/main2/house3_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.008.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.009.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.010.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.011.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.012.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.013.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.014.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.015.txt", "resources/out/main2/pole_Base_color_1001.png", meshPos, meshScale }, +{ "resources/out/main2/Cube.txt", "resources/out/main2/house4_Base_color_1001.png", meshPos, meshScale }, + {"resources/out/main2/birch-2.001.txt", "resources/out/main2/leaf_Base_color_1001.png", meshPos, meshScale }, + { "resources/out/main2/birch-2.003.txt", "resources/out/main2/leaf_Base_color_1001.png", meshPos, meshScale }, + { "resources/out/main2/birch-2.005.txt", "resources/out/main2/leaf_Base_color_1001.png", meshPos, meshScale }, + { "resources/out/main2/birch-2.009.txt", "resources/out/main2/leaf_Base_color_1001.png", meshPos, meshScale }, + { "resources/out/main2/birch-2.011.txt", "resources/out/main2/leaf_Base_color_1001.png", meshPos, meshScale } }; + for (size_t i = 0; i < models.size(); ++i) { const auto& m = models[i]; LoadedGameObject obj; @@ -531,7 +539,14 @@ void Location::setup() renderer.TranslateMatrix({ i * 100.0f, 0, j * 100.0f }); if (i == 0) { - glBindTexture(GL_TEXTURE_2D, roadTexture->getTexID()); + if (j == 0 && locationId == "forest") + { + glBindTexture(GL_TEXTURE_2D, azsTexture->getTexID()); + } + else + { + glBindTexture(GL_TEXTURE_2D, roadTexture->getTexID()); + } } else { @@ -548,6 +563,8 @@ void Location::setup() renderer.DrawVertexRenderStruct(roomMesh); } + glEnable(GL_BLEND); + glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); for (auto& [name, gameObj] : gameObjects) { if (name == roofObjectKey && !roofVisible) { continue; @@ -555,12 +572,14 @@ void Location::setup() if (name == azsRoofObjectKey && !azsRoofVisible) { continue; } - //renderer.PushMatrix(); - //renderer.TranslateMatrix({ x,0,0 }); + renderer.PushMatrix(); + renderer.TranslateMatrix({ x,0,0 }); glBindTexture(GL_TEXTURE_2D, gameObj.texture->getTexID()); renderer.DrawVertexRenderStruct(gameObj.mesh); - //renderer.PopMatrix(); + renderer.PopMatrix(); + } + glDisable(GL_BLEND); for (auto& intObj : interactiveObjects) { if (intObj.isActive) { @@ -606,7 +625,7 @@ void Location::setup() if (player && !inCar) player->draw(renderer); - if (girlfriend && !girlfriendInCar) + if (girlfriend && !girlfriendInCar && girlfriendRescued) { girlfriend->draw(renderer); } @@ -629,8 +648,8 @@ void Location::setup() for (auto& npc : npcs) npc->draw(renderer); //#ifdef SHOW_PATH - drawDebugNavigation(); - drawDebugForbidden(); + //drawDebugNavigation(); + //drawDebugForbidden(); //#endif renderer.PopMatrix(); @@ -1015,7 +1034,14 @@ void Location::setup() police->update(delta); pushOutOfNpcCarFootprint(police->position); } - if (bandit) pushOutOfNpcCarFootprint(bandit->position); + if (bandit) + { + if (locationId == "default") { + updateBanditFollow(); + } + bandit->update(delta); + pushOutOfNpcCarFootprint(bandit->position); + } for (auto& npc : npcs) { npc->update(delta); @@ -1027,7 +1053,17 @@ void Location::setup() constexpr float roadHalfWidth = 10.0f; constexpr float offRoadFrictionMultiplier = 4.0f; - const bool offRoad = std::abs(carPosition.x()) > roadHalfWidth; + + bool offRoad = std::abs(carPosition.x()) > roadHalfWidth; + + //Extra check if we are in the gas station + if (locationId == "forest" && carPosition.z() >= -50 && carPosition.z() <= 38.5) + { + if (carPosition.x() < roadHalfWidth * 3.5) + { + offRoad = false; + } + } if (!offRoad && !carOutOfGas) { if (keyForward) { @@ -1316,7 +1352,7 @@ void Location::setup() // and only after the gas-station sale. if (inCar && dialoguePlayedGas1 && !dialoguePlayedPhone1 && !dialogueSystem.isActive()) { constexpr float minDistance = 50.0f; - const Eigen::Vector3f gasStationPos(-3.f, 0.f, -11.f); + const Eigen::Vector3f gasStationPos(-3.f-17, 0.f, -11.f); const float dx = carPosition.x() - gasStationPos.x(); const float dz = carPosition.z() - gasStationPos.z(); if (std::hypot(dx, dz) > minDistance) { @@ -1337,6 +1373,84 @@ void Location::setup() } } } + + if (locationId == "default") + { + if (player && !dialoguePlayedVillageIntro1 && !dialogueSystem.isActive()) { + if (player->position.z() > -36.f) { + if (dialogueSystem.startDialogue("dialogue_village_intro1")) { + dialoguePlayedVillageIntro1 = true; + } + } + } + + if (player && !dialoguePlayedVillageIntro2 && !dialogueSystem.isActive()) { + const Eigen::Vector3f target(-5.f, 0.f, 50.f); + Eigen::Vector3f toTarget = target - player->position; + toTarget.y() = 0.f; + if (toTarget.norm() < 10.f) { + if (dialogueSystem.startDialogue("dialogue_village_intro2")) { + dialoguePlayedVillageIntro2 = true; + } + } + } + + if (girlfriend && player && !inCar && !dialoguePlayedVillageRescue1 && !dialogueSystem.isActive()) { + Eigen::Vector3f toGirlfriend = girlfriend->position - player->position; + toGirlfriend.y() = 0.f; + if (toGirlfriend.norm() < 3.0f) { + if (dialogueSystem.startDialogue("dialogue_village_resque1", [this]() { + girlfriendRescued = true; + })) { + dialoguePlayedVillageRescue1 = true; + } + } + } + + if (bandit && player && !dialoguePlayedBanditCaught1) { + Eigen::Vector3f toBandit = bandit->position - player->position; + toBandit.y() = 0.f; + if (toBandit.norm() < 12.0f && !dialogueSystem.isActive()) { + if (dialogueSystem.startDialogue("dialogue_village_caught1_car")) { + dialoguePlayedBanditCaught1 = true; + banditFollowingPlayer = true; + } + } + } + + if (bandit && player && dialoguePlayedBanditCaught1 && !dialoguePlayedBanditCaught3) { + Eigen::Vector3f toBandit = bandit->position - player->position; + toBandit.y() = 0.f; + if (toBandit.norm() < 2.5f && !dialogueSystem.isActive()) { + if (dialogueSystem.startDialogue("dialogue_village_caught3")) { + dialoguePlayedBanditCaught3 = true; + if (!inCar) { + playerFrozen = true; + } + } + } + } + + if (dialoguePlayedBanditCaught3 && !inCar) { + playerFrozen = true; + } + + if (girlfriendInCar && !dialoguePlayedVillageFinal1 && !dialogueSystem.isActive()) { + if (dialogueSystem.startDialogue("dialogue_village_final1")) { + dialoguePlayedVillageFinal1 = true; + } + } + + if (player && !dialoguePlayedVillageFinal2 && !dialogueSystem.isActive()) { + if (std::abs(player->position.z()) > 250.f) { + if (dialogueSystem.startDialogue("dialogue_village_final2", [this]() { + if (onLocationChangeRequest) onLocationChangeRequest("forest"); + })) { + dialoguePlayedVillageFinal2 = true; + } + } + } + } } void Location::updateNpcCar(int64_t deltaMs) @@ -1539,6 +1653,38 @@ void Location::setup() } } + void Location::updateBanditFollow() + { + if (!bandit || !player || !banditFollowingPlayer) return; + + constexpr float retargetThreshold = 0.1f; + constexpr float stopDistance = 4.0f; + + const Eigen::Vector3f targetPos = inCar ? carPosition : player->position; + + Eigen::Vector3f toPlayer = targetPos - bandit->position; + toPlayer.y() = 0.f; + const float distToPlayer = toPlayer.norm(); + if (distToPlayer <= stopDistance) { + bandit->clearPath(); + banditLastFollowTargetValid = false; + return; + } + + const Eigen::Vector3f fromPlayer = -toPlayer / distToPlayer; + Eigen::Vector3f anchor = targetPos + fromPlayer * stopDistance; + anchor.y() = 0.f; + + const bool shouldRetarget = !banditLastFollowTargetValid || + (anchor - banditLastFollowTarget).norm() > retargetThreshold; + + if (shouldRetarget) { + bandit->setTarget(anchor); + banditLastFollowTarget = anchor; + banditLastFollowTargetValid = true; + } + } + void Location::drawNpcCar() { if (!npcCar.texture) return; @@ -1605,7 +1751,7 @@ void Location::setup() const Eigen::Vector3f toSalesDir = toSales / dist; if (playerForward.dot(toSalesDir) >= coneCosThreshold) { - const Eigen::Vector3f gasStationPos(-3.f, 0.f, -11.f); + const Eigen::Vector3f gasStationPos(-3.f-17, 0.f, -11.f); const float carDistToStation = std::hypot( carPosition.x() - gasStationPos.x(), carPosition.z() - gasStationPos.z()); @@ -1649,7 +1795,7 @@ void Location::setup() }*/ const float sensitivity = 0.005f; - const float inclinationSign = invertCameraY ? -1.0f : 1.0f; + const float inclinationSign = invertCameraY ? 1.0f : -1.0f; cameraAzimuth += dx * sensitivity; cameraInclination += inclinationSign * dy * sensitivity; diff --git a/src/Location.h b/src/Location.h index f0cb26c..be2550d 100644 --- a/src/Location.h +++ b/src/Location.h @@ -11,6 +11,7 @@ #include "ScriptEngine.h" #include "dialogue/DialogueSystem.h" #include +#include namespace ZL { @@ -57,11 +58,10 @@ namespace ZL std::vector interactiveObjects; VertexRenderStruct tileMesh; + std::shared_ptr azsTexture; std::shared_ptr roadTexture; std::shared_ptr grassTexture; - - std::unique_ptr player; std::unique_ptr girlfriend; std::unique_ptr salesperson; @@ -136,6 +136,21 @@ namespace ZL bool playerFrozen = false; float policeDrivingDialogueTimer = 8.0f; + bool banditFollowingPlayer = false; + bool dialoguePlayedBanditCaught1 = false; + bool dialoguePlayedBanditCaught3 = false; + bool banditEncounterFrozePlayer = false; + Eigen::Vector3f banditLastFollowTarget = Eigen::Vector3f::Zero(); + bool banditLastFollowTargetValid = false; + + bool dialoguePlayedVillageRescue1 = false; + bool dialoguePlayedVillageIntro1 = false; + bool dialoguePlayedVillageIntro2 = false; + bool dialoguePlayedVillageFinal1 = false; + bool dialoguePlayedVillageFinal2 = false; + + std::function onLocationChangeRequest; + ScriptEngine scriptEngine; Dialogue::DialogueSystem dialogueSystem; @@ -153,7 +168,7 @@ namespace ZL int lastMouseY = 0; bool mouseInitialized = false; bool wasKeyForward = false; - bool invertCameraY = false; + bool invertCameraY = true; void setup(); @@ -170,6 +185,7 @@ namespace ZL void update(int64_t deltaMs); void updateNpcCar(int64_t deltaMs); void updateGirlfriendFollow(); + void updateBanditFollow(); void drawNpcCar(); void handleDown(int64_t fingerId, int eventX, int eventY, int mx, int my); diff --git a/src/dialogue/DialogueSystem.cpp b/src/dialogue/DialogueSystem.cpp index 0ea5ccf..4a68a3f 100644 --- a/src/dialogue/DialogueSystem.cpp +++ b/src/dialogue/DialogueSystem.cpp @@ -29,6 +29,43 @@ void DialogueSystem::update(int deltaMs, const Eigen::Vector3f& playerPosition) } runtime.update(deltaMs); + + const bool autoSkipEligible = + skipDialogs && + runtime.isActive() && + !runtime.isInChoice() && + !runtime.isPlayingCutscene(); + + if (autoSkipEligible) { + const PresentationModel& model = runtime.getPresentation(); + if (model.mode == PresentationMode::Dialogue) { + if (model.fullText != autoSkipTrackedText) { + autoSkipTrackedText = model.fullText; + autoSkipTimerMs = 0.0f; + } + + if (model.revealCompleted) { + autoSkipTimerMs += static_cast(deltaMs); + + float target = + autoSkipConfig.baseDurationMs + + autoSkipConfig.msPerCharacter * static_cast(model.fullText.size()); + if (target < autoSkipConfig.minDurationMs) { + target = autoSkipConfig.minDurationMs; + } + + if (autoSkipTimerMs >= target) { + autoSkipTimerMs = 0.0f; + autoSkipTrackedText.clear(); + runtime.confirmAdvance(); + } + } + } + } + else { + autoSkipTimerMs = 0.0f; + autoSkipTrackedText.clear(); + } } void DialogueSystem::draw(Renderer& renderer) { diff --git a/src/dialogue/DialogueSystem.h b/src/dialogue/DialogueSystem.h index 5489191..1d47db0 100644 --- a/src/dialogue/DialogueSystem.h +++ b/src/dialogue/DialogueSystem.h @@ -19,6 +19,12 @@ struct TriggerZone { bool triggered = false; }; +struct AutoSkipConfig { + float baseDurationMs = 1200.0f; + float msPerCharacter = 45.0f; + float minDurationMs = 1500.0f; +}; + class DialogueSystem { public: bool init(Renderer& renderer, const std::string& zipFile = ""); @@ -44,11 +50,21 @@ public: void addTriggerZone(const TriggerZone& zone); void clearTriggerZones(); + void setSkipDialogs(bool value) { skipDialogs = value; } + bool getSkipDialogs() const { return skipDialogs; } + void setAutoSkipConfig(const AutoSkipConfig& config) { autoSkipConfig = config; } + const AutoSkipConfig& getAutoSkipConfig() const { return autoSkipConfig; } + private: DialogueDatabase database; DialogueRuntime runtime; DialogueOverlay overlay; std::vector triggerZones; + + bool skipDialogs = true; + AutoSkipConfig autoSkipConfig; + std::string autoSkipTrackedText; + float autoSkipTimerMs = 0.0f; }; } // namespace ZL::Dialogue diff --git a/src/navigation/PathFinder.cpp b/src/navigation/PathFinder.cpp index acd8ecb..0b04452 100644 --- a/src/navigation/PathFinder.cpp +++ b/src/navigation/PathFinder.cpp @@ -289,6 +289,7 @@ void PathFinder::resetGridBounds() maxZ = (std::max)(maxZ, z); }; + for (const NavigationArea& area : areas) { for (const Eigen::Vector2f& point : area.polygon) { includePoint(point.x(), point.y()); @@ -324,7 +325,7 @@ void PathFinder::resetGridBounds() void PathFinder::rebuildWalkableGrid() { walkable.assign(static_cast(gridWidth * gridDepth), 0); - + for (const NavigationArea& area : areas) { if (area.available && !area.forbidden) { for (int z = 0; z < gridDepth; ++z) { @@ -338,7 +339,6 @@ void PathFinder::rebuildWalkableGrid() } } } - for (const NavigationArea& area : areas) { if (area.forbidden) { for (int z = 0; z < gridDepth; ++z) { @@ -352,7 +352,7 @@ void PathFinder::rebuildWalkableGrid() } } } - + markObstacleMeshesBlocked(); }